单服务台排队系统仿真程序.该程序采用的是事件调度法,关于事件调度法,请查看高等教育出版社汪应洛 《系统工程理论、方法与应用(第二版)》书中105页对它的介绍。
上传时间: 2014-11-29
上传用户:erkuizhang
一个很简洁的网络考试系统,使用JSP技术开发,包含有详细的程序代码和说明,可以在线出题和在线考试
标签: 网络考试
上传时间: 2013-12-20
上传用户:
一:需求分析 1. 问题描述 魔王总是使用自己的一种非常精练而抽象的语言讲话,没人能听懂,但他的语言是可逐步解释成人能听懂的语言,因为他的语言是由以下两种形式的规则由人的语言逐步抽象上去的: ----------------------------------------------------------- (1) a---> (B1)(B2)....(Bm) (2)[(op1)(p2)...(pn)]---->[o(pn)][o(p(n-1))].....[o(p1)o] ----------------------------------------------------------- 在这两种形式中,从左到右均表示解释.试写一个魔王语言的解释系统,把 他的话解释成人能听得懂的话. 2. 基本要求: 用下述两条具体规则和上述规则形式(2)实现.设大写字母表示魔王语言的词汇 小写字母表示人的语言的词汇 希腊字母表示可以用大写字母或小写字母代换的变量.魔王语言可含人的词汇. (1) B --> tAdA (2) A --> sae 3. 测试数据: B(ehnxgz)B 解释成 tsaedsaeezegexenehetsaedsae若将小写字母与汉字建立下表所示的对应关系,则魔王说的话是:"天上一只鹅地上一只鹅鹅追鹅赶鹅下鹅蛋鹅恨鹅天上一只鹅地上一只鹅". | t | d | s | a | e | z | g | x | n | h | | 天 | 地 | 上 | 一只| 鹅 | 追 | 赶 | 下 | 蛋 | 恨 |
上传时间: 2014-12-02
上传用户:jkhjkh1982
DOS下,C语言实现界面开发的模板,可以根据此代码自由添加菜单功能
标签: DOS
上传时间: 2014-01-07
上传用户:1079836864
一个以前收集的基于C/S架构的ERP客户端源代码,有助于深入学习掌握ERP技术。值得学习和参考。开发语言基于Visual Studio。本代码来源于网上收集的公开资源,谨供学习参考使用。
上传时间: 2015-11-26
上传用户:gyq
论坛中有许多操作Access数据库的介绍、说明,示例代码等资源,但感觉总是不太连贯和全面,给急需想要使用Access数据库做开发的朋友不少遗憾。本代码是一个封装完整的Access数据库类,包括Ole版本协商、数据库优化、数据库连接等等。由于接口非常简单易懂,读者下载后即可直接投入使用,非常方便。不过,由于Access DAO不支持多线程,所以在本代码中没有实现更好的替代方案,这也是读者在使用本代码的过程中需要注意的一个地方。由于本人水平有限,程序中难免会有很多缺陷,还请各位高手指点!
上传时间: 2014-09-08
上传用户:zsjzc
所在类别: 随书资源/T 工业技术/TP 自动化技术、计算机技术/TP31 计算机软件 其他题名: 作者: 夏邦贵, 刘凡馨等编著 出版者: 机械工业出版社 出版年: 2006 ISBN: 7-89492-608-6 ISBN1: ISRC: 分类号: TP311.138SQ 索书号: TP311.138SQ/126 丛编: 经典实例精解 版次: 分卷: 定价: 简介: 本书主要介绍如何使用SQL Server 2000进行数据库管理系统的开发。全书共分3篇,基础篇、应用篇和高级篇,各篇中的实例涉及SQL Server 2000数据库管理系统和开发领域中的应用。 。
上传时间: 2015-12-12
上传用户:缥缈
ucosII 2.84版源码,在S3C44B0上的移植。必须用RVDS2.2开发环境,因为移植的汇编代码针对RVDS2.2做了堆栈8字节对齐的修正。
上传时间: 2014-01-23
上传用户:kytqcool
We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.
标签: represented integers group items
上传时间: 2016-01-17
上传用户:jeffery
经测试过看门狗的程序,可以在傅立叶2410开发板上正确运行,启动代码完整,对初学者有帮助。
上传时间: 2016-02-16
上传用户:Avoid98