资源列表
[文件格式] fractal-use
说明:分形的练习一 ①Koch曲线 用复数的方法来迭代Koch曲线 clear i 防止i被重新赋值 A=[0 1] 初始A是连接(0,0)与(1,0)的线段 t=exp(i*pi/3) n=2 n是迭代次数 for j=0:n A=A/3 a=ones(1,2*4^j) A=[A (t*A+a/3) (A/t+(1/2+sqrt(3)/6*i)*a) A+2/3*a] end plot(real(A),imag(A)) axis([0 1 -<郑志森> 在 2025-11-15 上传 | 大小:43kb | 下载:0
[软件工程] ClockCounter
说明:A sample project utilizing PIC18 Microcontroller using c programming language<Busag> 在 2025-11-15 上传 | 大小:43kb | 下载:0
[软件工程] a3
说明:介绍c语言的项目化教学中的项目一的考核内容,非常完善。-Project introduce c language teaching project assessment content, very well.<lovecloudy> 在 2025-11-15 上传 | 大小:43kb | 下载:0
[软件工程] LinkedListProblems
说明:Linkedlist problems from stanford<Prashanth> 在 2025-11-15 上传 | 大小:43kb | 下载:0
[软件工程] Bluetooth_1
说明:LEGO NXT ,use android to Control Bluetooth for nxt<jason_li> 在 2025-11-15 上传 | 大小:43kb | 下载:0
[软件工程] CeaserCipher
说明:Ceaser Cipher in C# program and source code<gunay> 在 2025-11-15 上传 | 大小:43kb | 下载:0
[文件格式] EXE-Format.pdf
说明:Descr iption of .EXE executable file format<xiyuu> 在 2025-11-15 上传 | 大小:43kb | 下载:0