-
JavaScript重写C语言为mt19937
MT19937的javascript:Real number version genrand()为每个调用生成一个伪随机实数(double),它均匀分布在[0,1]间隔上。sgenrand(seed)将初始值设置为624个字的工作区。在genrand()之前,sgenrand(seed)必须是
- 2022-01-25 22:46:57下载
- 积分:1
-
最优控制 stepest 体面
案例的最优跟踪,它是使用本文根椐梯度误差最小。在使用 stepest 体面的求解算法。resurt 会找成本函数,并尽量减少控制从状态和具中脉
- 2022-03-05 19:13:04下载
- 积分:1
-
这是Badming写的一些关于AI的c++代码,他认为现代的脚本语言实际上是未来Ai的前身。当代码复杂到一定程度,程序给人类的反应,人类已经分不清是不是死的代码...
这是Badming写的一些关于AI的c++代码,他认为现代的脚本语言实际上是未来Ai的前身。当代码复杂到一定程度,程序给人类的反应,人类已经分不清是不是死的代码或是真的有意识产生了。-This is a Badming written about AI in c++ code, he thinks of modern scripting language is actually the predecessor of the future of Ai. When the code is complex and to a certain extent, the program" s response to mankind, mankind has not distinguish the code is not dead, or really awareness created.
- 2022-02-02 10:04:27下载
- 积分:1
-
玉米颗粒的检测算法
使用Matlab的GUI设计,实现了一种谷物(玉米)自动计数的方法。
- 2022-01-31 12:58:27下载
- 积分:1
-
产生MFSK(M=2,4,8)信号的matlab程序
通过输入不同M值(2、4、8),可产生相应的2FSK、4FSK、8FSK数字基带调制信号。该程序产生的基带IQ数据下载到信号源后通过了测试验证。
- 2022-03-24 17:21:45下载
- 积分:1
-
Pequeno 编辑器 de 缔约国
初 pequeno exemplo contém procedimentos de como trabalhar com 富文本 usando seus recursos 德尼格罗、 sublinhar 等
- 2022-12-31 01:30:03下载
- 积分:1
-
在 C 中的各种排序 implemnataion
快速排序、 归并排序、 堆排序、 选择排序、 壳排序、 冒泡排序、 插入排序 c 语言实现
- 2023-02-12 22:15:03下载
- 积分:1
-
皇后问题快速算法
皇后问题快速算法-Queens Fast Algorithm
- 2022-03-11 06:57:20下载
- 积分:1
-
lpc implement for distribut
lpc implement for distribut
- 2022-01-27 11:07:14下载
- 积分:1
-
A program to demonstrate the optimization process of ant colony optimization for...
A program to demonstrate the optimization process of ant colony optimization for the traveling saleman problem (TSP). The cities are shown as red circles, the pheromone on the connections between them (fully connected graph) by gray lines. The darker the grey, the more pheromone is currently on the edge. During the optimization, the currently best found tour is drawn in red. To run the optimization, first create a random TSP, then create an ant colony, and finally run the optimization.
- 2022-02-19 22:51:42下载
- 积分:1