-
OwnDrawButton1
简单好看实用的按钮小程序,适合初学者,还包括几个按钮类(Nice button program)
- 2009-10-26 08:32:14下载
- 积分:1
-
Calculate
MFC实现简单计算器,可以完成加减乘除混合运算,但没有优先级(MFC realize a simple calculator, to be completed Math )
- 2008-05-29 16:21:08下载
- 积分:1
-
Acmotor_foc
说明: 3闭环调速,适合各种功率下的电机,基于DSP的!(three closed loop)
- 2011-04-05 13:49:11下载
- 积分:1
-
hilbert
这段代码是用来求希尔伯特变换的,希望对大家有用(The Hilbert transform
)
- 2014-08-24 09:28:12下载
- 积分:1
-
本系统是基于C#开发的一个实用的应用,其作用是将基于.NET2008开发的程序转换为.NET2005开发的程序,具有很强的实际应用价值。该程序解压后即可直接运行...
本系统是基于C#开发的一个实用的应用,其作用是将基于.NET2008开发的程序转换为.NET2005开发的程序,具有很强的实际应用价值。该程序解压后即可直接运行,但请勿删除debug目录下的程序以免影响运行-The system is based on the C# Developed a practical application, and its role will be based on. NET2008 procedures developed for the conversion. NET2005 development process, has a strong practical application value. After extracting the program can be run directly, but please do not delete the debug directory so as not to affect operation of the procedures
- 2022-02-25 14:57:35下载
- 积分:1
-
free modbus在stm32f103rx上的移植应用
free modbus在stm32f103rx上移植的一个简单例子参考am论坛的一个帖子,已移植好,应用部分可以略过
- 2022-10-15 05:05:05下载
- 积分:1
-
winform-Mail
c#+winform+简单的发邮件程序,本人测试可以用的,供大家学习(c#+ winform+ simple e-mail program, I test can be used for all learning)
- 2020-09-09 10:58:02下载
- 积分:1
-
BMS
一个国内电池管理系统(BMS)的源码,主机用的是XC2287M从机是用MC9S08DZ60,之间用CAN通讯,波特率500kbps.可以从中间知道找到一些有用的驱动。(A domestic battery management system (BMS) of the source, the host using a XC2287M slave is MC9S08DZ60, between the use of CAN communication, the baud rate 500kbps. May find useful to know from the middle of the drive.)
- 2010-08-28 22:37:48下载
- 积分:1
-
将H264码流打成RTP包UDP发送vlc测试
将H264码流打成RTP包UDP发送vlc测试,
- 2022-01-26 03:00:51下载
- 积分:1
-
main
以一个m*n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。
1.基本要求
(1)首先实现一个以链表作存储结构的栈类型,然后编写一个求解迷宫的非递归程序。求得的通路以三元组(i,j,d)的形式输出。其中:(i,j)指示迷宫中的一个坐标,d表示走到下一坐标的方向。如下图所示迷宫。从入口(1,1)到出口(8,8)的求解结果如下:
(1,1)(1,2),(2,2)(3,2)(3,1)(4,1)(5,1)(5,2)(5,3)(6,3)(6,4)(6,5)(5,5)(4,5)(4,6)(4,7)(3,7)(3,8)(4,8)(5,8)(6,8)(7,8)(8,8)(The labyrinth is represented by a m*n rectangular array. 0 and 1 represent the pathways and obstacles in the labyrinth respectively. Design a program for any set of maze, find a way from the entrance to the exit, or draw no conclusion of the path.
1. basic requirements
(1) first implement a stack type with linked list as storage structure, then write a non recursive procedure to solve the maze. The path obtained is output in the form of three tuple (I, J, d). Among them: (I, J) indicates a coordinate in the labyrinth, and D indicates the direction of going to the next coordinate. As shown in the labyrinth below. The results obtained from the entrance (1, 1) to the outlet (8, 8) are as follows:
(1, 1) (1, 2), (2, 2) (3, 2) (3, 1) (4, 1) (4, 1).)
- 2018-07-03 13:15:46下载
- 积分:1