-
Windows Mobile录音程序,可以实现简单的录音功能,基于C#开发。...
Windows Mobile录音程序,可以实现简单的录音功能,基于C#开发。-Windows Mobile audio program, you can achieve a simple recording function, based on C# development.
- 2022-02-15 10:53:12下载
- 积分:1
-
LED组8
========================================================================
- 2022-03-11 15:28:31下载
- 积分:1
-
生产者消费者演示程序,用MFC实现了操作系统中的生产者消费者问题的演示程序。...
生产者消费者演示程序,用MFC实现了操作系统中的生产者消费者问题的演示程序。-failed to translate
- 2022-06-20 08:03:17下载
- 积分:1
-
得到文件驱动器、路径、扩展名等信息
得到文件驱动器、路径、扩展名等信息-The example of getting dirver , path and extension of file
- 2022-06-12 06:28:08下载
- 积分:1
-
字典序问题:在数据加密和数据压缩中常需要对特殊的字符串进行编码。给定的字母表 A 由 26 个小
写英文字母组成 A={a,b,…,z}。该字母表产生的升序...
字典序问题:在数据加密和数据压缩中常需要对特殊的字符串进行编码。给定的字母表 A 由 26 个小
写英文字母组成 A={a,b,…,z}。该字母表产生的升序字符串是指字符串中字母按照从左到
右出现的次序与字母在字母表中出现的次序相同,且每个字符最多出现 1 次。例如,a,b,ab,
bc,xyz 等字符串都是升序字符串。
-search the postion for the given ascend sor string.
- 2022-11-11 07:15:03下载
- 积分:1
-
这是用c#开发的,创建数据库,连接数据库的源代码,已经通过测试...
这是用c#开发的,创建数据库,连接数据库的源代码,已经通过测试-This is a c# Development, create databases, connect to database source code has passed the test
- 2022-03-21 13:39:37下载
- 积分:1
-
本书深入介绍了C++语言的来源发展及编程中的改进。必定对C++有进一步的认识。...
本书深入介绍了C++语言的来源发展及编程中的改进。必定对C++有进一步的认识。-This book gave an insight into the source of C++ language development and programming improvements. C++ will definitely have further understanding.
- 2023-04-17 21:30:02下载
- 积分:1
-
实现了乒乓操作,用多路选择器来实现,简单易懂。
实现了乒乓操作,用多路选择器来实现,简单易懂。-Achieved a ping-pong operation, With the MUX to achieve, easy to understand
- 2022-01-26 07:01:04下载
- 积分: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
-
公历(阳历)和农历(阴历)相互转换,公历转农历代码是从网上当的,我做了农历转公历的代码并写了示例程序。其实网上也有很多有关公历转农历的控件,但作为一个程序员就是...
公历(阳历)和农历(阴历)相互转换,公历转农历代码是从网上当的,我做了农历转公历的代码并写了示例程序。其实网上也有很多有关公历转农历的控件,但作为一个程序员就是不太习惯于使用别人的控件,因为那样将不便调试和差错。-Gregorian calendar (Gregorian calendar) and the Lunar New Year (lunar calendar) each conversion to the Lunar calendar is the code from the Internet when I switch to make the lunar calendar of the code and wrote a sample program. In fact, there are many Internet-related to the Lunar calendar control, but as a programmer it is not accustomed to using other people
- 2022-01-28 12:14:41下载
- 积分:1