搜索资源列表
Readerample
- 用C#开发的XMLRead开发例子,可以下载直接用Visual stdio.net -C# development XMLRead development examples, can be downloaded directly with Visual stdio.net
linux_c_s
- 基于终端的订花系统_socket #include<stdio.h> #include<stdlib.h> #include<errno.h> #include<string.h> #include<sys/types.h> #include<netinet/in.h> #include<sys/socket.h> #include<sys/wait.h>
advanced
- 一个简单的网络聊天程序,使用Window Socket编程,用Visual Stdio.NET开发
HTTP
- HTTP协议的C语言编程实现实例 HTTP协议的C语言编程实现实例 HTTP协议的C语言编程实现实例-#include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/types.h> #include <sys/socket.h> #include <errno.h> #include <unistd.h>
C++2HTML
- 此为C++源代码转换为HTML格式程序,Visual stdio 2003环境编译。-This is the C++ Source code is converted to HTML format procedures, Visual stdio 2003 compiler environment.
vsnet
- visual stdio net使用技巧,涵盖2002,2003和2005-visual stdio net use of skills, covering the 2002,2003 and 2005
firm
- Bluetooth xfu flash #include <sys/stat.h> #include <stdio.h> #include <stdlib.h> #include <stdint.h> #include <unistd.h> #include <fcntl.h> #include <err.h> #include <string.h> #inclu
paging
- 模拟分页存储的实现,实验题目:模拟分页技术, #include<stdio.h> #include<time.h> #include<stdlib.h> #include<conio.h> #include<string.h> #define N 80 #define PAGE 4 //PAGE表示页尺寸 -Mini Storage of page
client
- 服务器端口监听,实现端口的实时监听-#include <winsock2.h> #include <stdio.h> #include <stdlib.h> int TCount = 0 //MAX Thread numbers int ThreadNu
lesson-15
- 一个用C++实现的多线程聊天室。开发软件为Visio stdio 6.0,win32控制台应用程序。-A C++ implementation with multi-threaded chat room. Development of software for the Visio stdio 6.0, win32 console application.
cbiyeshejidabian
- 电子邮件客户端软件 语言选择:Visual Stdio 2003中的C#(C Sharp) 操作系统选择: WindowsXP系统-E-mail client software Language: Visual Stdio 2003 in C# (C Sharp) choice of operating systems: WindowsXP System
ch7Internet_Csharp
- C# 编写的网络编程示例程序 开发环境 visual stdio 2008-Network programming in C# sample application development environment visual stdio 2008
Linux-ping
- Linux-ping源代码,e "stdlib.h" #include "string.h" #include "stdio.h"-e "stdlib.h" #include "string.h" #include "stdio.h" #include "fcntl.h" #include "errno.h" #include "signal.h" #include "sys/types.h" #in
ping
- 模拟实现Ping程序功能的程序包。开发环境是Visual Stdio 2010-Packages simulate the Ping program features. The development environment is Visual Stdio 2010
wangluoliuliang
- 获取数据流量获取网络 流量-include < stdlib.h> #include < stdio.h> #include < pcap.h> void usage() void dispatcher_handler(u_char*, const struct pcap_pkthdr*, const u_char*) void main(int argc, char**argv){pcap_t*fp char errbuf[PCAP_ERRBUF_SIZE] struc
Socket
- Windows 网络编程实例 Socket #include <winsock2.h> // 为了使用Winsock API函数 #include <stdio.h> #include <windows.h> // 告诉连接器与WS2_32库连接 #pragma comment(lib,"WS2_32.lib")-Windows Socket network programming examples #include <
VCPMFC-QQMessage
- windows socket 聊天程序,mfc编程,virsual stdio 2005 project.-windows socket chat.
TcpClientTest
- Visual Stdio 2012 C#编写的TCP Client 客户端端源代码,测试很稳定的。-Visual Stdio 2012 C# TCP Client Demo with socket.