-
Knight2
这是自己写的骑士巡游问题的源代码,控制台实现没有图形化(This is, the parade was the Knights of the source code, not realizing console Graphic)
- 2006-12-05 21:41:59下载
- 积分:1
-
xuanllk
基于MFc的连连看游戏,基本功能已完成,分享个大家(Based MFc Snake game, the basic function has been completed, we share a)
- 2014-05-15 19:27:17下载
- 积分:1
-
PEGASIS-Protocol-in-OmnetPP-by-wsnlab.ir
Improved LEACH in matlab
- 2014-01-08 14:06:57下载
- 积分:1
-
txzi
史上最简易有趣的推箱子游戏,根据个人喜好,已加入箱子指数识别程序,可根据箱子重量自动判定难度。(History of the most simple fun Sokoban game, based on personal preferences, the box has been added to the index recognition program can automatically determine the degree of difficulty based on the weight of the box.)
- 2014-05-13 13:04:24下载
- 积分:1
-
dns
说明: 一个简单的DNS服务器,可以在嵌入式系统中使用。(A simple DNS server,it can be used in embedded system.)
- 2019-04-02 11:00:11下载
- 积分:1
-
CODEFOR7779
基于STM32F103C8T6的AD7779采样程序,用于220VAC交流采样。(Based on STM32F103C8T6 AD7779 sampling program for 220 vac ac sampling.)
- 2016-07-06 10:35:29下载
- 积分:1
-
PID算法原理
详细介绍PID控制原理,展示了PID控制器的控制表达式。(The PID control principle is introduced in detail, and the control expression of the PID controller is shown.)
- 2018-11-19 19:48:27下载
- 积分:1
-
注册一个标准的字符设备
1: /*动态分配一个设备号*/alloc_chrdev_region(&LedDev,0,1,"myled"); //我们可以读取/proc/devices文件以获得Linux内核分配给设备的主设备号和设备名字2: /*动态分配cdev结构体,返个cdev结构;如果执行失败,将返回NULL。*/LedCdev = cdev_alloc();3: /*初始化Cdev结构体*/cdev_init(LedCdev,&fops);4: /*注册Cdev结构体*/cdev_add(LedCdev,LedDev,1);
- 2022-01-26 02:49:41下载
- 积分:1
-
MCP23S17
不太常用的SPI I/O口扩展芯片的驱动程序和中文数据手册,对想用SPI扩张I/O口的朋友非常有用的(Less commonly used SPI I/O port expansion driver chips and Chinese data manual for would like to use SPI expansion I/O port is very useful to a friend)
- 2021-01-27 18:58:35下载
- 积分:1
-
opencv教程基础篇
opencv教程基础篇opencv教程基础篇opencv教程基础篇opencv教程基础篇opencv教程基础篇opencv教程基础篇opencv教程基础篇
- 2022-03-18 02:06:37下载
- 积分:1