-
This is a student performance management system, running on students beyond the...
这是一个学生成绩管理系统,运行之后可对学生的基本资料,成绩进行各项操作!-This is a student performance management system, running on students beyond the basic information for the various operating results!
- 2022-03-21 17:33:45下载
- 积分:1
-
数据结构常用原代码
数据结构常用原代码-data structure used original code
- 2022-12-03 19:45:04下载
- 积分:1
-
中南的数据结构试验1
中南的数据结构试验1-Indochina data structure a test
- 2022-01-23 10:51:20下载
- 积分:1
-
数据库转换工具。该工具可以自动转换为SQL语言
数据库转换工具。该工具可以自动转换为SQL语言-Database conversion tools. The tool can automatically convert SQL language. . . . .
- 2022-01-27 14:05:45下载
- 积分:1
-
This is my personal vc done in the context of the realization of the maze. You c...
这是我个人做的在vc环境下的迷宫问题的实现。各位可以参考或指教!-This is my personal vc done in the context of the realization of the maze. You can reference or enlighten!
- 2023-02-28 21:45:03下载
- 积分:1
-
我从网上下载的vc编的odbc源程序。他作为我的学习资料,希望对大家有用。...
我从网上下载的vc编的odbc源程序。他作为我的学习资料,希望对大家有用。-I downloaded from the Internet made the odbc source vc. Him as my learning materials, in the hope that useful to everyone.
- 2022-02-14 20:25:44下载
- 积分:1
-
Graduate management systems: divided into six modules: authentication modules, g...
毕业生管理系统:分为六个模块:身份验证模块、毕业生资料模块,考试成绩录入模块、通信录及数据输出与系统设置模块、毕业生成绩统计模块、数据库维护模块。-Graduate management systems: divided into six modules: authentication modules, graduates of information modules, examination results entry module, communications were recorded and the data output and system settings module, graduates accomplishments statistics module, database maintenance module.
- 2022-03-24 18:17:20下载
- 积分:1
-
daodemoformysql
这是一个使用c代码访问mysql的简单方法。请检查asdasdadasdasdasdasdsasdaasdad,asdasdasdadadadadadadadadadadadadadadadadadqeqewqedcxzczczczxzxasdas,asdsasdasdadaqeweqeweqewew
- 2022-07-14 08:10:12下载
- 积分:1
-
需要同事们慢慢的学习
有需要的同仁载回去慢慢研究-need colleagues set back slowly study
- 2022-02-13 01:03:29下载
- 积分:1
-
外部合并排序内存分配
应用背景外部排序是一个类排序算法,可以处理大量的数据。外部排序时,需要做数据排序不适合在主存储器的计算设备(通常是内存),相反,他们必须驻留在较慢的外部存储器(通常一个硬盘驱动器)。外部排序通常采用混合排序合并策略。在排序阶段,数据块足够小在主内存中进行读取、排序和写入到一个临时的文件。在合并阶段,排序的子文件合并成一个单一的较大文件。关键技术大多数外部排序例程是基于归并排序。他们通常打破一个大的数据文件转化为一个较短的,排序的运行。这些可以通过反复读取数据文件中的一段数据,生成内存,它与普通的快速排序,排序,排序后的数据写入磁盘。经过排序的运行已产生,一个合并算法是用来将排序文件组合成更长的排序文件。最简单的方案是使用双向合并:合并排序2排序文件到一个文件,然后合并2等等,直到有一个大的排序文件。一个更好的计划是一种多路归并算法:它可能合并也许128更短的运行起来。
- 2023-05-07 15:35:02下载
- 积分:1