搜索资源列表
ex 1
- 我们的关于socket编程的一次作业, 遵循HTTP/1.0, 实现了PUT和GET方法, 希望对大家有点用!-on a socket programming operations, followed HTTP/1.0, achieving GET and PUT methods, we hope to use a bit!
wqsrmi
- Java RMI 编程, 实现远程方法调用, 接口提供了一些功能, 通过注册并创建实例来远程调用用户需要的服务.-Java RMI programming, Remote Method Invocation, Interface provided some functions, and created examples distance call service user needs.
Exercise 5
- Java Corba编程, 是将java 和 corba 结合在一起来实现远程方法调用. corba 比 rmi 应用的更广泛.-Java programming, java and corba will combine to achieve remote method invocation. Corba than rmi applications more extensive.
TCP.UDP高级编程1
- TCP UDP高级编程 讲述重要理论和方法-TCP UDP senior programming on important theoretical and methodological
OpenUr1l
- URL编程,详细讲述编程是对URL的分析处理,理论和方法-URL programming, described in detail programming for the URL analysis, theory and methods
dkshm
- 网络编程中经常要用到的对ip地址&端口的扫描,此例程提供了一种端口扫描方法-network programming to the regular use of the ip address & port scan, the routines provide a port scan methods
tasks
- ertos实时多任务操作系统,dos多任务应用例子。例子简单演示多任务的编程方法。-ertos real-time multi-tasking operating system, dos example of multi-tasking applications. Simple examples demonstrate multi-task programming method.
USB编程和实际应用例程
- 现在USB设备却很多,因此对USB设备的查找与读写就必不可少了。但是能找到关于USB读写的资料很少。这里使用VC++示范了一些获得USB的信息的方法。-there are a lot of USB equipment,so how to search,read and write USB equipment is needed.But information about reading and writing usb is not much.There are some methods for
2005112102251610165
- 关于网络编程的,但是请大家参考,研究。如有更好的意见和方法请大家发到ljc1942@sina.com上我们联系共同研究-on network programming, but please refer to study. For better views and approaches made to please contact us ljc1942@sina.com on joint research
一个关于ndis-hook的例子
- 基于ndis-hook的例子,可以了解hook编程的基本思路和编程方法-based on NDIS-hook example, the hook can be programmed to understand the basic ideas and Programming
Easy
- 一个简单的WIndow 编程的聊天程序,是基于Socket的 ,希望给初学者提供一个学习的方法-WIndow a simple programming chat program is based on Socket, hoping to provide a beginners study methods
ping_srcedittion
- 该程序在 Windows 2000 Pro+SP4 下编译调试通过(Visual C++ 6.0 IDE环境)。 需要Winsock2支持。 1.该程序采用了winsock的原始套接字编程,实现了基本的Ping功能,使用方法:ping host,默认连续发送4个回显请求。 2.该程序中对ICMP首部的定义采用了非标准形式。即将选项数据中保存时间戳的头4个字节也定义为ICMP首部的一部分,这样ICMP首部就被定义为12个字节。这样主要做主要是为了编程的实现与理解上的方
yongUDPfangshiliaotiandejavashixian
- 客户端的简单编程实现。 主要是通过udp方式,实现用户间的对话。 其中运用了序列化类的方法。 以下是源代码,请多提意见。 -simple client program. Mainly through udp way to achieve a dialogue between users. The sequence in which the use of such methods. Following is the source code, please speak up.
HttpServerForWindowsMultiThread
- 这是一个windows上的httpserver的源代码,从中可以学习webserver的编程方法-windows on the httpserver the source code, webserver can learn from the programming method
Foxshell
- 这是一个很简单的 shell 程序。是我在winshell中把shell功能的代码提取出来的。里面有较好的管道编程方法-This is a very simple shell. I put in winshell were shell functions from the code. There are better ways pipeline Programming
Java
- Java语言是Internet上最热门的编程语言,本文针对Java的网络功能,对Java从网络上获取图象、声音、HTML文档及文本文件等编程方法作了初步的介绍,同时介绍了动态获取网络上资源的方法作了介绍。文中提供了大量简明易懂的实例。
web
- 一个简单的windows下的web服务器,主要使用了socket的编程方法,可以设定主页目录,端口号。
lesson15
- 一个很好的多线程聊天室的源程序,详细的讲解了MFC的多线程编程方法socket
VC++网络高级编程之十七
- VC++网络高级编程:该实例向读者展示利用ATL编写ActiveX控制的编程方法-VC network programming : the reader to display examples of the use of ATL prepared ActiveX control Programming
CSocket 下基于 UDP 协议的通信编程实验
- 网络安全实验 (1) 掌握基于 UDP 协议的 CSocket 编程的基本原理和方法。 (2) 通过自己编程实现简单的数据报套接字的 C/S 模型。 Window 10 操作系统;VS2013 开发环境。