-
陀螺的仿真模型可以修改窗口的参数,是E。
陀螺进动仿真模型,可以修改窗口参数,使用起来很方便。-gyroscope precession simulation model can modify parameters of the window, was easy to use.
- 2023-03-03 20:55:04下载
- 积分:1
-
The importance of direct methods discussed in the previous work is unquestionabl...
The importance of direct methods discussed in the previous work is unquestionable, since in some practical engineering problems, information about the values of the objective function is the only reliable information, which may have a researcher.
- 2023-03-25 05:50:04下载
- 积分:1
-
很多人在说,但我没看到所以自己编了一个hough变换的函数
很多人在说,但我没看到所以自己编了一个hough变换的函数-many people say, but I do not see why their part of a Hough transform function
- 2023-04-21 23:05:03下载
- 积分: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
-
神经网络优化算法
BP学习算法具有结构简单、参数可调、可操作性好等优点,虽然BP神经网络是人工神经网络中应用最广泛的算法,但也存在一些缺陷,如学习收敛速度太慢。利用遗传算法对神经网络的网络结构、初始连接权值和阈值选取进行优化。
- 2022-03-02 08:27:42下载
- 积分:1
-
这个程序我用了两个月编写,功能已经和完整了,真是个好东西!好用着呢...
这个程序我用了两个月编写,功能已经和完整了,真是个好东西!好用着呢-this process I have spent two months of preparation, functions and integrity, is a good thing! Handy ability in
- 2022-12-20 12:35:03下载
- 积分:1
-
程序可以处理远程射击和distnac阅读MDL激光器输出…
Program can deal with MDL lasers for remote firing and reading output of distnace
- 2022-06-11 12:52:28下载
- 积分:1
-
牛顿
牛顿-拉格朗日插值法C++源代码,最新修改的通码,网友可以-Newton-Lagrange interpolation C source code, the latest revision of immigration code, net surfers can s
- 2022-03-02 14:15:10下载
- 积分:1
-
道格拉斯算法
这里介绍的是利用道格拉斯算法实现制图综合,特别是图像的处理,方便而实用,代码简单,原理清楚,希望大家下载互相学习,共同进步!
- 2022-08-18 17:25:29下载
- 积分:1
-
usaco1.5 Prime Palindromes代码 prime文件绝对能用,值得拥有
The number 151 is a prime palindrome because it is both a prime number and a
palindrome (it is the same number when read forward as backward). Write a
program that finds all prime palindromes in the range of two supplied numbers a
and b (5
- 2022-08-21 13:33:23下载
- 积分:1