搜索资源列表
gcc-core-2.95.3.tar
- 这是一个linux 嵌入式系统中很重要的GCC编译器程序-This is a linux embedded system is very important GCC compiler procedures
namenip003
- 本程序是一个module, 使用这个程序需要先把它编译出来(这里是把main.c编译成main.o)。编译命令如下: gcc -O -c -Wall main.c 使用的时候须用insmod main.o命令加载,不用时用rmmod main.o命令卸载就可以了。此程序还需要Linux2.4 kernel和netfilter的支持,Linux2.4.*内核的标准安装里有netfilter/iptables-this program is a module, the use o
httptunnel-ntlm.rar
- 这是一个C++版本的httptunnel代码,支持NTLM密码验证,支持SSL,可以建立多个通道,在最新版本的cygwin下用GCC编译通过,This is a C++ Version httptunnel code, support for NTLM Password Authentication to support SSL, can create multiple channels, in the latest version of cygwin using GCC compiler th
client-server
- C-S通信的server端程序,linux环境gcc编译通过,实现了简单的文本传输,读懂即可了解整个socket通信的流程,绝对原创,希望大家能支持。-CS communications server-side procedures, linux environment through the gcc compiler, the realization of a simple transfer of text, read to understand the whole process socke
ser_cli
- 基于TCP的控制台下局域网ftp(C/S),能够实现简单ftp命令。具有简单的客户端身份认证功能。内含简单的makefile文件,用记事本打开,可初步参考学习makefile。另外,对于linux环境下Socket编程爱好者,此文件是初级学习阶段不错的参考资料代码。 开发测试环境:Red Hat Linux 3.2.2-5 编译工具:gcc 3.2.2 20030222 -TCP-based network control panel under the ftp (C/S),
shell
- 用UNIX下的gcc写的一个shell,可以运行其他控制台命令,内附报告-Using gcc under UNIX written by a shell, you can run other console command, enclosing the report
mangoSniffer2.tar
- Mango Sniffer 2 (MS2), es un programa de computadora escrito en Lenguaje C puro, que utiliza una biblioteca de apoyo llamada “libpcap”. MS2 es un programa denominado Sniffer (Palabra en ingles que literalmente debería traducirle como “husmeador”). Ma
chat
- A simple chat using descr iptors and sockets, works with the gcc, in unix environments
chat_example.tar
- Linux下使用C + socket TCP实现的一个简单的聊天服务器和客户端程序。使用gcc编译时,需要增加-lpthread选项-using C+ socket TCP in Linux implementation of a simple chat server and client. Using the gcc compiler, the need to increase the-lpthread option
bscs
- c/s服务器客户/服务器模式 (1)编译client.c 和server.c gcc client.c –o client gcc server.c –o server (2)打开一个终端,运行server 程序 ./server (3)打开另外一个终端,运行client 程序 client 程序的运行需要提供hostname 参数,所以我们要用hostname 命令查看机器的名 字,然后再运行client 程序; (4)运行结果 -c/s server,
Desktop
- 本项目实现了在linux下简单的网络聊天室。在Linux下编写并调试服务器端程序和客户端程序,实现客户、服务器之间的连接和通信。可以在单机上开辟两个窗口分别运行客户、服务器端的程序,或者将两台主机连接分别作为客户和服务器的方式。本设计使用网络套接字socket和多线程在网络中的应用,并基于linux下的vi编辑器。本方案经gcc调试器调试成功,可以在单机网络聊天中使用。-This project achieved under linux simple online chat rooms. To
audio
- 一个在linux上通过声卡采集语音的例子,用GCC编写-Examples of to collect voice through the sound card on a linux, prepared with GCC
Linux_chat_sys
- 系统功能:1.注册与登录系统(登录时可将同账号的已在线用户顶下线)2.公聊3.私聊4.文件传输(可以拒绝和同意接收文件,收发双方都可以指定文件名和路径)5.保存消息记录6.保存用户信息7.客户端查看在线好友(ctrl+\ ,1)8.客户端查看所有好友(ctrl+\ ,2)9.客户端查看聊天记录(ctrl+\ ,3)10.服务器将指定客户端踢下线(ctrl+\ ,客户名) 11.用户快捷下线(ctrl+c)12.好友上线、下线提示 运行环境:必须运行在Linux系统环境下。 支持软件:Gc
test.c
- 构造一个DNS报文,查了好些资料,好象许多朋友对UDP报文的校验和老是出问题,自己试了一些例子代码,也有问题。所以花了一些时间,做了一个成功的例子,在Linux下GCC通过并验证成功-Construct a DNS packet, to check better information, and if many friends UDP packet checksum always problems, his trial some example code, there are problems.
file_send
- tcp数据独立发送,可以用来传输大文件及视频数据,注意,还要tcp数据独立接收配合!!里面已经编译好windows下exe文件,linux下用gcc编译就OK(就一个单独文件)-TCP data separate to send, can be used to transfer large files and video data, attention, and TCP data independent receive cooperation!! Has been compiled in goo
file_receive
- tcp数据独立接收,可以用来传输大文件及视频数据,注意,还要tcp数据独立发送配合!!里面已经编译好windows下exe文件,linux下用gcc编译就OK(就一个单独文件)-Receive TCP data independence, which can be used to transfer large files and video data, note that you separate to send TCP data!!!!! Has been compiled in good u
tcpCTRL
- 一个简单的TCP远程控制程序,在Linux上实现,GCC编译。-A simple TCP remote control program on the Linux implementation, GCC compiler.
NO7
- 一个简单的多进程并发服务器程序,包含客户端与服务器的源码,由C语言实现,在Linux上运行,GCC编译。-A simple and more complicated process server, including client and server source code, implemented by the C language, runs on Linux, GCC compiler.
mySniffer
- 一个在Linux上实现的网络嗅探器程序,用C语言写的,GCC编译。-Implemented on a Linux network sniffer program, written in C language, GCC compiler.
a.c
- dos 工具 用老版本的gcc编译,否则会出错-dos tools with older versions of THING