搜索资源列表
用Java编写HTML文件分析程序
- 用Java编写HTML文件分析程序 一、概述 Web服务器的核心是对Html文件中的各标记(Tag)作出正确的分析,一种编程语言的解释程序也是对源文件中的保留字进行分析再做解释的。实际应用中,我们也经常会碰到需要对某一特定类型文件进行要害字分析的情况,比如,需要将某个HTML文件下载并同时下载与之相关的.gif、.class等文件,此时就要求对HTML文件中的标记进行分离,找出所需的文件名及目录。在Java出现以前,类似工作需要对文件中的每个字符进行分析,从中找出所需部
C语言头文件 略述
- 对于使用C语言家族开发工具进行软件开发的技术人员来讲,头文件(后缀名为 .h 的文件)是再熟悉不过的了。头文件作为一种包含功能函数接口声明的一类文件,在C语言家族程序开发中被大量使用。-use of C language family of development tools for software development in terms of technical personnel, the first document (known as the suffix. H document)
查找文件功能
- 在VB中要实现查找文件功能,我们可以利用VB的DIR函数进行递归来实现。-in VB to achieve document search function, we can use the DIR VB recursive function is to be achieved.
IIS上使用的文件上传组件iis_upload_file_com
- iis中使用的一个上传文件的组件,源代码比较清楚,是学习组件编程的好东西!-A upload file control can be used in IIS.The source code is clear and a good example to learn component programming.
UNIX文件下载软件 1.0
- 此程序适用于SCO UNIX主机系统,客户端为任意平台。 以Windows客户为例,以下简要说明其使用方法。 1、直接拨号方式 先进入Windows的终端仿真器, 使用ATDT命令向UNIX主机拨号,当主机连通时, 运行主机的FGET程序,格式为 FGET 下载文件名。然后,从终端仿真器的\"传输\"菜单选\"接收二进制文件\"选项,输入本地文件名后,即可接收文件。 2、internet连接方式 先将FGET文件在主机上编译通过, 然后用Netterm之类的telnet软件连接到主机上,当主机连
扫描ftp文件-源码
- 对ftp的文件进行扫描,并写在一个记事本文件中,我有时觉得在ftp上查找文件困难,就先用它扫描一下再在记事本中查找-right ftp scanning of documents, and wrote in a notebook paper, I sometimes feel that the ftp search documents difficulties, we will first use it over and then scanning the search for the note
Web在线文件管理器V1.4最新版
- To use the application, unzip the FTP.zip file and place the files in c:\\inetpub\\wwwroot\\FTP. Then go into IIS management and create a new virtual directory called FTP and point it to the c:\\inetpub\\wwwroot\\FTP folder. Accept the default permis
php_scre 开源的PHP文件加密程序
- php_scre 开源的PHP文件加密程序。官方只提供LINUX版本的,在这里我提供一个WINDOWS版本的,里面带有项目文件,可以直接用VC编译。,php_scre open-source PHP file encryption program. LINUX version of the official only, and in here I offer a WINDOWS version, which with the project file, you can directly comp
文件形式的KEY绑定账号的方法实现验证
- 文件形式的KEY绑定账号的方法实现验证,idhttp实现模拟登陆。 校内网友七龙记外挂代码。 实现功能:自动登录、智能自动买卖、定时攻击敌方主城。 ,Lung seven school friends in mind the code plug-ins. The realization of functions: automatic login, intelligent auto-trading, regular attacks on the enemy' s main city. KEY
把打成资源包的文件用流的形式读出来
- 一个好好的解包工具,它可以把打成资源包的文件用流的形式读出来并且可以把资源里的东东写到你指定的位置,资源可以使图片包和其他文件,很使用,愿意与大家一起分享--Unpacking a good tool, it can be labeled as resource packet stream form of documents and can read out the resources in the East wrote you to specify the location of resour
fft2.0.rar
- 通过UDP传送文件,经测试,在教育网内两个高校间传输能达到ftp速度的10~100倍,其主要工作机制是使用TCP使传输控制,UDP做数据传送。能加速的基本原因为,TCP的拥塞控制算法减慢了其传输速度,而用UDP自定义的传送协议则没有这个限制。,Transmission of documents through the UDP, tested, in the education network between the two colleges and universities can achiev
p2p.rar
- 一个简单的p2p共享文件的程序,用c语言开发,包括server端和peer端,自定义了一套应用层的传输协议,对于理解socket编程有很大的帮助,A simple procedure for p2p file sharing, using c language development, including peer client and server-side, since the definition of a set of application-layer transport protoc
SwfUploadDemo.rar
- SWFUpload是一个客户端文件上传工具,最初由Vinterwebb.se开发,它通过整合Flash与Javascr ipt技术为WEB开发者提供了一个具有丰富功能继而超越传统<input type="file" />标签的文件上传模式。 SWFUpload的主要特点 * 可以同时上传多个文件; * 类似AJAX的无刷新上传; * 可以显示上传进度; * 良好的浏览器兼容性; * 兼容其他Javascr ipt库 (例如:jQuery, Prototype等); *
FTP.rar
- 利用c++语言实现FTP的上传下载,包含头文件,应用文件,Using c++ language in FTP uploading and downloading, including the header files, application files
Delphi.example.code.TIdFTP.File.Upload
- Delphi基于TIdFTP文件上传实例代码Delphi example code based on TIdFTP File Upload -Delphi example code based on TIdFTP File Upload
LAN-chat-udp
- 局域网聊天,udp的,稍后会加上传文件的功能 只是现在发现,Thread线程多了以后会导致软件界面卡死-LAN chat, udp, and later added upload function is now found, Thread thread will result in more than a software interface cards after death
文件下载
- 安卓实现的文件下载功能,在eclipse环境下实现(Android to achieve the file download function, implemented in eclipse environment)
网络文件传输
- 网络文件传输的基本示例,给需要的朋友参考!(Network file transfer of the basic example, to friends in need of reference!)
文件上传插件
- ssi-uploader是一款带预览图并且可以拖拽文件的jQuery ajax文件上传插件。该文件上传插件支持AJAX,支持多文件上传,可控制上的文件格式和文件大小,提供各种回调函数,使用非常方便。(Ssi-uploader is a jQuery Ajax file upload plug-in with preview and can drag and drop files. The file upload plugin supports AJAX, supports multiple fi
新建文件夹
- lbp特征提取的matlab文件说明:一共有三个m文件,一个是lbp.m, 存放主要的lbp算法,一个是getmapping,用以做算法的辅助函数,一个是lbptest.m,存放着测试代码。这三个文件需要放到同一个文件夹,并在文件夹中添加相应的图片,具体的图片名字见lbptest.m的代码,运行lbptest.m可以查看结果。(The matlab file of LBP feature extraction shows that there are three m files, one is