资源列表
winForm_WPF_FFmpegPlayer
- 封装到winform中可以供WPF调用的FFMpegPlayer,包括ocx 封装成winForm库的详细方法-Can be encapsulated into a winform calls for FFMpegPlayer WPF, including the detailed methodology encapsulated into winForm library ocx
RTT_Implementation_140806
- jlink通过RTT接口来输出调试信息,带有printf实例,可以直接使用-jlink by RTT interface to output debug information
dianzhenlihua
- 点阵显示礼花,运用单片机实现具体功能,可以用keil-Dot matrix display fireworks, the use of SCM specific functions, you can use keil
VHDL-Keyboard
- 设计制作一个检测4*4矩阵键盘的按键编码的实验,把实际按键的键值的八位编码先转换成从0000—1111的编码,再译成数码管能识别的八位编码,在数码管动态显示时,4*4矩阵键盘的第一行对应00—03,第二行对应04—07,第三行08—11,第四行对应12—15。-Design a 4* 4 matrix keyboard key coding experiments to detect the key the actual key octet coded first convert from 00
readxmlcongfig
- 数据流读写文件-数据流读写文件。。。。。。。。
telcbs
- 一个电话费计算器用pb9编写的是我学pb三个月后编写的-a telephone calculator with pb9 is prepared me pb after three months of preparation
counterTool2
- 好的软件需要大家分享和修正 我们一定要女里啊,JUST DO IT
VBRemote
- vb 远程控制(屏幕监控) 源码 是自己编写的 大家多多建议-VB remote
SSubTmr
- 一个外国人写的 VB6 子类和定时器,提供源代码。
othello
- this othello game with c++ language-this is othello game with c++ language
Labview 中API---如何获得窗口句柄(HWND)
- hwnd 是窗口句柄,系统分配的一个ID号,对操作系统来说就是这个窗口的唯一标识,通过它就可以操作WIN窗口了,labview VI的前面板无疑是一个WINDOWS窗口,那如何获得这个窗口句柄那. 有两种方法: 1.利用API FindWindow函数,通过窗口标题,来查找前面板的窗口句柄. 2.利用LABVIEW未公开的私有属性节点