搜索资源列表
php dezender批量反编译php加密文件的工具
- 需求: 1、操作系统:Windows 2000/XP,内存越大越好,推荐1G以上。 2、安装php5,假定安装在c:\php5,复制c:\php5下所有文件到c:\php-de文件夹。 3、安装ZendOptimizer-3.3.0,假定安装在C:\Program Files\Zend\ZendOptimizer-3.3.0。 4、解压dezend.rar包到c:\php-de文件夹,覆盖里面的php.exe和php5ts.dll文件,还有两个文件config.ini(混淆函数 列表)
ProgrammingWindows_tw
- 再给一个~候捷老师翻译的windows编程~比较详细的介绍了windows下的c++编程`-give a teacher to designate Czech translation of windows programming to a more detailed introduction to the windows of c + + programming
Learn C++ Under Windows - Code Warrior - Mainly C+
- Learn C++ Under Windows - Code Warrior - Mainly C
wince8
- 動態連結程式庫 (DLL) 一直以來都是Windows的重要基礎,Windows CE也不例外。DLL對作業系統十分重要,本節的內容主要是分析loader.c中的程式碼,它負責載入EXE和DLL。這裏要討論的是關於DLL的部分-dynamic - link library (DLL) has been an important foundation for Windows, Windows CE is no exception. DLL right operating system is ver
wince9
- 第三章列出了Windows CE執行緒在排程時的幾個主要函數,在本章中將藉著分析這些函數的流程,來了解執行緒在排程過程中的行為。本章所節選的程式碼全部來自[CEROOT]\\PRIVATE\\WINCEOS\\COREOS\\NK\\KERNEL目錄下的 schedule.c檔-third chapter presents the Windows CE Threading the scheduling of several major functions, In this chapter wil
windows forms programming with c# - manning.pdf(Go
- windows forms programming with c# - manning.pdf(Good!!!)
07191351170
- C# windows 编程,英文版,系统介绍.net的windows编程,有实例说明
download
- Windows Forms Programming with C#
BcbAndWindowsAPISample
- Borland C++ Builder Windows API 实例-Borland C Builder Windows API examples
VCjsnm
- The 6.0 release of Visual C++ shows Microsoft s continued focus on Internet technologies and COM, which are key components of the new Windows Distributed interNet Application Architecture (DNA). In addition to supporting these platform initiatives, V
zendok
- zend解密 请运行Gui.exe进行DeZend操作,如果DeZend失败,请查看下文: 需求: 1、操作系统:Windows 2000/XP,内存越大越好,推荐1G以上。 2、安装php5,假定安装在c:\\php5,复制c:\\php5下所有文件到c:\\php-de文件夹。 3、安装ZendOptimizer-3.3.0,假定安装在C:\\Program Files\\Zend\\ZendOptimizer-3.3.0。 4、解压dezend.
DELPHI汉化补丁
- 汉化说明 与许多初学者一样,我在开始学习Delphi时,面对全英文的界面,很是不习惯。在Delphi5.0时就开始对Delphi进行汉化。但效果并不明 显,也就没好意思拿出来。但心中总是感到有些遗憾,为什么Delphi这样好的编辑工具,始终不推出简体中文版呢? 一直等到Delphi7.0时,Smallfish终于等不住了,为了Delphi在华夏大地上的传播与推广,SmallFish决定自己动手,汉化出真正属于中 国人的简体中文Delphi程序开发工具。
Quincy 2002
- Quincy is freeware open-source. It is a simple programming environment for C/C++ on Windows. It contains an editor, a compiler, a debugger, and graphics and GUI toolkits. Because of it's simple interface, Quincy is ideal for learning C or C++ prog
FireCodeCreator3.3
- 《风越代码生成器 [FireCode Creator]》是一款采用.Net FrameWork2.0框架、基于多种数据库的程序代码生成软件,可快速建立数据信息的:添加、编辑、查看、列表、搜索功能。默认提供asp、aspx WEB程序、.net普通三层框架程序、.net Windows程序,多种代码框架及多个界面设计模板,均可任意修改管理。通过自定义生成程序的界面风格与输出代码,用户可将其扩展为ASPX/ASP/PHP/JSP等各种程序的代码生成器。内置的.net代码框架,能建立C#语言的.net
Embedded Visual C++ sp1
- Embedded Visual C++ sp1是用于Windows CE开发的Embedded Visual C++的Service Package,微软网上已经没有该版本的下载了。
pclint9
- PCLint version 9. It will thoroughly check your C/C++ source code for bugs, glitches, inconsistencies, non-portable constructs, and much more, so you can find and fix your bugs more quickly, and more economically, than with traditional debugging proc
VC++6.0中文版
- Visual C++ 6.0,简称VC或者VC6.0,是微软的一款C++编译器,将“高级语言”翻译为“机器语言(低级语言)”的程序。Visual C++是一个功能强大的可视化软件开发工具。自1993年Microsoft公司推出Visual C++1.0后,随着其新版本的不断问世,Visual C++已成为专业程序员进行软件开发的首选工具。虽然微软公司推出了 Visual C++.NET(Visual C++7.0),但它的应用有很大的局限性,只适用于Windows 2000、Windows XP
Chromium Embedded Framework
- The Chromium Embedded Framework (CEF) is an open source framework for embedding a web browser control based on Chromium. It is a convenient way to implement an HTML5 based GUI in a desktop application or to provide browser capabilities to an applicat
BDE Replacement Windows 7
- This is replacement for Borland Database Engine that support for Windows 7. - Place to C:\BDEFiles\BDE - Copy DLL Files into System Folder - Run The REG Files
vc++6.0
- C++是微软公司开发的一个IDE(集成开发环境),换句话说,就是使用c++的一个开发平台. vc++是Windows平台上的C++编程环境,学习VC要了解很多Windows平台的特性并且还要掌握MFC、ATL、COM等的知识,难度比较大。Windows下编程需要了解Windows的消息机制以及回调(callback)函数的原理;MFC是Win32API的包装类,需要理解文档视图类的结构,窗口类的结构,消息流向等等;COM是代码共享的二进制标准,需要掌握其基本原理等等。