-
bbp algorithm for calculating pi accurate to more than 10 million
bbp算法计算圆周率精确到千万位以上-bbp algorithm for calculating pi accurate to more than 10 million
- 2022-03-09 12:38:14下载
- 积分:1
-
Simulation of Ant Colony Algorithm for Routing in the Internet, given normal cir...
蚁群算法仿真因特网中的路由选择,给出正常情况、节点阻断和路径拥塞等不同情况下的最优路径选择与更新实现,仿真结果能够提供可视化的过程模拟-Simulation of Ant Colony Algorithm for Routing in the Internet, given normal circumstances, and the path blocked node under different circumstances, such as congestion of the optimal path selection and update the realization of simulation results can provide visualization of the process simulation
- 2022-05-16 14:04:48下载
- 积分:1
-
use GA to deal with the problem fuzzy expectations model example
use GA to deal with 模糊期望值模型问题例题-use GA to deal with the problem fuzzy expectations model example
- 2022-04-21 03:08:10下载
- 积分:1
-
矩阵乘法,算法源代码
矩阵相乘问题的算法源程序-matrix multiplication, the algorithm source code
- 2022-04-15 20:53:47下载
- 积分:1
-
单纯形法解决线性规划问题!!!
有过程!
单纯形法解决线性规划问题!!!
有过程!-Simplex method to solve linear programming problems!!! A process!
- 2022-01-26 07:12:31下载
- 积分:1
-
飞思卡尔智能车测试程序
应用背景飞思卡尔智能车测试程序,只用于测试!02_串口循环收发,00_串口验证超频,01_GPIO及LED测试
- 2022-03-20 07:39:27下载
- 积分:1
-
WPF 代码行数统计 源代码
WPF 开发的 代码统计 器,主要统计代码的函数,不包括注释,支持C#/java/C++/C 源代码的统计,指定一个工程文件夹自动搜索目录下所有代码文件并统计文件数量和代码行数,以及总代码行数
- 2022-02-20 07:16:51下载
- 积分:1
-
双色球随机软件源码
void CRandDlg::OnOK()
{
// TODO: Add extra validation here
int a[7];
int b=0;
srand((unsigned)time( NULL ));
for (int i=0;i
- 2022-03-24 20:24:18下载
- 积分:1
-
ECC加密算法的C语言实现
已知椭圆曲线E23(16,10): y 2 ≡ x3 +16x +10mod23和它上的一个点G=(5,10), 计算G 的所有倍点。相当于用C语言编程实现了该题
- 2022-04-12 06:29:38下载
- 积分:1
-
51单片机循迹小车
应用背景基于51 单片机的简单循迹小车,仅个人娱乐所用,采用6个传感器可实现90度直角转弯,还能转小于90度的,也有原地掉头功能(前方无路时),刚入门,程序好不好,望勿喷。关键技术大家都知道51程序很简单,方法也各式各样,我刚步入大学的一个小程序,个人认为还有很多不周到的地方,但是我亲测有用,基本功能实现没有问题,但传感器位置很重要。个人采用的是“八”字形排布。
- 2022-05-30 10:48:08下载
- 积分:1