US Navy - Electronics Technician Volume 3 - Communications Systems
标签: Communications Electronics Technician Systems
上传时间: 2013-12-16
上传用户:haohaoxuexi
读者优先问题。操作限制:1)写-写互斥;2)读-写互斥;3)读-读允许; 读者优先的附加限制:如果一个读者申请进行读操作时已有另一读者正在进行读操作,则该读者可直接开始读操作。
上传时间: 2013-12-17
上传用户:youlongjian0
mp3设计程序资料,采用c语言编写。 README file for yampp-3 source code 2001-05-27 This is the current state of the yampp-3 source code, 2001-05-27. This code is intended to run on Rev. B of the yampp-3 PCB, but can ofcourse be used on compatible systems as well. It still uses the "old" song selection system as the yampp-2. However, the disk handling routines has improved a lot and the obviosly, the new VS1001 handling has been put in. The codesize is almost at it s maximum at 1F40 bytes. A .ROM file is included if you don t have the compiler set up. For now, the documentation is in the code
上传时间: 2015-04-13
上传用户:小码农lz
数字运算,判断一个数是否接近素数 A Niven number is a number such that the sum of its digits divides itself. For example, 111 is a Niven number because the sum of its digits is 3, which divides 111. We can also specify a number in another base b, and a number in base b is a Niven number if the sum of its digits divides its value. Given b (2 <= b <= 10) and a number in base b, determine whether it is a Niven number or not. Input Each line of input contains the base b, followed by a string of digits representing a positive integer in that base. There are no leading zeroes. The input is terminated by a line consisting of 0 alone. Output For each case, print "yes" on a line if the given number is a Niven number, and "no" otherwise. Sample Input 10 111 2 110 10 123 6 1000 8 2314 0 Sample Output yes yes no yes no
上传时间: 2015-05-21
上传用户:daguda
1. 总则 4 1.1. 概述 4 1.2. 卖方的建议书要求 5 1.3. 报价要求 6 2. 总体要求 7 2.1. 项目目标 7 2.2. 功能要求 7 2.3. 性能要求 7 2.4. 组网要求 7 2.5. 管理要求 8 2.6. 安全要求 8 3. 技术规范 9 3.1. 电子地图应用实现 9 3.1.1. 电子地图查询界面和方法 9 3.1.2. 电子地图回叫 10 3.1.3. 短信应用发布 11 3.1.4. 查询应用形式 11 3.2. 信息采编实现 12 3.2.1. 公交线路的编辑 12 3.2.2. 道路的编辑 12 3.2.3. 单位的编辑 12 3.2.4. 快速定位 13 3.2.5. 管理 13 3.2.6. 统计 13 3.2.7. 金融网点 13 3.2.8. 房产信息 14 3.2.9. 其他 14 3.3. 系统性能要求 14 3.4. 软件与数据库平台要求 14 3.5. 主机与存储设备要求 14 3.6. 系统安全性要求 14 3.7. 组网要求 14 3.8. 系统管理功能要求 15 3.9. 系统的可扩展性要求 16 3.10. 系统维护要求 16 4. 软件开发周期 18 5. 系统安装、调试、试运行及验收 19 5.1. 安装和调试 19 5.2. 验收 19 6. 技术服务和技术培训 20 6.1. 技术服务 20 6.2. 技术培训 20 7. 技术文件
上传时间: 2013-12-20
上传用户:cx111111
学生作业管理系统 1、能够随时查询学生的各种成绩 2、能够计算出学生的综合成绩 3、设计报表打印出学生的综合成绩 4、能够输入各种实际数据 5、其他约定: a.缺勤超过两次考勤成绩为0,超过4次,该门课程取消考试资格 b.作业未交3次,取消考试资格 c.各种成绩比例:考勤:10%,作业10%,实验:10%,期末考试:70%
上传时间: 2015-06-07
上传用户:hewenzhi
源代码\用动态规划算法计算序列关系个数 用关系"<"和"="将3个数a,b,c依次序排列时,有13种不同的序列关系: a=b=c,a=b<c,a<b=v,a<b<c,a<c<b a=c<b,b<a=c,b<a<c,b<c<a,b=c<a c<a=b,c<a<b,c<b<a 若要将n个数依序列,设计一个动态规划算法,计算出有多少种不同的序列关系, 要求算法只占用O(n),只耗时O(n*n).
上传时间: 2013-12-26
上传用户:siguazgb
仓库管理系统 第一章 前言 2 1 开发工具 2 2 运行环境 2 3 pb简介 3 4 SQL7.0 简介 3 第二章 仓库管理系统分析与设计 3 1 系统目标设计 3 2 仓库管理系统的用户需求 3 3 开发设计思想 4 4 功能分析 4 5 功能模块设计 5 第三章:数据库设计 5 3.1 数据库环境的建立 5 3.2数据库需求分析 7 3.3 数据库概念结构设计 8 3.4 数据库逻辑结构设计 9 3.5 数据库结构的实现 11 第四章 功能模块设计 14 4.1 登陆程序设计 14 4.2修改密码程序的设计 15 4.3 设备入库窗口的创建 16 4.3 出库模块设计 20 4.4 设备采购窗口的创建 23 4.5 设备采购报表窗口的创建 24 4.6 库存报警窗口设计 26 4.7 操作日志模块的设计 28 第五章 系统的实现 29 5.1菜单设计 29 5.2调试及运行 29 第六章 后记 30 6.1教训与经验总结 30 6.2总结 30 致谢 31 参考文献 31
上传时间: 2013-12-20
上传用户:顶得柱
* 高斯列主元素消去法求解矩阵方程AX=B,其中A是N*N的矩阵,B是N*M矩阵 * 输入: n----方阵A的行数 * a----矩阵A * m----矩阵B的列数 * b----矩阵B * 输出: det----矩阵A的行列式值 * a----A消元后的上三角矩阵 * b----矩阵方程的解X
上传时间: 2015-07-26
上传用户:xauthu
Globus Toolkit 3.0 Quick Start(Globus Toolkit 3.0 快速入门) 这本 IBM 红皮书描述了 ITSO 小组使用 Globus Toolkit 3.0 的早期经验。GT3 是一种重要的网格实现,它能够适应最新的开放网格服务基础设施(Open Grid Services Infrastructure,OGSI) 本红皮书针对那些想要学习 GT3,但具备很少甚至没有 Globus 早期版本或者网格计算经验的人,为他们提供了重要的入门资料。本书向您展示了如何实现 GT3 演示,以及如何为验证概念而构造某些场景。同时,本文还阐述了 GT3 工具箱组件的高级概念和整体架构。 特别提示:这篇材料并不曾提交给任何正式的 IBM 测试,就这样直接出版了。文中的主题并不适合进行严格的评审。IBM 不会为本文的正确性和完整性负任何责任。对文中信息和任何技术实现方法的使用都由用户自己负责,用户要利用自己的能力对其进行评估,然后才能集成到自己的运行环境之中。
上传时间: 2014-11-03
上传用户:天涯