搜索资源列表
endo_AutoDownFile
- 软件功能:下载一个网站上所有的彩铃! 铃声下载完后,铃声文件名都是自动按照铃声名来命名的! 若你明白其中的思路,也就懂得了软件在线升级的方法了! 测试环境:WinXp C2.0 256DDR ... 下载时间:一天 下载铃声个数:6000多 铃声总大小: 1G 多 注: 任何其他组织或个人不得用于商业用途,谢谢合作! 惠安优优网(惠安优优工作室)版权所有,转载时,请保留此信息,谢谢! 在此特别感谢大富翁论坛的<gonghh>和
http_client_2.0
- 一个简单的http下载程序,用C++在linux下写了一个简单的http下载程序,程序的功能很简单,在终端输入文件所在网址,程序会单线程从服务器上下载该文件到本地。程序里面涉及了socket编程、http协议、二进制文件的写入。-a simple http download and use under linux C wrote in a simple http download procedure is very simple function of the input terminal is
NetSelectCourseV1.0
- 网上选课系统,基于B/S架构,配置文件已经写入word文档,可以参考-online system, based on the B / S structure, the configuration file has been written into word documents, they can refer to
netdisk
- 《桃源网络硬盘.Net》说明 --- --- --- --- --- ---- 版本信息:桃源网络硬盘.Net 3.2 (免费版) 开发环境:Microsoft.NET Framework SDK 运行要求: ·Windows 2000 或 Windows XP 安装 .Net Framework 或 VS.net、Windows 2003 ·要求上传目录有写权限 ·请将其放在虚拟目录下 主要功能: ·支持多人注册使用,注册后
JAVA__ICQ
- JAVAICQ使用说明 一、 运行环境要求 Microsoft IE5.5 JDK1.4运行环境 WEB服务器 二、 使用方法 首先将文件放在 C:\\ 根目录下 运行服务器程序(如果你已知网上有一个这样的服务器在运行,只要将它的服务器IP写入配置文件 config.inf中就可以了),运行 C:\\QQ\\server\\srever.class ,将服务器的IP地址写入配置文件config.inf中。 运行客户端程序,运行C:\\QQ\\
PS_usp_upload
- 这个程序是实现了CGI上传功能,而可以按照512KB大小进行写入文件,减小了服务器的负载
tftp.rar
- 用TFTP实现从文件服务器上获得或写入文件,Using TFTP from a file server to obtain or write to file
Win32-socket
- socket 接受网络数据包,并且将接受到的数据写入文件中。-Socket accept network packets, and will accept the data writing to file.
xml
- 这是msxml的用法,包括向xml文件中读取、写入数据,增加节点删除节点等操作。-This is msxml usage, including the xml file to read, write data, delete the node, such as increasing node to operate.
up_file
- 把数据库的记录查出来写入文件并把文件上传-Check out the database of records to write the file and upload the file
Ini
- ini文件读取,写入类,CiniFile-ini file read, write, type, CiniFile
Work
- 记录浏览器 可以将记录写入文件 再从文件中读取记录-Records will record the browser can write to a file and then read from the file records
socket.doc
- 本程序提供注册功能,并将注册所得用户名密码写入文件,其中用户名与密码只能由英文字母与数字组成。-This procedure provides registration functionality, and user password registered to write the file from which the user name and password only by letters and numbers.
dhcpcheck
- 自己编写的ralink平台用来检测DHCPclient设备是否存在,主要是通过arping的返回状态来判断,然后吧状态写入文件,goahead需要读取文件,输出到页面就OK,直接编写即可通过,私人源码不可商业用途-Their written the ralink platform used to detect DHCPclient device exists, arping return status to determine, and then writes the state file go
banjiv1.0
- 只是使用了一些许的面向对象程序设计的设计方法,在软件的设计与实现的时候更多的是使用面向过程的设计方法,在软件中,我们提供了两个封装的方法函数:public void read() 和public void write().在这两个方法中,都使用了异常处理机制,当用户进行非法操作时,提供相应的异常(主要是显示出错信息)。在两个基本点封装的方法中,并没有要求用户提供具体的参数,而是直接地去调用它们,具体的实现方式对用户来说是不可见的,在write方法中,其功能是获取用户所写入的字符串,并将它写入文件
capparser
- 1.cap文件是通用的抓包文件格式,windows下的ethereal和Linux下的tcpdump所抓的包均为CAP文件的格式。 2.本代码解析cap文件,提取指定类型的数据包,写入文件。 3.文件格式为:4字节长度(小头)+包内容-1.cap file the general packet capture file format, caught in the windows under the ethereal and tcpdump under Linux packag
arpSpoofing
- 用WinpCap开发的简单的Arp欺骗程序,实现在局域网中抓起tcp包,并发送arp请求包,导致所有指向网关的流量均流入自己电脑,并将捕获包写入文件。在VS2010下编译运行通过。-WinpCap developed using simple Arp deception procedures, grabbed LAN tcp packet and sends arp request packet, resulting in traffic are all pointing to the gate
socket
- 使用socket网络编程实现的文件传输,客户端读取指定目录下文件的内容,利用socket建立连接发送,服务器端接收数据并写入文件。-Network programming using socket file transfer, the client reads the contents of files in the specified directory using the socket to establish a connection to send, the server receive
apuepipe
- unix进程间通信,父进程从终端读入通过管道传递给子进程,之后子进程写入文件。 -unix inter-process communication, the parent reads piped the terminal to the child by the child process after writing to the file.
UDP_FlyBolt
- 通过先预分配一定的内存空间,再快速接受UDP数据,最后才保存到文件中。该方式避免接受数据写入文件带来的延迟,导致丢包。-Through the pre allocation of a certain memory space, and then quickly accept the UDP data, and finally saved to the file. This method avoids the delay caused by the data written to the file
