-
一个包含基本混音器操作的类。里面方法都为静态方法,方便使用
功能包括:
读取混音器音量
设置混音器音量
判断混音器是否静音
设置混音器...
一个包含基本混音器操作的类。里面方法都为静态方法,方便使用
功能包括:
读取混音器音量
设置混音器音量
判断混音器是否静音
设置混音器静音
对左右声道设置静音
设置麦克风的输入音量值-mixer controller
volume controller
- 2022-03-24 08:04:09下载
- 积分:1
-
windows sdk 编程的小应用.实现鼠标的控制.对想学习sdk的朋友可以参考下....
windows sdk 编程的小应用.实现鼠标的控制.对想学习sdk的朋友可以参考下.-A little utility of windows sdk programming, and the control of mouse is realized. It s a reference for the sdk learner.
- 2023-01-09 03:45:03下载
- 积分:1
-
自定义桌面
我上周谷歌上搜索"代码为可自定义和优化主题在 windows 中的"把它从
https://github.com/rainmeter/rainmeter
Rainmeter 将可自定义的外观,如内存和电池电源、 RSS 源和天气预测,显示在您的桌面上。很多外观都是即使功能: 他们可以记录您的笔记和待办事项列表、 启动您最喜爱的应用程序,并控制您的媒体播放器-都在一个干净、 不显眼的界面,您可以重新排列和根据自己的喜好自定义。Rainmeter 是一次应用程序和一个工具包。你被有限的只由您的想象
- 2022-04-10 17:53:15下载
- 积分:1
-
Private Static Sub Form_Resize() Dim bTimerWasOn As Boolean cmdShuffle.SetFocus...
Private Static Sub Form_Resize() Dim bTimerWasOn As Boolean cmdShuffle.SetFocus Stop timer when game is minimized and start it when normalized If Me.WindowState = vbMinimized Then If Timer1.Enabled Then bTimerWasOn = True Else bTimerWasOn = False Timer1.Enabled = False Else If bTimerWasOn Then Timer1.Enabled = True End If End Sub-Private Static Sub Form_Resize() Dim bTimerWasOn As Boolean cmdShuffle.SetFocus Stop timer when game is minimized and start it when normalized If Me.WindowState = vbMinimized Then If Timer1.Enabled Then bTimerWasOn = True Else bTimerWasOn = False Timer1.Enabled = False Else If bTimerWasOn Then Timer1.Enabled = True End If End Sub
- 2022-06-29 02:05:14下载
- 积分:1
-
it can decrypt file which is edcrypted
这个东西可以对加密的文件进行解压操作。很好用!-it can decrypt file which is edcrypted
- 2022-09-25 17:40:03下载
- 积分:1
-
C常用算法程序集
C常用算法程序集-徐士良7-C algorithms commonly used procedures set-XU Shi-liang 7
- 2022-02-07 11:55:41下载
- 积分:1
-
The ability to easily view the current system has been the process, you can see...
能够方便地查看当前系统已有的进程,可以完整的看到所有信息。。。好用-The ability to easily view the current system has been the process, you can see all the information complete. . . Use
- 2023-03-14 13:10:04下载
- 积分:1
-
的深度探索C++对象模型,这是一本关于C的作用…
深度探索C++对象模型,这是一本关于
c ++的教材,比较有深度,不适宜初学者-Depth exploration of C++ Object Model, this is a book about c of the materials, depth comparison, not suitable for beginners
- 2023-03-09 01:50:04下载
- 积分:1
-
经典的C语言编程(作者是C语言开发者Kernighan和Ritchie)
经典的C语言编程(作者是C语言开发者Kernighan和Ritchie)-classic C Programming Language (The writer is a C-language development were Kernighan and Ritchie)
- 2022-07-14 11:03:09下载
- 积分:1
-
一种很容易理解的svm matlab工具箱,可用于分类,回归,并附很多示例。...
一种很容易理解的svm matlab工具箱,可用于分类,回归,并附很多示例。-A very easy to understand svm matlab toolbox, can be used for classification, regression, together with many examples.
- 2022-02-09 14:14:11下载
- 积分:1