boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
FleaMarket版 - ●GOT【求购】$180 完成一个课程report(本科课程难度)
相关主题
[-] kissnight - 就是一个骗子
求购1 HP G60-230US @ 485 + ML
[求购]ipad和ipad护士N位,保证你cash flow是zero
[出售] ipad , apple price+20 bucks +your tax (Zero if taxfree state)
【出售】 11台 wifi ipad 2 16G*4, 32G*6, 64G*1
[出售]Dell Inspiron 15 Notebook N5030
[求购]散货抄底收购 ipad2 3G AT&T 16g/32g $650/$750 10 台
从newegg买 Brother HL-2270DW,shopper 不给CB?
[求购]50 个 amazon 50% groceries coupon @$200 total
[求购]Canon 60D 18-135mm 18-200mm kit
相关话题的讨论汇总
话题: computing话题: iterations话题: chaotic话题: y0话题: report
进入FleaMarket版参与讨论
1 (共1页)
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
2
good idea
m*******y
发帖数: 793
3
re
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
6
all in
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
8
up
p*****y
发帖数: 1386
9
这个有点过分了,应该删贴
t*****l
发帖数: 2218
10
我靠
帮小mm的吧
奔一张再讨论干不干
相关主题
[出售] ipad , apple price+20 bucks +your tax (Zero if taxfree state)
【出售】 11台 wifi ipad 2 16G*4, 32G*6, 64G*1
[出售]Dell Inspiron 15 Notebook N5030
[求购]散货抄底收购 ipad2 3G AT&T 16g/32g $650/$750 10 台
进入FleaMarket版参与讨论
a***e
发帖数: 38850
11
yellow

【在 t*****l 的大作中提到】
: 我靠
: 帮小mm的吧
: 奔一张再讨论干不干

a*********a
发帖数: 894
12
价格太低
外加风险太大
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
15
update
f*****h
发帖数: 1538
16
这种帖子还不删除啊
m*****i
发帖数: 2676
17
程序和图都出来了,还要干啥?
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还要写啊
: 呵呵

1 (共1页)
进入FleaMarket版参与讨论
相关主题
[求购]Canon 60D 18-135mm 18-200mm kit
[ label 求购] Canon d420 2 台 to TX and AL @110
[出售]shell/chevron/exxonmobil/amazon
[出售] 25*14 Chevron Gas Card @0.92
western union zero transfer fee coupon一张转让
[求购]windows 7 family pack $100
cryman和我交易纠纷,申请版面仲裁
[求购]【Delta 达美] for self use, zero risk!
Got 【出售美金1K】Need RMB 6116
[出售]ASUS X551MAV-RCLN06 @ 210
相关话题的讨论汇总
话题: computing话题: iterations话题: chaotic话题: y0话题: report