搜索资源列表
xiassss
- 下载17sky网络导航 生成静态HTML版 上传后进入后台admin/index.asp 生成静态页就可使用,方便简单,好管理 后台管理admin密码admin 修改模板页sc.htm可任意变换网站样式 广告修改 tom.htm-,ASP,Internet/网络编程/Internet-Socket-Network -download 17sky Generation Network Navigation static HTML version upload into the background
chat
- 用ASP.NET2003的socket实现的一个简易聊天软件.这个是我们计算机网络原理课程设计的题目.程序运行后需要手动输入服务器端的IP地址和端口以及客户端的IP地址和端口.
NetMeeting_VideoCapture1
- 概要介绍: 本例子是视频采集与播放是基于vfw。 视频的传输是基于rtp来传输。用的第三开源包是jrtplib。 参考例子: (1)视频采集,播放,视频传输 我参考了从http://www.programsalon.com/ 下下来的NetMeeting_VideoCapture例子 不过它的传输是基于tcp/ip socket编程的。 (2)jrtplib官方网站的c/s例子 运行配置: VS2005 头文件 j
WebCast20061215am_Demo
- ASP.NET实战编程(六) 电子商务系统-ASP.NET actual programming (f) e-commerce systems
aspPageInfo
- socket编程,一个是服务器,一个作为客户端,服务器端可以给客户端发送图片,适合初学者-socket programming, one is the server as a client, server-side to the client can send a picture, suitable for beginners
cshapentryCourseware
- c#入门课件 第01章 C#.NET概述.ppt 第02章 C#数据类型.ppt 第03章 C# 语 句.ppt 第04章 类.ppt 第05章 继承、多态、委托与事件.ppt 第06章 设计窗体和控件.ppt 第07章 ADO.NET与数据操作.ppt 第08章 ASP.NET Web应用程序开发.ppt 第09章 网络协议与套接字编程 .ppt 第10章 TCP协议开发 .ppt 第11章 UDP协议开发 .ppt 第12章 FTP协议开发.p
MapSerwerInterface
- COM component with full Socket communication support for external sevice. Works as a componet under ASP on a WIndows 2003-2008 server platform
web-delegate
- 一个使用asp空间做socket代理的例子-Asp space in a socket using the example of agent
Socket
- 这是一个UDP小程序,里面主要就是发送和接收的源代码。-This is a UDP small program, which is mainly to send and receive the source code.
API26
- asp的API接口演示程序要求服务器或虚拟主机能够运行IIS等Web服务器, 运行演示程序前,下载并解压缩本演示程序,由于本API接口系统都是通过socket获得数据,因此使用本程序时请确认您的IIS服务器已安装w3Sockets组件-asp procedural requirements of the API interface demo server or virtual host can run IIS and other Web server, run the demo program
ASP.NET_Web
- ASP.NET Web应用程序开发 Response 与 Request 8.2 Application与Session 8.3 理解Global.asax 8.4 使用 Web 用户控件 8.5 统计网站在线人数 8.6 统计用户登录次数 8.7 上传文件 8.8 发布即时信息 -ASP.NET Web
IM
- ASP.NET WINFORM socket即时通信 ASP.NET WINFORM socket即时通信-ASP.NET WINFORM socket IM ASP.NET WINFORM socket IM
ASP-COM-
- 实现了在网页中点用visual c++所写的COM组件 并当用户点击网页时 自动向服务器发送SOCKET数据-Achieve the midpoint of the page written with visual c++ COM component and when the user clicks on a Web page data automatically sent to the server SOCKET
chat
- 程序主要是基于套接字(Socket)进行网络编程的,采用的是TCP协议,TCP协议是面向连接的且是全双工的,即两个主机上的进程(比如进程A、进程B),一旦建立好连接,那么数据就既可以由A流向B,也可以由B流向A。此程序采用的是完全点对点的模式进行连接,即每台主机即是服务器又是客户端,因为它需要进行端口的侦听,所以在连接的时候必须知道各主机的IP地址和端口号。有了对方的IP和端口后两主机就可以进行握手过程,确认连接成功后就可以进行网络对话了。-Program is mainly based on
NetMeeting_VideoCapture1
- 概要介绍: 本例子是视频采集与播放是基于vfw。 视频的传输是基于rtp来传输。用的第三开源包是jrtplib。 参考例子: (1)视频采集,播放,视频传输 我参考了从http://www.programsalon.com/ 下下来的NetMeeting_VideoCapture例子 不过它的传输是基于tcp/ip socket编程的。 (2)jrtplib官方网站的c/s例子 运行配置: VS2005 头文件 j
Chat
- asp.net+flash简单编程,利用socket实现.功能还是基本实现了-asp.net+flash simple programming, the use of socket. function is basically achieved
SignalR.StockTicker
- ASP .NET SignalR[1] 是一个ASP .NET 下的类库,可以在ASP .NET 的Web项目中实现实时通信。什么是实时通信的Web呢?就是让客户端(Web页面)和服务器端可以互相通知消息及调用方法,当然这是实时操作的。 WebSockets是HTML5提供的新的API,可以在Web网页与服务器端间建立Socket连接,当WebSockets可用时(即浏览器支持Html5)SignalR使用WebSockets,当不支持时SignalR将使用其它技术来保证达到相同效果。
MemcachedClassicASP
- Memcached For Classic ASP is the DEMO of Fasp components on Memcached operations. Fasp is an extension component of Classic ASP. It extends the function of ASP through encapsulation of Win API. For example, you can easily implement Memcached and Soc
Fasp
- Fasp is an extension component of Classic ASP. It extends the function of ASP through encapsulation of Win API. For example, you can easily implement Memcached and Socket through Fasp