资源列表
端口扫描程序实现
- 本程序实现了自动检测远程或本地主机安全性,发现远程服务器的各种TCP端口的分配及提供的服务。-the program automatically detects the remote or local host security, found the remote server TCP port allocation and provision of services.
webtalking
- 一套简单的局域网聊天工具,为了方便同一局域网内的聊天与通信。-a simple LAN chatting tool, in order to facilitate the same LAN chat and communication.
ODBCComm
- 嵌入对象编程源代码 嵌入对象编程源代码
wangluo2
- 一个破程序,大家有谁需要的话请下载!我现在需要几个视频水印的程序谁有能给个吗?
Mail_prog_VC
- MailAgent目录下为“邮件代理”应用程序的源代码和可执行文件;MailAgent应用程序中完成了SMTP发信的功能,并提供了POP3类支持,请自行添加POP3收信功能。 编译环境需求: Windows 2000;Microsoft Visual C++ 6.0 -MailAgent directory as "mail agent" of the application source code and executable files; MailAgent ap
amedes-0[1].1.1.tar
- Amedes是一个会员文件管理系统,基于Expression Web应用程序框架。其目标是帮助日常的任务和在组织者内部进行交流。它的基本目的是包含会员信息的卡片,包括每个人的姓名、地址、电话号码和所付费用等。 -Amedes Member is a document management system, based on the Expression Web application framework. Its goal is to help the day-to-day tasks and t
mumaEX
- 木马编程介绍,便于黑客入门者了解其原理,网络使用者明白其实它并不高深,更好地防范。-Trojan program, the ease of hackers beginners understand their rationale, Internet users appreciate the fact that it is not profound, better prevention.
Winsock_file_transform
- 采用Winsock技术实现的文件传输,B/S架构,自定义协议,方便学习。
POIDevelopmentXD
- POIDevelopmentXD (原创)利用Poi开发Excel心得.htm-POIDevelopmentXD (original) using Excel Poi development experience. H TM
TCP.UDP
- 关于TCP,UDP协议的网络编程,程序实现了客户端和服务器端的通信连接,通过socket建立连接,可以互相发送消息接收。