搜索资源列表
53607944driver
- 一个最简单的驱动程序,就像其他的可执行程序一样,每个驱动程序也有一个入口点, 这是当驱动被装载到内存中时首先被调用的,驱动的入口点是DriverEntry过程(注:过程也就是子程序), DriverEntry这个名称只是一个标记而已,你可以把它命名为其他任何名字--只要它是入口点就行了。-One of the most simple driver, just like other executable programs, each driver has one entry point,
xiaoche
- 单片机C语言编写的智能小车控制程序,可以走出简单的小迷宫。 采用C语言编写完成,应用模块化的设计方法,各子程序做为实现各部分功能和过程,通过主程序不断对子程序的调用完成延时、暂停以及电机转动方向控制等部分的设计。-Microcontroller C language intelligent car control procedures, be able to get out of a simple maze. The completion of the C language, the appl