搜索资源列表
网络通信程序设计
- 由VC++开发的一个有关网络通讯的例程,大家可以参考一下-a network communication example by VC++,users can refer to it.
email电子邮件
- 我们的WEB程序设计的课程设计,大家看看,蛮好的,希望提出宝贵意见啊-our Web design process of curriculum design, we look very good, I hope that valuable advice ah
校园网管理
- 校园网交换机节点管理 摘要 本毕业论文(设计)是在Visual Basic 6.0编程环境下实现的,主要研究如何使用交换机和利用VB程序设计语言来开发一套图形界面的校园网交换机节点管理程序,对交换机各端口进行设置,修改某一子网在指定时间内的连通状态。完成此管理程序能够方便的管理校园网的交换机节点,减少管理员定时开通或关闭子网的工作量。该程序使用VB自带的Winsock控件telnet到交换机的某一端口,然后通过对交换机发送一系列命令,来设置交换机各Vlan和端口的相关状态;将交换机各子网的相
TCP通信程序设计示例
- 局域网范围内的组播程序,比较简单,请大家见谅,呵呵。-LAN within the scope of multicast procedure is relatively simple, we do apologize, huh.
《Visual Basic .NET程序设计教程》源代码-2446
- 这个是.net的一些编程示例,对于里面的内容,可以这么说比较系统,详细的介绍了这些例子-yes. Net programming examples for the contents inside, we can say so, more systematic, detailed account of these examples
电子邮件发送和接受程序的开发
- 一实用的电子邮件程序代码,可以作为课程设计,工程开发的参考-a practical code of e-mail, as a curriculum design, engineering development of a reference
littlecase2
- 说明: 1.具体说明请见每个文件夹下的说明 2.如有问题请到请到www.jjshang.com的论坛上探讨。 3.这些示例适合学习完《ASP.NET程序设计》的同学使用,对于还没有学完的初学者可以看,但是不要花太多功夫。-: 1. specify see each folder under Note 2. If problems arise, the free free www.jjshang.c om on the forum. 3. These examples for lear
ASP程序设计
- 《ASP程序设计》一书的随书光盘。 本书对ASP动态网站编程作了系统介绍,全书分四部分:第一为环境配置与ASP编程基础。第二为ASP数据库程序设计。第三为ASP组件程序设计。第四为动态网站开发实践。-"ASP Program Design," a book of CD with the book. The book on Dynamic Website ASP programming system was introduced, the book consists of
netbag
- 随着NDK 1.0的成功,我决定扩展它的功能。NDK可以说是一个网络程序设计的开发包。它由一系列的类组成实现client/server结构。NDK隐藏了所有复杂的关于网络连接、数据的发送与接收等功能。你只需要使用三个类就可以了:CNDKServer, CNDKClient和CNDKMessage。只要重载几个方法,你就可以设计除功能强大的client/server程序。NDK是基于MFC的CSocket类,因此你可以为你的局域网或Internet设计程序-With the success, I
unionimage
- VC++图像处理程序设计图像合成.rar-VC image-processing program designed image synthesis. Rar
MuluiTalkClient.java
- 支持多客户的Client/Server程序设计.在服务器上运行一个永久的程序,它可以接收来自多个客户端的请求,并为它们提供相应的服务.欢迎各位使用-support multiple clients Client / Server programming. The server running on a permanent procedures, which can receive from a number of the client's request, and to provide
50842943C
- 《ASP.NET程序设计及应用》-苏英如-源代码-
vc++aboutActiveX
- 有关VC++网络编程中ACTIVEX程序设计,初学者适用-the VC + + network programming ACTIVEX process design, application beginners
eff Prosise
- eff Prosise,用其无与伦比的技巧向读者讲述了MFC程序设计中的基本概念和主要技术-再次阐释了在32位windows平台上进行快速的面向对象开发的完美方法-eff Prosise. used his unparalleled skill to readers MFC procedures described the basic design concept and the major technological-explained again in the 32 windows plat
网络聊天程序设计
- 网络聊天程序设计-Internet chat program design
端口扫描检测程序
- * 本程序是一个简单的端口扫描程序,使用TCP SOCKET * 依次试连接目标主机的端口,以此判断端口开放与否。 * 程序设计上使用了线程池,共100个线程。-* The procedure is a simple port scanning procedures, the use of TCP socket * followed test objectives mainframe connectivity ports in order to judge whether to open po
简单的web浏览器
- 使用MFC编写的简单的浏览器 CHtmlView 类的成员函数 1.获取和设置属性(Attributes)的成员函数 (1)CString GetType( ) const; (2)long GetLeft( ) const; void SetLeft( long nNewValue ); (3)long GetTop( ) const; void SetTop( long nNewValue ); (4)long GetHeight( ) const; void SetHeight( long
java网络编程http socket
- java网络编程http socket,实例练习,对应语言程序设计系列书中的例子
Windows网络程序设计完全讲义源码
- windows网络程序设计完全讲义所有章节的源码,均编译通过,对于提高windows平台下网络编程水平有很大作用.