CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - 工程代码
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - 工程代码 - List
[
Software Engineering
]
Realize_Chinese_character_display_in_uC_GUI
DL : 0
uC/ GUI 是一款非常简洁的图形界面开发系统,但是它缺乏对中文汉字的支持,严重阻碍了在国内的使用。本文结合工程实践,着重讲述汉字在uC/ GUI 上的实现过程,汉字字库的创建方法及其相关程序代码。
Date
: 2008-10-13
Size
: 171.46kb
User
:
hubaoyu
[
Software Engineering
]
UML与Rational Rose 2002从入门到精通
DL : 0
本书深入浅出地介绍了统一建模语言(UML)和Rational Rose软件,通过航空公司与购物推车例子介绍如何用UML和Rose进行项目需求分析、结构规划和生成框架代码,以及如何从现有系统逆向转出工程代码,生成Rose模型,并分章介绍了C++、Java、Visual Basic与CORBA/IDL和XML代码的代码生成与逆向转出工程代码。通过本书学习,项目开发人员可以用这个全新工具紧扣用户需求,方便地开发出符合用户需求的系统或根据用户需求对现有系统进行改造。 -the book easy to introduce a unified modeling language (UML) software and Rational Rose, airlines and shopping carts example of how to use UML and Rose project needs analysis, planning and structural framework for code generation, and how the existing system works to reverse code generation Rose model, and introduced a sub-chapter C, Java, Visual Basic and CORBA/IDL and XML code generation and code reverse engineering transfer code. Through the book learning, project developers can use this new tool interlocking customer demand. Easily develop meet the demands of users of the system or the user needs to transform the existing system.
Date
: 2025-12-20
Size
: 16.02mb
User
:
mars
[
Software Engineering
]
code-reading
DL : 0
改善既有代码的设计,一部很好的软件工程书籍-improve the design of existing code, a good software engineering books
Date
: 2025-12-20
Size
: 1.95mb
User
:
伊邑
[
Software Engineering
]
MasteringUMLwithRationalRose2002
DL : 0
《UML与Rational Rose 2002从入门到精通》,该书深入浅出地介绍了统——建模语言(UML)和Rational Rose软件,通过航空公司与购物推车例子介绍如何用UML和Rose进行项目需求分析、结构规划和生成框架代码,以及如何从现有系统逆向转出工程代码,生成Rose模型。-"UML with Rational Rose 2002 from the entry level to proficient," The book on the fundamentals of Marketing-- Modeling Language (UML) and Rational Rose software, by airlines and shopping carts examples on how to use UML and Rose project needs analysis, Planning and code generation framework, and how the existing system works to reverse code generation Rose model.
Date
: 2025-12-20
Size
: 4.3mb
User
:
丽鹃
[
Software Engineering
]
20070508
DL : 0
Visual Basic 6.0可以通过调用API函数格式化一个磁盘,无论是软盘还是硬盘。 打开一个新的项目(工程1) ,如果你没有更改过缺省模式,那么Visual Basic 6.0会自动添加一个form1文件,在form1上添加一个命令控件,将下面的代码拷入。 Option Explicit Private Declare Function SHFormatDrive Lib"shell32"( ByVal Hend AS Long,ByVal Drive AS Long,ByVal FormatID AS Long,ByVal Options AS Long) as Long Private Sub FormatDisk(intDrive as integer,blnQuickFormat as Boolean) dim lngReturn As Long if (blnQuickFormat) then lngReturn= SHFormatDrive(0,intDrive,0&,1&) else lngReturn= SHFormatDrive(0,intDrive,0&,0&) end if end Sub Private Sub Command1_Click() call FormatDisk(0,True) End Sub 运行此程序。 注意FormatDisk函数的第一个变量很重要,他的值是0,1,2时代表格式化的分别是:A、B、C盘。 -Visual Basic 6.0 can be seen by calling the API function formatting a disk, both floppy disk or hard disk. Open a new project (a project), if you have not changed the default mode, Then Visual Basic 6.0 will automatically add a <form documents, <form in adding a control order, it is copyed into the code below. Option Explicit Private Declare Function SHFo rmatDrive Lib "shell32" (ByVal Hend AS Long, ByVal Drive AS Long, ByVal FormatID AS Long, ByVal Options AS Long) as Long Private Sub Forma tDisk (intDrive as integer, blnQuickFormat as Boolean) dim lngReturn As Lo Vi if (blnQuickFormat) then lngReturn = SHForm atDrive (0, intDrive, 0
Date
: 2025-12-20
Size
: 1kb
User
:
hasia
[
Software Engineering
]
Microsoft.Press.-.2003.-.Code.Complete.Second.Edit
DL : 0
微软出版社出版的一本关于软件工程的书,代码大全-Microsoft Press published a book on software engineering, code Solutions
Date
: 2025-12-20
Size
: 4.46mb
User
:
xgx
[
Software Engineering
]
sqlxuejiguanlixitong
DL : 0
摘要:报告描述了在同组人员吴玉成同学完成学籍管理系统的后台数据库开发的基础上,本人用visual basic完成前台开发过程及其代码。在开发后台数据库的时候,是严格按照软件工程原理的方法做的。但是考虑到本人对开发工具vb不是很熟,所以在前台设计的时候也只是完成了部分的功能。我们把重点都放在数据库的后台设计开发上。对整个数据库做了详细的分析设计。这部分的报告在同组人员吴玉成的报告中。我的报告不再重复。Vb虽然有很多方法和数据库建立连接,也有很多控件可以直接对数据库的数据进行操控,但是为了实现一些有意义的功能,而不是简单的上一条记录下一条记录等查看。与ADO数据访问控件不同,ADO操作数据主要使用程序代码。通过代码创建对象,与数据源连接,执行命令等。 关键字:与sql server 2000建立连接;vb实现 -Abstract : report describes the same team WU Yu-cheng students Maintenance Management System completed the background database development on the basis of I use visual basic completion of the development process and its prospects code. Background in the development of the database, is in strict accordance with the principles of software engineering methods do. However, considering that my right development tools vb is not perfectly so in the future design of the only completed part of the function. We have to focus on the background of database design and development on. Of the entire database as a detailed analysis of the design. This part of the report on the same team Yu-Cheng Wu's report. I will not repeat the report. Remarkable insights were gained Although there are many methods
Date
: 2025-12-20
Size
: 89kb
User
:
nicmaters
[
Software Engineering
]
Realize_Chinese_character_display_in_uC_GUI
DL : 0
uC/ GUI 是一款非常简洁的图形界面开发系统,但是它缺乏对中文汉字的支持,严重阻碍了在国内的使用。本文结合工程实践,着重讲述汉字在uC/ GUI 上的实现过程,汉字字库的创建方法及其相关程序代码。-uC/GUI is a very simple graphical interface development system, but its lack of support for Chinese characters, a serious impediment to domestic use. In this paper, combined with engineering practice, focusing on the characters in the uC/GUI on the realization of the process of the creation of Chinese characters and its associated method code.
Date
: 2025-12-20
Size
: 171kb
User
:
hubaoyu
[
Software Engineering
]
Spr_buffer_over_flow
DL : 0
Spr 一个国外软件的溢出代码的工程文件 喜欢溢出的朋友要研究下-Spr a foreign software engineering documents overflow code overflow Friend like to study under the
Date
: 2025-12-20
Size
: 3kb
User
:
殷浩
[
Software Engineering
]
rjgc
DL : 0
图书管理系统软件工程文档, 1需求分析说明 2、概要设计说明 3、详细设计说明 4、代码,并对相关代码内容进行注释。 5、测试报告 6、使用说明 -Library management system software engineering documents, a demand analysis in note 2, Note 3 Summary of design, detailed design note 4, code, and code the content of the relevant Notes. 5, test 6, the use of
Date
: 2025-12-20
Size
: 27kb
User
:
linkai
[
Software Engineering
]
WebShop
DL : 0
网上电子商城代码,具有一般系统所需要的功能,作为卷子的软件工程课程设计。-E-mall code, with the necessary general system functions, the examination paper as a software engineering course design.
Date
: 2025-12-20
Size
: 977kb
User
:
zekie
[
Software Engineering
]
asdf
DL : 0
中北大学软件工程排课算法实现课程设计详细说明书,完整格式,,附有核心代码,基于优先级的排课算法的部分排时间代码-North University Software Engineering Course Scheduling Algorithm for curriculum design, detailed instructions, complete form, with the core code, priority-based Course Scheduling Algorithm for part of the time code row
Date
: 2025-12-20
Size
: 1.91mb
User
:
Chia
[
Software Engineering
]
PowerDesigner
DL : 0
全球数据库巨擘Sybase公司推出了最新的全方位电子化建模工具PowerDesigner。该软件以良好的性价比和广泛的兼容性在众多CASE工具中脱颖而出,为广大系统分析设计人员、数据库管理员和开发人员提供了一整套优秀的建模解决方案。 本书以典型项目为主线,站在系统整体开发的角度,用简洁明快的语言讲述了如何用PowerDesigner l5的企业架构及业务流程分析,实体关系模型设计,面向对象和数据库建模的集成等功能模块进行项目需求分析、结构规划、生成框架代码,以及如何从现有系统逆向转工程代码,生成所需系统模型的全过程。通过本书的学习,系统分析和设计人员可以利用这个全新的数据分析和建模工具进行系统整体分析和设计,为成为优秀的系统分析员奠定坚实的基础。 本书适合作为系统分析、数据库设计/实施和维护人员自学用书,也可作为高等院校计算机相关专业系统分析课程的教材和IT类培训单位的专向培训教材。-Global database giant Sybase launched the latest round of electronic modeling tool PowerDesigner. The software is a good value for money and a wide range of compatibility to stand out in many CASE tools, for the majority of system analysis and design, database administrators and developers a complete set of excellent modeling solution. Typical main line book project, the overall development of the system point of view, a simple and neat to use the language described how to use PowerDesigner l5 enterprise architecture and business process analysis, entity-relationship models, object-oriented modeling and database integration, etc. modules for project needs analysis, structural planning, code generation framework, and how to switch from reverse engineering the existing system code to generate the necessary system model of the entire process. Learning by this book, system analysis and design staff can take advantage of this new data analysis and modeling tools for overall system analysi
Date
: 2025-12-20
Size
: 24.8mb
User
:
huihui
[
Software Engineering
]
PWM
DL : 0
关于各种电机的PWM程序: 工程1,采用C语言完成的主要功能有 1:用定时器1中断让LED闪烁; 2:用定时器2的比较单元产生一路PWM; 3:用EVB模块产生6路PWM; 另外四个汇编程序依次分别是: SVPWM(软件法)程序, 交流异步矢量程序, 直流双极性双闭环可逆控制程序, 和采样SPWM程序。 -PWM motor on a variety of programs: Project 1, using C language to complete the main functions 1: The Timer 1 interrupt enable LED blinking 2: Timer 2 compare unit produces all the way PWM 3: EVB module produces 6 Road PWM Followed by four other assembler are: SVPWM (software method) program, Induction vector process Double Closed Loop DC bipolar reversible control procedures, And sampling SPWM procedures.
Date
: 2025-12-20
Size
: 80kb
User
:
bullwell
[
Software Engineering
]
object-orientedProject
DL : 0
基于面向对象的软件工程设计论文,只有文档无代码-A paper about software project based on object-oriented
Date
: 2025-12-20
Size
: 25kb
User
:
wulei
[
Software Engineering
]
Project2
DL : 0
人脸检测的工程代码,基于opencv和VC的人脸检测。-Face detection project code, based on opencv face detection and VC person.
Date
: 2025-12-20
Size
: 1kb
User
:
刘连东
[
Software Engineering
]
23种设计模式_加示例代码
DL : 0
23种设计模式加示例代码(C#实现),设计模式(Design Pattern)是一套被反复使用、多数人知晓的、经过分类的、代码设计经验的总结。 使用设计模式的目的:为了代码可重用性、让代码更容易被他人理解、保证代码可靠性。 设计模式使代码编写真正工程化;设计模式是软件工程的基石脉络,如同大厦的结构一样。(23 design patterns plus sample code (C# Implementation), Design Pattern is a set of repeated, most people aware, classified, code design experience summary. The purpose of using design patterns: to code reusability, to make code easier for others to understand, and to ensure code reliability. Design patterns make code writing really engineering; design patterns are the bedrock of software engineering, just like the structure of a building)
Date
: 2025-12-20
Size
: 336kb
User
:
microbit
[
Software Engineering
]
catia图框标题栏宏代码
DL : 0
catia工程图框及标题栏自动生成,企业名称及零件明细栏一并生成。(Column frame and title CATIA automatic generation)
Date
: 2025-12-20
Size
: 8kb
User
:
碚峡西路
[
Software Engineering
]
计算机软件技术基础徐士良
DL : 0
徐士良的这本书有点难,里面的代码实现主要是C++(this book a bit difficult, inside the code to achieve mainly C + +)
Date
: 2025-12-20
Size
: 4.06mb
User
:
柯珂
[
Software Engineering
]
VBLine
DL : 0
如果想知道工程代码的代码量,可用此对vb工程中的代码行数进行汇总统计(Statistics VB project code line number)
Date
: 2025-12-20
Size
: 14kb
User
:
wsww1101
«
1
2
3
4
5
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.