Welcome![Sign In][Sign Up]
Location:
Search - delphi block

Search list

[Game Programblock.zip

Description: delphi写的俄罗斯方块
Platform: | Size: 46406 | Author: | Hits:

[Game Programblock

Description: delphi写的俄罗斯方块-Russian Square game written in delphi
Platform: | Size: 46080 | Author: 站长 | Hits:

[Hook apiQQllkSrc

Description: 一个用delphi写的QQ连连看外挂,窗体全用API实现,怎个程序只有110K。-with a written QQ 1000 block of Terry Avenue, external forms throughout the API, how programs only 110K.
Platform: | Size: 190464 | Author: Gavin | Hits:

[File Operate灵巧文本编辑器

Description: 模仿Windows中的记事本和写字板的功能,自己作一个文档编辑工具。有以下功能:  文件:(新建、打开、保存、退出)  编辑:(复制、剪切、粘贴、全选)  格式:(自动换行、字体、颜色),格式的设置功能要区分是设置当前块的格式还是设置所有内容的格式;  界面设计时应有工具栏,弹出菜单,状态栏等功能来提高操作的便利性;-imitate the Windows Notepad and tablet functions ourselves a document editing tools. Have the following functions :# 61656 : (new, open, preservation, withdrawal)# 61656 Editor : (copy, cut, paste, the whole election)# 61656 format : (auto line, fonts, colors), format settings to distinguish between the function is the provision of the current block set the format or content of all formats;# 61656 interface design should have the toolbar, pop-up menus, status bar features to improve ease of operation;
Platform: | Size: 274432 | Author: 何泽荣 | Hits:

[Web ServerISAPI Filter 限制 IIS 多线程访问

Description: 使用 ISAPI Filter 实现的限制 IIS 多线程访问程序。 主要应用在下载系统,或者使用 IIS 做的流媒体点播系统中,稍加修改可以使其具有认证功能。在程序中已经对 用户认证 事件做了直接返回的处理。 使用本 Filter 可以很容易的获得服务器的连接数,从而可以实现多个服务器的负载平衡(可以把请求分发到连接较少的一个服务器上)。 可以对访问的有效控制,可以自定义无限制用户IP,限制用户的IP。 从而可以实现对某个IP的限制数不限制,或者对某个IP的封杀。-use ISAPI Filter achieve restrictions IIS multithreading visit procedures. The main application download system, or do IIS use of streaming media on-demand system, a little change can make it authenticated. The procedures for user authentication has done a deal with the direct return. The use of the Filter can easily access server connections, which can be achieved over the server load balancing (request can be sent to a less connected server). The visit can be an effective control, can define unlimited user IP, the IP user restrictions. Thus it is possible for a limited number of IP no restrictions, or to a particular IP block.
Platform: | Size: 95232 | Author: zero | Hits:

[SMSSGIP文章

Description: 一个Delphi6.0的SGIP例子 包含了一个服务端和一个客户端,协议共用,服务端为非阻塞长连接,客户端为阻塞短连接,-an example of the SGIP contains a server and a client, sharing agreements, non-blocking service for long-connect, the client for a short connecting block,
Platform: | Size: 38912 | Author: 杜建强 | Hits:

[OtherSharMemory

Description: 使用共享内存块的方式在进程间共享内存的源代码-use shared memory block in the way of shared memory processes source code
Platform: | Size: 1024 | Author: 晏生 | Hits:

[Internet-NetworkGetScreener

Description: 屏幕分块传输,没有采用异或,传输速度块-screen block transmission, without the use of XOR, transmission speed block.
Platform: | Size: 24576 | Author: sdfsfsdf | Hits:

[Other systemsS7BlocksUnlockV1.0

Description: 公布Blocks Unlock V1.0的Delphi源代码! 此软件用于对西门子S7-300 加密逻辑块解密。 -released V1.0 of Delphi source code! The software used for Siemens S7-300 encryption logic block declassified.
Platform: | Size: 294912 | Author: goldpds | Hits:

[Data structsProjectjohu123006

Description: crc任意位生成多项式 任意位运算 自适应算法 循环冗余校验码(CRC,Cyclic Redundancy Code)是采用多项式的 编码方式,这种方法把要发送的数据看成是一个多项式的系数 ,数据为bn-1bn-2…b1b0 (其中为0或1),则其对应的多项式为: bn-1Xn-1+bn-2Xn-2+…+b1X+b0 例如:数据“10010101”可以写为多项式 X7+X4+X2+1。 循环冗余校验CRC 循环冗余校验方法的原理如下: (1) 设要发送的数据对应的多项式为P(x)。 (2) 发送方和接收方约定一个生成多项式G(x),设该生成多项式 的最高次幂为r。 (3) 在数据块的末尾添加r个0,则其相对应的多项式为M(x)=XrP(x) 。(左移r位) (4) 用M(x)除以G(x),获得商Q(x)和余式R(x),则 M(x)=Q(x) ×G(x)+R(x)。 (5) 令T(x)=M(x)+R(x),采用模2运算,T(x)所对应的数据是在原数 据块的末尾加上余式所对应的数据得到的。 (6) 发送T(x)所对应的数据。 (7) 设接收端接收到的数据对应的多项式为T’(x),将T’(x)除以G(x) ,若余式为0,则认为没有错误,否则认为有错。-crc-generating polynomial arbitrary Operators adaptive algorithm Cyclic Redundancy Check (CRC. Cyclic Redundancy Code) is the polynomial coder, This way the data to be sent as a polynomial coefficient data bn- 1bn-2 ... b1b0 (0 or 1), corresponding to the polynomial : bn- 1Xn-1 bn- 2Xn-2 ... b1X belts such as : data "10010101" polynomial can be written as a X7 X4 X2. Cyclic Redundancy Check Cyclic Redundancy Check method of principle as follows : (1) The data to be sent to the corresponding polynomial p (x). (2) the sender and the receiver agreed on a generator polynomial G (x), set up the generator polynomial of the highest power of r. (3) In the data block Add to the end of r-0, then the polynomial corresponding to M (x) = XrP (x). (R-bits) (4) M (x) divided by G (
Platform: | Size: 459776 | Author: johu | Hits:

[Remote Controlguanyueguan_DGScreenSpy_0.1.1a

Description: 趕在年前發布第一個改進版本,這個基本是實用版本了,學習、工作兩用。 不多說了,代碼底下見真章。 此為 v0.1.1 的基礎上改進的第一個版本v0.1.1a v0.1.1采用 固定分塊 + 隔行掃描 v0.1.1a采用 動態分塊 + 隔行掃描 PS: 此代碼你可以任意使用,如果你也有所改進,請你發份改進的代碼到我郵箱。 ========== ICS Socket 盒子有下,Delphi是V6 Bate版本,BCB是V5版本。-Years ago, released in time for the first improved version of the basic version is a practical, study, work dual-use. Nothing to add to that, the code under见真章. V0.1.1 This is the basis of the first version to improve the use of fixed-v0.1.1av0.1.1 Block+ Deinterlacing v0.1.1a dynamic sub-block+ Deinterlacing PS: This code you can use, if you also been improved, you were issued to improve the code to my mail. ========== ICS Socket box has under, Delphi is the V6 Bate version, BCB is the V5 version.
Platform: | Size: 930816 | Author: 梁超 | Hits:

[Multimedia DevelopMixer

Description: 在windows下控制多块声卡的音量和静音的Delphi源程序。使用纯Win32 API实现。-In the windows under the control of multi-block sound card volume and mute the Delphi source code. Realize the use of pure Win32 API.
Platform: | Size: 268288 | Author: wuzhihui | Hits:

[assembly languageenable

Description: usb enable/disable for delphi 6.0
Platform: | Size: 245760 | Author: jackchain | Hits:

[Internet-Networkyccs

Description: 远程屏幕传输改进版本動態分塊 + 隔行掃描delphi源代码bcb源代码远程屏幕传输改进版本動態分塊 + 隔行掃描delphi源代码bcb源代码-Improved version of the remote screen transmission dynamic sub-block+ Deinterlacing BCB source code delphi source code version of the remote screen to improve the transmission of dynamic sub-block+ Deinterlacing BCB source code delphi source code
Platform: | Size: 100352 | Author: 张国荣 | Hits:

[GDI-BitmapKSDevBlockEnginev3.03

Description: KSDev Block Engine 3.03 BlockEngine is a set of components for creating professional-looking vector graphics. BlockEngine can be used to create business diagrams, presentations, organization and workflow charts, software and process flowcharts, database structures and much much more. Using BlockEngine you can easy to add Microsoft Visio like editor to your application. BlockEngine use next generation GDI+ graphics. + Visio like editor + Antialised 2D vector graphics + Alpha channel support + Free rotation support + Shape grouping support + Very easy to use shape connection + Show and snap to grid support + Good blocks collection + Rulers on different unit + Print preview component + Document can store in binary file, text file and stream-KSDev Block Engine 3.03 BlockEngine is a set of components for creating professional-looking vector graphics. BlockEngine can be used to create business diagrams, presentations, organization and workflow charts, software and process flowcharts, database structures and much much more. Using BlockEngine you can easy to add Microsoft Visio like editor to your application. BlockEngine use next generation GDI+ graphics.+ Visio like editor+ Antialised 2D vector graphics+ Alpha channel support+ Free rotation support+ Shape grouping support+ Very easy to use shape connection+ Show and snap to grid support+ Good blocks collection+ Rulers on different unit+ Print preview component+ Document can store in binary file, text file and stream
Platform: | Size: 3457024 | Author: 付西 | Hits:

[Windows Developrainhips2.06Src

Description: 禹盾hips是一个完全免费且开放源代码的主机入侵防御系统,利用禹盾hips可以保护您的系统免受病毒入侵。他是一种能监控你电脑中文件的运行和文件运用了其他的文件以及文件对注册表的修改,并向你报告请求允许的的软件。如果你阻止了,那么它将无法运行或者更改。比如你双击了一个病毒程序,HIPS软件跳出来报告而你阻止了,那么病毒还是没有运行的。引用一句话:”病毒天天变种天天出新,使得杀软可能跟不上病毒的脚步,而HIPS能解决这些问题。”。 HIPS是以后系统安全发展的一种趋势,只要你有足够的专业水平,你可以只用HIPS而不需杀毒软件。但是HIPS并不能称为防火墙,最多只能叫做系统防火墙,它不能阻止网络上其他计算机对你计算机的攻击行为。-Yu hips Shield is a completely free and open source host intrusion defense systems, the use of hips Yu shield to protect your system from viruses. He is a computer you can monitor the operation and file documents the use of the documents and other files on the registry changes, and requested permission to report to you the software. If you stop, then it will be unable to run or change. For example, you double-click on a virus program, HIPS software to report and you jump out of a block, then run the virus or not. Quoted saying: "HIV every day, every day a new variant, the soft-kill virus could not keep up the pace, and HIPS can solve these problems.". HIPS is a system security after the development of a trend, as long as you have sufficient professional level, you can only HIPS without antivirus software. However, HIPS and firewall can not be called up to the system can only be called a firewall, it can not prevent other computer network attacks on your computer.
Platform: | Size: 1290240 | Author: zzage | Hits:

[OS programAPI_NET

Description: api函数recvfrom()的拦截代码,在以前拦截的recv函数基础上拓展而来,追加调用部分代码。 具体功能:拦截api函数recvfrom。-api function recvfrom () to intercept the code block in the past based on the recv function to expand from an additional part of the code call. Specific functions: intercept api function recvfrom.
Platform: | Size: 202752 | Author: canglang | Hits:

[Graph programblock(20061219)

Description: 一个精确度很高的电子表,非常适合程序员使用.-A high precision electronic form, very suitable for programmers to use.
Platform: | Size: 229376 | Author: wen long | Hits:

[Windows Developrexuechuanqimm(DElphi)

Description: 新版热血传奇密码街区工具!仅供大家技术交流使用!-New code block tool Mir! We only use the technology exchange!
Platform: | Size: 28672 | Author: 小错 | Hits:

[Delphi VCLdelphi直接IO端口

Description: 直接IO操作,通过DCB硬件控制块来进行modem的设置(Direct IO operation by using the DCB hardware control block to set up the modem)
Platform: | Size: 1197056 | Author: 陈瑞 | Hits:
« 12 3 »

CodeBus www.codebus.net