-
这是我自己写的从数据库中读出数据,并显示,并构成不规则三角网的程序,可以在程序中添加约束线。...
这是我自己写的从数据库中读出数据,并显示,并构成不规则三角网的程序,可以在程序中添加约束线。-This is written in my own读出数据from the database and displays, and triangulated irregular network constitutes the procedure, you can add a constraint in the procedure line.
- 2022-08-24 07:48:52下载
- 积分:1
-
VC6.0开发的社区访问数据库管理系统下
VC6.0下开发的Access数据库小区管理系统-VC6.0 developed under the Community Access database management system
- 2022-06-20 11:47:49下载
- 积分:1
-
女王
皇后控制问题 皇后控制问题-Queen
- 2022-08-12 07:40:59下载
- 积分:1
-
课程管理系统
教学大纲管理系统允许用户从任何课程的院校不同学科教学大纲查看
- 2022-04-07 15:44:42下载
- 积分:1
-
简单的记账软件
用VC6 MFC开发的记账软件。记账数据保存在Access数据库,是新手入门的好素材。软件功能包括记账内容查询统计,账目记录、修改、删除等。
- 2022-02-03 12:40:19下载
- 积分:1
-
彩票号码
随机产生6个数字,并且数字产生不能相互重复,定义了一个时间变量,避免两次产生的数据相同
- 2022-07-23 20:35:14下载
- 积分: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
-
本设计完成了要求的所有功能,.能存储足够大的大整数并进行相应的加减法运算。用户界面友好,有用户使用说明,每一步操作都有说明与提示。程序运行通过,有详细的解释说明...
本设计完成了要求的所有功能,.能存储足够大的大整数并进行相应的加减法运算。用户界面友好,有用户使用说明,每一步操作都有说明与提示。程序运行通过,有详细的解释说明。-the design completed all the required functions. Can store large enough large integer and the corresponding addition and subtraction operations. User friendly interface, users note, every step of the operation have notes and hints. Running through a detailed explanation.
- 2022-04-21 03:39:00下载
- 积分:1
-
看见有些拿螺旋数字矩阵做考题的,虽然本来也不难,可是你要一着急也许就想不出来了呢:)...
看见有些拿螺旋数字矩阵做考题的,虽然本来也不难,可是你要一着急也许就想不出来了呢:)-see some figures with spiral matrix so many questions, although otherwise it is not difficult, but you may be an anxious not want to come out? :)
- 2022-02-15 02:28:39下载
- 积分:1
-
kruskal算法,数据结构中贪心算法的C语言实现。
kruskal算法,数据结构中贪心算法的C语言实现。-Kruskal algorithm, data structure of the greedy algorithm in C language.
- 2022-03-06 22:34:16下载
- 积分:1