资源列表
libnids-1.20.tar
- Libnids提供IP分片,TCP流重组和端口扫描检测等功能,Libnids在处理过大的TCP包时存在问题-Libnids patch for IP, TCP flow restructuring and port scanning detection and other functions, Libnids in dealing with the over-TCP packets problems
mlcddriver
- 多种液晶显示驱动程序。使用汇编语音编写。-variety of LCD driver. The use of voice compilation prepared.
computer_application
- 这是有关电脑应用方面的文章,是EXE可执行文件,可以直接运行阅读-This is the computer application of the article, is an EXE file that can be read directly run
onlinepoll
- 网上投票系统,简单实用,希望能让需要的朋友喜欢-online voting system, simple and practical and I hope that the friends like
protel_tech_all
- protel的超级大全,程序开发员必备的好东西。 -Protel the Super Series, procedures required developers of good things. Protel the Super Series, procedures required developers of good things.
snort-1.6.0.tar
- 入侵检测系统,Snort这个众所周知的网络入侵检测工具,轻型的IDS工具,拥有高效率和良好的可扩展性-Intrusion Detection System, the well-known Snort network intrusion detection tool, lightweight IDS tools, with high efficiency and good scalability
ysdy
- 特别要注意的是用extern int dllGlobalVar声明所导入的并不是DLL中全局变量本身,而是其地址,应用程序必须通过强制指针转换来使用DLL中的全局变量。-particular attention to the use extern int dllGlobalVar statement is not a DLL into the global variables themselves, but their addresses, applications must pass mand
rssowl_1_2_src
- Rssowl是一个阅读RSS/RDF很好的工具。用JAVA SWT库写的界面。而且是开放源码的。支持n多种语言,而且还包含Blog工具,代理配置功能。对中文支持很好。 -Rssowl is a reading RSS / RDF good tool. With Java SWT library to write the interface. But is open source. N multilingual support, but also includes blogging tools,
mp4_encore
- VC++开发的MP4编码程序。编译环境:VC++6。0-VC + + development of the MP4 coding process. Build Environment : VC 6. 0
xsdyDLL
- 程序员在建立一个DLL文件时,连接器会自动为其生成一个对应的.lib文件,该文件包含了DLL 导出函数的符号名及序号(并不含有实际的代码)。在应用程序里,.lib文件将作为DLL的替代文件参与编译。-programmers in the establishment of a DLL files, the connector will automatically produces a counterpart. Lib document, which includes a DLL function
qjbl
- 静态调用方式的特点是由编译系统完成对DLL的加载和应用程序结束时 DLL 的卸载。当调用某DLL的应用程序结束时,若系统中还有其它程序使用该 DLL,则Windows对DLL的应用记录减1,直到所有使用该DLL的程序都结束时才释放它。静态调用方式简单实用,但不如动态调用方式灵活。-static method call is characterized by the build system to complete DLL loading and application DLL at the en
DLLMain
- 这是我学习dll时用到了第2个经典的例子,他让我们注意到dll是从那里开始的极其它应该注意的地方。-This is when I learn dll used the first two classic examples, he let us note dll from the very beginning there should pay attention to other areas.