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
[
Other
]
SecretsOfRE
DL : 0
逆向工程的秘密,是书后附录a,b,c1,c2 的翻译,主要介绍如何从汇编代码中获得有用的信息-reverse engineering secret, after the appendix is a, b, c1, c2 translation, mainly how to compile code from obtaining useful information
Date
: 2025-12-20
Size
: 2.81mb
User
:
王明
[
Other
]
ADSshiyongzhinan
DL : 0
本章主要内容有: - ADS软件组成介绍 - 使用ADS创建工程 - 用AXD进行代码调试 -main contents of this chapter are :- ADS software on-establish the use of ADS-use code for debugging AXD
Date
: 2025-12-20
Size
: 586kb
User
:
dony
[
Other
]
4096
DL : 0
vb超市销售管理系统源码,这是一套完整的代码,它包括了一个软件开发过程中,从设计到实现的所有文档,资源以及完整源代码。也许许多人不清楚怎么以一个软件工程 -err
Date
: 2025-12-20
Size
: 388kb
User
:
yandc
[
Other
]
MATLAB_and_FPGA
DL : 0
附录 光盘说明 本书附赠的光盘包括各章节实例的设计工程与源码,所有工程在下列软件环境下运行通过: ? Windows XP SP2 ? MATLAB ? Altera Quartus II ? synplify8.4 ? modelsim_ae6.1 光盘目录与实例名称的对应关系如下: cht02文件夹中存放的是书中第2章中的例子,读者可以将一些简单例子的代码 拷贝到MATLAB命令窗口进行运行,也可以把一些复杂的例子做成一个单独 的*.m文件然后运行、调试(要将每行前的“>>”删除)。 cht04文件夹存放的是书中第4章的例子代码。每个例子都建立了一个单独的文件夹, 除了存放与例子相关的代码外,还对各个例子建立了Quartus II工程,编制了仿真测试向量,并对例子进行了编译、综合、布局布线和时序仿真。 cht05文件夹中存放的是一个完整的正弦波频率产生的例子,即书中5.4.1节中的代码, 读者可以应用这些代码建立自己的项目,按照书中介绍的方法,获得完整的项目设计经验。 注意事项: 光盘中的源代码为作者编写,并调试通过,有兴趣的读者可以在此基础上进行二次开发,但请不要用作商业用途。 -CD-ROM Appendix Description The book comes with a CD-ROM includes examples of various sections of the design engineering and source code, all works in the following software environment to run through: ? Windows XP SP2 ? MATLAB ? Altera Quartus II ? Synplify8.4 ? Modelsim_ae6.1 CD-ROM directories and examples of correspondence between the names is as follows: cht02 folders stored in the book are Chapter 2 of the examples, readers may be some simple code examples Copy to the MATLAB command window to run, you can put some examples of the complex into a single And the*. m files to run, debug (to each line before the ">>" delete). cht04 folders stored in the book are examples of Chapter 4 code. Examples of each set up a separate folder, In addition to the storage associated with the example code, but also examples of each set up a Quartus II project, the preparation of the simulation test vectors, and examples have been compiled, integrated, p
Date
: 2025-12-20
Size
: 6.64mb
User
:
吕成林
[
Other
]
Scientificcode
DL : 0
MATLAB 2007科学计算与工程分析代码-Scientific Computing with MATLAB 2007 engineering analysis code
Date
: 2025-12-20
Size
: 760kb
User
:
王威
[
Other
]
GCCmanual
DL : 0
Index NAME 总览 (SYNOPSIS) 警告 (WARNING) 描述 (DESCRIPTION) 选项 (OPTIONS) 总体选项 (Overall Option) 语言选项 (LANGUAGE OPTIONS) 预处理器选项 (Preprocessor Option) 汇编器选项 (ASSEMBLER OPTION) 连接器选项 (LINKER OPTION) 目录选项 (DIRECTORY OPTION) 警告选项 (WARNING OPTION) 调试选项 (DEBUGGING OPTION) 优化选项 (OPTIMIZATION OPTION) 目标机选项 (TARGET OPTION) 机器相关选项 (MACHINE DEPENDENT OPTION) 代码生成选项 (CODE GENERATION OPTION) PRAGMAS 文件 (FILE) 另见 (SEE ALSO) BUGS 版权 (COPYING) 作者 (AUTHORS) [中文版维护人] [中文版最新更新] 《中国Linux论坛man手册页翻译计划》 NAME gcc,g++-GNU 工程的 C和 C++编译器(egcs-1.1.2-GCC manual in Chinese
Date
: 2025-12-20
Size
: 291kb
User
:
brook
[
Other
]
StarUML
DL : 0
StarUML是一种生成类图和其他类型的统一建模语言(UML)图表的工具。这是一个用Java语言描述的创建类图的简明手册。 StarUML(简称SU),是一种创建UML类图,并能够自动生成Java的“stub code” 的工具。SU也可以做JAVA逆向工程,以产生相应的UML图表。 在本教程中,我们将使用SU设计一个pizza饼。执行下列步骤,可以创建如下面所示的UML图。SU可以生成反映类结构的代码,而不是任何对象的具体行动。因此,在使用SU创建图表后,你会为此stub code添加剩余的功能性代码,填写每种方法本来应该做的事。 -StarUML is a generation of other types of class diagrams and the Unified Modeling Language (UML) diagrams of the tool. This is a language used to describe the creation of Java class diagram of the simple manual. StarUML (referred to as SU), is a creation of UML class diagrams, and be able to automatic generation of Java' s " stub code" tool. SU also JAVA can do reverse engineering to produce the corresponding UML diagrams. In this tutorial, we will use the SU design of a pizza pie. Perform the following steps, you can create, such as shown in the following UML diagram. SU reflect the type of structure can generate the code, rather than any object-specific actions. Therefore, in the use of SU to create a chart, you will add the stub code for this function of the remaining code, fill in each method should have been done.
Date
: 2025-12-20
Size
: 8.45mb
User
:
董礼
[
Other
]
Springer.Reverse.Engineering.of.Object.Oriented.Co
DL : 0
Reverse Engineering of Object Oriented Code,面向对象(OO)代码的逆向工程。-Reverse Engineering of Object Oriented Code, object-oriented (OO) code reverse engineering.
Date
: 2025-12-20
Size
: 5.22mb
User
:
yigeren
[
Other
]
Professional_Assembly_Language
DL : 0
这本书的主要目的是教高级语言编程的程序是怎样 转换为汇编语言,以及如何生成的汇编语言代码可以调整。那个 说,这本书的主要读者是程序员已经与一个高层次的语言,熟悉的 例如C,C + +或Java。这本书并没有花太多的时间教学的基本计划编制的原则。它 假设您已经熟悉计算机编程的基本知识熟悉,并且有兴趣在 学习汇编语言的理解什么是引擎盖下发生的。 但是,如果您是新的方案,并在汇编语言编程寻找一个地方 首先,本书并不完全不理你。它可以按照章节从一开始就沿 到终点,并获得如何汇编语言编程(和编程的基本知识 在普通)工程。对每一个专题都提出了包括示例代码,演示如何组装 语言指令工作。如果您是全新的节目,我建议你也 取得了良好的介绍性文字节目让您对本专题教育。-The primary purpose of this book is to teach high-level language programmers how their programs are converted to assembly language, and how the generated assembly language code can be tweaked. That said, the main audience for this book is programmers already familiar with a high-level language, such as C, C++, or even Java. This book does not spend much time teaching basic programming principles. It assumes that you are already familiar with the basics of computer programming, and are interested in learning assembly language to understand what is happening underneath the hood. However, if you are new to programming and are looking at assembly language programming as a place to start, this book does not totally ignore you. It is possible to follow along in the chapters from the start to the finish and obtain a basic knowledge of how assembly language programming (and programming in general) works. Each of the topics presented includes example code that demonstrates how the asse
Date
: 2025-12-20
Size
: 1.78mb
User
:
thinkinweb
[
Other
]
codeguid
DL : 0
金山软件C++编码规范,对写工程文件的人有指导作用。能规范我们的写过文件代码-Kingsoft C++ coding standards for writing engineering documents people have guide. Be able to regulate the code of our written documents
Date
: 2025-12-20
Size
: 189kb
User
:
黄帅
[
Other
]
SoftwareProductLinePractice5.0
DL : 0
随着软件应用的普及,企业对软件也越来越重视,不断的要求采用软件提高效率,提升技能增强企业竞争力。随着客户的增多,软件企业这时需要面对更多的客户,处理共性和个性问题。如何保证低成本、高质量、快速上市等要求就成为了企业竞争力的主要表现之一,而产品线工程方法就是支持这种大范围重用(large-scale reuse)的方法。产品线区别于传统的代码重用就是大量的使用重用(可以达到90%),不仅仅是代码,还包括需求、业务等。 这里将介绍一些与产品线相关的知识,帮助大家更好的了解和学习软产品线工程。-Software Product Line Practice
Date
: 2025-12-20
Size
: 2.75mb
User
:
1976zj
[
Other
]
Introduction-to-Algorithms
DL : 0
在有关算法的书中,有一些叙述非常严谨,但不够全面;另一些涉及了大量的题材,但又缺乏严谨性。《算法导论(原书第3版)》将严谨性和全面性融为一体,深入讨论各类算法,并着力使这些算法的设计和分析能为各个层次的读者接受。全书各章自成体系,可以作为独立的学习单元;算法以英语和伪代码的形式描述,具备初步程序设计经验的人就能看懂;说明和解释力求浅显易懂,不失深度和数学严谨性。 《算法导论(原书第3版)》全书选材经典、内容丰富、结构合理、逻辑清晰,对本科生的数据结构课程和研究生的算法课程都是非常实用的教材,在IT专业人员的职业生涯中,本书也是一本案头必备的参考书或工程实践手册。-Book in the algorithm, some narrative very strict, but not comprehensive enough involving a large number of subjects, but the lack of rigor. The original book of " Introduction to Algorithms (3rd Edition)" rigorous and comprehensive blend of in-depth discussion of the various algorithms, and strive to make the design and analysis of these algorithms for readers of all levels to accept. Each chapter of the book is self-contained and can be used as an independent unit of learning algorithm described in the form of English and pseudo-code, with the preliminary program design experience will be able to read instructions and explanations sought to easy to understand, without losing the depth and mathematical rigor. Original book of " Introduction to Algorithms (3rd Edition)" The book selection classic, rich in content, structure reasonable, logical, algorithm data structure for undergraduate courses and graduate courses are very practical textbook career in IT professio
Date
: 2025-12-20
Size
: 4.86mb
User
:
刘石劬
[
Other
]
OpenGL-ES-1.x-to-OpenGL-ES-2.0
DL : 0
Migration from OpenGL ES 1.x to OpenGL ES 2.0 API.1.1f.External,OpenGLES2.0的API和教程,也包含了将ES1.x工程转到ES2.0的一些代码,很不错,Migration from the OpenGL ES 1.x to OpenGL ES 2.0 API.1.1f.External a OpenGLES2.0 API and tutorials, but also contains some code the ES1.x Engineering Go ES2.0, very good
Date
: 2025-12-20
Size
: 758kb
User
:
lhx
[
Other
]
C-Traps-and-Pit-falls
DL : 0
作者用多年的工程经验描述C语言的语法缺陷所引起的程序隐患,使读者的关注到程序代码到执行的每个细节问题。例如,实施的编译结果与程序员的想法造成的隐患。-Detailed description of the C language syntax defects of engineering experience, so that the reader concern in the development and application of a more comprehensive, for example, the idea of the implementation of the compiler results programmers inconsistencies caused by hidden problems.
Date
: 2025-12-20
Size
: 4.58mb
User
:
linbin
[
Other
]
Boltzmann-Modeling-for-Engineers
DL : 0
工程领域中的格子波尔兹曼方法,很经典的书籍,内含较多的代码-Engineering fields Lattice Boltzmann Method, classic books, containing more code
Date
: 2025-12-20
Size
: 3.56mb
User
:
sd
[
Other
]
PowerPoint-2010-Bible
DL : 0
power point的使用大全,在代码工程完成后,如何更好地去展示你的成果成为了有一个重要的问题。-power point using Guinness in the code completion, to show you how to better outcomes become an important issue.
Date
: 2025-12-20
Size
: 14.99mb
User
:
Qin
[
Other
]
Keil_uVision4
DL : 0
是一本不错的介绍单片机及ARM编译软件Keil的书籍,从工程管理,源代码编辑,目标代码生成。都有详细介绍。-Is a good introduction of SCM and ARM compiler software Keil books, from project management, source code editing, code generation. A detailed introduction.
Date
: 2025-12-20
Size
: 1.78mb
User
:
丁宗
[
Other
]
Pixel-Bender-Toolkit1
DL : 0
Adobe Pixel Bender Toolkit允许你对图像中的像素进行处理,渲染出大量的特效。你可以通过实现图像处理算法(过滤器),然后在Adobe Flash Player 10或者更高版本上运行。一旦Flash Player渲染出图像,你可以在这个平台上开发你的工程。例如使用基于XML的Pixel Bender图形语言编写代码构建过滤器渲染视觉特效。通过组合独立的像素处理操作(内核级),你可以创建出复杂的Pixel Bender过滤器-Adobe Pixel Bender Toolkit allows you to pixels in the image processing, rendering a lot of special effects. You can implement image processing algorithms (filters), and then in the Adobe Flash Player 10 or later versions. Once Flash Player renders the image, you can in this platform to develop your project. Such as the use of XML-based Pixel Bender language to write code to build graphical rendering of visual effects filters. By combining individual pixel processing operations (kernel level), you can create a complex Pixel Bender filters
Date
: 2025-12-20
Size
: 51kb
User
:
wuxin
[
Other
]
Pixel-Bender-Toolkit-2
DL : 0
Adobe Pixel Bender Toolkit允许你对图像中的像素进行处理,渲染出大量的特效。你可以通过实现图像处理算法(过滤器),然后在Adobe Flash Player 10或者更高版本上运行。一旦Flash Player渲染出图像,你可以在这个平台上开发你的工程。例如使用基于XML的Pixel Bender图形语言编写代码构建过滤器渲染视觉特效。通过组合独立的像素处理操作(内核级),你可以创建出复杂的Pixel Bender过滤器第二部分-Adobe Pixel Bender Toolkit allows you to pixels in the image processing, rendering a lot of special effects. You can implement image processing algorithms (filters), and then in the Adobe Flash Player 10 or later versions. Once Flash Player renders the image, you can in this platform to develop your project. Such as the use of XML-based Pixel Bender language to write code to build graphical rendering of visual effects filters. By combining individual pixel processing operations (kernel level), you can create a complex Pixel Bender filters Part II
Date
: 2025-12-20
Size
: 53kb
User
:
wuxin
[
Other
]
OFDM
DL : 0
OFDM代码,有助于理解整个OFDM设计工程,代码详细!有Matlab代码!-OFDM code helps to understand the whole OFDM design engineering, code detail! There Matlab code!
Date
: 2025-12-20
Size
: 14.11mb
User
:
陈小杰
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.