资源列表
buffer_queue_serial
- 基于双缓冲队列的串口通信模块的研究与实现,提出基于一种称之为双缓冲队列的串口缓冲区管理策略的串口软件模块的实现方法和其中要注意的问题。-Research and Implementation of the serial communication module based on dual-buffer queue, based on a technique called serial buffer management strategy for double-buffer queue of th
simple-os
- 一个简单的操作系统原型,包含了简单的扇区启动,线程管理和页面文件管理等基本模块,可从中学习基本的操作系统原理-A simple prototype of the operating system, including a simple sector start, thread management and page file management module, you can learn the basic operating system principles
Flash
- SPI Driver in python on telit
timer_interrupted-robot_car
- Arduino distance sensing library
SAM9X35-EK-User-guide---11115
- atmel SAM9X35-EK User guide 11115 for evaluation board-atmel SAM9X35-EK User guide 11115 for evaluation board
Serial-Synchronous-controller---SSC-to-IIS-i2s-co
- sam9x35 ssc i2i manual
PICnRF2401
- 一个PIC 单片机nRF2401源码实- 一个PIC 单片机nRF2401源码实例 NRF2401 source instance of a PIC microcontroller.
PCDSQ114
- 一个用C51做排插定时开关源C代码 A power strip timer switch source C code with C51-A power strip timer switch source C code with C51
M16-adc453
- 一个AVR M16的AD转换程序,入门好资料。 - 一个AVR M16的AD转换程序, A AVR M16 AD conversion process,
ControlEx_2010.2.3
- 在某个控件类的基础上新注册一个子类化的控件类,不会影响原有控件类。在 Windows 中,这种技术又称为超类化。这种方法能影响到每一个创建的控件实例。 这种方法要是向MiniGUI 注册自己的类,然后自己设计控件数据(不是指GUI系统的调用的控件窗口数据(这些例如客户区、私有DC、托管窗口之类的),而是指保存控件某些行为的数据(例如ctrl_button里的BUTTONDATA这一些的数据))和过程处理函数。 比较适用用于像扩展按钮(Button)、编辑框(Edit)、进度条(Progres
C5--moto224
- C51控制电动机正反转+仿真 C51 to control the motor reversing simulation - C51 to control the motor reversing simulation
CustomCtrl1
- 对已建立的控件进(实例)行子类化 MiniGUI 的控件就是一类特殊的子窗口,所以它们也有自己的过程处理函数 typedef int (* WNDPROC) (HWND, int, WPARAM, LPARAM) 。这种方式的实现其实就是替换掉已经创建了的控件原来的过程出来函数。这个函数其实是每个控件结构体变量里一个函数指针所指向的。通过函数指针指向不同的处理函数就能实现控件的不同功能已经不同的属性。再配合上每个控件的实例数据(后面再说这个东东),是不是有点像面向对象的感觉了呢 ^_^。 -
