搜索资源列表
linux下用c语言实现的一个ftp程序
- linux下用c语言实现的一个ftp程序,包括server和client-using the C Language an ftp procedures, including server and client
实例111 用C语言实现Ping程序功能
- 用C语言实现Ping程序功能,是网络编程初学者学习的好例子。-C language function Ping procedures, the network programming beginners to learn the good examples.
CPORT20 C语言开发串行通讯程序库
- 一个串口通讯编程的东东,介绍了很好的范例和源代码,请看看 -a serial communication program Dongdong, introduced a good example and source code, please see
GameOfLife1_0
- Game Of Life 的并行程序 在MPI的下设计的C语言程序:GameOfLife1_0.c 在2D版本,3D正在制做中。-Game Of Life parallel procedures in the design of MPI C Programming Language : GameOfLife1_0.c version of the 2D, 3D which is being produced.
tcpdump
- windows环境下的tcpdump! 一个很好的网络抓包程序。全部用C语言实现。-windows environment of tcpdump! A good network capturing Packet procedures. All the C language.
book1
- WEB网站用的文件下载管理程序,用C 语言写成.-Web site to download the document management procedures, with C language.
winsocktrans
- 一个用 C语言开发的利用WINSOCK 进行通信的程序.-a C-language development with the use of Winsock communication procedures.
windows_ndis_packet_capture
- N D I S协议驱动程序源代码用C语言完成,包括四个C语言源文件,分别为p a c k e t . c、o p e n c l o s . c、 r e a d . c和w r i t e . c。C语言头文件p a c k e t . h和资源文件p a c k e t . r c通过D D K提供的b u i l d工具编译生成驱动 程序可执行文件p a c k e t . s y s。-S I N D agreements driver source code using C l
NDISprogromer
- NDIS协议驱动程序源代码清单。NDIS协议驱动程序源代码用C语言完成。文档里含有全部代码。-agreement NDIS driver source code list. Agreement NDIS driver source code using C language completed. Documents containing all the code.
socketonLinux
- Linux下采用C语言开发的聊天程序,使用类似vi的操作界面,服务器端采用多线程技术,每线程服务一个客户端,客户端采用双进程,一个进程负责网络I/O,一个进程负责用户交互。-Linux development using C language chat, the use vi similar to the user interface, server multi-threading technology, every threaded a client services, client dual
Linux_proxy
- 这是一个Linux下用C语言编写的代理服务器程序,含客户端和服务器端。-This is a Linux C language prepared by the proxy process, including the client and server side.
credit_card
- 这是一个Linux下用C语言编写的信用卡授权程序,程序采用C/S模式,服务器代表店主,客户访问服务器并请求得到服务器的受权,从顾客的信用卡中收取费用。-This is a Linux C language prepared by the credit card authorization procedures, procedures using C / S mode, servers represent shopkeepers, customers access the server reque
TROJAN_source
- 各种木马--后门程序源代码,基本上都是C语言。-various Trojan -- backdoor source code, are basically the C language.
httpftpcsharp
- 很多人都有过使用网络蚂蚁或网络快车软件下载互联网文件的经历,这些软件的使用可以大大加速互联网上文件的传输速度,减少文件传输的时间。这些软件为什么有如此大的魔力呢?其主要原因是这些软件都采用了多线程下载和断点续传技术。如果我们自己来编写一个类似这样的程序,也能够快速的在互联网上下载文件,那一定是非常愉快的事情。下面我就讲一讲如何利用C#语言编写一个支持多线程下载文件的程序,你会看到利用C#语言编写网络应程序是多么的容易,从中也能体会到C#语言中强大的网络功能。 -many people use
fengccpp
- RS-232-C端口实时监控软件的设计实现、Socket接口实现网络异步通信、用C语言实现Ping程序功能-RS-232-C port real-time monitoring software designed to achieve, Socket Interface network asynchronous communication using C language function Ping procedures
aasourcecode
- ndis协议驱动程序 ,由c语言完成,包含四个c语言源文件-ndis agreement driver, completed by the c language, including four c language source file
arpwin
- 基于Wincap驱动的C语言程序,主要实现在HUB或交换环境下的局域网ARP欺骗!-based on the C language-driven procedures, Major Implementation of the HUB or exchange environment of LAN ARP deceive!
Tcptraffic
- 用于获得tcp流量的使用winpcap4.1的c语言程序,希望能用
C语言多线程聊天软件
- 基于C语言的多线程程序设计,实现实时通讯!
C++教程
- C++是C语言的继承,它既可以进行C语言的过程化程序设计,又可以进行以抽象数据类型为特点的基于对象的程序设计,还可以进行以继承和多态为特点的面向对象的程序设计。