搜索资源列表
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
http client C语言的http协议客户端
- 这个文件实现的主要功能是一个C语言的http协议客户端,用于初学C的http-This file implements the main functions of a http protocol C-language client for C-http beginners
远程控制编程技术,主要运用C++实现
- 远程控制编程技术,主要运用C++实现,其中含有17个示例,Remote control programming technology, the main use of C++ Realized, which contains 17 sample
C-language
- C语言中如何在main函数开始前执行函数分享到: -C language, how to execute the function before the start of main function
StkLib
- 股票行情软件子项目资源2项目要配前面的主程序和其他后面的子程序使用-Software sub-resources stocks and 2 project to the front with the main program and other behind the use of subroutines
main
- Code::Blocks 开发的C++项目 对c++初学有帮助,详细请访问第2学堂http://www.d2school.com/-Code:: Blocks development C++ Project c++ Beginner help in detail please visit the No. 2 School http://www.d2school.com/
get_tcp_Message
- 自己写的sniffer工具,主要用c ,libpcap,可以获得对方应用层以上的数据,主要是TCP层以上的数据及数据内容。-Write their own sniffer tool, the main c, libpcap, can be more than the other application-layer data, primarily over TCP layer data and data content.
myself_sniffer_tools_get_tcp
- 自己写的sniffer工具,主要用c ,libpcap,可以获得对方应用层以上的数据,主要是TCP层以上的数据及数据内容。-Write their own sniffer tool, the main c, libpcap, can be more than the other application-layer data, primarily over TCP layer data and data content.
YSChat2.0
- YSChat2.0视频会议主要功能: 1、实现多人在线视频,画面清晰流畅。 2、多人语音聊天。 3、多人共享电子白板,即画即现。 4、多人文字聊天。 5、文件发送 6、远程播放录像 在YSChat1.0基础上,增加和修复下面的功能: 1、美化界面,增加xp皮肤,解决了音量滑杆的皮肤问题。 2、增加了文件传输功能。在用户列表中选中用户并点击鼠标右键->发送文件->选择文件并确定后便可以发送。 3、增加了文字聊天的字
main
- 利用GoAhead构建嵌入式web应用。是基于LINUX系统的WEB server MAIN 程序。-main.c-- Main program for the GoAhead WebServer (LINUX version) * * Copyright (c) GoAhead Software Inc., 1995-2000. All Rights Reserved. * * See the file "license.txt" for usage and redistrib
C
- #include <iostream> //包含输入输出流头文件 using namespace std //使用标准命名空间 int main()-# Include <iostream>// Contains the input and output stream header file using namespace std // using the standard namespace int main ()
main.c
- 简单的实现get,post,head功能的http代理服务器-http proxy
main.c
- board dev C for atmega and have fun
server
- linux下的TCP/IP通信协议实现,主从设备之间数据互传,主程序C语言源代码-TCP/IP communication protocol under linuxData transfer between master and slave devices , the main C language source code
server
- Data transfer between master and slave devices , the main C language source code Data transfer between master and slave devices , the main C language source code
server
- Data transfer between master and slave devices , the main C language source code Data transfer between master and slave devices , the main C language source code Data transfer between master and slave devices , the main C language source code
test
- Data transfer between master and slave devices , the main C language source code Data transfer between master and slave devices , the main C language source code Data transfer between master and slave devices , the main C language source code
main
- 搜寻周边wifi信号 C++编写.完美测试
ncutils-c-0.2.tar
- Documentation of the API can be found in the ncutils.h file. For an example of the usage look at the main.c file. To use the library in your project include the file ncutils.h, compile the *.c files in this directory and link them with yo
main
- 用栈实现的计算器 C++代码 哈哈哈哈(A calculator implemented with a stack C++ code)