-
该程序实现对一维数据轴上的最临近点的求解问题 采用方法:分治方法1(该方法在递归时由于使用数组的值,使得递归进栈的数据很多,消耗系统空间很大,所以处理的个数经测...
该程序实现对一维数据轴上的最临近点的求解问题 采用方法:分治方法1(该方法在递归时由于使用数组的值,使得递归进栈的数据很多,消耗系统空间很大,所以处理的个数经测试不超过70个,可见在设计程序时,考虑空间的使用也是很必要的!)-the process of achieving a dimensional data axis near the point of the methodology used to solve the problem : a partition method (the method when the use of recursive array, which makes the recursive stack into many of the data, consume much space, the number of tested not more than 70, based in Visibility terms procedures, the use of space is also necessary!)
- 2023-08-13 21:00:03下载
- 积分:1
-
Win32汇编语言,汇编+兼容
Win32 API for assembly language, ASM++ compatible
- 2022-02-05 23:24:47下载
- 积分:1
-
一个通过命令行设置windows静音的小工具。
一个通过命令行设置windows静音的小工具。-a tool to set mute for windows from cmd.
- 2022-08-18 21:34:59下载
- 积分:1
-
发送电子邮件例子
发送电子邮件例子-E-mail examples
- 2022-08-15 10:56:13下载
- 积分:1
-
一个用A*算法实现的最短路径求解小程序。以及后台维护功能
一个用A*算法实现的最短路径求解小程序。以及后台维护功能-A use of A* shortest path algorithm for solving applet. As well as the background maintenance function
- 2022-10-28 10:00:03下载
- 积分:1
-
PJSIP测试程序,学习PJSIP的好资料,一定会对你有所帮助
PJSIP测试程序,学习PJSIP的好资料,一定会对你有所帮助-PJSIP test procedures, learning PJSIP good information, we will help you
- 2022-02-03 16:58:15下载
- 积分:1
-
这是一个关于VB方面的学生成绩管理系统,本人知识有限,愿与大家共勉...
这是一个关于VB方面的学生成绩管理系统,本人知识有限,愿与大家共勉-This is a VB on the students performance management systems, I had limited knowledge and is willing to share it with you
- 2022-04-30 00:00:23下载
- 积分:1
-
本程序结合实例用Monte Cale方法进行编写的程序,可以对多重积分进行计算...
本程序结合实例用Monte Cale方法进行编写的程序,可以对多重积分进行计算-This procedure combined with examples of methods using Monte Cale written procedures, multiple points can be calculated
- 2022-03-14 02:57:35下载
- 积分:1
-
XCharMap_demo(字体字符映射源码,查看字体文件字符映射编码)
XCharMap_demo(字体字符映射源码,查看字体文件字符映射编码)-XCharMap_demo (Font Character Map source, view font file encoding Character Map)
- 2022-03-15 12:49:30下载
- 积分:1
-
操作系统中,四种CPU调度算法的演示:先进先出、动态优先级、时间片轮转法和多级反馈队列。...
操作系统中,四种CPU调度算法的演示:先进先出、动态优先级、时间片轮转法和多级反馈队列。-This program demonstrates four scheduling algorithms of CPU in the OS:FCFS、 DP、 RR&MLFQ
- 2023-05-28 21:15:04下载
- 积分:1