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
Sub Category
ASP
.NET/ASPX
PHP
JSP
CGI
VC/MFC
Delphi/CppBuilder
Software Engineering
Network Develop
Server
Database
Homepage tools
Photo software
Other
Search - 工程代码 - List
[
Books
]
代码大全.rar
DL : 1
阐述了软件工程的开发过程
Date
: 2025-12-20
Size
: 4.06mb
User
:
[
Books
]
TMS320C28X系列DSP指令和编程指南
DL : 0
本书由TI公司的两个文献编译而成,编号为SPRU513 的文献介绍了如何使用汇编语言工具:汇编器、归档器、目标代码链接器、交叉引用列表程序、绝地地址列表程序、十六进制转换应用程序。编号为SPRU430B 的文献中的一部分介绍了C28x 汇编语言指令集。由于这两部分内容紧密相关,故将其放在一起,以便读者查阅。 本书主要针对从事TI公司2000系列DSP 开发应用的工程技术人员,也可以作为在校研究生的参考用书。
Date
: 2010-01-08
Size
: 30.3mb
User
:
drjiachen
[
Books
]
加密解密技术内幕
DL : 0
加密解密技术内幕 第1章 PE文件格式深入研究 1.1 PE文件格式格式纵览 1.1.1 区块(Section) 1.1.2 相对虚拟地址(Relative Virtual Addresses) 1.1.3 数据目录 1.1.4 输入函数(Importing Functions) 1.2 PE文件结构 1.2.1 The MS-DOS头部 1.2.2 IMAGE_NT_HEADERS头部 1.2.3 区块表(The Section Table) 1.2.4 各种块(Sections)的描述 1.2.5 输出表 1.2.6 输出转向(Export Forwarding) 1.2.7 输入表 1.2.8 绑定输入(Bound import) 1.2.9 延迟装入数据(Delayload Data) 1.2.10 资源 1.2.11 基址重定位(Base Relocations) 1.2.12 调试目录(DebugDirectory) 1.2.13 NET头部 1.2.14 TLS初始化 1.2.15 程序异常数据 第2章 PE分析工具编写 2.1 文件格式检查 2.2 FileHeader和OptionalHeader内容的读取 2.3 得到数据目录(Data Dircetory)信息 2.4 得到块表(SectionTable)信息 2.5 得到输出表(ExportTable)信息 2.6 得到输入表(ImportTable)信息 第3章 Win32 调试API 3.1 Win32调试API原理 3.1.1 调试相关函数简要说明 3.1.2 调试事件 3.1.3 如何在调试时创建并跟踪一个进程 3.1.4 最主要的循环体 3.1.5 如何处理调试事件 3.1.6 线程环境详解 3.1.7 如何在另一个进程中注入代码 3.2 利用调试API编写脱壳机 3.2.1 tElock 0.98脱壳简介 3.2.2 脱壳机的编写 3.3 利用调试API制作内存补丁 3.3.1 跨进程内存存取机制 3.3.2 Debug API机制 第4章 Windows下的异常处理 4.1 基本概念 4.1.1 Windows下的软件异常 4.1.2 未公开的可靠吗 4.2 结构化异常处理(SEH) 4.2.1 异常处理的基本过程 4.2.2 SEH的分类 4.2.3 相关API 4.2.4 SEH相关数据结构 4.3 异常处理程序设计 4.3.1 顶层(top-level)异常处理 4.3.2 线程异常处理 4.3.3 异常处理的堆栈展开(Stack unwind) 4.3.4 异常处理程序设计中的几个注意事项: 4.4 SEH的简单应用 4.4.1 Win9x下利用SEH进ring0 4.4.2 利用SEH实现对自身的单步自跟踪 4.4.3 其它应用 4.5 系统背后的秘密 4.6 VC是如何封装系统提供的SEH机制的 4.6.1 扩展的EXCEPTION_REGISTRATION级相关结构 4.6.2 数据结构组织 4.7 Windows XP下的向量化异常处理(VEH) 第5章 软件加密技术 5.1 反调试技术(Anti-Debug) 5.1.1 句柄检测 5.1.2 SoftICE后门指令 5.1.3 int68子类型 5.1.4 ICECream子类型 5.1.5 判断NTICE服务是否运行 5.1.6 INT 1 检测 5.1.7 利用UnhandledExceptionFilter检测 5.1.8 INT 41子类型 5.2 反跟踪技术(Anti-Trace) 5.2.1 断点检测 5.2.2 利用SEH反跟踪 5.2.3 SMC技术实现 5.3 反加载技术(Anti-Loader) 5.3.1 利用TEB检测 5.3.2 利用IsDebuggerPresent函数检测 5.3.3 检查父进程 5.4 反DUMP技术(Anti-Dump) 5.5 文件完整性检验 5.5.1 CRC校验实现 5.5.2 校验和(Checksum) 5.5.3 内存映像校验 5.6 反监视技术(Anti-Monitor) 5.6.1 窗口方法检测 5.6.2 句柄检测 5.7 反静态分析技术 5.7.1 扰乱汇编代码 5.7.2 花指令 5.7.3 信息隐藏 5.8 代码与数据结合技术 5.9 软件保护的若干忠告 第6章 加壳软件编写 6.1 外壳编写基础 6.1.1 判断文件是否是PE格式的EXE文件 6.1.2 文件基本数据的读入 6.1.3 额外数据保留 6.1.4 重定位数据的去除 6.1.5 文件的压缩 6.1.6 资源区块的处理 6.1.7 区块的融合 6.1.8 输入表的处理 6.1.9 外壳部分的编写 6.1.10 将外壳部分添加至原程序 6.1.10 小结 6.2 加壳程序综合运用的实例 6.2.1 程序简介 6.2.2 加壳子程序(WJQ_ShellBegin()) 6.2.3 PE外壳程序 6.2.4 加进Anti技术 6.2.5 通过外壳修改被加壳PE 6.2.6 VC++调用汇编子程序 第7章 如何让壳与程序融为一体 7.1 序 7.1.1 为何需要壳和程序一体化 7.1.2 为阅读此章节需要的知识 7.1.3 基于此章节用的的例子程序说明 7.2 欺骗检查壳的工具 7.2.1 fi是如何检查壳的 7.2.2 欺骗fi 7.3 判断自己是否给脱壳了 7.3.1 判断文件尺寸 7.3.2 检查标记 7.3.3 外部检测(使用dll) 7.3.4 hook 相关的api(防止loader和调试api) 7.4 使用sdk把程序和壳溶为一体 7.4.1 sdk的意义 7.4.2 做一个带sdk的壳 7.5 后记:关于壳和程序的思考 第8章 Visual Basic 6 逆向工程 8.1 简介 8.2 P-code传奇 8.3 VB编译奥秘 8.4 VB与COM 8.5 VB可执行程序结构研究 8.6 VB程序事件解读 8.7 VB程序图形界面(GUI)解读 8.8 VB程序执行代码研究 8.9 我们的工具 8.10 VB程序保护篇 附录A 在Visual C++中使用内联汇编 附录B 在Visual Basic中使用汇编
Date
: 2010-11-23
Size
: 1.32mb
User
:
vachel
[
Books
]
代码大全
DL : 0
阐述了软件工程的开发过程-Expounded the development process of software engineering
Date
: 2025-12-20
Size
: 4.05mb
User
:
吴超
[
Books
]
SoftBuilderandtest
DL : 0
一个不同于人月软件工程书籍的 “一本关于软件开发的有效技术书籍” 中文名字是《代码大全》 (中文pdf版本)-a different person software engineering books, "a software development on the effective technical books," the Chinese name of "code Encyclopaedia" (Chinese version pdf)
Date
: 2025-12-20
Size
: 5.36mb
User
:
黄波
[
Books
]
UML参考手册--基本概念
DL : 0
UML中的经典之作, 不是编程语言 工具可以提供 至各种编程语言的代码生成 以及可以从现有 的程序逆向构筑模型 不是用于定理证明的高度正式的语言 实际上有很多正式的语 言 但它们不易理解或不适用于多种用途 是通用性的建模语言 对于特定的领域 如 设计 .! 电路设计或基于规则的人工智能 更特定的语言和工具可能更加合适 是离散的建模语言 它不打算对如工程和物理的连续系统建模 是对诸如软件 硬件或数字逻辑的离散系统建模的通用语言 -UML classic works, instead of a programming language can provide tools to a wide variety of programming languages and code generation from the existing procedures reverse build model not for theorem proving highly formal language of fact, many of the official languages but they are difficult to understand or does not apply other uses of the common modeling language for specific areas such as design. ! circuit design rule-based artificial intelligence or more special the language and tools may be more appropriate discrete modeling language it is not the intention of engineering and physics modeling is a continuous system the software and hardware such as digital logic or discrete system modeling language
Date
: 2025-12-20
Size
: 2.43mb
User
:
陈成
[
Books
]
基于组件对象模型(COM)的组态软件的开发与研究
DL : 1
硕士论文题目:基于组件对象模型(COM)的组态软件的开发与研究 主要内容:该文作者利用组件对象模型技术(COM技术)、面向对象技术和可视化软件的实现方法开发研制出的组态软件,实现了友好的用户界面、强大的图无类支持、完善的工程管理手段、有效的实时数据处理手段和良好的扩充接口等功能。该文从介绍面向对象的技术、可视化编程的方法和面向组件对象模型的技术入手,对该系统进行了面向组件对象的总体设计。该文最后从程序编码的结构上进行了说明,还对该次开发的组态件中的使用的核心代码进行了详细的解释。该文作者在开发实践中体会到:面向组件对象模型(COM)及面向对象的组态系统比以往的财类软件具有更高的可靠性、可重载性和可扩充性。相信面向组件对象模型(COM)、面向对象和可视化技术在电力自动化等领域将有很好的应用前景。-master's thesis topic : Based on the Component Object Model (COM) of the configuration software development and research of the main elements : the article's author Component Object Model (COM) object-oriented technology and visualization software developed method of configuration software, a user-friendly interface, strong support plan without discrimination, improve project management tools, an effective means of real-time data processing and the expansion of good interface capabilities. The text from the introduction of object-oriented technology and visual programming methods and the Component Object Model for the technical aspect, the system components of the object-oriented design. The final text from the program code on the structure of the note, also in respect of the devel
Date
: 2025-12-20
Size
: 6.33mb
User
:
蒋小平
[
Books
]
matlabinchemistry
DL : 0
本代码为黄华江编著《实用化工计算机模拟—MATLAB在化学工程中的应用》的配套车程序,内容包括该书的所有例子源程序(在Examples目录中)和电子版附录(在名为“附录”的目录中)。-the code Huang Hua Jiang series of "practical computer simulation chemical- MATLAB in chemical engineering application" the matching procedures to The book includes all the examples source (Examples directory) and the electronic version of the Appendix ( "Report "Records of the directory).
Date
: 2025-12-20
Size
: 476kb
User
:
pearllu
[
Books
]
qianrushiCbiancheng
DL : 0
嵌入式C编程的一本非常值得一看的电子书,其中不但有各项工程的源代码还有代码书写规范,便于工程人员查询阅读-Embedded C Programming a very eye-catcher of e-books, which not only works of the source code to write code there are norms to facilitate engineering staff about reading
Date
: 2025-12-20
Size
: 8.36mb
User
:
王炬
[
Books
]
Jbuilder_X_Manual
DL : 0
《Jbuilder X 实用技术手册》 本书由Borland公司技术团队精心编写,内容包括:JBuilder集成开发环境的全面介绍;JBuilder工程管理方式;JBuilder的高级选项设置;建构与运行程序;高效率的程序调试技巧;图形界面应用及菜单设计;利用JBuilder建立事件处理模型;JBuilder与UML;Ant的集成应用;对BeansExpress的深入探讨;Java应用程序的部署;Web Module与WAR文件的使用;Java Applet;Servlet与JavaServer Page的开发;程序代码的重构;单元测试以及Javadoc说明文件的撰写。 阅读本书,读者将学习到如何利用JBuilder开发高效率的Java应用程序。对于广大JBuilder开发人员来说,这是一本不可或缺的参考书籍。-"Jbuilder X practical technical manuals," the book by the company's technology team Borland elaborated write, including : JBuilder integrated development environment comprehensive presentation; JBuilder project management; JBuilder senior directives; Construction and operation procedures; highly efficient procedure debugging skills; GUI applications and menu design; establish the use of JBuilder incident model; JBuilder and UML; Ant integrated applications; BeansExpress the right to explore in depth; Java application deployment; WAR Module and Web documents; Java Applet; Servlet and JavaServer Page development; Reconstruction procedure code; Javadoc unit testing and documentation writing. Reading the book, readers will learn how to use high-efficiency JBuilder development of
Date
: 2025-12-20
Size
: 47.97mb
User
:
river_side
[
Books
]
chengxuyuankaifabaodian
DL : 0
程序员超级开发宝典:.net,com,delphi,java,oracle,sql,vb,vc,软件工程等内容。其中vc篇包括 [VC_C_]NT系统下木马进程的隐藏(11774Bytes) [VC_C_]简单谈谈C++ 递归的思想实现以及和循环的关系(3537Bytes) [VC_C_]C++语法之函数重载(1938Bytes) [VC_C_]C语言编程风格(2200Bytes) [VC_C_]如何用Shell实现程序组快捷方式的添加(3387Bytes) [VC_C_]移动到平面(Blitting to Surfaces)(11290Bytes) [VC_C_]DirectX丢失及恢复平面(12480Bytes) [VC_C_]DirectX创建平面(6312Bytes) [VC_C_]两个小时学会DirectDraw编程(6647Bytes) [VC_C_]关于const的8点说明(2482Bytes) [VC_C_]泛型编程在非C++语言中的实现之探讨(5930Bytes) [VC_C_]删除文件中指定的部分内容(2096Bytes) [VC_C_]TOOLHELP32 In WIN2000(4138Bytes) [VC_C_]Windows下DLL编程技术及应用(7167Bytes) [VC_C_]MFC and Design Patterns(8117Bytes) [VC_C_]DVD解码源代码大公布(10169Bytes) [VC_C_]C++Builder实现Directx截流媒体屏代码(10363Bytes)-err
Date
: 2025-12-20
Size
: 4.21mb
User
:
辛欣
[
Books
]
hibernate-day1-all
DL : 0
软件设计/软件工程 文件格式 技术管理 行业发展研究 人物传记/成功经验 通讯编程文档 系统设计方案 其他 [不能选分类或FireFox浏览器请点此处] [建议增加分类] [浏览分类目录] (重要) 您上载的源码为何会被站长不采用或帐号被删除? 1.源码太简单 2.不是源码 3.缺少文件 4.所选类别和开发环境不对 5.乱写说明或说明不够认真 6.压缩文件有密码 7.源码重复或已经存在 请不要上传有版权争议的内容和木马病毒代码 -Software Design/Software Engineering file format technology management industry research biographies/successful experience in communications system design programming documents other [not selected classifications or FireFox browser, please point here] [proposal to increase the classification] [Browse Categories] (important ) you upload will be the source for that station will not be adopted or account be deleted? 1. Source too simple 2. Is not a source 3. The lack of documents 4. Selected categories and development environment, not 5. Write without basis or indicate that not enough serious 6. Compressed file is password 7. Source duplicate or already exists, please do not last Chuan controversial copyright content and Trojan code
Date
: 2025-12-20
Size
: 103kb
User
:
caimin
[
Books
]
VC++srxj
DL : 0
Visual C++电子书中最好的一本,内容丰富示例多,有些代码可以直接适用于工程项目当中-Visual C++ E-book the best one, rich in content and more examples, some code can be applied directly to engineering projects
Date
: 2025-12-20
Size
: 733kb
User
:
雷吉纳
[
Books
]
4
DL : 0
在使用ADO技术时,需要导入一个ADO动态链接库msado15.dll,该动态库位于系统盘下的“Program Files\Common Files\System\ado\”目录下。 例:如果你的系统盘为C盘,则该文件位于“C:\Program Files\Common Files\System\ado”目录中。所以需要打开工程文件,并展开“FileView”视图中的“Header Files”节点,然后双击“StdAfx.h”文件,将代码中的“d:\Program Files\Common Files\System\ado\msado15.dll”改为“c:\Program Files\Common Files\System\ado\msado15.dll”。 - AppWizard has created this BmpAccess application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file contains a summary of what you will find in each of the files that make up your BmpAccess application.
Date
: 2025-12-20
Size
: 8.2mb
User
:
王建
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.