w*******4 发帖数: 1931 | 1 我想要的物品:
report for 课程:Computing chaos.求计算机达人帮忙
report title: Computing chaos
要求: http://www2.elc.polyu.edu.hk/CILL/reports.htm
我提供所需的课本pdf,资料
单张面值:
可接受的价格(必须明码标价!):
$180
物品新旧要求:
brandnew, no copy from google
邮寄方式要求:
email
买卖双方谁承担邮寄损失(Required if not code only):
default
付款方式说明:
pp
广告的有效期:
今天接活
周日ET 11:00pm完成report
物品来源:
我的联系方式:
pm
课程:Computing chaos.
Chaotic behaviour occurs when a system (described by a simple equation)
exhibits behaviour which is unpredictable in the long term. A classic
example of a chaotic system is the weather. How chaotic a particular system
is can be measured using a quantity called the Lyapunov exponent. The
mathematics involved is not difficult (though the student should ideally
have studied maths to A level) and the computer programming is not difficult
either! However the calculations are very CPU intensive and the student
will be required to come up with creative ways to distribute the
calculations across a number of machines.
最低要求:能使用standard language (such as C) 或者matlab画出logistic map
例子如下:(matlab)
a = (0:0.01:4)';
iterations_per_value = 500;
y = zeros(length(a), iterations_per_value);
y0 = 0.2;
y(:,1) = a.*y0*(1-y0);
for i = 1:iterations_per_value-1
y(:,i+1) = a.*y(:,i).*(1-y(:,i));
end
plot(a, y, '.', 'MarkerSize', 1);
grid on |
c****e 发帖数: 1984 | |
m*******y 发帖数: 793 | |
w*****n 发帖数: 980 | 4 hot
【在 w*******4 的大作中提到】 : 我想要的物品: : report for 课程:Computing chaos.求计算机达人帮忙 : report title: Computing chaos : 要求: http://www2.elc.polyu.edu.hk/CILL/reports.htm : 我提供所需的课本pdf,资料 : 单张面值: : 可接受的价格(必须明码标价!): : $180 : 物品新旧要求: : brandnew, no copy from google
|
p********g 发帖数: 8855 | 5 这个能平均下来1小时挣10块钱?
【在 w*******4 的大作中提到】 : 我想要的物品: : report for 课程:Computing chaos.求计算机达人帮忙 : report title: Computing chaos : 要求: http://www2.elc.polyu.edu.hk/CILL/reports.htm : 我提供所需的课本pdf,资料 : 单张面值: : 可接受的价格(必须明码标价!): : $180 : 物品新旧要求: : brandnew, no copy from google
|
a***e 发帖数: 38850 | |
p*********w 发帖数: 23432 | 7 不错啊
【在 w*******4 的大作中提到】 : 我想要的物品: : report for 课程:Computing chaos.求计算机达人帮忙 : report title: Computing chaos : 要求: http://www2.elc.polyu.edu.hk/CILL/reports.htm : 我提供所需的课本pdf,资料 : 单张面值: : 可接受的价格(必须明码标价!): : $180 : 物品新旧要求: : brandnew, no copy from google
|
w*******4 发帖数: 1931 | |
p*****y 发帖数: 1386 | |
t*****l 发帖数: 2218 | |
|
|
a***e 发帖数: 38850 | 11 yellow
【在 t*****l 的大作中提到】 : 我靠 : 帮小mm的吧 : 奔一张再讨论干不干
|
a*********a 发帖数: 894 | |
h**G 发帖数: 9825 | 13 这个wilson是那个wilson吗?
【在 w*******4 的大作中提到】 : 我想要的物品: : report for 课程:Computing chaos.求计算机达人帮忙 : report title: Computing chaos : 要求: http://www2.elc.polyu.edu.hk/CILL/reports.htm : 我提供所需的课本pdf,资料 : 单张面值: : 可接受的价格(必须明码标价!): : $180 : 物品新旧要求: : brandnew, no copy from google
|
w*****5 发帖数: 515 | 14 价格太低了。不然我就弄。
我之前帮一个法国本科社会学小MM编了个程序,就收了100刀外加5张pp。。 |
w*******4 发帖数: 1931 | |
f*****h 发帖数: 1538 | |
m*****i 发帖数: 2676 | |
w*******4 发帖数: 1931 | 18 report还要写啊
呵呵
【在 m*****i 的大作中提到】 : 程序和图都出来了,还要干啥?
|
m*****s 发帖数: 1471 | 19 I can do that. I did this in matlab before. |
m*****i 发帖数: 2676 | 20 我觉得也没啥好写的呀,也没有物理过程。cs的来指点江山吧
【在 w*******4 的大作中提到】 : report还要写啊 : 呵呵
|