软件工程详细设计说明书,一个实例飞机订票系统-software engineering detailed design specification, an example of the aircraft booking system 下载
华东理工大学自动化系《控制系统分析、设计和应用》教材配套程序实例,有关说明: 1. 安装MATLAB软件。安装时,将MATLAB安装在C:\MatlabR12目录下 Matlab的详细安装方法见有关安装手册 2. 拷贝文件:即将光盘中的/ctl/program和/ctl/functions下的 文件复制到用户目录下(例如,D:\User) 3. 设置路径:先运行MATLAB,在桌面操作环境下,点击File下拉式菜单 的Set path选项,添加用户目录(例如,D:\User)(含子目录ctl等) 到MATLAB的工作路径 4. 运行程序:先运行MATLAB,如第3步已运行,可直接键入示例命令。 例如,键入ex1_1等 5. 阅读教材,并对示例进行操作。-East China Science and Technology University automation system "control systems analysis, design and application of the" material support procedures example, description : 1. MATLAB software installation. Installed, it will be installed in MATLAB C : \ MatlabR12 directory Matlab detailed installation methods, see the installation manual 2. copy files : The forthcoming CD / ctl / program and / ctl / functions under the reproduction of documents Users directory (for example, D : \ User) 3. set path : first run MATLAB, in the desktop operating environment, click on File drop-down menu of options Set path, Add user directory (for example, D : \ User) (including subdirectories ctl) to the MATLAB path 4. Operation : MATLAB first operation, such as Step 3 has been in operation, can be d 下载
本文介绍了药品进销存管理系统的开发过程。论文详尽论述了从需求分析、系统分析、概要设计、详细设计、以及测试与调试的整个开发过程,遵循软件工程的方法。 文章中所论述的管理信息系统,是一个将业务处理从纯人工操作转换成人工与计算机共同处理的一个实例,并对转换过程进行了详细策划, 可作为同类计算机管理信息系统的应用参考。 本软件开发的过程中采用VB 6.0 开发工具,采用成熟的软件研制技术。在本文中,总结了开发过程中的经验及本系统今后的改进方向。某公司从2004年2月创业以来,经过不断努力,现有职工40多人,其中,有计算机操作工作经验的员工占职工人数的30%左右。 药品进销存一直是本公司仓管部门的主要任务,随着业务的不断发展,加强成本管理与收入管理、通过提高服务水平提升企业形象已成为本公司的迫切需要。因为该公司目前采用手工操作的运营过程,差错率较高,已不能适应药品对现代化管理的要求。 为了提高公司管理效率,赢得员工的满意度,我建议公司决策层同意开发该公司管理信息系统,并以此系统的研发过程作为本人毕业论文的论题。 -This paper introduces the pharmaceutical inventory management system development process. Papers length from needs analysis, system analysis, the outline design, detailed design, testing and debugging, and the entire development process, follow software engineering methods. The article discussed by the management information system, is a business address from a purely manual conversion adult and computer processing of a common example, as well as the conversion process of detailed planning, as a kind of computer management information system application. The software development process using Visual Basic 6.0 development tool, a mature software development technology. In this paper, summed up the development process and the experience of the system to improve future direction. From a compa 下载
详细论述了红外遥控的基本原理并用实例进行了说明。然后,对空调遥控器常用硬件设备LCD和键盘的原理和使用进行了讨论,并对设计中使用的SH6614单片机做了必要说明。在软件设计方案中,文章对软件流程做了详细的解释并阐述了SH66系列单片机软件设计的一般方法。附录全部代码程序.来自网络.- 下载
labwindows/CVI的虚拟仪器设计(电子版) 本书详细地介绍了应用当前信号分析与处理新技术来设计不同测量功能的虚拟仪器的工作原理和方法。内容包括虚拟仪器设计的方法和步骤,I/O接口设备的软件驱动,LabWindows/CVI与MATLAB语言的接口,以及基于自相关伪随机系统辨识、神经网络、小波变换、模糊理论等技术虚拟仪器设计的方法和技巧。 本书内容新颖丰富、论述简洁,提供了大量典型的实例。本书可作为大专院校教科书,也可作为工程技术人员和科技工作者学习设计虚拟仪器的自学用书。-labwindows / CVI virtual instrument design (electronic version) the book details on the application current signal analysis and processing technology to design new measurement functions of different virtual machines, the principle and method. Including virtual instrument design methods and steps, I / O interface of the software-driven equipment, LabWindows / CVI and MATLAB language interface, Based on the correlation of pseudo-random system identification, neural network, wavelet transform, Fuzzy theory virtual instrument technology design methods and techniques. The contents are rich novel, concise exposition, a large number of typical examples. This book tertiary textbooks can also be used as engineering and technical workers should study the design of virtual instrument self-learning bo 下载
作为全球使用最广泛的C++经典程序设计教材,本书详细介绍了过程式与面向对象程序设计的基本知识与方法,其中包括C++的强大功能、最新特性和新增的ANSI/ISO C++标准库。 本书通过面向一个大型对象(电梯模拟系统)的程序设计,以数百个“活代码”示例程序,重点突出了利用UML进行面向对象的设计。分布在各章的“对象思想”、“案例分析”、“常见编程错误”、“良好编程习惯”、“自测题”和“练习题”等特色部分非常具有实际指导意义,不仅可让接触C++的新手真实体验编程乐趣,还可让有经验的程序员得到启发。 本书的读者对象为计算机软件、系统和网络编程人员,也可作为大学计算机相关专业本科生和研究生的编程教材和参考书-as the worlds most widely used C program design classic materials, The book details the process-and object-oriented programming with the basic knowledge and methods, including the powerful C function, The latest properties and the new ANSI / ISO C Standard Library. Book through a large object-oriented (Elevator Simulation System) program design, Hundreds "Runtime" sample program, focusing on the use of UML for object-oriented design. Distribution in the various chapters of the "object" and "Case Analysis", "common programming errors", "good programming practice," "Exercises" and "exercises" and other characteristics of a very practical guide, not only can give the novice contact C programming experience real fun, bu 下载
作为全球使用最广泛的C++经典程序设计教材,本书详细介绍了过程式与面向对象程序设计的基本知识与方法,其中包括C++的强大功能、最新特性和新增的ANSI/ISO C++标准库。本书通过面向一个大型对象(电梯模拟系统)的程序设计,以数百个“活代码”示例程序,重点突出了利用UML进行面向对象的设计。分布在各章的“对象思想”、“案例分析”、“常见编程错误”、“良好编程习惯”、“自测题”和“练习题”等特色部分非常具有实际指导意义,不仅可让接触C++的新手真实体验编程乐趣,还可让有经验的程序员得到启发。本书的读者对象为计算机软件、系统和网络编程人员,也可作为大学计算机相关专业本科生和研究生的编程教材和参考书。-as the worlds most widely used C program design classic materials, The book details the process-and object-oriented programming with the basic knowledge and methods, including the powerful C function, The latest properties and the new ANSI / ISO C Standard Library. Book through a large object-oriented (Elevator Simulation System) program design, Hundreds "Runtime" sample program, focusing on the use of UML for object-oriented design. Distribution in the various chapters of the "object" and "Case Analysis", "common programming errors", "good programming practice," "Exercises" and "exercises" and other characteristics of a very practical guide, not only can give the novice contact C programming experience real fun, bu 下载
本书概念清晰、内容新颖,实例详尽,使一本有关设计、实现和有效使用C语言库函数,掌握创建可重建C语言软件模块技术的参考指南,本书倡导基于接口的C语言设计理念及其实现技术,深入详细地描述了24个C语言接口及其实现。 本书通过叙述如何用一种与语言无关的方法将接口的设计与实现独立开来,从而形成一种基于接口的设计途径来创建可重用的API。本书是一本针对C语言程序员的不可多得的好书,也是值得所有希望掌握可重用软件模块技术的读者阅读的参考书籍。- 下载
C++Builder 6 是一款快速开发Win32 应用程序的可视化开发工具,利用它可以实现高性 能的执行效率和出色的底层控制。C++Builder 6 相比于5 以前的版本,提供了更多的网络开 发组件,更快速方便的可视化环境。 本书共有14 章,前三章分别介绍C++Builder 的开发环境、比较特殊的语法,并在第三 章用实例讲述使用C++Builder 开发应用程序的过程,以后的章节均通过实例讲述C++Builder 某个方面的编程技术与技巧。这些实例包括文本、绘图与图象处理、文件、多媒体、系统, 以及FTP 和WinSock 网络通信。在第12 章通过俄罗斯方块游戏介绍VCL 游戏的制作,并 在第13 章介绍游戏开发中常用的DirectX 技术。在第14 章讲述数据库程序的设计,并详细 讲解餐厅结账管理程序的制作过程。 本书是为对C++Builder 有基本了解的程序员或程序爱好者而做,读者需要熟悉C/C++ 编程。本书也可以作为软件开发人员的参考书。-C Builder is a rapid development of Win32 applications visual development tool, it can be used to achieve high performance and excellent efficiency in the implementation of the underlying control. C Builder 6 compared to five the previous version, providing more network development components, to facilitate the more rapid visualization environment. A total of 14 book chapters, chapters were introduced C Builder development environment, a relatively special syntax, in the third chapter example on the use of C Builder application development process. subsequent chapters are examples C Builder about some aspect of technology and programming skills. These examples include text, graphics and image processing, document, multimedia, system, WinSock, and FTP and network communications. In Chapter 下载
本书透彻讲解了经典的《设计模式:可复用面向对象软件的基础》一书涵盖的23种基本设计模式。本书将这些设计模式分成五类:接口型模式、责任型模式、构造型模式、操作型模式,以及扩展型模式。书中对各个模式进行详细的讲解,并借助UML图例和Java代码来演示这些模式的应用方法,另外还提供了一些实用的例子及有关设计模式的习题、思考题,以启迪读者的思路,使读者在边做边学中提高应用设计模式的实践能力。.. 本书的后面给出了各章节“自我突破”思考题的参考答案。读者可以先经过思考给出自己的答案,然后再与书后的参考答案作比较,这样读者将能够充分理解设计模式在Java应用程序开发中的角色,并能够提高自己在实际工作中应用设计模式的能力-thorough book on the classic "design mode : Reusable Object-Oriented Software foundation, "a book covering the 23 basic design patterns. These books will be divided into five categories designed to :-interface model, the model of responsibility, the model structure, operational modalities, and Extended mode. Book of the various models in detail, Legend has helped UML and Java code to demonstrate the application of these models, It also provided some practical examples and exercises designed model, thinking that to enlighten readers ideas, so that readers of the learning-by-doing improve application design patterns ability in practice. .. This book is a behind the chapters "break-throughs" considering that the reference to the answer. Readers can go through their thinkin 下载
“个人电子图书” vc外挂编写 www.image2003.com 遗传算法 c iplimage hbitmap complete unit 完成 音频采样率转换 programming role playing games with directx 下载 vfp图书管理系统下载 tapi 控件 非线性方程组 基于ajax的留言板示例 高斯分布随机数 原理 asn.1编码规则 vb.net c/s sd卡u盘电路图. delphi dvr开发 需求分析数据流图 char 指针 c nois ii 贾云得 机器视觉 显示系统时间秒 汽车功放电路下载 键盘记录 delphi vc 标题栏图片 王济川,郭志刚 代理猎手ipr 神经网络 汉字识别 compiere 中文手册 wave file format 雪人打雪仗 java 图片旋转 vc中日历控件 声音控制器程序 vb控制步进电机 msp430混合编程 rs编码算法 ddk路径 java torturial proteus isis教程 fft recognition delphi 3d地图 simulated annealing code verilog hdl加法器 bin2c下载 wav file waveform vb zip 解压缩代码 c语言游戏源代码 魔兽世界服务端源代码 ajax树控件