搜索资源列表
FTP文件遍历程序
- FTP文件遍历程序,可以遍历整个服务器的文件,在进行ftp服务器设计的时候,相当方便,可以直接使用-FTP file ergodic process, the server can traverse the entire document, conducting ftp server design time, it's very convenient, and can directly use
jrtplib-2.6
- RTP/RTCP的C++实现,供采用面向对象编程的朋友参考。个人觉得代码结构较好,可以直接使用。-RTP / RTCP C realized, for the object-oriented programming reference to a friend. Feel better code structure can be used directly.
AddressBook-xml
- 一个完整的应用了castor的文件,解压可以直接使用-a complete application of castor document can be used directly extracting
boa-0.94.13
- 这是移植在9200上面的一个BOA服务器,采用2.95.3的arm-linux编译器,可以直接使用-transplant in 9200 above a BOA servers, the use of 2.95.3 arm - linux compiler can be used directly
DES 加密系统的 C 语言源代码
- 一个可直接使用的DES加密算法,不需要修改代码。-a direct access to the DES encryption algorithm and do not need to amend the code.
网上购物
- 网上购物系统源程序,按照说明安装,就可以直接使用。 -online shopping system source code, follow the instructions to install, can be used directly.
ftp-rfc959
- 用java实现的ftp功能的源代码,经过编译通过的,可以直接使用。-achieved using ftp function in the source code, after the compiler can be used directly.
schService
- 本示例子演示了怎样用代码来实现将一个可执行程序做为一个服务注册到系统中。开发本程序是因为我的防火墙在开机后登录后才能启动,有时我开机后会很长时间不登录,这时机器就不在防火墙的保护下。将防火墙做为系统服务注册后,解决了该问题。本例子可以直接使用或参考代码。-example demonstrates how to use code to achieve an executable registered as a service to the system. The development proce
20065612120585_newasp
- 可以在NT下直接使用SMTP服务发送邮件,不需要附加程序,大大增强了服务器的安全性。-in NT direct use SMTP mail services, eliminating the need for additional procedures, greatly enhanced server security.
aj
- 阿江酷站统计系统ASP.Net版,可以直接使用。和现有的网站合并就可以了。提供详细的IP分析。-Ajiang Kuzhan statistical system ASP.Net version can be used directly. And the merger of the existing site would be fine. Provide a detailed analysis of IP.
FastShop
- 一个网络商店,功能较全 有很多的东西可以借鉴,但不建议直接使用,那样学不到东西-a network of shops, all functional than a lot of things we can draw on, but not recommending the use of direct, did not learn things
ICTCLAS(C++)
- 中科院分词,可供直接使用,源于中科院中文分词网-CAS segmentation for direct use, and from the Chinese Academy of the Chinese word segmentation Network
SMTPClass
- SMTP邮件发送类,代码非常丰富,方便直接使用-SMTP mail this category, code is very rich, convenient and direct use
huachat2.0
- 一个聊天室软件,可以直接使用或作为学习参考。-a chat room software, or can be directly used as a study reference.
NetDownMTR
- ◆◆◆ 《FTP、HTTP 多线程断点续传下载文件》◆◆◆ FlashGet、网络蚂蚁想必大家都很熟悉,他们都是利用多线程同步下载的原理来提高下载速度,同时具有断点续传的功能,这些软件到底是如何实现的呢?答案在代码中揭晓。 代码中的 CDownloadMTR 类就是一个具有多线程断点续传功能的类,同时提供了测试例程。代码中未使用任何CInet类或InternetOpen()等函数,而是直接使用 SOCKET 连接,一步一步解析HTTP/FTP通信协议来完成会话和文件下载,具体细节请参
ssmtp_2.61-21
- 简单的邮件发送程序,代码简单,一看就懂,直接使用就可以。-mail this simple procedure, a simple code, one can understand it, we can use directly.
Swift-3.0.6-php4
- 非常好的php发送邮件类库,本版本适合于php4环境,简单好用,性能远远优于直接使用mail函数
LibSokcets
- 这个sokcet库,可以直接使用;而且vc里面没有提供的inet_pton,inet_ntop函数,里面都加以实现;
TestHttp
- 这是直接使用SOCKET实现HTTP下载功能的VC源码,通过格式化请求头就很容易实现断点续传和检查更新等等功能.实现了以下功能: 1.连接主机 2.格式化请求头 3.设置接收,发送超时 4.接收并分析回应头 该程序很清晰地实现了从HTTP下载的方法和原理,为个人实现断点续传多线程下载,提供了很好的平台。原文请参阅http://www.openpip.net/bbs/read.php?tid=777,现本人在其基础上增加了暂停/恢复,断点继传功能,正在加入多线程功能,有这方面兴
Anaconda使用总结
- Python易用,但用好却不易,其中比较头疼的就是包管理和Python不同版本的问题,特别是当你使用Windows的时候。为了解决这些问题,有不少发行版的Python,比如WinPython、Anaconda等,这些发行版将python和许多常用的package打包,方便pythoners直接使用,此外,还有virtualenv、pyenv等工具管理虚拟环境。 个人尝试了很多类似的发行版,最终选择了Anaconda,因为其强大而方便的包管理与环境管理的功能。该文主要介绍下Anaconda,对A