-
彩票号码
随机产生6个数字,并且数字产生不能相互重复,定义了一个时间变量,避免两次产生的数据相同
- 2022-07-23 20:35:14下载
- 积分:1
-
基于C、c++排序大全
//希尔排序void ShellSort(int r[], int n){ int i; int d; int j; for (d=n/2; d>=1; d=d/2) //以增量为d进行直接插入排序 { for (i=d+1; i0 &am
- 2022-03-05 10:56:55下载
- 积分:1
-
数据结构学习(c++)刚开始从C过渡到C++的人,看完这些后,会体会到C++的新特性。...
数据结构学习(c++)刚开始从C过渡到C++的人,看完这些后,会体会到C++的新特性。-Data structure learning (c++) Has just begun the transition from C to the C++ Those who read them will realize that C++ The new features.
- 2022-06-26 14:48:56下载
- 积分:1
-
将mysql数据库生成数据字典
使用VBA可以将SQLServer数据库生成数据库,用word宏实现的数据字典生成器。
打开word文档后,按alt+f11即可看到源码。
需要修改其中的数据库连接串,否则无法连接数据库成功,也无法生成数据字典。
按F5即可运行查看生成的数据字典。
目前只支持SQL Server,不支持其他数据库
- 2022-11-29 04:50:03下载
- 积分:1
-
在线知识答题系统,可以附加数据库等操作。可以下载题库
在线知识答题系统,可以附加数据库等操作。可以下载题库-Answer online knowledge systems, database operations can be attached. Questions can be downloaded
- 2022-01-26 07:24:36下载
- 积分:1
-
是个HEAP SORT 算法..对一个数列进行HEAP SORT
是个HEAP SORT 算法..对一个数列进行HEAP SORT -is SORT algorithm Rd .. right for a series Rd SORT
- 2022-01-24 18:35:52下载
- 积分:1
-
简单介绍了一种数据结构的构建及其使用情况,
简单介绍了一种数据结构的构建及其使用情况,-introduces a simple data structure of the building and its use,
- 2022-08-23 17:56:57下载
- 积分:1
-
wavelet transform algorithm, using wavelet theory, optimizing their core algorit...
小波变换算法,运用小波理论,优化其核心算法,提高计算效率-wavelet transform algorithm, using wavelet theory, optimizing their core algorithm, improve computational efficiency
- 2022-07-18 17:37:40下载
- 积分:1
-
A mobile phone sales management system database using access 2000
一款手机销售管理系统 数据库采用 access 2-A mobile phone sales management system database using access 2000
- 2023-04-19 05:05:03下载
- 积分:1
-
网络求职招聘人才网站系统正式版(源码),MS SQL数据库,附安装视频,无功能限制完全版...
网络求职招聘人才网站系统正式版(源码),MS SQL数据库,附安装视频,无功能限制完全版-Job recruitment Web site an official version of the system (source), MS SQL database, with the installation of video, full version without functional limitation
- 2022-12-31 18:55:13下载
- 积分:1