-
asdasasadddddddddddddddddddddddddddddddd
萨斯达斯
- 2022-02-01 13:08:23下载
- 积分:1
-
Bayesian classifier C source code, using IRIS category for example, easily under...
贝叶斯分类器的C++源码,用IRIS作类例子,通俗易懂,适合作模式识别、图像处理研究开发用!-Bayesian classifier C source code, using IRIS category for example, easily understood and suitable for pattern recognition, Image processing research and development with!
- 2022-01-23 10:59:10下载
- 积分:1
-
蚂蚁算法实验室,可以仿真模拟一
蚂蚁算法实验室,可以仿真模拟一-laboratory ant algorithm can be simulated under what
- 2023-07-11 16:00:03下载
- 积分:1
-
基于WiFi的室内定位系统设计与实现
比较实用的室内定位算法代码。有详细说明。-Practical indoor positioning algorithm code. There are described in detail.
- 2022-07-26 16:18:36下载
- 积分:1
-
抽注器(作为购买彩票时的一个依据)
用VB编写的源代码,抽注器(作为购买彩票时的一个依据)
- 2022-01-26 02:50:05下载
- 积分:1
-
偶极天线的Fortran代码
fortran code of dipole antenna
- 2022-03-24 20:19:53下载
- 积分:1
-
自己做的一个kmean聚类程序,里面有例子和聚类程序
自己做的一个kmean聚类程序,里面有例子和聚类程序
-Their clustering kmean to do a procedure, there are examples and clustering procedures
- 2022-03-28 12:14:45下载
- 积分:1
-
数值积分算法实现对一阶微分方程组的计算:通过编写程序语言,运用欧拉,预报校正,龙格库塔的方法实现对x1微分=x2 x2微分=x3
x3微分=...
数值积分算法实现对一阶微分方程组的计算:通过编写程序语言,运用欧拉,预报校正,龙格库塔的方法实现对x1微分=x2 x2微分=x3
x3微分=-800*x1-80*x2-24*x3+sin(t); y=800x1 的运算-Numerical integration algorithm for the calculation of first-order differential equations: through the preparation of programming language, the use of Euler and forecast correction, Runge-Kutta method of achieving x1 differential = x2 x2 differential = x3 x3 differential =- 800* x1-80* x2-24* x3+ sin (t) y = 800x1 computing
- 2022-01-26 00:33:59下载
- 积分:1
-
单片机输入法c源代码
纯C语言编写的输入法源代码,主要用于单片机,有需要的可以下载!
使用说明:
拼音输入法杳询函数: unsigned char code * py_ime(unsigned char input_py_val[]);
input_py_val为已输入的拼音码字符串头指针,
反回值为中文的起始地址,当为0时,杳询失败
应用举例:
{
unsigned char input_string[]={"bang"};
unsigned char chines_string[100];
sprintf(chines_string,"%s",py_ime(input_string));
}
- 2023-08-15 12:10:04下载
- 积分:1
-
PSA 实验室的短路分析
开发一个程序来进行模拟一个给定电力系统的对称三相短路。
- 2022-02-01 23:25:48下载
- 积分:1