-
wannianli
用C语言编程实现一个万年历,可以很方便的使用!!(C language programming a calendar, you can easily use! !)
- 2011-09-10 13:49:52下载
- 积分:1
-
matlab遗传算法的程序代码
这是一些关于遗传算法的程序及相关的学习资料,希望对大家的研究有所帮助,不足之处请多多包涵,学习,遗传算法是一种基于生物遗传的优化算法,目前应用较多
- 2023-05-16 11:00:03下载
- 积分:1
-
lpc1768-emac
lpc1768 emac的驱动程序,网卡为KSZ8041。该驱动可以与lwip和ucos搭载出小型的tcp/ip网络系统。(lpc1768 emac driver card for KSZ8041. The drive can be equipped with lwip and ucos a small tcp/ip network system.)
- 2014-08-21 09:40:47下载
- 积分:1
-
C#程序开发范例宝典 图书光盘附带源码 第四章
C#程序开发范例宝典 图书光盘附带源码 第四章-C# Program development paradigm Baodian Book CD-ROM attached to Chapter IV source
- 2022-01-25 21:44:18下载
- 积分:1
-
wma driver for wma decoder
wma driver for wma decoder,you can use this code for proting!
- 2022-07-26 22:37:52下载
- 积分:1
-
serial
很好的串口通信源程序,可以设置端口号,波特率,数据位 停止位校验位(a very complete source serial communications,it is helpful for everybody)
- 2009-05-22 10:47:15下载
- 积分:1
-
两个数比大小
#include
int main()
{
int m,n;
scanf("%d %d",&m,&n);
if(m>n)
return m;
else
return n;
}
- 2022-08-16 08:36:06下载
- 积分:1
-
3Dtransform
说明: 对正立方体图形进行平移、旋转、变比、对城、错切等几何变换及平行投影和透视图等投影变换。(Graphics on the cube is translation, rotation, variable ratio, on the City, shear, such as geometric transformations and parallel projection and perspective projection transformation and so on.)
- 2008-11-21 11:56:19下载
- 积分:1
-
Huffmancoding111123123121
霍夫曼编码的C++实现,含word详细叙述文档,详细注释。(Huffman coding C++ to achieve, including the word detailed description of the documents, detailed notes.)
- 2012-08-13 16:48:36下载
- 积分:1
-
st foc2.0 官方源代码
永磁同步电机磁场定向控制库是由几个 C 语言的模块构成,并列装 IAR
EWARM 5.20,Keil 公司的 RealView MDK 3.22a 和 Green Hills 5.03 工作区。
它是用来同时快速评估 MCU 和可用的工具。此外,当和 STM32F103xx 电机控制入
门套件(STM3210B- MCKIT)及永磁电机一起使用时,可以让电机在很短的时间
运转起来。它通过提供立即可用功能,也省去了 FOC 发展的耗时和速度调节的需
要,让用户专注于应用层。而且,因为有了转子位置重构无传感器算法,它可能
不需要任何速度传感器。
- 2022-05-16 03:26:55下载
- 积分:1