-
InsidetheCPObjectModel
说明: 本书重点论述了C++面向对象程序设计的底层机制,提供丰富的程序范例、图表,以及面向对象概念和底层对象模型之间的效率测量。 (Book focuses on the C++ OOP underlying mechanism provide rich procedures examples charts, and object oriented concepts and underlying object model between efficiency measurement.)
- 2010-04-01 17:04:47下载
- 积分:1
-
qichekaiti
汽车零部件管理开题报告,有价值可供大家参考,更多论文请见www.bysjaid.com(Car parts management opening report, valuable for your reference, more papers see www.bysjaid.com)
- 2013-10-23 16:32:08下载
- 积分:1
-
yingliangctrol
最近总是遇到调音量和选择录音通道方面的程序,我从网上下载了一个音量控制类,但在不同的操作系统有时会出错,我修改了里面的错误,重新封装成dll类,并提供详细的测试程序。没什么技术只是为了方便使用。
不过这个类在某些操作系统上对录音通道选择时还是会出问题,比如明明是选择"Mono"录音通道,可他却选到其他通道了,
我用了DirectX自带的例子程序也不能正确选到想要的录音通道,不知道如何能准确地选择需要的录音通道,若有高手知道请不吝赐教,我的E-Mail:chrys@163.com,多谢!(recent encounter always stressed the volume and channel selection recording of the procedures, I downloaded from the Internet by a volume control category, but in different operating systems sometimes be wrong, I revised the inside of errors, dll encapsulation into categories, and to provide detailed test procedures. No technology is meant to facilitate use. But in the category of some systems of recording channels to choose or will be problems, For example, she choose "Mono" recording channel, but he elected to the other channel, I used the example of DirectX, bringing their procedures for the election not to want to correct audio channel, do not know how to accurately select the desired audio channel, if experts know Help us to assume my E-Mail : chrys@163.com, thank!)
- 2007-04-02 15:36:24下载
- 积分:1
-
Layout-Manager_MFC
Layout manager options for MFC apps
- 2014-08-06 02:59:52下载
- 积分:1
-
shubiaodianji
智能设置点击次数,点击时间间隔,快捷键点击(Smart set clicks, click on the time interval, click on the shortcut keys)
- 2010-12-23 12:52:19下载
- 积分:1
-
VCprogramjisuanqi
mfc环境下写的科学计算器,代码可以直接运行。(mfc environment written in scientific calculator, the code can run.)
- 2010-05-06 23:40:00下载
- 积分:1
-
VB-script-5.6-r
VB script 5.6 对经典的学习js和vbs的教程,微软出品(VB script 5.6 of classical learning js and vbs tutorial, Microsoft Publisher)
- 2013-03-24 09:55:57下载
- 积分:1
-
MWC
keil环境下开源飞控程序源码,包含完整控制逻辑和算法(Keil environment, open-source flight control program source code, including complete control logic and algorithms)
- 2017-07-19 09:22:41下载
- 积分:1
-
NextRadar
读取显示中国气象局新一代天气雷达数据~~~(Read and display the new generation weather radar data of China Meteorological Administration)
- 2020-08-04 14:48:36下载
- 积分:1
-
MonitorCreateProcessEvent
利用WMI监视进程的创建
Private Sub StartMonitorCreateProcessEvent()
Set CreateProcessEvent = New SWbemSink
Set objSWbemServices = GetObject("winmgmts:\.
ootcimv2")
objSWbemServices.ExecNotificationQueryAsync CreateProcessEvent, "SELECT * FROM __InstanceCreationEvent WITHIN 1 WHERE TargetInstance ISA Win32_Process "
End Sub(Use WMI to monitor process creation Private Sub StartMonitorCreateProcessEvent () Set CreateProcessEvent = New SWbemSink Set objSWbemServices = GetObject ( )
- 2007-09-07 09:22:06下载
- 积分:1