-
C++通用算法之非修正算法,其中包括查找容器中相同的元素,容器中相同的元素统计等等,这些算法都比较高效,直接就可以复制使用,特别方便。...
C++通用算法之非修正算法,其中包括查找容器中相同的元素,容器中相同的元素统计等等,这些算法都比较高效,直接就可以复制使用,特别方便。-generic algorithm C non-correction algorithms, including the search for packaging the same elements, Vessel Statistics same elements, and so on, these algorithms are more efficient and can directly copy, in particular convenience.
- 2023-03-30 05:10:03下载
- 积分:1
-
文件分割源码,将文件进行分割的程序源代码
文件分割源码,将文件进行分割的程序源代码-File Splitter source code, will split the file source code
- 2022-03-12 15:37:02下载
- 积分:1
-
Josephus write a problem solving function. With the sequence of integers 1, 2, 3...
编写一个求解Josephus问题的函数。用整数序列1, 2, 3, ……, n表示顺序围坐在圆桌周围的人。然后使用n = 9, s = 1, m = 5,以及n = 9, s = 1, m = 0,或者n = 9, s = 1, m = 10作为输入数据,检查你的程序的正 确性和健壮性。最后分析所完成算法的时间复杂度。定义JosephusCircle类,其中含完成初始化、报数出圈成 员函数、输出显示等方法。-Josephus write a problem solving function. With the sequence of integers 1, 2, 3, ... ..., n the order of sitting around the round table, said the people around. And then use n = 9, s = 1, m = 5, and n = 9, s = 1, m = 0, or n = 9, s = 1, m = 10 as input data, check the correctness of your program and robustness. Completed the final analysis, the algorithm" s time complexity. Definition JosephusCircle class, which included the completion of initialization, reported that the number of member functions of a circle, the output display and other methods.
- 2022-04-13 07:18:12下载
- 积分:1
-
获取CPU温度
获取CPU的温度,网上找的,获取CPU的温度有很多方法,包括WMI,winno等,不过有些需要传感器支持,有些需要驱动支持,大家一起交流。
- 2022-02-12 04:32:39下载
- 积分:1
-
Mainly through the document serialization to achieve the creation of contacts, b...
主要通过文档序列化,实现通讯录的创建、浏览、查询等功能。-Mainly through the document serialization to achieve the creation of contacts, browsing, query and other functions.
- 2022-05-14 06:29:11下载
- 积分:1
-
C++语言程序设计实例荟萃(内含11个经典实例)
C++语言程序设计实例荟萃(内含11个经典实例)-C++语言程序设计实例荟萃
- 2022-03-02 08:55:04下载
- 积分:1
-
Finishing some delphi development of a number of frequently used function
整理的一些delphi 开发中中经常用到一些函数-Finishing some delphi development of a number of frequently used function
- 2022-06-28 10:03:05下载
- 积分:1
-
VB6 integrated environment that plug
VB6集成环境鼠标滚轮修正插件。 使用VB6打开工程,将它编译至C:Program FilesMicrosoft Visual StudioCommonMSDev98AddIns目录 在VB6的Add-In Manager里面激活“MouseWheel Fix”插件。你的VB6就可以使用鼠标滚轮翻动源代码了。-VB6 integrated environment that plug-in mouse wheel. Use VB6 open, it will be compiled to C : Program Files Microsoft Visual Studio Common MSDev98 AddIns directory in VB6 Add-In Manager activated inside "MouseWheel Fix" plug-ins. The VB6 you can use the mouse wheel banging the source code.
- 2022-04-22 12:05:21下载
- 积分:1
-
16进制数转换成时间精确到毫秒,接收个16进制数 转换为时间 还能计算...
16进制数转换成时间精确到毫秒,接收个16进制数 转换为时间 还能计算-time and time
time and time
- 2022-03-21 20:40:28下载
- 积分:1
-
2048 游戏 (VB 版)
2048是2014年3月创造了单人益智游戏由19岁的意大利web开发加布里埃莱Cirulli,其中,目标是在网格上滑动编号瓦片将它们组合,并创建一个瓦数2048。它可以被视为一种类型的滑动块拼图,并且ISC非常相似的三分的!应用程序发布的一个月前。在这里,我给你一个简单的版本,2048由Visual Basic代码开发的,它的一些用户界面写的是中国人。在这个包中,你可以看到所有的代码和应用程序本身。如果您使用Visual Studio来打开它,您可以直接编辑它。此应用程序可以在Windows设备上运行。
- 2022-07-13 01:59:26下载
- 积分:1