-
是一种数据结构的编程代码,程序实现一块链表的管理每个人资料...
是一种数据结构的编程代码,程序实现一块链表的管理每个人资料-is a data structure of the programming code, procedures to achieve a Chain Management everyone information
- 2023-01-03 02:45:04下载
- 积分:1
-
字符频度统计,采用Hash表即链表数组作为存储结构,是hash表的简单运用,还包括一定的文件操作...
字符频度统计,采用Hash表即链表数组作为存储结构,是hash表的简单运用,还包括一定的文件操作-characters frequency statistics, the use of Hash Tables List that as a storage array structure, hash table is a simple application, but also some file manipulation
- 2022-03-21 04:00:48下载
- 积分:1
-
可以查找局域网中的SQLServer2000服务器
可以查找局域网中的SQLServer2000服务器-can find the MS LAN server
- 2023-04-04 23:00:03下载
- 积分:1
-
在机票预订系统项目的前一阶段,这是一个总结…
在本机票预定系统项目的前一阶段,也就是概要设计阶段中,已经将系统用户对本系统的子模块功能做了详细的阐述,这些模块功能具体设计将在本报告中详尽得以叙述及阐明。
本阶段已在系统的概要设计的基础上,对机票预定系统做详细设计。主要解决了实现该系统程序模块具体设计问题。包括确定算法,数据结构,模块接口的使用,数据库的动态操作以及界面设计等。在以下的概要设计报告中将对在本阶段中对系统所做的所有详细设计进行详细的说明。
-In the ticket reservation system project in the previous phase, which is a summary of the design phase, the system user has a subset of the system modules have done a detailed, specific design features of these modules will be detailed in this report can be described and explained . This phase of the outline design of system based on air ticket reservation system do the detailed design. The main solution to the achievement of specific program modules of the system design issues. Including the identification of algorithms, data structure, the use of module interfaces, databases, dynamic operation, as well as interface design. In the following report will outline the design at this stage of the system has done all the detailed design detail.
- 2022-05-10 20:51:54下载
- 积分:1
-
本程序用于数据结构中关于图部分的广度优先搜索和深度优先搜索。...
本程序用于数据结构中关于图部分的广度优先搜索和深度优先搜索。-This procedure for the data structure on the map part of the breadth-first search and depth-first search.
- 2023-03-28 18:05:04下载
- 积分:1
-
遵循C和基本C++标准的Map类,移植来至MFC的MapPtrToPtr,可以在各种平台下使用,可以在各种编译器下编译。...
遵循C和基本C++标准的Map类,移植来至MFC的MapPtrToPtr,可以在各种平台下使用,可以在各种编译器下编译。-Follow the C and basic C++ Standard Map class, transplanted to the MFC
- 2022-12-26 06:10:03下载
- 积分:1
-
Jsp考试系统
Jsp考试系统 -Jsp Examination System
- 2022-06-02 23:09:23下载
- 积分:1
-
这是一个程序的数据库实现
this a program for for database implement
in this we are implementing several join algorithms
- 2022-03-25 19:06:29下载
- 积分:1
-
数据结构中树的相关操作,希望对大家有用!thanks
数据结构中树的相关操作,希望对大家有用!thanks-tree data structure of operation, we hope to useful! Thanks
- 2022-06-30 22:33:19下载
- 积分:1
-
ORALCE JOB
存储过程sql:
create or replace procedure job_proc is
begin
--免费票状态修改 需修改ID
update O_2413 set attr_24131004="作废" where attr_24131004="已售";
--普通票状态修改 需修改ID
update O_2405 set attr_24051004="作废" where attr_24051004="已售";
--团体票状态修改 需修改ID
update O_2412 set attr_24121004="作废" where attr_24121004="已售";
end;
job的sql:
declare
job number;
begin
dbms_job.submit(job, "job_proc;", sysdate, "TRUNC(SYSDATE + 1)");
end;
- 2022-01-25 20:02:48下载
- 积分:1