Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - application
Search - application - List
Windows Sockets规范及应用Windows网络编程接口-Windows Sockets specifications and the Windows Application Programming Interface Network
Date : 2008-10-13 Size : 406.53kb User : 成辉

极好的 Web 应用程序生成器( 实际是7月份版,到现在作者好象还没更新,不过已相当不错了 ),附带众多的例子和构件,如Web Server、Web程序、小游戏、算法演示等,含全部源码! 完整功能. 源代码: 有-excellent Web application generator (actually July edition, the author seems to now No update, but have quite a), attached numerous examples and components such as Web Server, Web, small game, the algorithm demonstration, including all source code! Full functionality. Source code :
Date : 2008-10-13 Size : 816.18kb User : 张济政

信使小精灵,是一个简易的聊天工具。主要是演示了网络编程的主要步骤。本程序使用封装好的函数库,使得应用层不需要考虑网络消息是如何被接受和发送的,也不需要考虑数据粘包和丢包的刺手问题,你只要调用相应的函数就可以了。函数库为你做好了这些工作。你只需要定义自己的协议头和消息结构体,定义好网络消息的回调函数就可以了。-messenger elf is a simple chat tools. A major demonstration is the main network programming steps. The programs use Packaging good libraries, makes application layer need not consider the network news is how it has been accepted and sent, and do not need sticky packets of data and packet loss of a thorn in hand, as long as you call the corresponding function on it. Functions well as your work. You only need to define its own agreement head and the structure of news, the definition of a good network news callback function on it.
Date : 2008-10-13 Size : 42.73kb User : 白亮

可用于动态IP的播报上.如你远程主机是动态IP. 一个IP反馈到邮箱的程序,把当前的IP地址发送到某一个邮箱. 定时对本地IP进行查询,如果发现变动,则将新的IP地址发送到邮箱. 没有什么技术含量, 主要用到发信 对本地IP的列举. 和任务栏的简单应用. 本例不含安全方面的内容,感兴趣者可以自行加入. 很高兴与你一起研究. haihong5995037@163.com QQ:254082939-dynamic IP can be used on the broadcast. If you remote host is a dynamic IP. An IP-mail feedback to the process, the current IP address is sent to a mailbox. Timing right for the local IP inquiry, if we find changes, there will be new IP addresses to send mail. Nothing technical content, use a letter to the local IP list. the task bar and a simple application. the cases of non-security, self-interested persons can join. very pleased with you together. haihong5995037@163.com QQ : 254082939
Date : 2008-10-13 Size : 307.04kb User : 耿海瑞

一个小巧的HTTP静态HTML服务器,你可以通过它稍加修改就可以实现到应用程序的软件接口哦-This is a cute Http server handling static HTML pages. It is easier to conform the application interfaces by little modification of the server.
Date : 2008-10-13 Size : 5.59mb User : 空 气

用ASP写的免费论坛。该软件不使用任何控件,可以自动为自己的后端数据库生成DSN。默认支持MS访问,但同时也必须经过MS SQL服务器的检测。-A free forum application written with ASP,not using any control,can automaticaly make a DSN for database connection.By default,it can access MS SQL Server after checked by server.
Date : 2008-10-13 Size : 66.17kb User : 刘德小花

RPC服务器客户端编程。An introduction to context handles in RPC. A simple RPC client/server application using context handles is explained-RPC client server programming. An introduction to the context in RPC handles. A simple RPC client / server application using context handles is explained
Date : 2008-10-13 Size : 166.74kb User : 陈西

程序包是sun公司提出的jxta服务架构中支持java开发平p2p网络程序的类库!-A class library that supports p2p network application development by Java, which belongs to JXTA service architecture by SUN corp.
Date : 2008-10-13 Size : 1.46mb User : 王华

用vc实现的网络编程!聊天程序的客户端服务端都有!并且可灵活应用!可谓是一个实用程序!-chatroom application coded by VC.both server side and client side.
Date : 2008-10-13 Size : 3.32mb User : wangxiujun

一个可以一下子查出三位数的.cn没被申请的域名例表,可以自己改成四位,五位-all of a sudden found a triple-digit. Cn never been cases of domain name application forms themselves into four, five
Date : 2008-10-13 Size : 9.29kb User : 戴钟刚

最新的模拟P2P的点对点的应用开发系统,所有的模块均可重复使用,是系统开发设计的最好教材-latest simulation of peer-to-peer P2P application development system, all modules can be reused, the system is designed to develop the best material
Date : 2008-10-13 Size : 592.43kb User : 宛如

DL : 0
tapi协议是电话应用编程的接口。该程序能有效的利用电话业务供应商的服务,既可以通过一个模拟的modem访问也可以访问专用的交换机提供的高级功能-TAPI phone agreement is the application programming interface. The procedures are effective in the use of telephone services providers in the services, through a simulated visit to the modem can also access special switches provide advanced features
Date : 2008-10-13 Size : 32.14kb User : 赵卓

首先,读者可以先将DDK原来的packet例子程序备份,然后用改动后的驱动程序源码覆盖原先的代码(即覆盖packet->driver目录下的代码,修改后的代码已经给出)。 然后开始编译。顺次选择开始->程序->Development kits->Windows 2000 DDK->Checked Build Environment,将出现一个控制台窗口。使用cd命令进入D:\\programs\\NTDDK \\src\\network\\ ndis\\packet目录(即驱动程序和相应应用程序所在的目录),键入build命令开始编译,在该目录下的dirs文件的控制下可以同时编译driver目录下的驱动程序和testapp目录下用于测试驱动程序的应用程序;即同时得到改动后的驱动程序和测试该驱动程序的应用程序。-First, readers can DDK first example of the original packet backup procedures, and then change the driver covered the original source code (that is, covering packet-gt; Driver directory code, the revised code has been given). Then compiler. Topping the list is to choose start-gt; Procedures - gt; Development kits - gt; Windows 2000 DDK - gt; Checked Build Environment, there will be a console window. Use cd order to enter D : \\ programs \\ NTDDK \\ src \\ network \\ NDIS \\ packet directory (ie driver and the corresponding application to the directory), type build orders started compiling, in the catalog under the dirs documents under the control can also compile directories under the driver Flooding testapp procedures and dynamic directory for testing drivers for the applications; that is to be
Date : 2008-10-13 Size : 22.52kb User : 陶钊

Transceiver是用于机构与机构之间、系统与系统之间相互通讯的企业级专业通讯服务软件。对Internet/Intranet、实时/非实时等不同的网络环境提供广泛的通讯与数据交换支持,并能对系统瘫痪网络故障等意外情况下的数据交换提供可跟踪可控制的数据缓冲机制,为企业应用系统提供了高可靠高性能的通讯保障。 Transceiver 是用于多个应用系统间进行数据交换的集成通讯服务,设计初衷是为了减少通讯模块的重复开发与增强通讯软件的集中管理。通过将发送(Send)与接收(Receive)视为等同的一个从源(Source)到目标(Target)的数据流过程,集成现有常用通讯方式的收发处理,及对通讯异常的容错缓冲处理(Queue),构成了Transceiver 足以满足企业级通讯需求的强大功能。-among institutions, systems and communication systems between the enterprise-class professional services software. The Internet / Intranet, real / non-real-time across the network environment provides a wide range of communications and data exchange support, and can paralyze the system, such as network fault of the accident data can be exchanged for tracking control of the data buffer mechanism for enterprise application system provides highly reliable, high-performance communications security . Transceiver for a number of applications for data exchange between integrated communications services, is designed to reduce duplication of communications module development and enhance communications software for centralized management. By sending (Send) and receiving (Receive) as the one from the
Date : 2008-10-13 Size : 617.06kb User : oliver

DL : 0
信使小精灵,是一个简易的聊天工具。主要是演示了网络编程的主要步骤。本程序使用封装好的函数库,使得应用层不需要考虑网络消息是如何被接受和发送的,也不需要考虑数据粘包和丢包的刺手问题,你只要调用相应的函数就可以了。函数库为你做好了这些工作。你只需要定义自己的协议头和消息结构体,定义好网络消息的回调函数就可以了。-messenger elf is a simple chat tools. A major demonstration is the main network programming steps. The programs use Packaging good libraries, makes application layer need not consider the network news is how it has been accepted and sent, and do not need sticky packets of data and packet loss of a thorn in hand, as long as you call the corresponding function on it. Functions well as your work. You only need to define its own agreement head and the structure of news, the definition of a good network news callback function on it.
Date : 2008-10-13 Size : 244.66kb User : 成都混混

计算校验和 命令行:check_sum infile 其中check_sum是程序名,infile是数据文件名 输出:数据文件的校验和。 目的是通过数据链路层与介质访问控制层的学习,根据数据链路层的基本原理,针对普遍应用的Ethernet帧,通过构造一个具体的帧,深入理解网络协议的基本概念与网络问题处理的一般方法。-calculated checksum command line : check_sum infile which check_sum procedures, and infile data output file name : data files, the checksum. The purpose of the data link layer and the MAC layer of learning, according to the data link layer to the basic principles of universal application against the Ethernet frame, and by constructing a concrete frames, in-depth understanding of network protocols and the basic concepts of network issues to deal with the general approach.
Date : 2008-10-13 Size : 1.22kb User : 王慧娟

应用程序向导已为您创建了此 Test 应用程序。此应用程序 不仅介绍了使用 Microsoft 基础类的基本知识, 而且是编写应用程序的起点。 此文件包含组成 Test 应用程序的每个文件的内容摘要。 -Application Wizard you created for this Test applications. This application not only use Microsoft introduced the basic foundation of knowledge, but also to write applications starting point. This document contains components Test applications of each document summary of the contents.
Date : 2008-10-13 Size : 59.53kb User : 李绍阳

信使小精灵,是一个简易的聊天工具。主要是演示了网络编程的主要步骤。本程序使用封装好的函数库,使得应用层不需要考虑网络消息是如何被接受和发送的,也不需要考虑数据粘包和丢包的刺手问题,你只要调用相应的函数就可以了。函数库为你做好了这些工作。你只需要定义自己的协议头和消息结构体,定义好网络消息的回调函数就可以了。 -messenger elf is a simple chat tools. A major demonstration is the main network programming steps. The programs use Packaging good libraries, makes application layer need not consider the network news is how it has been accepted and sent, and do not need sticky packets of data and packet loss of a thorn in hand, as long as you call the corresponding function on it. Functions well as your work. You only need to define its own agreement head and the structure of news, the definition of a good network news callback function on it.
Date : 2008-10-13 Size : 245.62kb User : 王挺

Delphi6网络通信协议分析与应用实现附书源码-Delphi6 network communication protocol analysis and application source code book attached to achieve
Date : 2008-10-13 Size : 8.52mb User : hu

HTTP服务器应用编程源码,VC++.Net编辑环境。-HTTP server application programming source, VC. Net editing environment.
Date : 2008-10-13 Size : 28.56kb User : 詹红艳
« 12 3 4 5 6 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.