Welcome![Sign In][Sign Up]
Location:
Search - linux c re

Search list

[Other resourceLinux-C-lib

Description: Linux C function() 参考手册 各位Linux爱好者:   你好!本人有幸在坊间得到一名为“Linux C 函数参考”的文本文件,并在此基础重新排版并制成html文件以方便广大爱好者阅读,我感到无比的荣幸。在此多谢各位的鼎力支持,以及日益完善此文件,希望有朝一日能成为Linux编程爱好者必备的参考文件。在此再次多谢编写“Linux C 函数参考”的朋友。   声明:本人不拥有文章所有权。本人会对本文件文章内排版出现的错误或遗漏内容以及日后提出的相关请求作出最大限度修改,有问题可e-mail:pennyhot@21cn.com,别炸我的邮箱:-) PennyHot  2003.06.06 -Linux C function () reference manual to Linux lovers : Hello! I have been fortunate in the community to get a "C Function Reference Linux" text files, and on the basis of this re-typeset and produced a html document for the convenience of the vast number of enthusiasts reading, I feel immensely privileged. Thank you for the tremendous support and the growing perfect document, I hope that one day could become Linux programming enthusiasts essential reference document. Here again thank prepared "Linux C Function Reference" friends. Statement : I do not have the article title. I would like this document article appeared typesetting errors or omissions in the contents and the future of the requests made to maximize the repair change, there can be e-mail : pennyhot@21cn.com,
Platform: | Size: 77517 | Author: 莫宁 | Hits:

[Linux-Unixlinux_C_function_library_Chinese_handbook

Description: 各位Linux爱好者:   你好!本人有幸在坊间得到一名为“Linux C 函数参考”的文本文件,并在此基础重新排版并制成html文件以方便广大爱好者阅读,我感到无比的荣幸。在此多谢各位的鼎力支持,以及日益完善此文件,希望有朝一日能成为Linux编程爱好者必备的参考文件。在此再次多谢编写“Linux C 函数参考”的朋友。-to Linux lovers : Hello! I have been fortunate in the community to get a "C Function Reference Linux" text files, and on the basis of this re-typeset and produced a html document for the convenience of the vast number of enthusiasts reading, I feel immensely privileged. Thank you for the tremendous support and the growing perfect document, I hope that one day could become Linux programming enthusiasts essential reference document. Here again thank prepared "Linux C Function Reference" friends.
Platform: | Size: 77691 | Author: 陆飞 | Hits:

[ELanguagetcc-0.9.23

Description: Tiny C Compiler - C Scripting Everywhere - The Smallest ANSI C compiler Installation on a i386 Linux host (for Windows read win32/readme.txt) ./configure make make test make install By default, tcc is installed in /usr/local/bin. ./configure --help shows configuration options.-Tiny C Compiler-C Scripting Everywhere-T he Smallest ANSI C compiler Installation on a i3 86 Linux host (for Windows read win32/readme.t xt)./configure make make test make install By d efault. TCC is installed in/usr/local/bin../configu re-- help shows configuration options.
Platform: | Size: 446464 | Author: 刘竞楠 | Hits:

[OtherLinux-C-lib

Description: Linux C function() 参考手册 各位Linux爱好者:   你好!本人有幸在坊间得到一名为“Linux C 函数参考”的文本文件,并在此基础重新排版并制成html文件以方便广大爱好者阅读,我感到无比的荣幸。在此多谢各位的鼎力支持,以及日益完善此文件,希望有朝一日能成为Linux编程爱好者必备的参考文件。在此再次多谢编写“Linux C 函数参考”的朋友。   声明:本人不拥有文章所有权。本人会对本文件文章内排版出现的错误或遗漏内容以及日后提出的相关请求作出最大限度修改,有问题可e-mail:pennyhot@21cn.com,别炸我的邮箱:-) PennyHot  2003.06.06 -Linux C function () reference manual to Linux lovers : Hello! I have been fortunate in the community to get a "C Function Reference Linux" text files, and on the basis of this re-typeset and produced a html document for the convenience of the vast number of enthusiasts reading, I feel immensely privileged. Thank you for the tremendous support and the growing perfect document, I hope that one day could become Linux programming enthusiasts essential reference document. Here again thank prepared "Linux C Function Reference" friends. Statement : I do not have the article title. I would like this document article appeared typesetting errors or omissions in the contents and the future of the requests made to maximize the repair change, there can be e-mail : pennyhot@21cn.com,
Platform: | Size: 76800 | Author: 莫宁 | Hits:

[ARM-PowerPC-ColdFire-MIPSspidmadriver

Description: 本驱动程序在linux2.6.17中测试通过。yangxing msn:lelma_yx@hotmail.com 希望对SPI操作的朋友有所帮助。 一、工作方式: 从设备:SPI为MASTER模式 S3C2410:SPI为SLAVE模式+DMA 二、工作流程 1.S3C2410从接收:当从设备发送数据时,S3C2410利用DMA方式收数,收到指定长度的数据,则进入DMA中断,将接收的数据拷出。 2.S3C2410从发送:当S3C2410需要发送,首先由RTS请求发送,然后等待从设备应答CTS,当从设备应答CTS时,进入外部中断,启动DMA发送,发送完成,再次进入从接收状态。 三、文件位置 spi_dma_slave.c spi_dma_slave.h circular_buf.c circular_buf.h 等文件存放入driver/char/目录 dma.c存放于arch/arm/mach-s3c2410/目录 dma.h存放于include/arm-asm/mach-s3c2410/目录 四、使用环境 1.arm-linux-gcc-3.4.1-the driver linux2.6.17 in which the test. Yangxing msn : lelma_yx@hotmail.com hope to operate SPI friends help. 1, mode of work : from equipment : SPI for the S3C2410 MASTER mode : SPI for SLAVE+ DMA mode 2, workflow 1.S3C2410 from receiving : When sending data from the device, using DMA S3C2410 debt, the length of the designated data DMA will enter the interruption will receive unfettered access to the data. 2.S3C2410 from this : When S3C2410 need this, the first request sent by the RTS, Then wait for the response from CTS equipment, when the equipment response from CTS, access to external interrupt start DMA sent, Send completed, re-entered, from receiving state. 3. Position papers spi_dma_slave.c spi_dma_slave.h circul ar_buf.c circular_buf.h documents onto the driver/char/Contents
Platform: | Size: 17408 | Author: y | Hits:

[Linux-Unixlinux_C_function_library_Chinese_handbook

Description: 各位Linux爱好者:   你好!本人有幸在坊间得到一名为“Linux C 函数参考”的文本文件,并在此基础重新排版并制成html文件以方便广大爱好者阅读,我感到无比的荣幸。在此多谢各位的鼎力支持,以及日益完善此文件,希望有朝一日能成为Linux编程爱好者必备的参考文件。在此再次多谢编写“Linux C 函数参考”的朋友。-to Linux lovers : Hello! I have been fortunate in the community to get a "C Function Reference Linux" text files, and on the basis of this re-typeset and produced a html document for the convenience of the vast number of enthusiasts reading, I feel immensely privileged. Thank you for the tremendous support and the growing perfect document, I hope that one day could become Linux programming enthusiasts essential reference document. Here again thank prepared "Linux C Function Reference" friends.
Platform: | Size: 77824 | Author: 陆飞 | Hits:

[Embeded Linuxzlg_7289

Description: 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
Platform: | Size: 8192 | Author: 周波 | Hits:

[Linux-Uniximage_bmp_process

Description: 用纯C写的读RGB文件格式的代码,返回文件头和数据头,这样再读写数据就容易多了。支持8位,24位RGB图。Linux系统里面RGB图片数据格式存储格式为RGB,从上往下填充;而Windows系统里,RGB图片存储格式为BGR,从文件的最后一行开始填充,所以读取RGB图时得注意。-Written in C with pure RGB file format reading the code, return the first file header and data, so re-read and write data much easier. Support for 8, 24-bit RGB Fig. Linux system inside the RGB image data format storage format for the RGB, from top-down filling and Windows systems, RGB image storage format is BGR, from the documents began to fill the last line, so readers have to pay attention to RGB map.
Platform: | Size: 3072 | Author: gomo | Hits:

[Linux-UnixTest_Map

Description: 包中TMap,TMapStringToPtr类,为本人重vc下CMap,CMapStringToPtr两个STL移植到linux的,经过测试,效率比C++中的stl对应的高3-5倍以上-Package TMap, TMapStringToPtr category, for I re-vc under CMap, CMapStringToPtr two STL ported to linux, and after testing, efficiency ratio C++ In stl corresponding high 3-5 times more
Platform: | Size: 21504 | Author: ly | Hits:

[Linux-UnixReadFile_Linux

Description: 这个是在linux下面的用c语言读写虚拟软盘的源程序,用gcc编译,直接输入文件名可以运行,不过运行之前先确定虚拟软盘是否已经加载,我记得加载的命令时mount-This is in linux using c language below to read and write the virtual floppy disk of the source, using gcc compiler, directly enter the file name can run, but before you run to determine whether the virtual floppy disk is already loaded, I remember when the mount command to load
Platform: | Size: 4096 | Author: 陈希茜 | Hits:

[Otherlinux_c

Description: Linux C function() 参考手册 各位Linux爱好者:   你好!本人有幸在坊间得到一名为“Linux C 函数参考”的文本文件,并在此基础重新排版并制成html文件以方便广大爱好者阅读,我感到无比的荣幸。在此多谢各位的鼎力支持,以及日益完善此文件,希望有朝一日能成为Linux编程爱好者必备的参考文件。在此再次多谢编写“Linux C 函数参考”的朋友。 -Linux Cfunction () reference manual you Linux lovers: Hello! I am fortunate to be in the market for a Linux C function reference to a text file, and on this basis re-typeset and made into html documents to facilitate the broad masses of fans to read, I feel very pleasure. Thank you for this strong support, as well as the improvement in this document, I hope one day to become a Linux programming enthusiasts essential reference documents. Once again, I would like to thank the preparation of Linux C function reference friends.
Platform: | Size: 53248 | Author: woaow | Hits:

[Linux-Unixlscommand

Description: 3.编程实现在linux中ls -l -a 命令。用c重新实现类似ls -l -a 命令-3. Programming in the linux implementation of ls-l-a command. C re-implementation with similar ls-l-a command
Platform: | Size: 1024 | Author: ak-47 | Hits:

[Linux-Unixlinux

Description: 包含linux中的API函数,在此函数下可以进行如c++式的编程,可以再此平台上进行图像编程,绘制各种图形。-With linux in the API function, this function may be carried out, such as c++ style of programming, you can re-image program on this platform, drawing all kinds of graphics.
Platform: | Size: 1146880 | Author: 商客 | Hits:

[Software EngineeringLinuxC

Description: 本人有幸在坊间得到一名为“Linux C 函数参考”的文本文件,并在此基础重新排版并制成html文件以方便广大爱好者阅读,我感到无比的荣幸。在此多谢各位的鼎力支持,以及日益完善此文件,希望有朝一日能成为Linux编程爱好者必备的参考文件。在此再次多谢编写“Linux C 函数参考”的朋友。-I am fortunate to be one among the people for the " Linux C Function Reference," the text file, and on this basis re-typeset and made into html documents to facilitate the majority of fans to read, I feel very honored. Like to thank you for their support, and the growing sound file, hope that one day Linux will become an essential reference document programming enthusiasts. Again thank the preparation of " Linux C Function Reference" friends.
Platform: | Size: 216064 | Author: 鸿鸣 | Hits:

[Shell apilinux-shell

Description: shell 命令重新编辑 使用C++编程-shell command to re-edit using the C++ programming
Platform: | Size: 2048 | Author: maochenxi | Hits:

[Linux-UnixGNU-CPP-for-Linux-[cn]

Description: 在美国,汤姆·斯旺是“鼎鼎大名”的计算机图书作家,他的30余本计算机图书“本本热销”。这些热销图书中的很多种已经翻译成了中文简体版,同样也都成为了国内市场的畅销书。现在汤姆·斯旺再为Linux自由软件世界执笔,写下了Linux系统下C++编程方面的专著。书中介绍了在各种Linux系统下C++工具的差别及编程方法,介绍了面向对象式编程中常常遇到的类、包装、继承等常见课题,介绍了C++的字符串类、各种模板及算法库,还介绍了在X环境下,图形化软件的开发方式,等等。凭借多年写作的经验,汤姆·斯旺的著作,简单易懂,透视主题。他帮助读者,在轻松愉快的环境下,快速掌握相关的编程技术。-In the United States, Thomas Wong is the "famous" of computer book writer, and his more than 30 books in this computer "books selling." The selling of books have been translated into many Chinese Simplified, also the domestic market have become bestsellers. Thomas is now busy re-write for Linux free software world, wrote a Linux system programming in C++ monographs. The book describes a variety of Linux systems in C++ programming tools and the differences introduced object-oriented programming is often encountered in class, packaging, inheritance and other common issues, describes the C++ string class, a variety of templates and algorithm library, also introduced in the X environment, the graphical software development methods, and so on. With many years of writing experience, Thomas Wang s work, easy to understand perspective theme. He helps the reader, in a relaxed environment, to grasp the relevant programming.
Platform: | Size: 36532224 | Author: 张锐 | Hits:

[Linux-Unixmonitor-1.0

Description: 进程监控 进程守护 linux C语言 进程重启 进程管理 利用linux C语言编写,读取配置文件里面要求启动的程序,并进行实时监控,若进程异常退出,就重新启动 主要功能: 1.读取配置文件程序 2.启动进程 3.监控进程,查看进程是否退出或者崩溃 4.若进程退出或者崩溃,重启程序。 5.支持sleep功能 6.进程若连续崩溃NUM_MAX次就进行相应的睡眠周期-Process monitoring daemon process to restart the process linux C language process management using linux C language, which reads the configuration file required to start the program, and conduct real-time monitoring, if the process quit unexpectedly, on the re-start the main functions: 1. Read configuration file program 2 Start the process 3 monitoring process to see whether the process to exit or crash (4) If the process exits or crashes, restart the program. 5 supports the sleep function 6, if the process crashes NUM_MAX consecutive times on the sleep cycle accordingly
Platform: | Size: 83968 | Author: zhouyanjun | Hits:

[Program docLinux_ref

Description: 在“Linux C 函数参考”文本文件的基础重新排版并制成html文件以方便广大爱好者阅读。在此多谢各位的鼎力支持,以及日益完善此文件,希望有朝一日能成为Linux编程爱好者必备的参考文件。在此再次多谢作者朋友。 -Typesetting and made the basis of a text file in Linux C Function Reference " re html file to read in order to facilitate the majority of fans. Thank you for the support, as well as increasingly sophisticated, and hope one day to become the Linux programming enthusiasts an essential reference document. Once again, I would like to thank of friends.
Platform: | Size: 188416 | Author: DJK | Hits:

[Linux-Unixioremap

Description: linux arch arm mm ioremap.c Re-map IO memory to kernel address space so that we can access it. -linux arch arm mm ioremap.c Re-map IO memory to kernel address space so that we can access it.
Platform: | Size: 4096 | Author: cbgonjao | Hits:

[GUI DevelopC++ GUI Qt 4编程(第二版)

Description: qt入门,Qt 是一个跨平台的C++应用程序框架,支持Windows、Linux、Mac OS X、Android、iOS、Windows Phone、嵌入式系统等。也就是说,Qt 可以同时支持桌面应用程序开发、嵌入式开发和移动开发,覆盖了现有的所有主流平台。你只需要编写一次代码,发布到不同平台前重新编译即可(Qt is a cross-platform C ++ application framework that supports Windows, Linux, Mac OS X, Android, iOS, Windows Phone, and embedded systems. In other words, Qt can support both desktop application development, embedded development and mobile development, covering all existing mainstream platforms. You only need to write a code, published to different platforms can be re-compiled before)
Platform: | Size: 21945344 | Author: LDanDan | Hits:
« 12 »

CodeBus www.codebus.net