资源列表

« 1 2 ... .51 .52 .53 .54 .55 65156.57 .58 .59 .60 .61 ... 66605 »

[其他小程序Fibonacci-number

说明:这种递归形式的定义容易诱导人们使用递归形式来解决问题。这里有一个陷牌:它使用递归步骤计算Fibonacci(n-1)和Fibonacci(n-2)。但是,在计算Fibonacci(n-1)时也将计算Fibonacci(n-2)。这个额外的计算代价有多大呢? 它的代价远远不止一个冗余计算:每个递归调用都触发另外两个递归调用,而这两个调用的任何一个还将触发两个递归调用,再接下去的调用也是如此。这样,冗余计算的数量增长得非常快。例如,在递
<钟晨阳> 在 2025-03-04 上传 | 大小:1kb | 下载:0

[其他小程序reflected-waves-model

说明:matlab反射波正演模拟,学姐编的小程序,欢迎交流-matlab reflected wave forward modeling, sister compiled a small program, please share
<Jackie> 在 2025-03-04 上传 | 大小:1kb | 下载:0

[其他小程序diff_cmp-2

说明:比较器的理想模型 用Verilog-a写的-ideal model of comparator in Verilog-a
<neal2007> 在 2025-03-04 上传 | 大小:1kb | 下载:0

[其他小程序aloha

说明:一个简单的时隙Aloha系统的matlab仿真程序。-A simple slot Aloha system matlab simulation program.
<hou> 在 2025-03-04 上传 | 大小:1kb | 下载:0

[其他小程序MPSK2

说明:it s acode to show the MPSK modluation-it s acode to show the MPSK modluation
<aman> 在 2025-03-04 上传 | 大小:1kb | 下载:0

[其他小程序FDTD

说明:一个基于matlab仿真环境的模拟仿真电磁波传播的程序设计,有需要可以下载-A two-dimensional simulation fdtd algorithm TM and TE wave simulation of MATLAB programs minimum Maxwell maxmun do will that but one two see out one two three four five
<刘道强> 在 2025-03-04 上传 | 大小:1kb | 下载:0

[Windows编程LinkStack

说明:栈及指针的简单实现,方便甚好的理解栈在内存中的实现-link and stack
<en> 在 2025-03-04 上传 | 大小:1kb | 下载:0

[多媒体编程upload

说明:Dominant Color Descr iption (DCD) with Matlab
<Leila Mansourian> 在 2025-03-04 上传 | 大小:1kb | 下载:0

[界面编程getURL

说明:自动获取url地址批量下载MODIS卫星数据-get modis data
<xia> 在 2025-03-04 上传 | 大小:1kb | 下载:0

[其他小程序KFCESHI1

说明:本人根据卡尔曼滤波原理,编写的Kalman小程序,简单可用!-I based on the principle of Kalman filtering, Kalman write small programs, simply available!
<peipei> 在 2025-03-04 上传 | 大小:1kb | 下载:0

[其他小程序pangjialai

说明:庞加莱截面图,能够对运动状态进行检测,是稳定还是不稳定-Poincare cross section, can detect the movement state, is stable or not stable
<guoqiang> 在 2025-03-04 上传 | 大小:1kb | 下载:0

[其他小程序iframe_upload

说明:ifr a me实现无刷新上传,免去了用js实现的难度,适合js薄弱的新手-ifr a me-free refresh upload, eliminating the difficulty of using js implemented for novice weak js
<胡超> 在 2025-03-04 上传 | 大小:1kb | 下载:0
« 1 2 ... .51 .52 .53 .54 .55 65156.57 .58 .59 .60 .61 ... 66605 »

源码中国 www.ymcn.org