Welcome![Sign In][Sign Up]
Location:
Search - windows key 5.0

Search list

[Hook apifwcounter(20050727)ver0.2.2.src

Description: SRS: 1. startup with Windows. 2. support windows 9x, 2000, XP 3. count for key which can be specified by register. 4. count number recorded in an file which path can be specified by register. 5. single instance. 6. run background. 7. 在任何时候,按Alt+S 显示/隐藏对话框. 对话框的关闭按钮是“隐藏”的作用。 8. 在任何时候,先按Alt+X,在按Alt+P退出程序 9. 注册表中保存了如下数据: (1)cout - 当前计数 (2)total-count - 全部计数 (3)datafile - 游戏的数据文件路径和名称,默认为\"d:\\MGAMES\\NETBAR\\NETBARR.dll\" (4)key - 要计数的按键 你可以修改注册表中的这些数据,程序重新启动后将使用这些数据。-SRS : 1. Startup with Windows. 2. Support Windows 9x, 2000, XP 3. Count for key which can be specified by register. 4. Count number recorded in an file which path can be specified by register. 5. Single instance . 6. run background. 7. at any time, by pressing Alt S Show / Hide dialog. dialog is the close button "hidden" role. 8. At any time, register Alt X, in accordance with Alt P exit 9. The registry contains the following information : (a) court-the current count (2) total-count-all count (3) datafile-game data file path and name , defaults to "d : \\ MGAMES \\ NETBAR \\ NETBARR.dll" (4) key-to count the buttons you can modify the registry data, procedures will restart the use of these data.
Platform: | Size: 159862 | Author: 周炎 | Hits:

[Internet-Networkmasm_Feiler_v1.0

Description: 多线程 网络传输 开发环境:Delphi7.0+WinXP,没用其他控件(除了Delphi自带的Indy) 传输协议:TCP/IP 客户端一次发送65000字节的包,服务端负责组装并处理数据粘连。 使用ReadBuffer(),Send()函数来接收发送Buffer内字节,这样作的目的是使程序具有更好的灵活性。你可以自定义Buffer内那些字节的含义,例如是字符串、图像、声音、命令等等。 文件的多线程读写采用windows内存映像技术。 关键的服务器处理函数IdTCPServer1Execute(AThread: TIdPeerThread)是非线程安全的。如果使用临界区,那么多线程将在这里串行执行,严重降低多线程效率。对此,我采用一个简单的办法,具体可以看程序。-multithreaded network transmission development environment : Delphi7.0 WinXP, useless other controls (except for the Delphi Indy own) transmission protocol : TCP / IP client to send a 65,000-byte packets, the server is responsible for assembling and processing data adhesion. Use ReadBuffer (), Send () function to receive this Buffer byte, for the purpose of this is to make procedures better flexibility. You can define Buffer byte within the meaning of those, such as strings, images, sounds, etc. order. The documents used to read and write multi-threaded windows memory mapping technology. Key server function IdTCPServer1Execute (AThread : TIdPeerThread) non-thread safe. If the use of critical areas, so many threads here on serial implementation, a serious decline in the efficiency of multit
Platform: | Size: 69644 | Author: 水滴 | Hits:

[WinSock-NDIS多线程网络传输

Description: 在盒子里得到了这么多朋友无私的帮助,真的表示感谢!看到很多朋友在寻求多线程网络传输代码,为此,从我开发的网络棋牌游戏中整理出这个献给大家:) 开发环境:Delphi7.0+WinXP,没用其他控件(除了Delphi自带的Indy) 使用协议:TCP/IP 客户端一次发送65000字节的包,服务端负责组装并处理数据粘连。 使用ReadBuffer(),Send()函数来接收发送Buffer内字节,这样作的目的是使程序具有更好的灵活性。你可以自定义Buffer内那些字节的含义,例如是字符串、图像、声音、命令等等。 文件的多线程读写采用windows内存映像技术。 关键的服务器处理函数IdTCPServer1Execute(AThread: TIdPeerThread)是非线程安全的。如果使用临界区,那么多线程将在这里串行执行,严重降低多线程效率。对此,我采用一个简单的办法,具体可以看程序。-be in the box so many friends selfless help and really grateful! Many friends in the search for multi-threaded network transmission code, for from my development of the network and dominoes game sorted out the dedicated people :) development environment : Delphi7.0 WinXP, useless other controls (except for the Delphi Indy own) use agreement : TCP / IP client to send a 65,000-byte packets, the server is responsible for assembling and processing data adhesion. Use ReadBuffer (), Send () function to receive this Buffer byte, for the purpose of this is to make procedures better flexibility. You can define Buffer byte within the meaning of those, such as strings, images, sounds, etc. order. The documents used to read and write multi-threaded windows memory mapping technology. Key server functio
Platform: | Size: 54717 | Author: tom | Hits:

[Other resourceDelphi源代码分析

Description: 《Delphi源代码分析》    本书通过对Delphi内核(RTL)源代码进行分析,深入阐述了Delphi内核(RTL)的原理及其实现。全书从Nico Bendlin编写的著名最小化内核示例程序MiniDExe讲起,基于MiniDExe分析Delphi在编译器一级的技术内幕,带领读者一窥Delphi的核心。随后作者基于这个内核逐层地包装代码,将Delphi的各种功能的具体实现一一展现,通过列出关键性代码并进行系统性分析的方式,全面分析对象结构、VCL和COM等在源代码中的实现。全书内容详实,阐述精辟、深入,主要议题包括:Delphi的编译器在Windows、Delphi RTL和用户代码之间的交互;Delphi RTL内核代码的完整实现;与Delphi内核相关的操作系统机制;初始(入口)代码、模块、内存、线程、资源、异常处理机制等。 本书是一本不可多得的高端技术图书,适合中、高级Delphi开发人员研读。 -"Delphi source code analysis," the book of Delphi kernel (RTL) source code the analysis, further expounded on Delphi kernel (RTL) and the realization of the principle. Nico Bendlin from the book prepared by the famous minimum core sample program MiniDExe 1960s, Based on the analysis MiniDExe Delphi compiler in a technical insider, Delphi takes the reader a glimpse into the core. Then based on the author to the core layer packaging code, Delphi will be the realization of a concrete display, listing key code and systematic analysis, a comprehensive analysis of object structure, VCL and COM as the source code to the implementation. Informative book, brilliantly expounded, in-depth, major issues include : Delphi compiler for Windows, Delphi RTL code and the user interaction; Delphi R
Platform: | Size: 11641885 | Author: 邢某 | Hits:

[Other resourceCNET2003BSERP

Description: B/S版ERP安装方法 1、安装IIS5.0、Microsoft .NET Framework 1.1及SQL Server2000 2、将目录Copy_of_ERP和webctrl_client复制到C:/Inetpub/wwwroot下,并将Copy_of_ERP目录设置成IIS虚拟目录 3、在SQL Server2000中新建一个Storage用户和LXTXERP数据库,然后将Data目录中的LXTXERP.BAK数据库备份文件还原 4、修改Copy_of_ERP目录下的Web.config文件的连接属性sa用户的密码: <add key=\"mydns\" value=\"data source=(local) initial catalog=LXTXERP persist security info=False user id=sa pwd=123 workstation id=jl packet size=4096\" /> 5、在Windows管理工具中打开Internet 服务管理器,运行Copy_of_ERP中的Login.aspx打开ERP登录页面,默认用户:admin 密码:123 6、OK
Platform: | Size: 4660654 | Author: wangyong | Hits:

[Remote ControlRecub

Description: Recub这是一款Windows平台下的远程控制工具 使用activex启动技术 英文介绍 RECUB Features. 1 RC4 Encripted Reverce connect Shell for XP,2k,2003. 2 Bypass Firewalls by starting new instance of Internet explorer and injecting code 3 Activate throw Encrypted ICMP request 5 No listning ports 6 No Process visible,injects into Explorer.exe on startup and exiting 6 Activex startup 7 Empty All Event Logs After exiting the shell. 8 We can use Netcat also for remote shell. 9 EXE size only 5.39 KB Install Copy to any folder like windows of system32 and run once Uninstall Just delete the exe file and this key at HKEY_LOCAL_MACHINE\\Software\\\\Microsoft\\\\Active Setup\\\\Installed Components\\\\{H9I12RB03-AB-B70-7-11d2-9CBD-0O00FS7AH6-9E2121BHJLK} HKEY_CURRENT_USER\\Software\\\\Microsoft\\\\Active Setup\\\\Installed Components\\\\{H9I12RB03-AB-B70-7-11d2-9CBD-0O00FS7AH6-9E2121BHJLK}
Platform: | Size: 107901 | Author: 张京 | Hits:

[Exploitkey

Description: windows 按钮突破专家源码. delphi 写的
Platform: | Size: 171485 | Author: asd12d1d12 | Hits:

[Other resourcewincespeech01

Description: WareSeeker periodically updates pricing and software information of Embedded Windows CE SAPI 5.0 Free Download from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using Embedded Windows CE SAPI 5.0 Free Download crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Embedded Windows CE SAPI 5.0 Free Download Edition.
Platform: | Size: 2006542 | Author: 張文清 | Hits:

[Process-Thread进程手术刀1.0

Description: 功能:1.显示系统进程及进程的模块、线程信息。2.能杀死任意进程包括系统服务进程。3.能释放任意进程中的任意模块,不过有些关键模块释放不了。4.结束任意进程中的任意线程。5.请用右键进行操作。编译平台:1.该代码在Windows2000+sp2+VC.net平台下编译通过。应用:1.可以用来结束有些以服务进程形式的HACKER及病毒进程。2.可以干掉以DLL形式存在的木马。警告:不要太随意得KILL进程,有些服务进程你KILL了之后要倒霉的。-functions : 1. Display System processes and process modules, the threads of information. 2. Kill arbitrary process services including system process. 3. The process can be arbitrary release of arbitrary modules, but some key module can release. 4. End arbitrary arbitrary process threads. 5. Please use the right to operate. Build Platform : 1. The code in the Windows platform sp2 VC.net compile. Application : 1. The end can be used to serve some form of Steven Raymond Thinker process and the process of the virus. 2. DLL can kill a form of Trojan horse. Warning : Do not KILL too casual in the process, some of the process after you KILL to hurt.
Platform: | Size: 274270 | Author: 李小 | Hits:

[Internet-Networkmasm_Feiler_v1.0

Description: 多线程 网络传输 开发环境:Delphi7.0+WinXP,没用其他控件(除了Delphi自带的Indy) 传输协议:TCP/IP 客户端一次发送65000字节的包,服务端负责组装并处理数据粘连。 使用ReadBuffer(),Send()函数来接收发送Buffer内字节,这样作的目的是使程序具有更好的灵活性。你可以自定义Buffer内那些字节的含义,例如是字符串、图像、声音、命令等等。 文件的多线程读写采用windows内存映像技术。 关键的服务器处理函数IdTCPServer1Execute(AThread: TIdPeerThread)是非线程安全的。如果使用临界区,那么多线程将在这里串行执行,严重降低多线程效率。对此,我采用一个简单的办法,具体可以看程序。-multithreaded network transmission development environment : Delphi7.0 WinXP, useless other controls (except for the Delphi Indy own) transmission protocol : TCP/IP client to send a 65,000-byte packets, the server is responsible for assembling and processing data adhesion. Use ReadBuffer (), Send () function to receive this Buffer byte, for the purpose of this is to make procedures better flexibility. You can define Buffer byte within the meaning of those, such as strings, images, sounds, etc. order. The documents used to read and write multi-threaded windows memory mapping technology. Key server function IdTCPServer1Execute (AThread : TIdPeerThread) non-thread safe. If the use of critical areas, so many threads here on serial implementation, a serious decline in the efficiency of multit
Platform: | Size: 69632 | Author: 水滴 | Hits:

[Internet-NetworkLesson16

Description: 事件内核对象、关键代码段(临界区)的讲解,以及在多线程同步中的应用。在Windows下编写基于消息的网络应用程序,掌握阻塞与非阻塞网络程序的编写,理解在Windows平台下,采用异步选择机制可以提高网络应用程序的性能。-Event kernel object, the key to the code segment (the critical region) to explain, as well as in multi-threaded synchronization application. Prepared in the Windows message-based Web applications, master blocking procedure and the preparation of non-blocking network, understanding the Windows platform, using asynchronous selection mechanism can improve network application performance.
Platform: | Size: 12288 | Author: 张建顺 | Hits:

[Windows CEwincespeech01

Description: WareSeeker periodically updates pricing and software information of Embedded Windows CE SAPI 5.0 Free Download from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using Embedded Windows CE SAPI 5.0 Free Download crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Embedded Windows CE SAPI 5.0 Free Download Edition.
Platform: | Size: 2006016 | Author: | Hits:

[SCMEINTKEYDRIVERS

Description: WINDOWS CE 5.0下PQOAL的外部中断按键驱动-WINDOWS CE 5.0 under PQOAL key driver of the external interrupt
Platform: | Size: 20480 | Author: huohuo | Hits:

[Windows CEKeyTest

Description: WINCE 5.0下矩阵键盘测试程序, EVC4.0下测试通过!-WINCE 5.0 keyboard test procedure under the matrix, EVC4.0 test passed!
Platform: | Size: 1303552 | Author: 流域 | Hits:

[Othermicrosoft-mobile-development-handbook

Description: Features essential coverage of key mobile-development topics -Covers application development for .NET Compact Framework 2.0, in addition to SQL Server 2005 Everywhere Edition and Microsoft Windows Mobile ® 5.0, running on devices such as Pocket PCs and Windows Mobile Smartphones -Delivers practical guidance based on the authors extensive, real-world experience -Includes code samples in C#, with additional code samples in Visual Basic on the Web -Features essential coverage of key mobile-development topics -Covers application development for .NET Compact Framework 2.0, in addition to SQL Server 2005 Everywhere Edition and Microsoft Windows Mobile ® 5.0, running on devices such as Pocket PCs and Windows Mobile Smartphones -Delivers practical guidance based on the authors extensive, real-world experience -Includes code samples in C#, with additional code samples in Visual Basic on the Web
Platform: | Size: 20386816 | Author: chane | Hits:

[VHDL-FPGA-Verilogmodelsim_6.3f_6.4b_6.5_crck

Description: 目前这个生成的key在modelsim se 6.3f 6.4b 6.5测试没问题。因为这几个版本是我逐步升级的,应该说从6.3f~6.5的都可以用。测试环境为windows xp sp3. vista没有测试。按理说是一样的。使用过程中遇到的一些问题的解决办法关于key里面生成中文字符的情况产生原因是,windows当前用户名和主机名是中文,修改之后重新生成一次。在安装的时候要设置环境变量LM_LICENSE_FILE,指向lincense的的路径和文件名。需要在cmd下使用modelsim的命令,需要将modelsim的win32目录添加到环境变量path中,这些都是EDA软件安装的一些基本常识了。对于modelsim的较新版本,会有提示。但是还要设置LM_LICENSE_FILE。 关于网卡号的设置可以使用-h的参数,更多参数请在命令行下使用-help来查看。 2009年9月14日测试支持最新的6.5C-modelsim se 6.3f 6.4b 6.5
Platform: | Size: 308224 | Author: yanghong | Hits:

[VC/MFCWindowsCEbook24223

Description: 介绍了基于Windows CE 5.0平台的嵌入式软件开发。宏观上涵盖了完整的基于Windows CE的嵌入式系统开发流程。具体内容主要包括:Windows CE下的应用程序开发:EVC、Visual Studio工具的使用、开发环境的选择;系统定制和裁剪:Platform Builder工具的使用、下载、远程调试灯;驱动程序开发:中断处理、DMA操作、物理内存访问;板级支持包的开发:Bootloader、OAL层;还介绍了Windows CE作为嵌入式操作系统的体系结构。. 本书可用于普通高校的嵌入式软件课程教学,也适用于嵌入式系统爱好者阅读研究。... 何宗键,同济大学软件学院讲师。有4年的嵌入式软件开发经验,从2004年起开始在同济大学讲授《Windows CE嵌入式系统》课程。此课程在2006年被评为“教育部—微软精品课程”。-Introduced a platform based on Windows CE 5.0 embedded software development. Covers the complete macroscopic Windows CE-based embedded system development process. Details include: Windows CE application development under: EVC, Visual Studio tools to use, the choice of development environment system customization and tailoring: Platform Builder tool to use, download, remote debugging light driver development: interrupt handling, DMA operation, the physical memory access Board Support Package Development: Bootloader, OAL layer also introduced the Windows CE embedded operating system as the architecture. . This book can be used in university teaching of embedded software, embedded systems also apply to fans reading research. ... Zong-key, Software Engineering, Tongji University lecturer. 4 years experience in embedded software development, from Tongji University in 2004 began teaching in the "Windows CE Embedded Systems". The course was named in 2006 "the Ministry of Education-
Platform: | Size: 3888128 | Author: sunxinqiu | Hits:

[WEB Codetkdgpojb

Description: 【安装方法】 {淘客帝国v5.21破解版} 因为是PHP文件,请最好用二进制上传到空间. 1:下载系统安装包并解压 2:上传文件夹中的文件至网站根目录,或子目录 3:登陆后台http://域名/admin/ 初始账号:admin 密码:admin 4:后台配置您的基本信息.特别重要的地方.淘宝账号和app key这里必须填写正确! 5:详情登陆论坛 wapxj.co.cc 【系统环境】 1:Windows 平台:IIS/Apache + PHP5 或Linux/Unix 平台:Apache + PHP5 2:需要空间支持zend 3.3 【重要数据】 以下是保存您网站配置信息的数据,大家可以理解为是数据库.配置完网站信息,有时间可以做下备份. Data/applicationdate.php (主要存储了网站分类,广告等相关数据) Data/configdata.php (主要存储了网站的基本信息,比如您的网站名称,账号,密码,app key等) Data/indexdata.php (存储了首页自定义的店铺等信息) 本版本破解了网站限制,任何域名都可以使用 测试使用 解压后打开 源码调试工具.exe 然后打开网页,输入localhost 演试地址 tpin.sinaapp.com 后台 tpin.sinaapp.com/admin (帐号:admin 密码:admin 不要改我东西哦.我想,你们也改不掉)-[Installation method] {Scouring off the Empire v5.21 cracked version} PHP files, the best binary uploaded to the space. 1: Download the installation package and extract 2: Upload the file to the root of the site, folder or subdirectory 3: log in from http:// domain/admin/initial account: admin Password: admin 4: Background to configure your basic information. Particularly important. Taobao account and app must fill in the correct key here! 5: Details Log in Forum wapxj.co.cc [System Environment] 1: Windows platform: the IIS/Apache PHP5 or Linux/Unix platforms: Apache PHP5 2: the need for space to support the zend 3.3 Important data The following is to save the data of your site configuration information, we can be understood as a database configured the website information and have time to do the next backup. Data/applicationdate.php (the major storage site classification, advertising and other relevant data) The Data/configdata.php (major storage site, such as your
Platform: | Size: 11584512 | Author: 123 | Hits:

[Linux-Unixwpa_supplicant-0.5.8.tar

Description: WLAN无线网络管理的程序WPA_supplicant 是 WPA/WPA2 认证的客户端,同时也适用于 WEAP-wpa_supplicant is a WPA Supplicant for Linux, BSD, Mac OS X, and Windows with support for WPA and WPA2 (IEEE 802.11i/RSN). It is suitable for both desktop/laptop computers and embedded systems. Supplicant is the IEEE 802.1X/WPA component that is used in the client stations. It implements key negotiation with a WPA Authenticator and it controls the roaming and IEEE 802.11 authentication/association of the wlan driver.
Platform: | Size: 714752 | Author: tanshi | Hits:

[WEB Codelongboo_ajax_v4.0

Description: 龙博AJAX框架是跨浏览器的java script开放源代码框架集,是构建富web应用的利器.如何安装 1.在安装之前,你需要在你的机器上安装PHP5.2+和Apache2.0+服务器。 如果你是Windows用户,请下载wamp集成安装包。该包提供一键式的安装,可以将龙博AJAX框架需要运行的所有程序安装好 2.将该压缩包解压放到Apache的www目录中,例如/longboo/。 3.使用浏览器浏览index.html,龙博AJAX框架支持firefox1.5+ IE6+ opera9+ safari3+ Chrome等浏览器-Long Bo AJAX framework is a cross browser script Java open source framework set, is to build a rich web application of the weapon. 1 before you install, you need to install PHP5.2+ and Apache2.0+ servers on your machine. If you are a Windows user, please download the Wamp integrated installation package. The package provides a key type of installation, you can install the Dragon AJAX framework need to run all the procedures 2 to extract the compressed package into the WWW Apache directory, such as /longboo/. 3 use the browser to browse index.html, long Bo AJAX framework to support IE6+ opera9+ safari3+ Chrome firefox1.5+ and other browsers
Platform: | Size: 4903936 | Author: zzpudn53 | Hits:
« 12 »

CodeBus www.codebus.net