搜索资源列表
socks5 remote exploit
- socks5 remote exploit/ linux x86易受到的攻击 linux:* socks5-v1.0r10 (compiled on a turbolinux 4.0.5) => 0* socks5-v1.0r9 (compiled on a turbolinux 4.0.5) => 0* socks5-v1.0r8 (compiled on a turbolinux 4.0.5) => 0* socks5-v1.0r10 (compiled on a redh
ps命令常用用法
- 本文列举了ps命令常用用法(13种情况),完全满足一般编程的需要。-paper cited a ps command common usage (13), meet the needs of the general programming.
利用鼠标钩子隐藏窗体
- 利用鼠标钩子隐藏界面的例子程序,方便初学者学习鼠标钩子用法-use of the mouse interface hook hidden example in order to facilitate beginners learning mouse usage hook
Win Timer
- 一个讲windows中定时器使用的文章,很全,将所有可能的用法都讲到了。-a timer used in the article, is full of all possible usage spoke of.
adviseadadadd
- 一种特别的建议程序,非常有用。 用法: 1。把扩展名变成txt 2。用写字板打开 就可以运行了,然后你就扩然开朗,会特别兴奋。-a special proposal process very useful. Usage : 1. Put into txt extension 2. Using tablet can run on the open, then you expand ran outspoken, particularly exciting.
VisualDSP4.0-crack
- VisualDSP++ 4 软件的破解文件,适用于adsp的dsp用户,详细用法在文件内-The crack for VisualDSP++ 4 DSP IDE development software, fits for the dsp developer for adi series DSP products, the detailed instructions is packed in the zip file
Filejava
- java中的文件处理方法.有输入输出流,和文件读取流的用法-of document processing methods. With input and output streams, and the flow of documents to read Usage
dongtaiCode
- 动态链接库程序的编写。DependsC++编译器名字改编技术对动态链接库输出函数的影响,extern \"C\"的用法,利用模块定义文件来解决C++名字改编的问题。用typedef定义指向函数的指针类型,如何获得动态连接库里的函数的指针。-dynamic link library of writing. DependsC compiler technology adapted to name DLL function of the output, extern "C" for
World_Program_Work
- 这是世界程序大赛作品软件形式,很方便很直观,能很好的学习一些函数的功能用法-This is the world's Programming Contest entries software form, is a convenient intuitive, good can learn some of functionality Usage
Duplex
- 这是linux下 MiniGUI的一个程序,包括makfile,目标文件以及源文件,通过该源码,展示了如何编写makefile,如何运用minigui控件,如何设置参数,文件handle的使用,当然还有高级一点的用法,比如回调函数。-under linux This is a procedure for MiniGUI, including makfile. the target file and the source document, the source, demonstrates how
CCMD_OCR
- 图形文字识别(OCR)是常用的东西。许多程序员都想在自己的程序中嵌入OCR的识别模块。但是,用别人的----要价太高;自己做----难度太大。 其实微软早在Office2003中推出了一个OCR模块,对中文有很好的支持(不亚于国内的一些品牌产品)。可能有许多人都注意到这个好东西了,但是MS_OCR在VC++上的接口和用法一直没见披露。-graphic character recognition (OCR) is commonly used things. Many programmers
mixdevice
- 混音器的基本用法,包括查找混音设备,检查某个混音设备是否可用-Mixing the basic directions, including the search for sound mixing equipment to check whether a particular sound mixing equipment available
VB_howlong
- 在VB中测量程序运行时间的例子,介绍了 GetCurrentTime函数的用法。-in VB time measurement procedures example, GetCurrentTime function of usage.
DiskFreeSpace
- 获取磁盘总容量和空闲容量等信息,可以学习几个相关的api用法!
cppunit-1.12.0.tar
- C++中的单元测试类库,用法与JUnit相似。是做C++程序单元测试的好帮手。
LEFUDePass.dll
- 基于U盘的身份认证系统组件,包含组建的用法和事例程序
01-EZSample
- Clipboard示範程式-1,由Delphi5撰寫而成,demo一般的Clipboard用法
02-MyClipboardFormat
- Clipboard示範程式-2,由Delphi5撰寫而成,demo自定義的Clipboard用法
03-ClipboardViewer
- Clipboard示範程式-3,由Delphi5撰寫而成,demo攔截windows Clipboard用法
File
- const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点。