-
要求随机关生一个序列,任意查找其中一个元素时,采用二分搜索法实现,并且还能显示查找次数。使用二分法首先要使序列列按从小到大排序,因此程序中还要有排序功能。...
要求随机关生一个序列,任意查找其中一个元素时,采用二分搜索法实现,并且还能显示查找次数。使用二分法首先要使序列列按从小到大排序,因此程序中还要有排序功能。- there is a random series ,when looking for any an element in this series,we can achieve this by the method of bisectional searching,also the number of search times will be displayed.when using this method ,first of all you should sequence the series bigger and bigger.For this reason the program shoule have the founction of secquencing.
- 2023-06-28 05:30:04下载
- 积分:1
-
Bezier曲线的可执行程序,注:vc语言编写的;3次4个顶点
Bezier曲线的可执行程序,注:vc语言编写的;3次4个顶点-Bezier curves of the executable program, note: vc languages 3 4 vertex
- 2022-01-31 22:49:13下载
- 积分:1
-
C++函数库查询辞典最新版,对C++的相关函数进行说明
C++函数库查询辞典最新版,对C++的相关函数进行说明-C++ library check dictionaries latest version of the C++ a description of the correlation function
- 2022-03-16 17:46:08下载
- 积分:1
-
c#写的基于access2000的选课系统。
c#写的基于access2000的选课系统。-c# to write the elective system based access2000.
- 2023-08-28 20:25:02下载
- 积分:1
-
s3c2410下,wince下,SPI
s3c2410下,wince下,SPI-LCD驱动,在EVC下开发,很实用-s3c2410, Jack, SPI-LCD driver, the EVC under development, practical
- 2022-02-16 00:21:47下载
- 积分:1
-
Windows 进程并发实验
Windows 进程并发实验-Windows experiment with the process
- 2022-08-06 10:45:23下载
- 积分:1
-
Windows CE/Mobile SP/PPC 上封装的ini操作的dll动态库,可以直接在SP/PPC上使用,速度快,很方便...
Windows CE/Mobile SP/PPC 上封装的ini操作的dll动态库,可以直接在SP/PPC上使用,速度快,很方便-Windows CE/Mobile SP/PPC on the package ini operation dynamic dll library, can be directly in the SP/PPC to use, fast, very convenient
- 2022-03-22 23:43:31下载
- 积分:1
-
这是继Effective C++后的一本书,More Effective C++主要讲解了一些效率,异常等问题。...
这是继Effective C++后的一本书,More Effective C++主要讲解了一些效率,异常等问题。-This is the second Effective C++ After a book, More Effective C++ Mainly on a number of efficiency, anomalies and other issues.
- 2022-10-23 15:20:03下载
- 积分:1
-
对一个字符串的单词数进行统计的程序,可以扩展为对文件中单词量的统计....
对一个字符串的单词数进行统计的程序,可以扩展为对文件中单词量的统计.-one programe to take words count of string,it could be expanded to take words count of file.
- 2022-02-02 18:42:21下载
- 积分:1
-
电驴的源代码
eMule电驴的源代码
编译说明(推荐使用Visual Studio .NET 2003)
1.将rcdll.dll复制到Visual Studio .NET 2003安装目录的Vc7in目录中。(这是为了使用能在vista下显示的图标)
2.打开easyMule_Libs.sln,执行“生成解决方案”。(easyMule_Libs.sln里所包含的是easyMule所依赖的库文件。)
3.打开easyMule.sln编译即可。-the source code of eMule
Compiling instruction (recommend to use Visual Studio .NET 2003)
1.Copy rcdll.dll to Vc7in under the installation directory of Visual Studio .NET 2003.(in order to use special icons under Vista)
2.Open easyMule_Libs.sln and execute build solution .(easyMule_Libs.sln contains libraries which easyMule depends on)
3.Open easyMule.sln and compile it.
- 2022-02-21 03:56:32下载
- 积分:1