▍1. Pacman 控制台
Pacman 控制台源代码,对于 linux,只是为了玩在控制台中。 这是在 linux 上,并在计划 C. 只是为了球迷,我是没有作者
Pacman 控制台源代码,对于 linux,只是为了玩在控制台中。 这是在 linux 上,并在计划 C. 只是为了球迷,我是没有作者
unicap provides an uniform access to video capture devices. Currently you can access v4l, v4l2, IIDC 1394 ( DCAM ) cameras and video to firewire converters with a single API. New devices can be added via a plugin system-unicap provides an uniform access to video capture devices. Currently you can access v4l. v4l2. IIDC 1394 (DCAM) cameras and video to Firewire c onverters with a single API. New devices can be a dded via a plugin system
linux 下的frambuffer,在屏幕的左上角显示一个图框!-the frambuffer, in the upper left screen shows a map box!
含有arm的各个模块的程序 以及proteus仿真图 例如模块 串口 spi iic can等模块,各个模块运行 都是经过运行之后得到的
LINUX内核中红黑树的源码,由C语言实现,代码量不大,有英文介绍,由于本人也未彻底研究,因此也不太清楚如何实现,希望对大家有帮助 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
应用背景 This is the server and client code in C for a simple chat program for multiple client communication. This repository contains code for a very simple chat program implemented on the linux system, using base system libraries and the C programming language. The program consists of two major components, the first being the server program and the second is the Client program. 关键技术 The server program maintains a list of clients and also a queue of client messages. It uses semaphores to make sure synchronisation errors do not occur. The server program accepts one optional input argument – listen_port_number. If this argument is missed, the server will use the default port number 3500 (defined in the provided header file chat_server.h). Once it starts, it runs forever. To ter
《unix/Linux下的Curses库开发指南》综合示例程序 -instances program
linux下BT软件的源码。源代码可以使用命令“make”进行编译,使用该命令可以生成该章所有可执行程序。如果没有生成对应的可执行程序,请对照书中相应的内容。在编译生成可执行程序时,可能会生成警告:“warning:no newline at end of file”,产生这个警告是因为本书所有源代码是在Windows中进行编写的,Windows和Linux两种操作系统对于文件末尾的标识符处理不一致。该警告不会影响程序的功能和性能,所以不必理会。-err
典型嵌入式总体框架、嵌入式系统基础、嵌入式ARM体系构架。-Overall framework of a typical embedded, embedded systems based on embedded ARM system architecture.
自己随便写的一个在linux下面查看光驱状态的-Just write themselves a drive in linux below to view the status of the Eastern
这是 cbrp ppt 介绍 z必须有一个群集头双向链接到它的所有成员节点。 z一个节点将会的成员所有那些群集的群集元首的双向链接。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报 打分 发表评论 暂无评论
对UNIX/LINIX学习者能有一定启示-on UNIX/Linux is certainly learners Inspiration
在beginning linux programming 书中提供的第三章的有关代码-In the beginning linux programming book provided by Chapter III of the code
一个简单的Linux C网络套接口通信程序,包括客户端和服务器两个.c文件,在两个不同的终端运行即可通信
linux下的网络编程,使用C语言,实现多人会话聊天室. 具体功能包括: 注册与登录系统,群聊,私聊,在线用户查询 管理员管理账户:踢下线,禁言,提升或降低权限