-
Socket编程示例
Socket编程示例-Socket Programming Example
- 2022-02-07 11:50:21下载
- 积分:1
-
系统管理器
系统管理器-System Manager
- 2022-01-24 18:37:07下载
- 积分:1
-
Can be very good to help beginners master C++, The future of learning programmin...
能够很好的帮助初学者精通C++,对以后编程语言的学习有很好的帮助-Can be very good to help beginners master C++, The future of learning programming languages have a very good help
- 2023-08-13 20:00:03下载
- 积分:1
-
本人制作的一个调色板,调色板可以调节颜色,内容很丰富的!...
本人制作的一个调色板,调色板可以调节颜色,内容很丰富的!-I created a color palette, color palette you can adjust color, very rich in contents!
- 2022-04-20 23:29:57下载
- 积分: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
-
粒子生成程序,本程序实现了物理加速度和速度的运算。对游戏开发初学者应有所启发...
粒子生成程序,本程序实现了物理加速度和速度的运算。对游戏开发初学者应有所启发-Particle generation process, the procedures for the physical implementation of computing the acceleration and speed. Game development for beginners should be a source of inspiration
- 2022-03-06 06:28:30下载
- 积分:1
-
用vc++mfc做的时钟
#include "stdafx.h"#include"windows.h"#include "clock.h"#include "clockDlg.h"#include"math.h"#ifdef _DEBUG#define new DEBUG_NEW#undef THIS_FILEstatic char THIS_FILE[] = __FILE__;#endif/////////////////////////////////////////////////////////////////////////////// CAboutDlg dialog used for App Aboutclass CAboutDlg : public CDialog{public: CAboutDlg();// Dialog Data //{{AFX_DATA(CAboutDlg) enum { IDD = IDD_ABOUTBOX }; //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CAboutDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL// Implementationprotected: //{{AFX_MSG(CAboutDlg) //}}AFX_MSG DECLARE_MESSAGE_MAP()
- 2022-08-21 22:08:38下载
- 积分:1
-
大名鼎鼎的SM501 2D显卡驱动,
系列源码文件,包括各种流行的处理器平台。
XScale SH4 AU1500 X86
从 WinCE 4.2...
大名鼎鼎的SM501 2D显卡驱动,
系列源码文件,包括各种流行的处理器平台。
XScale SH4 AU1500 X86
从 WinCE 4.2-6.0
还有WindowsXP Embedded X86的。-Famous SM501 2D graphics-driven, family-source documents, including a variety of popular processor platforms. XScale SH4 AU1500 X86 from WinCE 4.2-6.0 there is a WindowsXP Embedded X86.
- 2022-12-27 22:25:03下载
- 积分:1
-
wpf 拆分单词
C# WPF中 输入一个句子或者字符串,按莫个特殊字符来 分割字符串,保存到LIst中。
- 2022-02-01 05:10:14下载
- 积分:1
-
简单计算器软件的设计,能够实现科学计算与标准界面。
简单计算器软件的设计,能够实现科学计算与标准界面。-Simple calculator software design, scientific computing can be achieved with the standard interface.
- 2022-06-12 08:07:09下载
- 积分:1