资源列表

« 1 2 ... .73 .74 .75 .76 .77 25878.79 .80 .81 .82 .83 ... 28521 »

[数据结构常用算法text_1

说明:会场排序 使用尽可能少得会场 安排所有会议 使用贪心算法 C语言实现-The sorting use as the less arrange all meetings, a greedy algorithm is used to realize the C language
<liuxi> 在 2025-05-10 上传 | 大小:1kb | 下载:0

[数据结构常用算法binary-tree

说明:二叉树算法 分别用前序、中序、后序遍历二叉树。-Binary tree algorithms were used to pre-order, in order, the order of traversal binary tree.
<王者> 在 2025-05-10 上传 | 大小:1kb | 下载:0

[matlab例程PID

说明:由ziegler-Nichols公式设计PID控制器-PID controller designed by the ziegler-Nichols
<孙丹> 在 2025-05-10 上传 | 大小:1kb | 下载:0

[人工智能/神经网络/遗传算法NeuralNetwork_BP_Classification

说明:BP 神经网络用于模式分类的代码,有注释,结构清晰。-BP neural network for pattern classification code, there are notes, a clear structure.
<lihai> 在 2025-05-10 上传 | 大小:1kb | 下载:0

[数学计算/工程计算NiJie

说明:用于曲线拟合,根据给定的两组数据,可以拟合出相应的曲线-Used for curve fitting, given the two sets of data, the corresponding curve can be fitted
<freeman> 在 2025-05-10 上传 | 大小:1kb | 下载:0

[数学计算/工程计算channel-capacity-C

说明:熟悉用c语言编程来模拟实现离散信道容量的计算-Familiar with the c programming language to simulate a discrete calculation of channel capacity
<杨霞> 在 2025-05-10 上传 | 大小:1kb | 下载:0

[matlab例程The-rod-group-analysis-subroutine

说明:源代码中是三个子程序,分别为R,RRR,RRP,用于分析机构的各部分的速度,加速度,坐标。R用于分析原动杆,RRR用于分析双杆组构件,RRP用于分析两转动副一滑动副的双杆组。分析一个具体机构时可先将机构拆成原动杆和各杆组,然后调用这三个子程序来计算。-Source code of three subroutines, namely R, RRR, RRP, for the analysis of body parts of the ve
<wangsc> 在 2025-05-10 上传 | 大小:1kb | 下载:0

[数据结构常用算法qsort

说明:快速排序算法(分治策略) C++编写 调用递归-Fast sorting algorithms (divide and conquer strategy) C++ write
<Frank> 在 2025-05-10 上传 | 大小:1kb | 下载:0

[数据结构常用算法NO2

说明:顺序表 create_sqlist(Sqlist *L)/*创建顺序表*/ { int k ElemType x k=0 scanf(" d",&x) while(x!=0) { L->data[k]=x k++ scanf(" d",&x) } L->length=k } void print_sqlist(Sql
<韩若> 在 2025-05-10 上传 | 大小:1kb | 下载:0

[数学计算/工程计算fft

说明:这我编写的快速傅立叶变换,可以有效的运行,在地震资料处理中用处比较大-I write this the fast Fourier transform, can effectively run, useful in seismic data processing in large
<和邵伟> 在 2025-05-10 上传 | 大小:1kb | 下载:0

[matlab例程histogram_matching

说明:histogram matching for image enhancement
<divyesh> 在 2025-05-10 上传 | 大小:1kb | 下载:0

[matlab例程Black-Scholes

说明:由脚本输入相关值可以计算一个欧式期权; 通过匿名函数计算,其中一些call其它函数,如CDF和PDF。-This scr ipt is used for implement the Black-Scholes pricing model By the scr ipt ten related values of a European option can be calculated Anonymous functions
<zzc> 在 2025-05-10 上传 | 大小:1kb | 下载:1
« 1 2 ... .73 .74 .75 .76 .77 25878.79 .80 .81 .82 .83 ... 28521 »

源码中国 www.ymcn.org