-
摇摆时钟,显示宽度为时分秒6 个字,再加上
两个冒号。
摇摆时钟,显示宽度为时分秒6 个字,再加上
两个冒号。-clock
- 2022-04-16 19:15:27下载
- 积分:1
-
Microsoft WinCE 6.0 BSP FINAL release source code for use with the i.MX27ADS TO2...
Microsoft WinCE 6.0 BSP FINAL release source code for use with the i.MX27ADS TO2 WCE600_FINAL_MX27_SOURCE.zip
- 2022-03-23 11:26:23下载
- 积分:1
-
c#使用XML保存程序配置参数的例子,vs2005下CE5.0程序。
c#使用XML保存程序配置参数的例子,vs2005下CE5.0程序。-c# use XML to preserve examples of procedures for configuration parameters, vs2005 procedures under CE5.0.
- 2022-01-28 07:06:57下载
- 积分:1
-
实现贪吃蛇游戏的源码,不是很理想,望别人能改进
实现贪吃蛇游戏的源码,不是很理想,望别人能改进-The realization of Snake game source code, not very ideal, hope someone else can improve
- 2022-05-20 17:47:23下载
- 积分:1
-
GL纹理映射中的应用
GL Texture Mapping Application
- 2023-01-04 21:35:04下载
- 积分:1
-
可以任意虚拟IP,运行后可以使用虚拟的IP发邮件,注册
可以任意虚拟IP,运行后可以使用虚拟的IP发邮件,注册-It can implement any virtual IP ,after executing ,you can sent a email ,register and so on by using the Vitrual IP .
- 2022-06-14 13:56:00下载
- 积分: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
-
小波变换的源代码,可以运行,希望对大家有帮助。
小波变换vc++源代码,可以运行,希望对大家有所帮助。-wavelet transform vc source code can run, we hope to help.
- 2022-02-15 14:44:13下载
- 积分:1
-
based Pocket PC English phonetic input of the user interface part of the source...
基于Pocket PC的简体中文拼音输入法中的用户接口部分的源代码-based Pocket PC English phonetic input of the user interface part of the source code
- 2022-06-14 18:02:03下载
- 积分:1
-
快速排序与交换排序算法比较
在Visual C++中建立一个单文档Windows应用程序,并实现下述功能:
运用随机函数自动生成一定规模的测试数据 (1...
快速排序与交换排序算法比较
在Visual C++中建立一个单文档Windows应用程序,并实现下述功能:
运用随机函数自动生成一定规模的测试数据 (10000个测试元素),并输出到文件中。
分别执行快速排序算法和交换排序算法对测试数据排序,并输出到不同的文件中。
使用较为精确的QueryPerformanceCounter和QueryPerformanceFrequency等函数记录算法耗时,精确到毫秒,以便更好地进行算法耗时比较。
分析两种不同算法,有针对性地设计与调整测试数据,进而通过比较算法耗时来得到更充分且更深刻的认识。
编写模块校验两种不同排序算法的输出结果正确且相同
-Quicksort sorting algorithm comparison and exchange
In the Visual C++ to create a single document Windows application, and to achieve the following functions:
The use of random function automatically generates a certain amount of test data (10000 test elements), and output to a file.
Respectively, and the exchange of the implementation of quick sort algorithm sorting algorithm to sort of test data, and output to a different file.
Using a more accurate record of QueryPerformanceCounter and QueryPerformanceFrequency algorithms such as time-consuming functions, accurate to the millisecond, in order to better carry out time-consuming compared algorithms.
Analysis of two d
- 2022-04-22 17:20:42下载
- 积分:1