-
统计上参观的游客数量可以记录到该网站的数量…
访客人数统计可以记录访问网站的人数,访客统计器通常放在网站首页,当有访问时候,就将数据库中人数字段自动加一。-Statistics on the number of visitors visit the site can record the number of visitors on the site statistics page normally, when there is access, the database will automatically add a number of fields.
- 2022-03-14 16:08:20下载
- 积分:1
-
completion of the process of non
该程序完成对二叉树的非递归中序遍历,因为其中涉及到二叉树的构造,而且使用类来构造,所以代码比较多。-completion of the process of non- recursive binary tree which preorder because it involved the construction of a binary tree, but the use of class structure, the code more.
- 2023-07-26 00:30:03下载
- 积分:1
-
script for apotec sofware (visual basic 6.0)
script for apotec sofware (visual basic 6.0)
- 2022-08-09 08:08:29下载
- 积分:1
-
Dual
双线程对一系列随机数进行归并排序,使用MFC的控制台程序-Dual-threaded on a series of random numbers to merge sort, using the Console application in MFC
- 2022-03-22 15:48:01下载
- 积分:1
-
acad 公差查询源码, a2004,05,06, 可选择文本
acad 公差查询源码, a2004,05,06, 可选择文本-Academy of tolerance inquiries source, a2004, the"06 option to text
- 2022-02-12 17:57:06下载
- 积分:1
-
用VFP实现的图书馆数据库管理
用VFP实现的图书馆数据库管理-using VFP library database management
- 2023-01-21 04:55:04下载
- 积分:1
-
Included in the sequence of recursive binary tree traversal and non
包含中序遍历二叉树的递归和非递归算法的源代码-Included in the sequence of recursive binary tree traversal and non-recursive algorithm source code
- 2023-05-06 04:15:03下载
- 积分:1
-
[问题描述]
将N个关键字去整数的记录进行整序, 以使所有关键字为非负数的记录排在关键字为负数的记录之前,要求使用最少的附加空间,且算法的时间复杂度为O(N...
[问题描述]
将N个关键字去整数的记录进行整序, 以使所有关键字为非负数的记录排在关键字为负数的记录之前,要求使用最少的附加空间,且算法的时间复杂度为O(N)
[输入]
待排序记录个数,各关键字的值。
[输出]
关键字从正负分开,正数在前
[存储结构]
待排序记录顺序存储。
[算法的基本思想]
快速排序算法每次任取一个记录的关键字为标准,将其余记录分为两组将,N个关键字去整数的记录进行整序, 以使所有关键字为非负数的记录排在关键字为负数的记录之前。
#include
using namespace std
#define MAXNUM 100//设文件的最长可能长度
void sort(int* keys, const int len)//排序
-[Problem Description] N keyword to the integer sequence the entire record. keyword so that all non-negative Records with the keyword for the negative record, at least require the use of the additional space and time complexity of the algorithm is O (N) [imported] to be sort record number, The value of the keyword. [Output] keyword separate from the pluses and minuses are several former [storage structure] scheduling records to be stored sequence. [Algorithm for the basic idea] quick sort algorithm each time a record for any keyword as a standard, The remaining records will be divided into two groups, N-keyword
- 2022-03-17 21:15:57下载
- 积分:1
-
一些数据库的实例。共12章。如第八章:
第8章数据库环境的建立
1. 用MISDBA用户登录MISDB数据库。
2. 在ISQL中,输入第8章提供的...
一些数据库的实例。共12章。如第八章:
第8章数据库环境的建立
1. 用MISDBA用户登录MISDB数据库。
2. 在ISQL中,输入第8章提供的SQL语句;或者根据表8-1至表8-4在SQL Explorer中自行创建数据表。
3. 根据表8-5至表8-7设置初始数据,另外需要在PERSON数据表中设置一个具有培训管理系统管理权限的用户(ID=’PXC’,PASSWD=’PASSWORD’,AUTHORITY=’6’,STATE=’F’)和用于外派培训的用户(ID=’PXCOUT’,NAME=’外派培训’)。
4. 修改Admin源程序中的数据库连接属性,并且重新编译training.exe。
5. 修改Client源程序中数据库连接属性,并且重新生成html文件和cab文件,然后将这两个文件拷贝到web服务器指定目录中。-some examples of the database. A total of 12 chapters. If the eighth chapter : Chapter 8 database to establish an environment. User login with MISDBA MISDB database. 2. In ISQL, the importation of Chapter 8 of SQL; Or, according to Table to Table 8-1 8-4 in SQL Explorer to create data sheets. 3. According to Table 8-5 8-7 to set up tables initial data, Another need PERSON data tables set up with a training management system for the management competence of the users (ID = "P XC ", PASSWD =" PASSWORD "AUTHORITY ="6", STATE = "F") for assignment and training of users (ID = "PXCO
- 2023-07-19 06:55:04下载
- 积分:1
-
很实用的程序.
用Virtual C++ 6.0做的,实现对声音的采集,处理,从而对MIC的声音进行控制的效果,
本程序是已成功测试通过....
很实用的程序.
用Virtual C++ 6.0做的,实现对声音的采集,处理,从而对MIC的声音进行控制的效果,
本程序是已成功测试通过.-Very useful procedure. Using Virtual C++ 6.0 to do, and realize the sound collection, treatment, thereby to control the voice of MIC results, the procedure is successfully tested.
- 2022-07-10 20:37:54下载
- 积分:1