资源列表
hostdebugger
- /*串行口操作模式1:8位UART,波特率可变,11.0592晶振*/ TMOD = 0x20 /*定时器*计数器1的操作模式为2*/ PCON = 0x80|PCON /*SMOD 置1*/ TH1 = 0xfd /*定时器1的重装载值,此时若SMOD=0,9.6K SMOD=1,19.2K*/ TR1 = 1 /*定时器*计数器1开始工作*/ REN = 1 /*允许串行口接收*/-/ * serial port mode 1:8 bit UART,
combobox_AddPicture
- 在combobox中加入图片,传统的combobox中只是加入字符串,此功能实现图片的显示-To join in the combobox images, the traditional combobox just join the string, the function to realize image display
OPCODES
- win32 汇编指令集,对基于windows汇编开发很有用-win32 compiled instruction set, based on the development of useful windows compilation
GUI
- 实现一个小的界面的显示,其中有编辑框等控件-To achieve a small display screen, including controls such as edit box
DirectUI
- 使用Direct开发UI界面 cha,还限制字数啊-use direct for ui
Multilines_demo
- 多行显示,clistctrl类的继承类,可以参考学习。
ListCtrl_Path
- MFC中ListCtrl控件的扩展,VC中Options→Directories样式的列表,可对列表项进行新建、删除、上下移动操作,可选择路径。附带源码文件,以及应用例程。-MFC extension in ListCtrl control, VC in the Options → Directories style list, a list of items can create, delete, move up and down operation, choose the path. Wit
Multilines_demo
- 支持更改行高的ListCtrl,支持动态的调整某一行的行高.-Change the line to support high ListCtrl, supports dynamic adjustment of a line of high-line.
HOOKMOUSETEST
- 一个对屏幕进行锁定的程序,屏蔽鼠标键盘信息,只留下一个特定后门。-A screen lock procedures, shielding mouse keyboard information, leaving only a specific backdoor.
jsq
- 支持鼠标操作的计算器源码,纯c语言设计,附带实验设计报告,超值选择-Supported mouse calculator source, pure c language design, with experimental design report, Value Choice
OpenGL.rar
- OpenGL编程实例,实现显示物体的放大缩小,旋转等功能,OpenGL demo
WpfUdp
- 自己学习写的UDP调试助手,包括客户端和服务器程序,调试通过可用-Learning to write your own UDP debugging assistant, including client and server programs, debugging through available
