搜索资源列表
conjugaision
- 我自己做的一个法语动词变位的小程序,LINUX下运行以测.输入动词原形就可自动输出动词的全部变位.我做了好长时间,希望有兴趣的朋友一起分享-I do a French verb conjugation small procedures, LINUX to run under test. Verbs prototype can be imported automatically output all the verb conjugation. I have done a good long tim
autologin
- Linux下定制自动登陆,编写程序来实现,通过自动登陆,可以实现加载自动运行的程序
arm-linux
- arm-linux-gcc交叉编译环境自动建立的shell,在运行之前只要按注释将相应需要的文件放到文件夹下即可,在redhat 9.0下测试通过
yaffs.tar
- 编译linux内核的时候,可以添加对yaffs的支持,直接运行里面的path,就能自动添加了。
autoupdate
- Qt写的自动升级程序,在Linux系统下用Qt运行。-Qt to write automatic upgrade process to run under Linux with Qt.
gupnp-0.12.tar
- 另一 UPNP SDK 支持在UNIX/LINUX上运行。 UPnP是一种网络协议,允许设备自动搜寻和设定。家居数字化DLNA组织正是的基于UPnP的-GUPnP is an object-oriented open source framework for creating UPnP devices and control points, written in C using GObject and libsoup. The UPnP is a kind of network protocol
mountusb
- linux 自动识别usb盘的程序,在系统工作时,在后台运行,不影响主程序执行.-it is about usb in linux.
Makefile
- 使用静态库编译链接swap.c,同时使用动态库编译链接myadd.c。可运行程序生成在src/main目录下。 使用autoconf和automake工具为project工程自动生成Makefile,并测试。-use autoconf and automake tools to create a Makefile for project
autolog
- 开机自动登录linux,并自动运行X window应用程序,有其特殊的应用背景,如基于linux平台的监控系统,linux启动后不需要身份验证,而直接运行监控程序等等。本文以Redhat7.2为平台,结合linux启动过程,介绍了如何避免身份验证自动登录,并直接进入 X window自动运行应用程序。 -Auto Login boot linux, and automatically run the X window applications, has its special applic
ha-script
- 一个在linux上运行的ha脚本..用来监控tomcat和mysql的..实现自动终止和启动应用的作用-One in Linux running on ha scr ipt.. Monitors tomcat and mysql.. The realization of automatic termination and the role of the application
digicap_V1.0_110813
- 应用程序源代码这个可以自动的运行带给用户很好的体验!-Application source code that can automatically bring the user to run a very good experience!
automake-sample.tar
- redhat 操作系统环境下,实现最简洁的自动编译实例。使用系统自带的autoconf,automake,autoconfig工具实现自动编译。 使用方法: 1:修改Makefile.am文件,将需要编译的.cc文件添加到test_source选项中; 2:运行yadconf脚本文件生成自动编译脚本; 3:运行make命令实现编译。-redhat operating system environment, the most simple and automatic compile
autorun.tar
- 用inotify写的,监视机顶盒/mnt/OTG目录,U盘自动运行程序,运行U盘根目录中的update.sh脚本,进行机顶盒升级-write with the inotify function family, monitor the "/mnt/OTG" directory of a set-top-box, automatically run the scr ipt "update.sh" in that directory which is mounted with Udisk
ACSCOMMAutorun(Linux)
- Linux下可实现终端命令的自动运行, 只要配置好正确的命令即可-Can realize the terminal command automatic running under Linux,As long as the allocation of the correct commands
RaspberryPi
- raspberry 安装OPENCV 播放视频 编写OPENCV单个文件 编译多个文件 含C++类 实现自动登录 实现自动运行startx启动窗口系统 窗口系统启动后,自动运行自定义的程序的实现方法 开机自动循环播放 -Installation OPENCV Play Video OPENCV writing a single file Compile multiple files
daemon
- 守护进程,可以守护Linux运行中的应用进程,防止进程自动关闭。-Daemon, you can run the Linux daemon application process, automatically shut down to prevent the process.
c语言编译器源码
- ucc是一款遵从ANSI C89标准的编译器,大约15,000行C代码。目前支持x86平台上的 Linux和Windows系统,能正确编译自身并成功运行。它有下面一些特点: 1. 代码结构清晰直观,有比较详细的中文文档讲述它的实现 2. 使用三地址码作为中间码,构建了由基本块组成的控制流图,适合很多优化算法 3. 编译速度快。词法分析,语法分析和目标代码生成器都是手写的(其中的代码 生成器本想用burg这样的工具自动生成,但这样可能会给代码的理解带来难度, 最后手写了
File-Operations
- 在 Linux 中 FIFO 是一种进程之间的管道通信机制。Linux 支持完整的 FIFO通信 机制。 本实验内容,通过使用文件操作,仿真 FIFO(先进先出)结构以及生产者-消费者运行模型。 本实验中需要打开两个虚拟终端,分别运行生产者程序(producer)和消费者程序(customer)。此时两个进程同时对同一个文件进行读写操作。因为这个文件是临界资源,所以可以使用文件锁机制来保证两个进程对文件的访问都是原子操作。 先启动生产者进程,它负责创建仿真 FIFO 结构的文件(其实
memwathch271
- 最新版memwatch源码,可以直接移植到嵌入式平台,运行后自动生成log文件。(the last new version for memwatch for emembed linux used,only include the "memwatch.h" file in your C file.)
httpser
- 这是一个Linux下web服务器端的代码。运行该程序可以的服务器可以监听80号端口,自动连接浏览器的请求,并提供html网页的下载。(This is the code of a web server side under Linux. The server running the program can monitor port 80, automatically connect browser requests, and provide downloads of HTML pages.)