-
MM1队列模拟
实现M/M/1单窗口无限排队系统的系统仿真,利用事件调度法实现离散事件系统 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-04-28 18:25:03下载
- 积分:1
-
界面美观,功能齐全,连接数据库,适合初学者
界面美观,功能齐全,连接数据库,适合初学者-Interface appearance, complete functions, connected databases, suitable for beginners
- 2022-08-24 06:00:51下载
- 积分:1
-
这是研究生课程计算方法与技术中讲到的Prime算法的具体实现,相信学这个课的同学都会感兴趣的。...
这是研究生课程计算方法与技术中讲到的Prime算法的具体实现,相信学这个课的同学都会感兴趣的。-This is the postgraduate courses calculation methods and technologies referred to the Prime algorithm to achieve specific, I believe that this course of study students will be interested.
- 2022-03-12 18:10:04下载
- 积分:1
-
将网页文件中的词汇提取出来,放入一个单独的mdb格式数据库...
将网页文件中的词汇提取出来,放入一个单独的mdb格式数据库-Page document vocabulary extracted into a separate database mdb format
- 2023-01-21 16:40:03下载
- 积分:1
-
这是c++功能的又以体现,实现了用c++完成逻辑推理的任务,对于学习c++很有帮助,是个很不错的程序哦...
这是c++功能的又以体现,实现了用c++完成逻辑推理的任务,对于学习c++很有帮助,是个很不错的程序哦-This is another function of c embodiment achieved with c logical completion of the task, learning c helpful, is a very good procedure oh
- 2022-01-26 00:53:29下载
- 积分:1
-
十字链表(数据结构作业)
十字链表(数据结构作业)- Cross chain table (construction of data work)
- 2022-05-26 16:10:13下载
- 积分:1
-
一些数据结构源代码
一些数据结构源代码-some data structure source code
- 2022-02-03 18:29:28下载
- 积分:1
-
出口数据2
如何以编程方式将数据从ACCESS数据库导出到EXCEL
- 2023-05-30 05:05:04下载
- 积分:1
-
简单的聊天
此代码是只有简单的聊天系统。开发此应用程序由 PHP 和 Mysql。那里有很多的 JSP。
- 2022-08-15 21:26:44下载
- 积分: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