搜索资源列表
reform-3
- 学生project 火车时刻查询系统 软件工程文档-英文。对需要软件工程文档的朋友有写帮助-moment Inquiry System software engineering document-English. The need for software engineering documents are written to help a friend
washingmachine.rar
- 采用步进电机模拟洗衣机电机,实现上水、浸泡、洗涤、漂洗、甩干等过程。洗涤分弱洗、轻洗、强洗;可设定3级水位设定,每级水位均设定水位下限(值自定);可选择漂洗次数(3~5次)。使用键盘进行流程及参数设定及自动存储流程,有停止键终止洗衣机的工作,并在LED或LCD上显示当前流程。,Full-automatic washing machine controller design.
cam_tcm8219
- stm32+s65 display+tcm8219 camera from siemens cx65. Gets full screen 176x132 color dots in rgb565 format in 2-3 frame per second
TD-SCDMA
- TD-SCDMA实现的工程文档,详细介绍了TD-SCDMA实现的原理与方法,以及工程操作方法-The realization of TD-SCDMA project document, described in detail the realization of TD-SCDMA Principle and methods, as well as methods of operation
Project-3
- neural network based fault finding relay
kill_bcb3
- a simple borland c++ builder project: examine the process of windows and kill selectively the desired process, or all user process or all process. I use this facility for test the programs speed with minimal process in execution. this version is
jorp-1.3.05.09.tar
- 一个功能十分完善的项目管理系统。绝对让你眼前一亮-a project management system
ucOS
- ucOS在PC机上开发步骤,Borload 3.1 裁剪-ucOS development process in the PC machine, Borload 3.1 Cutting
VHDL_fire_alarm_detection
- vhdl source code of fire detection system/fire alarm system especially for high rise building? This among the requirement :- according to my "fire detection system for tall building" project by using Spartan 3E FPGA, the vhdl program need
project
- 软件工程的工作原理有以下7点: 1 用分阶段的生存周期计划进行严格的管理 2 坚持进行阶段评审 3 实行严格的产品控制 4 采用现代程序设计技术 5 软件工程结果应能清楚地审查 -软件工程的工作原理有以下7点: 1 用分阶段的生存周期计划进行严格的管理 2 坚持进行阶段评审 3 实行严格的产品控制 4 采用现代程序设计技术 5 软件工程结果应能清楚地审查
Project-Management-Step-by-Step-aboutcivil.com.zi
- 1.The content is too simple 2.Is not a sourcecode or document 3.lost some files 4.Descr iption is not detailed or not correct 5.Compressed file has password 6.Sourcecode duplicate or already exist Please read your package and descri
3
- 这是我的毕业设计,程序是拼起来的,错误太多 ,希望有大虾能帮忙看下!谢谢。-This is my graduation project, the program is put together, the error too, want to have shrimp to help see next! Thank you.
Ease-ARM
- 1.EWARM 集成开发环境及J-Link 仿真器2.在EWARM 中生成一个新项目3.编译和连接应用程序.4.用C-SPY 调试应用5.如何编写ST ARM 应用程-1.EWARM integrated development environment and emulator J-Link 2 in EWARM generate a new project 3. Compile and link the application .4. Application using C-SPY debug
Project-3
- software engineering sdlc choices proce-software engineering sdlc choices process
MSF-Team-Model-v.3.1
- The Microsoft Solutions Framework (MSF) Team Model describes Microsoft’s approach to structuring people and their activities to enable project success. The model defines role clusters, functional areas, responsibilities, and guidance for team mem
ISO_IEC-9126-3
- ISO/IEC 9126 Software engineering — Product quality is an international standard for the evaluation of software quality. The fundamental objective of this standard is to address some of the well known human biases that can adversely affect the delive
Project-3
- Project CS dealing with C++ and inheritance, polymorphism, etc.
ECE558---Project-3
- Power system reliability-3
Project-3-RGB-LED-Colormixer
- RGB LED MIXER- In this project we used the attiny 13 microcntroller for operating the RGB LED AND COLOR MIXING.
Python基础教程(第3版)中文版
- Python基础教程(第3版)中文版 本书包括Python 程序设计的方方面面:首先,从Python 的安装开始,随后介绍了Python 的基础知识和基本概念,包括列表、元组、字符串、字典以及各种语句;然后,循序渐进地介绍了一些相对高级的主题,包括抽象、异常、魔法方法、属性、迭代器;此后,探讨了如何将Python 与数据库、网络、C 语言等工具结合使用,从而发挥出Python 的强大功能,同时介绍了Python 程序测试、打包、发布等知识;最后,作者结合前面讲述的内容,按照实际项目开发的步骤向