搜索资源列表
自已结累的C语言函数库(银行业务项目所得)
- 自已结累的Unix下C语言开发函数库,通过做过8个银行业务系统所得。-own guitar tired of Unix C language library, done through eight banking system proceeds.
mymore
- 调用系统函数,模拟实现linux系统的more命令
Linux-system-functions
- linux系统函数,集合了大部分有用的linux系统函数。
libkf701-1[1].0-beta.tar
- 一个收集所有最基本功能的函数库;所有的函数都是尽量短小和简单 使用 doxygen 生成文档 所有代码以在 Linux 系统上可以编译并运行为准;每当在 lib 目录里增加了一个功能函数,必须在 test 目录里编写一个针对此功能函数的测试程序,使其可以在 Linux 系统上正常编译并正确运行;每个增加的外部功能函数,必须在源代码前写有注释,注释格式为符合 doxygen 要求的 JavaDoc 格式。 所有代码内部调用的 C 库和系统函数要求完全符合 ANSI C 标准
LinuxC
- unix/linux的系统函数,系统调用
IO多路复用 SELECT函数
- IO的多路复用(Select函数) 注:为了解决创建子进程带来的系统资源消耗而采用多路I/O模型 一般来说当我们在向文件读写时,进程有可能读写出阻塞,如果我们不希望阻塞,我们的一个选择是用select系统调用。只要我们设置好select的各个参数那么文件可以读写的时候select通知我们说可以读写,在我们调用select时进程会一直阻塞到以下一种情况发生 1) 有文件可以读 2) 有文件可以写 3) 超过所设置的时间
linux-function
- linux下系统函数说明。挺详细的。需要的同学下来研究一下吧。-under linux system function descr iption. Very detailed. Students in need down to study it.
Linux--arm2440-ftp
- linux 与arm2440 之间的ftp程序 命令的处理(ls)命令,通过底层函数编程实现 不是直接调用系统函数。程序中包含输入输出重定向等操作。-linux and arm2440 between the ftp command processing program (ls) command, through the realization of the underlying functional programming is not directly call the system fun
linux
- linux系统函数 linux系统函数-linux system linux system function function
lcd4
- 在Linux下调用系统函数,通过freambuffer直接写屏,填充颜色,并显示汉字-Under the Linux system call function, through direct write freambuffer screen, fill color, and display of Chinese characters
LinuxSystemCallcode
- Linux系统调用列表 系统调用的实验代码 Linux系统函数《英文》-Linux system calls a list of system calls Experimental code Linux system function " English"
Unix_fork_report
- 进程的创建是通过fork调用完成的,fork调用又分成fork1、forkall和vfork三种不同的形式。这个实验将观察fork对其他系统函数的调用,并观察三种fork函数的不同之处。 在类Unix系统中,创建进程的途径就是fork。当一个进程调用fork函数时,内核会创建一个新的子进程,并把父进程的很多对象都复制一份到子进程中,例如地址空间、线程、文件描述符等。fork函数在父进程和子进程中的返回值是不同的,在父进程中它返回创建的子进程的进程号,而在子进程中它返回0。因而,程序可以根据返
Linux_System_Functions
- Linux系统函数介绍,电子书,非常有用哦,希望能给大家带来帮助-Linux system function, the e-books, very useful and helpful!!
glib
- glib是在linux下使用极为广泛的一个库,主要集成了很多方便的系统函数,但是有很多工程在windows环境下也需要使用该库。这里是glib在vc9环境下的编译工程,以及已经编译好的lib文件。-glib is the most widely used linux a library, the main system integrates a number of convenient functions, but there are a number of projects in the wi
Linuxsystemcall
- linux系统函数调用大全,有常用数学函数,环境变量,接口处理,进程操作,内存及字符串操作,内存控制,日期时间,数据结构及算法,文件操作等 -linux system function call Daquan, a commonly used mathematical functions, environment variables, interface processing, the process operation, memory and string operations, memo
LinuxCLibrary
- 非常详尽的Linux系统函数讲解,每个函数都有相应的例子-very detailed explanations of Linux system functions, every function has an exampl correspond
linux-dev-manage.c
- 该C程序通过调用linux环境下的一些系统函数,实现对linux中/dev目录的管理,包括统计该目录下文件数目,以及列出所有文件等。-The C program by calling the linux environment, some system functions to realize the linux in the/dev directory management, including the statistics of the directory number of files,
linux-c
- 一本介绍linux系统下C编程帮助的电子书。包含各种系统函数的介绍。-A linux system introduces C programming help books. Introduction includes a variety of system functions.
linux-kernel
- 有关linux内核的框架图,从上层到底层的系统函数调用过程图-The framework of the linux kernel map from the top to the bottom of the system function call graph
LinuxPC
- 介绍关于linux的相关的系统函数调用,其中重点讲解了管道,内存,信号量等。-about linux system function