搜索资源列表
BPrepresentation
- BP学习算法应用——函数表达 源代码实现了BPN的设计,使得通过训练后的BPN实现了函数表达,即BPN的输出与输入反映了特定的函数映射关系。代码中的具体应用实例为傅立叶核函数,应用BP学习算法拟合出傅立叶核函数,速度快,精度高。 将源文件F_core_discr iption.m文件放入matlab的work文件夹中直接运行即可。
Kriging_Contour
- 基于克立金算法的等值线生成算法及其实现代码,包含相应数据结构和类以及实例数据.
fuzzy
- 分别是模糊识别、模糊聚类、模糊控制的实例代码
src
- 基于位运算的求解NQueen问题的一个实例。 提供了基于单线程和多线程两种方式计算的代码,分别见NQueen.java和MultiThreadNQueen.java
CRC16Modbbus
- CRC-16 Modbus 标准协议原理及C代码实现实例-CRC-16 Modbus standard protocol principles and examples of C code to achieve
94
- 递归整数四则运算。c语言源程序代码下载。实例解析-Recursive integer arithmetic. c language source code download. Examples analytic
fangkuai
- 本代码制作抓不住的方块的实例。程序执行后,创建一个含有方块的面板,用户可以通过鼠标抓取方块,但是,无论用户怎样努力,方块总是朝着与鼠标运动相反的方向运动,这就是抓不住的方块。 -Not catch the code produced examples of the box. Procedures implemented, to create a box containing the panel, the user can mouse crawling through the box, but r
AHP
- 层次分析法:计算代码在8文件中最后一页上,有实例。-AHP
code
- 从键盘输入两个矩阵,输出这两个矩阵和这两个矩阵相乘的矩阵,图书管理系统的一小部分 要求能 登陆 注册 推出 登陆要有次数限制(失败三次退出程序等),注册信息要求写入到文本文件里保存,已知圆半径r=2.5 圆柱高h=4,求圆的周长,面积,圆球体积,圆柱体积,用cin输入要计算的项目,然后输出计算结果,输入输出时要有文字提示,求1!+2!。。。+10!c语言代码,贪吃蛇游戏的C语言代码,求几个带权字符的哈夫曼编码,本打字游戏可进行英文,其它字符和全部字符的打字训练,每次训练若干个字符并进行打字时间,
fenerzhizhisuanfa
- 这是一个ACM试题中的算法,叫分而治之算法,上面有PPT还有实例代码,希望喜欢ACM的同学可以喜欢-This is a Question in the ACM algorithm, called divide and conquer algorithms, there are examples of the code above, there are PPT hope that students like to be like the ACM
shujixiangguangsuanfa
- 这是一个ACM的算法,叫树及相关算法,内含PPT和实例代码,希望对喜欢ACM的同学有所帮助!-This is an ACM algorithm, called the tree and related algorithms, containing the PPT and examples of code, and want to help students like the ACM!
tanlansuanfa
- 这是一个ACM的算法,叫贪婪算法,内含PPT和实例代码,希望对喜欢ACM的同学有所帮助!-This is an ACM algorithm, called greedy algorithm, containing the PPT and examples of code, and want to help students like the ACM!
Matlabzhuchengfen
- Matlab编程实现主成分分析,包含实例分析应用的详细代码-Matlab programming principal component analysis, including detailed examples of the application code
ABC
- 一个VB的算法实例_聪明的蚂蚁,一个十分经典的代码-_ VB algorithm instance a smart ant, a very classic code
MYFFTClass
- 傅立叶变换,头文件,可直接调研,包含调用的实例代码。-Fourier transform, header files, direct research, including examples of code calling.
BigNumberCal
- BigNumberCal delphi 本身代码单元的大数计算,及实例-Large numbers of BigNumberCal delphi code unit, and instances
testCRC
- 这是一个实现CRC算法的实例。代码虽然不多,但它在实际工程中却是很实用,也很容易理解。-This is an instance of the CRC algorithm. Code, while small, but it is in the actual project is very practical, very easy to understand.
two-point-problem
- 打靶法求解两点边值问题 实例测试通过,可直接运行,并带有详细代码注释 采用全局收敛的牛顿-拉普森迭代算法求解编制问题 绝对物超所值!-Two-point boundary value problem shooting method
遗传算法实例
- 用matlab展现遗传算法的计算过程。例子为求0.711*t1-0.084*(a0*t4*t1/(t2-t1+t3))+0.7*(t4-t3)+0.091*t2+0.162*(a0*t2*t4/(t2-t1+t3))这个看起来很复杂的式子的最小值,各个变量的约束条件在代码里写了出来。(Matlab is used to show the calculation process of genetic algorithm. The example is to find the minimum val
四阶龙格-库塔法
- 利用四阶龙格库塔求解微分方程,并给出方程实例。(The fourth order Runge Kutta is used to solve the differential equation and an example is given.)