搜索资源列表
ip_looker
- IP数据包流量监控 这个程序利用Winpcap库来捕获IP数据包。在调试时注意: 1:务必将“Include”文件夹下的所有头文件拷贝到VC安装目录下的库文件夹中,如\"D:\\Program Files\\Microsoft Visual Studio\\VC98\\Include\"。 2:将“Lib”文件夹下面的所以库拷贝到VC安装目录下的Lib文件夹下,比如\"D:\\Program Files\\Microsoft Visual Studio\\VC98\\Lib\"。
9759
- 西安电子科技大学出版的VC++高级编程技巧与示例,其中全面系统地讲述了VC++高级编程技术的实现方法,包括ADO,COM,ODBC,DAO等技术的实例源码,所有代码都必须使用Visual C++6.0 以上的版本编译,此外,把本光盘中的示例拷贝到硬盘上后,如果VC++读取有问题,则是工程文件的属性为只读所致,只要将文件的只读属性去掉即可。-Xi'an University of Electronic Science and Technology published by the VC a
readandwrite
- 利用vc++ 实现文件的读取,写入,剪贴,复制,撤消,粘贴等功能,来源:Visual C++程序员实用大全(精华版)源代码-use vc achieve document read, write, cut-and-paste, copy, withdraw, pasting, and other functions, sources : Visual C programmers Practical Solutions (best version) source code
CapTx
- 一个mini抓包发包程序 我利用pcaplib for windows写的一个抓包发包程序Captx for Win2k/Winnt/Win9x, 仅110K,跑起来占内存2M,附有VC源代码,大家有什么特殊需要可以自己修改代码。 使用方法: (1)把整个CapTx目录拷贝到自己的硬盘上 (2)安装packet capture drivers v2.02(Captx\\drivers下的相应目录,在网络中添加协议后,选磁盘安装) (3) 启动CapTx.exe (4) 点抓包按钮开始抓包,用单选
iLeadDownloader
- 个人封装的一个VC++支持多任务、多线程断点续传的DLL组件,并且用链表方式进行多任务管理。压缩包内含有DLL源文件以及演示程序。编译运行演示程序时,要将事先编译好的DLL文件拷贝至Debug目录。-Individual packages of a VC++ support multi-tasking, multi-threaded HTTP component of the DLL, and use multi-tasking approach to list management. DLL
UDiskMonitor
- VC++ 后台自动拷贝U盘文件 源代码 VC++后台自动拷贝U盘文件源代码,的无声无息中将U盘中的文件拷贝至所选目录中,俗称U盘大盗,挺历害的程序。程序功能不赞成大家这么用,不过通过这个程序我们能掌握一些vc++操作U盘的一些技巧,比如监控U盘的插入,自动拷贝文件等,程序运行后没有主窗口,也不在任务栏显示图标,如果要设置程序或显示主窗口,可以按+Alt+U组合键。-VC++ automatically in the background U disk file copy the source
FileCopy
- FileCopy。文件拷贝,简单的文件拷贝,用vc++做的-FileCopy. File copy, simple file copy, using vc++ to do
k8copy
- 在linux中实现cmd中copy命令的c代码,gcc和vc++中实验正确-Cmd in the copy command to achieve c code
vcnetcopy2
- VC使用缓冲流复制文件,本例可掌握缓冲流的创建和使用、建立Windows可视化窗体、缓冲流复制文件的机理等,其实程序过于简单,面向VC++初级用户,如果哪位朋友感觉这方面不熟悉,当然也可参考。 -VC copy files using the buffer flow, the flow of patients to master the creation and use of the buffer to build Windows visual form, the buffer flow m
vcnetcopy
- vc++演示如何复制多层文件夹及文件,也就是可以复制一个具有多个子目录的文件夹,希望对您有所帮助!-vc++ shows how to copy multiple folders and files, that is, you can copy a folder with several subdirectories, I hope for your help!
FDiskThief
- VC++版的U盘小偷,默默拷贝文件。运行程序后点击开始,自动监控U盘状态-VC++ version of the U disk thieves silently copy files. Run the program and click start, automatic monitoring U disk status
OperateFile
- vc拷贝、删除和移动文件的程序源码,希望对大家有所帮助-vc copy, delete and move files in the program source code, we want to help
copyfile
- vc拷贝文件的程序源码,希望对大家有所帮助-procedures copy files vc source code, we hope to help
cutcopy
- vc进行剪贴板拷贝,粘贴的程序实例,很不错-vc the clipboard copy and paste the application instance
MCIWndPlayer
- 模拟拷贝进程\MCIWndPlayer,很不错的vc源码,希望能对大家有所帮助-Analog copy process \ MCIWndPlayer, very good vc source, I hope you can help
ClipBoardDemo
- 使用剪贴板实现数据的复制和粘贴\ClipBoardDemo\ClipBoardDemo.rar,很不错的vc源码,有兴趣的朋友可以看看。-Data using the clipboard copy and paste \ ClipBoardDemo \ ClipBoardDemo.rar, very good vc source, interested friends can see.
LGY_CPU_Scheduler
- 一、在WINDOWS中双击DEBUG目录中的EXE文件直接运行,可能会没有显示结果窗口就关闭了,这不是程序错误,解决方法是: 1、“开始->程序->附件-命令提示符”,打开DOS命令窗口。 2、改变当前目录至EXE文件所在目录;(或者将EXE文件和测试用的文本文件一并复制到当前目录)。 3、输入EXE文件的完整名称(含后缀名)运行即可。(为方便输入,可以重命名EXE文件。) 二、 本程序包括:FIFO,优先级调度算法(静态优先级),时间
sys-yanshi
- 文件系统操作演示,VC++源代码,主要讲解如何复制文件、删除文件、移动文件、重命名文件、显示文件复制过程对话框等。-File system operation and demonstration VC++, source code, mainly on how to copy files, delete files, move files, rename files, file copy process dialog box is displayed.
upan
- Jacket-U盘自动复制软件源码,采用VC++编写实现的U盘监控自动复制程序,运行后按ctrl+alt+u打开界面,功能有:自动隐藏-全自动智能选择U盘-自动拷贝-进程隐藏-开机后台启动-改进。-The Jacket-U disk automatically copy the software source code, prepared to achieve the VC++ U disk monitoring program automatically copied, open the in
vclists
- VC++在列表框或组合框中显示文件和目录列表,源码实例包请下载。把EXE文件拷贝至任意目录中,双击运行,点击“显示文件和目录列表”即可获取当前文件夹下的所有文件名称。-VC++ in the list box or combo box to display a list of files and directories, source code examples package, please download. Copy the EXE file to any directory, doubl