-
C语言基于DOS界面的五子棋
Windows下使用C语言实现在dos界面下的五子棋小程序,拥有能够接受的界面。
- 2022-09-20 02:55:03下载
- 积分:1
-
解决微分方程组/代数方程组Fortran算法
解决微分方程组/代数方程组Fortran算法-This code solves a system of differential/algebraic equations of the form G(T,Y,YPRIME) = 0.
- 2022-05-15 04:45:22下载
- 积分:1
-
动态矩阵的加,减,乘法实现的类,使用模版,完全原创(经过测试)...
动态矩阵的加,减,乘法实现的类,使用模版,完全原创(经过测试)-dynamic matrix, plus or minus, multiplication achieve category, the use of templates, completely original (tested)
- 2022-09-12 19:50:03下载
- 积分:1
-
3个关于排序的C程序,以及示例,来自《C语言数值常用程序》,所以程序均经过本人测试可以正常使用!...
3个关于排序的C程序,以及示例,来自《C语言数值常用程序》,所以程序均经过本人测试可以正常使用!-three on the order of C procedures, as well as examples from the "C language commonly used numerical procedures," and so I have to undergo testing can be used normally.
- 2022-03-07 21:15:37下载
- 积分:1
-
Real
实数编码遗传算法程序 这是第二部分,可用于模型参数辨识,也有其它的用途-Real-coded genetic algorithm This is the second part of the procedure can be used for model parameter identification, there are other uses
- 2023-02-08 13:45:03下载
- 积分:1
-
partition algorithm chessboard coverage
分治算法解决棋盘覆盖问题-partition algorithm chessboard coverage
- 2022-09-24 19:00:03下载
- 积分:1
-
encryption decryption
它是一种信息加密技术,它为我们的信息提供了安全性,它将纯文本转换成密文,并在此基础上以5*5的块排列
- 2023-05-16 10:45:02下载
- 积分:1
-
3D人体数据关节点、中心线、末端点的计算
编程环境是VC++2010、OpenGL。通过三维扫描得到3D人体数据。从点云数据里任意找一个点,然后类于拓扑排序计算出人体末端点;用算法把人体分为四肢和躯干,然后分别分层对四肢和躯干求中心点;用似圆算法对四肢进行操作得到关节点。
- 2022-07-23 01:10:27下载
- 积分:1
-
蚁群聚类程序
蚁群算法聚类程序,开发环境为VC,通过界面可以设置程序运行参数,并可实时显示计算结果。
- 2022-10-23 06:30:04下载
- 积分:1
-
该程序是用C语言写的采用了动量方法的BP神经网络,它具有极其强大的扩展性,可用于函数的逼近及分类识别等各方面,语言书写规范,其中大量使用了动态分配一、二维数组的...
该程序是用C语言写的采用了动量方法的BP神经网络,它具有极其强大的扩展性,可用于函数的逼近及分类识别等各方面,语言书写规范,其中大量使用了动态分配一、二维数组的方法,该网络实例中实现的是对某一函数的逼近,输入层为二层,中间层可自己设定多达十几层,逼近精度非常精确。读者可根据自己的需要设定各层的数目以及相应的训练样本进行训练与测试。-The program is written in C language using the momentum method of BP neural network, which has extremely powerful scalability, can be used for function approximation and classification in areas such as language specification, including large-scale use of a dynamically allocated one, two dimensional array of methods, examples of the network realize that the approximation of a function, for the second input layer, middle layer can be set as many as a dozen layers, close to very precise accuracy. Readers may need to be set in accordance with its own number of floors and the corresponding training samples for training and testing.
- 2022-09-23 15:35:02下载
- 积分:1