Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - linux c so
Search - linux c so - List
C语言实现的Linux下的抓包工具,功能全面,支持多种协议,如icmp arp udp tcp等。需要libpcap的支持。-C language of the Linux capturing Packet tools, full functions, support for multiple protocols, such as icmp arp udp tcp so. Libpcap need support.
Date : 2008-10-13 Size : 553.82kb User : 飞鱼

OCR算法代码。这不是一个完整的系统,没法生成可执行程序。代码基于Linux/KDE开发,用到了C++标准模板库。代码的目的是向读者展示一个OCR系统包括哪些部分,如何工作, 读者可以借鉴这些代码,改动后用到自己的系统中。由于这是从一个完整的OCR系统中抽取的部分代码,所以这些代码无法单独编译。 两个*.dat文件如下: char_data.dat:字符特征数据 words_de.dat:词库(后处理用)-OCR algorithm code. This is not a complete system, we can not generate executable. Based on the Linux code / KDE development, use the C standard template library. The code is intended to show readers an OCR system, including which parts work, readers can learn from these code changes after their use in the system. As this is from a complete OCR system taking part code, so code can not be compiled separately. 2 *. dat following documents : char_data.dat : Character Feature Data words_de.dat : Thesaurus (reprocessing spent)
Date : 2008-10-13 Size : 853.76kb User : 小智

linux一个flash的lib,直接使用3d加速接口的解析库,一般给game使用用来做很炫的界面,有直接c++的接口-a flash of lib, direct use of the 3d acceleration interface for analytic generally to the game so cool to use interface, the interface directly c
Date : 2008-10-13 Size : 10.26mb User : zhangwensheng

linux得一些常用命令,以及linux环境下的c编程,makefile得编写,系统内核分析-in some commands, and the Linux environment c programming, makefile in the preparation, analysis, and so on the kernel
Date : 2008-10-13 Size : 1.26mb User : krj

The STEPNCWrite library writes STEP-NC toolpath data (AP-238 CC1). This C++ library is completely open-source and has been released under the GNU General Public License (GPL). The library writes data in XML format (ISO 10303-28) using just printf(), so it does not depend on any STEP toolkit. It has no other dependencies and should build on Windows, Linux, Mac, or any other Unix platform. If you want to view your toolpath files, you can use the open-source Java AP-238 Toolpath Viewer. For more sophisticated applications, we encourage you to look at our commercial product, the STEP-NC Explorer which can display workpiece, fixture, and tool geometry as well as the paths, simulate their operation and convert -STEPNCWrite writes STEP-NC to olpath data (AP-238 CC1). This C library is comp letely open-source and has been released under the GNU General Public License (GPL). The libra ry writes data in XML format (ISO 10303-28) usin g just printf (), so it does not depend on any STEP toolkit. It has n o other dependencies and should build on Window s, Linux, Mac, or any other Unix platform. If you want to view yo ur toolpath files, you can use the open-source Java AP-238 Toolpat h Viewer. For more sophisticated applications , we encourage you to look at our commercial pro duct , the STEP-NC Explorer which can display workp iece, fixture , and tool geometry as well as the paths , simulate their operation and convert
Date : 2008-10-13 Size : 98.37kb User : 易力

dget是一个基于Linux平台的多线程下载工具, 采用C++开发。主要支持FTP, HTTP, MMS, RTSP协议下载, 目前为止主要实现了FTP, HTTP, MMS,RTSP协议的多线程下载。-dget is a Linux-based platform for multi-threaded Download tool C development. Major support FTP, HTTP, MMS, RTSP downloaded so far, the main FTP, HTTP, MMS, RTSP multithreading download.
Date : 2008-10-13 Size : 270.82kb User : shine.c

EasyBMPtoAVI is a simple, easy-to-use, cross-platform utility for creating an avi movie file from a series of windows bitmap (BMP) images. Some features: 1) Support for reading all bit-depths supported by EasyBMP. At the present time, this includes 1, 4, 8, 16, 24, and 32-bpp bitmap images. 2) Can create files up to 2GB in size. 3) Output is uncompressed, so you can choose your own compression without loss of quality. 4) Cross-platform compatible (Linux, Unix, Windows, Macintosh, Solaris, ...) 5) Cross-compiler compatible (supports compiling in MS Visual Studio, g++, MinGW, Intel s icc, and the lousy Borland compiler) 6) Easy user interface even helps you if you forget to specify crucial information. 7) Endian-safe as of Version 0.52, so it will work on things like PowerPC, Sparc, etc. 8) 64-bit compatible if you compile with EasyBMP -EasyBMPtoAVI is a simple, easy-to-use, cross-platform utility for creating an avi mov ie file from a series of windows bitmap (BMP) ima celebrated. Some features : 1) Support for reading all bit-depths supporte d by EasyBMP. At the present time, this includes 1, 4, 8, 16, 24, and 32-bpp bitmap images. 2) Can create files up to 2GB in size. 3) Output is uncompressed. so you can choose your own compression without l oss of quality. 4) Cross-platform compatible ( Linux, Unix, Windows, Mac, Solaris, ...) 5) Cross-compatible compiler (c supports ompiling in MS Visual Studio, g, MinGW. Intel's icc. and the lousy Borland compiler) 6) Easy user int erface even helps you if you forget to specify cr ucial information. 7) Endian-safe as of Versio n 0.52, so it will work on things like the PowerPC
Date : 2008-10-13 Size : 13.05kb User : deeply2000

1) 复制libminigui-str-1.6.2.tar.gz至任意用户目录。 2) 解压此文件 tar zxvf libminigui-str-1.6.2.tar.gz 4) 将zlg7289.c zlg7289.h二文件拷贝入增值版的相应目录中 libminigui-1.6.2-linux/src/ial/ 5) 修改相关宏定义使上述二文件加入库编译。 a. 修改libminigui-1.6.2-linux/src/ial/Makefile.am 在29行增加 ZLG7289_SRCS = zlg7289.c zlg7289.h 在37行增加 $(ZLG7289_SRCS) b. 修改libminigui-1.6.2-linux/src/ial/ial.c 在166行加入 #include \"zlg7289.h\" 在282行的数组内加入 {\"zlg7289\", InitZLG7289Input, TermZLG7289Input}, c. 进入项目主目录, 重新配置编译依赖 cd libminigui-1.6.2-linux 去掉后aclocal和automake后的版本号后,运行此脚本,忽略警告项。 d. 同上配置方法配置MiniGUI 6) 修改运行时配置文件MiniGUI.cfg中的IAL ial_engine=zlg7289-a) Copy libminigui - str - 1.6.2.tar.gz to arbitrary users Contents. 2) extract this document tar zxvf libminigui - str - 1.6.2.tar.g z 4) zlg7289.c zlg7289.h two paper copies into value-added version of the corresponding directory lib minigui-1.6.2-linux/src/ial / 5) to amend the definition so that the above - two papers to the compiler. A. revise libminigui-1.6.2-linux/src/ial/Makef ile.am the 29 firms to increase ZLG7289_SRCS = zlg7289.c zlg728 9.h the 37 firms to increase $ (ZLG7289_SRCS) b. revise libminigui-1 .6.2-linux/src/ial/ial.c in 166 firms join # include " zlg7289.h "in the array 282 to add (" zlg7289 " InitZLG7289Input, TermZLG7289Input). c. entering the main project directory, re-allocation of compiler - dependent cd libminigui - 1.6.2 - linux removed aft
Date : 2008-10-13 Size : 7.96kb User : 周波

Suck Wrappers are a set of UNIX script files that sets up inn, an NNTP server, on a local machine so that suck can communicate with a News server supplied by an ISP . It also installs a set of wrapper scripts (based on the sample scripts provided with the suck tar ball) that call suck with the correct settings to communicate with an ISP on a linux machine. (Tested on Redhat 7.2 and 9). -Suck Wrappers are a set of UNIX script files that sets up inn, an NNTP server, on a local machine so that suck can communicate w News praxiology a server supplied by an ISP. It also inst alls a set of wrapper scripts (based on the sampl e scripts provided with the suck tar ball) that c all suck with the correct settings to communica te with an ISP on a Linux machine. (Tested on Redh at 7.2 and 9).
Date : 2008-10-13 Size : 24.08kb User : lococo

构造一个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. So I spent some time doing a successful example under Linux GCC through and verify success
Date : Size : 2kb User : zhangming

DL : 0
是《精通Linux C编程》刘学勇的书后边的一个例子。用多线程实现了一个售票系统。由于界面的一些库难以使用,所以服务器端我自己进行了一些调整,客户端完全没有做界面。如果大家觉得界面不需要的话,服务器端的也可以删掉不用。-The book is an example of Liu Xueyong behind the " proficient Linux C programming." Multi-threaded implementation of a ticketing system. Since some library interface is hard to use, so the server side I made some adjustments, the client did not do the interface. If you think the interface is not required, then the server can not be deleted.
Date : Size : 39kb User : 叶晞

"如果有这样一本书,既能提纲挈领,为我理顺思绪、指引方向;同时又能照顾小节、阐述细微,帮助我更好更快地理解源码,那该有多好。"说这话的先生虽然针对的是C++,但道出的是研习源码的人们共同的心声。我们能不能做点儿什么,让学习Linux内核的过程更符合程序员的习惯呢?本书回答了这个问题。本书作者RobertLove是一个狂热的内核爱好者,所以他的想法自然贴近程序员。 本书内容涉及Linux 2.6内核,包含许多新特性,如O(1)调度程序、块I/0层、I/0调度程序等,提供Linux内核设计和实现的概述性信息,覆盖了从核心内核系统的应用到内核设计与实现等各方面内容,能够带领读者快速走进Linux内核世界。本书不但介绍了理论,而且也讨论了具体应用,可以满足不同读者的需要,适合于各类希望理解Linux内核软件开发的读者。-" If there is such a book, both focused on the vital, for me straighten out his thoughts, guide the direction . While caring sections explain the subtle, helped me to better and faster understanding of the source, then that would be good," said this Although Mr. against the C++, but is learning source tells the common aspiration of people. Can we do something, so that the process of learning more in line with the Linux kernel programmer habit? Book to answer this question. The author is an avid RobertLove core enthusiasts, so his thoughts naturally close to the programmer. The book relates the Linux 2.6 kernel, contains many new features, such as O (1) scheduler, block I/0 layer, I/0 scheduling procedures, design and implementation of the Linux kernel to provide an overview of information, covering everything from The core of the kernel to all aspects of the system design and implementation of the kernel can lead the reader quickly into the Linux kernel in the world. The book
Date : Size : 212kb User : Action

在linux下应用jna调用c函数,包括c的编译,及java的实现机制。-您是不是要找: 在linux下应用jni调用c函数,包括c的编译,及java的实现机制。 Under linux application jna call c function, including the compilation of c, and the implementation mechanism of java.
Date : Size : 253kb User : 弗兰克

linux sound soc pxa palm27x.c So C Audio driver for Palm T| X, T5 and Life Drive. -linux sound soc pxa palm27x.c So C Audio driver for Palm T| X, T5 and Life Drive.
Date : Size : 2kb User : jintylao

Linux c代码,获取本机IP地址等函数,已用于一个实际项目,可以放心使用.-Linux c source code,get local host ip and so on. Our projects are already in use.
Date : Size : 3kb User : chenfuming

rtmp推流通过Linux平台推流工具利用函数库完成增加传输速率(RTMP is the acronym for the Real Time Messaging Protocol (real time messaging protocol). The protocol is based on TCP, and is a protocol family, including RTMP, basic protocols and RTMPT/RTMPS/RTMPE and so on. RTMP is a network protocol designed for real-time data communications, mainly used for audio, video and data communications between the Flash/AIR platform and the streaming / interactive server that supports the RTMP protocol. The software that supports the protocol includes Adobe, Media, Server/Ultrant, Media, Server/red5, and so on.)
Date : Size : 27.14mb User : 王草草

DL : 0
该代码在Linux实现了一个类似于windows上的QQ的聊天工具。主要是基于TCP/IP协议的socket通信。包括服务器端和客户端两部分,其中客户端使用了select的IO多路复用技术,服务器端由于要监听多个客户端,因此使用了epoll的IO多路复用技术。整个项目目前可以实现的功能有用户的注册与登录,添加好友,发送聊天消息,发送与接收文件等。(The code implements a chat tool similar to windows on QQ in Linux. Socket communication is mainly based on TCP/IP protocol. Including server and client two parts, in which the client uses the select IO multiplexing technology, the server side to monitor a number of clients, so the use of epoll IO multiplexing technology. The functions of the whole project can be registered and logged by users, add friends, send chat messages, send and receive files, etc..)
Date : Size : 41kb User : 零下10度C

YAFFS2文件系统广泛用于嵌入式设备中,对NAND Flash有较好的支持,其虽然主要应用于Linux系统内,但由于为纯C语言代码实现,具有非常好的可移植性,因此也可以移植到其他操作系统下使用。 该源码包为YAFFS2的e57244d版本,分享共大家使用。(The YAFFS/YAFFS2 file system is widely used in embedded devices, has a good support to NAND Flash, although it is mainly used in the Linux system, but the realization of pure C language code, with very good portability, so it can be transplanted to other operating system. The source package is the e57244d version of YAFFS2, sharing the use of the common people.)
Date : Size : 284kb User : lantian0099

嵌入式C语言是作为嵌入式Linux开发的基础语言,也是学习嵌入式的必备语言。常用到的包括数据类型、运算符与表达式、控制语句、数组、指针、函数等内容。(Embedded C language is used as the basic language of embedded Linux development, but also an essential language to learn embedded. Commonly used to include data types, operators and expressions, control statements, arrays, pointers, functions and so on.)
Date : Size : 1.51mb User : adrain_lyz

AT91SAM9263官方LED闪烁裸机测试程序。文件包括main.c, low_level.c, cstartup.S, Makefile, 一系列头文件等。(The official AT91SAM9263 LED flashing bare metal test program. The files include main.c, low_level.c, cstartup.S, Makefile, a series of header files, and so on.)
Date : Size : 119kb User : adgnaf
« 1 2 3 45 6 7 8 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.