·中文名: 现代导弹控制系统设计作者: 杨 军 杨 晨 段朝阳贾晓洪图书分类: 教育/科技资源格式: PDF版本: 扫描版出版社: 航空工业出版社书号: 7-80183-622-7发行时间: 2005年地区: 大陆语言: 简体中文内容提要 《现代导弹制导控制系统设计》探讨了现代导弹控制系统的分析与设计方法。《现代导弹制导控制系统设计》以多年研究工作为基础,同时参考国内外相关学者研究工作,力图在导
上传时间: 2013-06-11
上传用户:6546544
新闻发布系统,要想运行配盘范例需安装如下环境: Windows 2000 Service Pack 2 Microsoft FrontPage 2000 Web 扩展客户端 Microsoft 数据访问组件 2.7(msadc2.7) Microsoft .Net FrameWork Beta2
标签: 新闻发布系统
上传时间: 2015-05-07
上传用户:wab1981
LCD_CM160128-2C(T6963C).txt /******************************** 名称:CM160128液晶显示程序 设计:河南科技大学 创达科技 陈仲库 设计日期:2007年5月13日晚 技术服务:kuzi00@163.com QQ86828048 接口说明 LCD_CD=P2^0 LCD_WR=P3^6 LCD_RD=P3^7 LCD_CE=P2^7 CE取低电平 也可以直接接GND P1口为数据口 间接方式 控制T6963C 与你共分享 *********************************/
上传时间: 2013-12-25
上传用户:erkuizhang
1、 图的存储结构的定义和图的创建 图的种类有:有向图、无向图、有向网、无向网。 图的存储结构可采用:邻接矩阵、邻接表。 要求:分别给出邻接矩阵和邻接表在某一种图上的创建算法 2、 图的遍历:非递归的深度优先搜索算法、广度优先搜索算法。 3、 图的深度遍历的应用:求无向连通图中的关节点(教材P177-178,算法7.10和7.11) 4、 图的广度遍历的应用:给定图G,输出从顶点v0到其余每个顶点的最短路径,要求输出各路径中的顶点信息。
上传时间: 2016-02-08
上传用户:qb1993225
连线表: CPU=W78E54B CPUClock=12Mhz * // LCM ----- CPU * // WR ----- WR * // RD ----- RD * // CS ----- P2.7 * // A0 ----- P2.0 * // DB0~7 ----- P0.0~7
上传时间: 2013-12-25
上传用户:shawvi
ThinkingC++中文版,适合初级c++学习者阅读 7部分 第7章
标签: ThinkingC
上传时间: 2017-04-07
上传用户:tfyt
Implementation of Edmonds Karp algorithm that calculates maxFlow of graph. Input: For each test case, the first line contains the number of vertices (n) and the number of arcs (m). Then, there exist m lines, one for each arc (source vertex, ending vertex and arc weight, separated by a space). The nodes are numbered from 1 to n. The node 1 and node n should be in different sets. There are no more than 30 arcs and 15 nodes. The arc weights vary between 1 and 1 000 000. Output: The output is a single line for each case, with the corresponding minimum size cut. Example: Input: 7 11 1 2 3 1 4 3 2 3 4 3 1 3 3 4 1 3 5 2 4 6 6 4 5 2 5 2 1 5 7 1 6 7 9 Output: 5
标签: Implementation calculates algorithm Edmonds
上传时间: 2014-01-04
上传用户:kiklkook
第7章 Java B/S结构编程 实例76 简单的Servlet程序 实例77 简单的留言簿 实例78 JSP+Java Bean的计数器 实例79 数据库查询 实例80 文件的上传下载 实例81 收发E-mail 实例82 B/S结构的聊天室 实例83 网上选课 实例84 B/S结构的商业应用——购物车 实例85 通过JSP调用Applet程序 实例86 JSP与XML的结合
上传时间: 2013-12-23
上传用户:skfreeman
1. Matrix-chain product. The following are some instances a) <3, 5, 2, 1,10> b) <2, 7, 3, 6, 10> c) <10, 3, 15, 12, 7, 2> d) <7, 2, 4, 15, 20, 5>
标签: Matrix-chain following instances product
上传时间: 2014-11-28
上传用户:731140412
第7章 Java B/S结构编程 253 实例76 简单的Servlet程序 254 实例77 简单的留言簿 256 实例78 JSP+Java Bean的计数器 258 实例79 数据库查询 260 实例80 文件的上传下载 262 实例81 收发E-mail 267 实例82 B/S结构的聊天室 269 实例83 网上选课 276 实例84 B/S结构的商业应用——购物车 282 实例85 通过JSP调用Applet程序 285 实例86 JSP与XML的结合 2
上传时间: 2016-03-07
上传用户:maizezhen