资源列表
New-concept-51-MCU-C-tutorial
- 新概念51单片机C语言教程这本书配套的书后例程代码,对学习51单片机很有用-Sample code in this book supporting the new concept of 51 single-chip C language tutorial book, 51 microcontroller very useful in learning
TMS320F2812-experiment-code
- 这是手把手教你学DSP2812书后的例程代码,结合书本很够很好的掌握2812-This is the code of the routine taught you how to learn DSP2812 book binding books is enough for a good grasp 2812
BOCCN-RTC-V1.0
- 博控技术jennic 模块实时时钟的使用例程-RTC--example for beginners
communication-test
- zigbee无线龙产品CC2430基础通信实验例程-guidance for zigbee explore
hongwai
- proteus仿真红外遥控解码,可在1602液晶上显示发射和显示的代码-proteus simulation of infrared remote control decoder, in 1602 to launch and display code
ultrasound
- msp430f149 超声波模块 可以同时进行3路超声波模块的测试,测距,可用于沿墙走,探测距离-msp430f149 ultrasonic module at the same time the 3-way test of the ultrasonic module, ranging, and can be used to walk along the wall, the detection range
5-key675
- 5个按钮+4位共阴数码管显C语言示例程 -Five buttons+4 Yin digital tube significant C language sample program
nokia5110wnl
- 一个用5110显示的万年历完整C实例-5110 calendar display complete C instance
C51-motor453
- C51控制电动机正反转+仿真 C51 to control the motor reversing simulation - C51 to control the motor reversing simulation
CustomCtrl1
- 对已建立的控件进(实例)行子类化 MiniGUI 的控件就是一类特殊的子窗口,所以它们也有自己的过程处理函数 typedef int (* WNDPROC) (HWND, int, WPARAM, LPARAM) 。这种方式的实现其实就是替换掉已经创建了的控件原来的过程出来函数。这个函数其实是每个控件结构体变量里一个函数指针所指向的。通过函数指针指向不同的处理函数就能实现控件的不同功能已经不同的属性。再配合上每个控件的实例数据(后面再说这个东东),是不是有点像面向对象的感觉了呢 ^_^。 -
C5--moto224
- C51控制电动机正反转+仿真 C51 to control the motor reversing simulation - C51 to control the motor reversing simulation
ControlEx_2010.2.3
- 在某个控件类的基础上新注册一个子类化的控件类,不会影响原有控件类。在 Windows 中,这种技术又称为超类化。这种方法能影响到每一个创建的控件实例。 这种方法要是向MiniGUI 注册自己的类,然后自己设计控件数据(不是指GUI系统的调用的控件窗口数据(这些例如客户区、私有DC、托管窗口之类的),而是指保存控件某些行为的数据(例如ctrl_button里的BUTTONDATA这一些的数据))和过程处理函数。 比较适用用于像扩展按钮(Button)、编辑框(Edit)、进度条(Progres
