资源列表

« 1 2 ... .27 .28 .29 .30 .31 18032.33 .34 .35 .36 .37 ... 28521 »

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

说明:遗传算法程序源代码,很好的一个源代码。很有借鉴价值-Genetic algorithm source code, a good source. Great reference value
<> 在 2024-10-21 上传 | 大小:7168 | 下载:0

[数学计算/工程计算shuzhifenxi

说明:数值分析课件 数值分析(numerical analysis),是数学的一个分支,以数字计算机求解数学问题的理论和方法为研究对象。 -Courseware for Numerical Analysis Numerical Analysis (numerical analysis), is a branch of mathematics to digital computer to solve mathematical problem
<dz> 在 2024-10-21 上传 | 大小:2724864 | 下载:0

[数值算法/人工智能id3

说明:id3算法源代码可以解决基本问题的算法人工智能技术-id3 algorithm source code can solve the basic problems of artificial intelligence algorithms
<meiyu> 在 2024-10-21 上传 | 大小:4096 | 下载:0

[数据结构常用算法Bankeralgorithm

说明:银行家算法是一种最有代表性的避免死锁的算法-Banker s algorithm one of the most representative algorithm for deadlock avoidance
<hanchao> 在 2024-10-21 上传 | 大小:153600 | 下载:0

[matlab例程a1

说明:研究大气边界层的朋友可以看看。。伯翰平均值和脉动量-Study the friend can see atmospheric boundary layer. "John average and pulse
<王言清> 在 2024-10-21 上传 | 大小:1024 | 下载:0

[matlab例程model

说明: drow stable and unstagble manifolds through the saddle equilibria- drow stable and unstagble manifolds through the saddle equilibria
<ali> 在 2024-10-21 上传 | 大小:4096 | 下载:0

[数值算法/人工智能popov1

说明:基于popov超稳定性的模型参考自适应控制matlab仿真-popov
<leo> 在 2024-10-21 上传 | 大小:7168 | 下载:0

[数学计算/工程计算winasm

说明:ASM全面学习资料。。。请下吧。强烈支持-ASM comprehensive learning materials. . .
<李瑞> 在 2024-10-21 上传 | 大小:840704 | 下载:0

[数据结构常用算法DesignPatternSrcCode

说明:设计模式C++实现例子 很好用的啊,对学习设计模式很好用的 欢迎下载-design pattern c++
<王刚> 在 2024-10-21 上传 | 大小:899072 | 下载:0

[数值算法/人工智能nQueens

说明:人工智能课程实验:使用启发式搜索求解皇后问题。启发式搜索是利用度量作为指南的一种搜索方法。皇后问题是计算机界的经典问题,n皇后问题为把n个皇后放入一个n*n的棋盘中,使皇后两两不在同一行,同一列以及同一斜线中。求解n皇后问题的算法众多,主要有回溯法,构造法,概率算法以及本实验所用的启发式搜索方法等。方法不同,求解问题所产生的时间效率也大不相同,本实验主要对比构造法与启发式搜索方法的效率。 -Artificial Intelligen
<夏雪> 在 2024-10-21 上传 | 大小:2101248 | 下载:0

[matlab例程SPACELIB

说明:基于matlab 的动力学工具箱 做多体或机器人方向的可以-SPACELIB is a software library useful for the realization of programs for the kinematic and dynamic analysis of systems of rigid bodies. This library is currently used in ROBOTICS a
<aibian> 在 2024-10-21 上传 | 大小:2456576 | 下载:0

[数据结构常用算法Ackerman

说明:阿克曼函数(Ackerman)是非原始递归函数的例子;它需要两个自然数作为输入值,输出一个自然数。它的输出值增长速度非常高,仅是(4,3)的输出已大得不能准确计算。   Ackerman函数定义如下:   若m=0 返回n+1   若m>0且n=0 返回Ackerman(m-1,1)   若m>0且n>0 返回Ackerman(m-1,Ackerman(m,n-1)) -Ackermann func
<夏雪> 在 2024-10-21 上传 | 大小:7168 | 下载:0
« 1 2 ... .27 .28 .29 .30 .31 18032.33 .34 .35 .36 .37 ... 28521 »

源码中国 www.ymcn.org