搜索资源列表
rbfinterp_v1[1].2
- LM编程算法,在神经网络中有很大应用之处,神经网络源代码,及BP网络训练界面,其中的L-M算法非常实用 -LM programming algorithm, in a large neural network applications, the neural network source code, and the BP network training interface, in which the LM algorithm is very practical
matlab3
- 利用matlab编程求解实现拓扑优化的源代码及程序界面设计,采用三角形网格划分!我的毕业设计!-Programming using matlab to solve topology optimization to achieve the source code and procedures for interface design, using triangular meshing! My graduation!
Matlab-image-processing-
- 《matlab图像处理与界面编程宝典》秦襄培 编著,第2-第9章的MATLAB源代码程序,对现有代码补充完善-Matlab image processing and interface programming Collection" Qin Xiang Pei-ed,from chapter 2 to 9 of the MATLAB source code program
GUI1212
- 陈垚光《精通MATLAB GUI设计》实例源代码 适用于MATLAB界面编程学习-Chen Yao light " Mastering MATLAB GUI design source code examples for learning in the MATLAB programming interface
python核心编程(第二版)
- Python是纯粹的自由软件, 源代码和解释器CPython遵循 GPL(GNU General Public License)协议。Python语法简洁清晰,特色之一是强制用空白符(white space)作为语句缩进。 Python具有丰富和强大的库。它常被昵称为胶水语言,能够把用其他语言制作的各种模块(尤其是C/C++)很轻松地联结在一起。常见的一种应用情形是,使用Python快速生成程序的原型(有时甚至是程序的最终界面),然后对其中有特别要求的部分,用更合适的语言改写,比如3D游戏中的