-
网络接收过滤器
资源描述基于Rtp流的DirectShow网络接收过滤器开发,实现对Rtp网络流的接收
- 2022-10-08 16:25:03下载
- 积分:1
-
一款批处理炸弹源码
一款批处理炸弹源码-new batch bomb source
- 2022-05-17 07:01:23下载
- 积分:1
-
MFC中怎么调用WMI类库中的硬件信息
应用背景Win32_Fan--风扇
Win32_HeatPipe--热管
Win32_Refrigeration--致冷
Win32_TemperatureProbe--温度传感
输入设备类别
Win32_Keyboard--键盘
Win32_PointingDevice--指示设备(如鼠标)关键技术应该用win32api里的东西吧!我记得有个叫Win32_TemperatureProbe 的WMI类可以用。你查查MSDN上的有没有文章吧!
- 2022-02-03 05:21:11下载
- 积分:1
-
用VC++ Win32 Application编的简单的多媒体定时器程序。
用VC++ Win32 Application编的简单的多媒体定时器程序。-With VC++ Win32 Application provision of the multimedia timer easy process.
- 2022-02-09 23:37:20下载
- 积分:1
-
一个图象处理的源代码,有平移,拉伸,变换,显示灰度直方图等功能(VC)...
一个图象处理的源代码,有平移,拉伸,变换,显示灰度直方图等功能(VC)-the source code can deal with image, there are panning,stretching,shiftting and showing gray vertical square image functions(VC)
- 2022-08-18 11:47:21下载
- 积分:1
-
MFC Socket通讯源码可用
资源描述
MFC 版的 socket 简单通讯 程序,可实现 客户端和 服务端 互相发送数据,
供新手学习socket编程
- 2022-05-31 20:18:56下载
- 积分:1
-
视觉基本源代码
Source Code for Visual Basic
- 2023-07-19 06:10:03下载
- 积分:1
-
VC中读取mp3文件信息的方法
标准格式的mp3文件中,都有一些自身描述的信息,比如歌曲名称、歌手、专辑名称等信息。
这些信息都记录在mp3文件中,而且...
VC中读取mp3文件信息的方法
标准格式的mp3文件中,都有一些自身描述的信息,比如歌曲名称、歌手、专辑名称等信息。
这些信息都记录在mp3文件中,而且格式是固定的。那么,我们就可以用编程的方式来获取这些信息。其实说简单一点,就是VC文件读取的操作。不过mp3有一定的信息结构,在mp3文件的最后128个字节,就包含上述的信息。那么我们打开mp3文件, 读取最后128个字节即可。-VC MP3 file information reader of the MP3 standard format document, some have described their own information, such as song title, artist, album title and other information. These messages are recorded in the MP3 file, but the format is fixed. Then, we can use the program to access such information. That simple fact that the VC paper read operation. However mp3 certain information, the structure of mp3 of the final 128 bytes, including the above information. Then we open MP3 files, read the last 128 bytes can be.
- 2022-05-14 10:56:12下载
- 积分:1
-
2812系统文件,通过对此文件的学习,可以了解2812是如何进行工作的...
2812系统文件,通过对此文件的学习,可以了解2812是如何进行工作的-2812 system files, through this document to learn, you can learn how to work in 2812
- 2022-01-26 02:22:30下载
- 积分:1
-
图书信息管理系统
图书信息管理系统包含class BOOK //一、图书类{private:int num; //编号string name; //书名int B_class; //等级string publishing; //出版社int isbn; //ISBNint stock; //剩余量int sale; //销量public:BOOK(){} //构造函数void add1(); //添加图书信息void add2();void setnum(int a) //在添加第二本书的信息时设置编码{num=a;}int getnum() //得到编号{return num;} string getname() // 得到名称{return name;}void show(); //显示图书信息 int getB_class(){return B_class;}int getsale(){return sale;}
- 2023-06-21 15:35:03下载
- 积分:1