搜索资源列表
dfm
- 通常情况下, 用Delphi开发的程序, dfm是作为资源嵌入可执行文件的, 这就或多或少地带来了一些安全方面的问题. 比如, 通过分析资源, 就能大致了解Form上用了哪些控件 甚至, 通过修改资源, 就可以达到修改程序界面的目的.. 这个小程序就是为了解决这一问题而作的尝试. 主要思路就是, 将dfm作为字符串变量, 保存在程序内部.. 至于代码, 基本上都是抄Delphi的, 只不过把从资源读改为从变量读, 仅此而已.. 如果您有更好的方法, 望不乞赐教,
spcomm.rar
- spcomm串口编程,如何针对com口进行读写, 代码完整,可以使用,SPComm serial programming, how to read and write com port, code integrity, you can use
MUR-100writeReadcode
- 周立功读卡器读写代码MUR-100上位机库函数及演示软件1.9\示范程序(delphi7)-ZLG reader to read and write code MUR-100 Host Computer library functions and demo software 1.9 \ Demonstration program (delphi7)
1
- 树的初始化代码,读入数的数据,生成有效树的基础-Tree s initialization code, read-in number data, production effective tree s foundation
delphi
- delphi读股票卡数据画K线图源码,最好的免费股票K线代码-software stocks delphi softwaer
ObjectPascal-Reference
- ObjectPascal中文参考手册(可打印版),Object Pascal 是一种高级编译语言,具有强类型(对数据类型的检查非常严格)特性,支持结构化 和面向对象编程。它的优点包括代码的易读性、快速编译,以及支持多个单元文件从而实现模块化编程。-ObjectPascal Chinese Reference Manual (printable version), Object Pascal is a high-level compiled language, with a strong ty
Refactoring
- 这是一本关于代码重构的英文书籍。重构是高质量编程过程中的重要一步,通过重构,代码变得结构清晰,易读。-Code Refacting
Delphi_QMXComponent
- Delphi通过Mitsubish的MxCompnent与Mitsubish PLC实现读写功能的代码。 -Delphi communicate Mitsubish by MxCompnent, read and write capabilities to achieve with Mitsubish PLC code.
ImageTransparent
- Image组件实现透明效果,代码清晰易读,非常好且实用的代码效果实例。-Image component to achieve transparency, code readability, the code is very good and practical effect instance.
DongTaiForm
- 动态窗口效果,非常好且实用的代码,简单易读,思路清晰。-Dynamic window effect, very good and useful code, easy to read, clear thinking.
FlashPlay
- Flash实现的一款播放器源代码,可对Flash进行加解密播放,非常好的代码,简洁易读。-Implementation of a Flash player source code, can encrypt and decrypt the Flash player, very good code, simple and easy to read.
exeadd
- 可实现对exe文件进行修改和自我修改个功能,非常好的实例代码,直接调用系统底层,编写规范,思路明确,代码易读。-Exe file can be modified to achieve self-modification and functional, very good example code, call the system directly to the bottom, write specifications, ideas, clear, readable code.
ImageFangDa
- 图片放大镜源代码,高清显示,非常好的代码,代码完整,编写有序,思路清晰,代码易读性非常好。-Image magnifier source code, high-definition display, very good code, code complete, write an orderly, clear, code readability is very good.
Delphi5
- 明华敖汉urf-330接口代码该Demo读写器适用型号:URF-R330、HRF-35LT-Ming Wah Aohan urf-r330 interface code
dephil-yuanma
- 基于51单片机的考勤系统上位机代码,可以实现读写、人员管理功能-51 MCU-based attendance system host computer code, you can read and write, personnel management functions
delphiapithread
- 采用多线程技术的Delphi API 串口通信例子,应用程序只需调用API对读/写缓冲区操作即可,用到了一些API函数,比如CreatFile打开文件函数、Setupcomm设置通信缓冲区大孝ReadFile读串口操作等,当然还用到了许多函数。除了用到这些API函数外,还用到了一个DCB设备控制块,本例仅作最基本的API串口通信介绍,因此程序代码都不是太复杂的设计,仅创建了一些新项目后为form窗体增加几行代码即可。-Delphi API examples of serial communica