搜索资源列表
moveCompoents
- 简单的控件移动及直线画图(测试) 有部分代码注释,如果看得明白,可以取消注释,会有更多的发现-Simple controls movement and drawing a straight line (test) code has some of the Notes, if able to understand, you can cancel the Notes, there will be more discoveries
moduleparam
- this module. all command line arguments implemented here . test.c contains how to test the moduleparam.c module.-this is module. all command line arguments implemented here . test.c contains how to test the moduleparam.c module.
DataTransfer_DCOM
- Variant变量可以在COM/DCOM接口方法中传递(传入、传出)不定长结构数组,但是需要打包和解包,效率比较低。这个例子使用了size_is指定长度的方法,本是从MSDN上看到的,但是MSDN上给出的例子不够具体,所以费了些时间摸索,最后试通,给刚接触COM的朋友分享(老家伙们可以直接无视)。本例子由于是工作需要做得试验程序,因此其中存在少量冗余代码,大家注意一下就行了,还有,减少传递的参数个数时,所传递的实时(随机模拟)数据只是减了最后一个(没有减去相对应的),这个Bug不妨碍大局,因此存