资源列表
369468
- 非常强大的Internet Mail套件,imsb3 Delphi source()
多态VI Demo
- 多态VI使用教程Demo,本Demo将教会你如何创建并使用一个多态VI 。(Polymorphic VI use tutorial Demo)
intdump
- 实现积分与转存的功能,输入输出接口均为二维数组(Integral and transfer functions, input and output interfaces are two-dimensional array)
云路PHP解密20180305
- 云路PHP解密 支持Zend/PHP5.2, Zend/PHP5.3解密, Zend/PHP5.4解密, Zend/PHP5.5解密, Zend/PHP5.6解密。 支持IonCube8解密, IonCube9解密, 部分IonCube10解密。 支持魔方PHP解密。 支持mzphp多个版本解密。 支持php-beast, php-screw, zoeeyguard解密。 支持phpjm解密, zym解密, 威盾/微盾解密。 其他不常见的加密类型请联系站长解决。(800 PHP decrypti
DZC2
- 利用STM32F407实现电子称的基本功能(The basic function of electronic weighing)
TCP-IP详解卷1:协议
- TCP/IP 主要是详细介绍网络协议的文档(TCP/IP is mainly a detailed descr iption of the document of the network protocol)
GNU Make手册
- make是一个命令工具,它解释Makefile 中的指令(应该说是规则)。在Makefile文件中描述了整个工程所有文件的编译顺序、编译规则。Makefile 有自己的书写格式、关键字、函数。像C 语言有自己的格式、关键字和函数一样。而且在Makefile 中可以使用系统shell所提供的任何命令来完成想要的工作。Makefile(在其它的系统上可能是另外的文件名)在绝大多数的IDE 开发环境中都在使用,已经成为一种工程的编译方法(Make is a command tool that expl
linux_epoll模型
- epoll是Linux内核为处理大批量文件描述符而作了改进的poll,是Linux下多路复用IO接口select/poll的增强版本,它能显著提高程序在大量并发连接中只有少量活跃的情况下的系统CPU利用率。另一点原因就是获取事件的时候,它无须遍历整个被侦听的描述符集,只要遍历那些被内核IO事件异步唤醒而加入Ready队列的描述符集合就行了。epoll除了提供select/poll那种IO事件的水平触发(Level Triggered)外,还提供了边缘触发(Edge Triggered),这就使得
luci文档
- Lua是一个小巧的脚本语言,很容易嵌入其它语言。轻量级 LUA语言的官方版本只包括一个精简的核心和最基本的库。(Lua is a small scr ipt language, which is easy to insert into other languages. The official version of the lightweight LUA language only includes a streamlined core and the most basic library.)
Netfilter_Modules
- Netfilter是Linux 2.4.x引入的一个子系统,它作为一个通用的、抽象的框架,提供一整套的hook函数的管理机制,使得诸如数据包过滤、网络地址转换(NAT)和基于协议类型的连接跟踪成为了可能。(Netfilter is a subsystem introduced by Linux 2.4.x, which serves as a general, abstract framework that provides a complete set of management mechan
MultiInheritance
- int main() { cout<<"类的多重继承演示"<<endl; CDateTimeType dt(1,1,2008,11,12,12); //直接使用DateTimeType构造函数设置日期时间 cout<<"调用CDateTimeType类构造函数设定的初始日期、时间为:"<<endl; dt.display();//显示时间日期 dt.SetDate(8,8,2008);
实验二定时器_方波sram
- 使用汇编语言用定时器功能编写方波,并且能用示波器探测。(The assembly language is used to compile square wave with timer function, and it can be detected by oscilloscope.)