搜索资源列表
captureqt.tar
- 一个linux下的摄像头编程,需要qt库的支持-a camera under the programming needs qt library support
e3-2[1].41.tar
- e3 是一个全屏的用户友好的文本编辑器,它的语法象wordstar 的basic.,只有5k大小。它对于libc或任何其他库都独立,它对于微型Linux分区和挽救磁盘特别有用。这种汇编版本也支持freeBSD和BeOS. C 版本支持其他的Unix版本和Cygwin-e3 is a user-friendly, full-screen text editor, the syntax of basic as WordStar. only 5k size. Libc for it or any ot
uClibc-20030314.tar
- 它通过提供glibc兼容使得应用程序移植到较小的c 库时相当得容易. 它能够应用到带虚拟存储的Linux和uClinux上.在大多数带MMU部件的平台上为使它更加紧凑,它也能够编译成共享库.uClibc支持许多处理器:m68000,ColdFire,ARM,MIPS,v850,x86,i960,Sparc,SuperH,Alpha,PowerPC和 Hitachi 8.-it through glibc compatibility allows applications migrate to t
space
- 一个用sdl库和c++写的“太空大战”的游戏,游戏的图象都来自金山打字通2003中的“太空大战”, -没办法,因为自己的美工技术差。 -游戏适合小孩子玩,你是打字高高手就算了吧,:-)。 -游戏支持Linux/Win32平台,其实都是sdl的功劳,可移植行太好了。在windows下写, -拿到linux编译,就能运行了-sdl with a library and write c "space war", games of the images are from the 2,
cyclone-0.1.53
- Cyclone是基于gtk 开发的,目的是给一些没法享受到lumaqq和eva强大功能的老爷机一个新的选择,本身基于gtkmm开发,需要gtkmm库的支持 -Cyclone is based on gtk development, purpose is not to enjoy some lumaqq and eva powerful bureaucratic machine function in a new choice, gtkmm itself on development, th
cairo-0.2.0-win32
- flash播放支持库软件,另有gplflash需要libx11的支持-flash players support the software, and another gplflash need the support libx11
RTOSandNucleusPLUS
- Nucleus PLUS是美国著名RTOS厂商ATI公司(Accelerated Tedmology lnc) 在嵌入式实 时多任务操作系统Nucleus基础上,为实时嵌入式应用而设计的一个抢先式多任务操作系统内核。其95%的代码是用ANSI C写成的,非常便于移植并支持大多数类型的处理器 Nucleus PLUS是一组c函数库,应用程序代码与核心函数连接在一起,生成一个目标代码,下载到目标板的RAM 中或直接烧录到目标板的ROM 中执行。在典型的目标环境中,Nucleus PLUS核心代码
gtkterm-0.99.5.tar
- 串口调试工具。非常好的串口调试助手,由gtk库支持,有图形界面,很像windows下的超级终端-serial debugging tools. Serial debugging very good assistants and support from the gtk, graphics interface, much like windows of the Super Terminal
cxx-2.1.1.tar
- 一套linux下的C++开发库,支持进程池,IPC等类库,可以用于学习。-a linux development of the C library, support the process of pool, such as the IPC library, can be used for learning.
MPlayer-0.92.tar
- tar zxvf MPlayer-0.92.tar.bz2 cd MPlayer-0.92 ./configure make sudo make install MPlayer是一个VCD播放软件,它是基于0.2.0版本的Libmpeg2函数库编写的,因此支持多种流行的图像压缩格式,例如MPG、DAT、BIN、VOB、ASF、WMF、AVI等-tar zxvf MPlayer - 0.92.tar.bz2 cd MPlayer -0.92. / configure
apr-1.2.6.tar
- APR(Apache portable Run-time libraries,Apache可移植运行库)的目的如其名称一样,主要为上层的应用程序提供一个可以跨越多操作系统平台使用的底层支持接口库。-APR (Apache portable Run-time libraries, Apache Portable Runtime library) if the purpose of the same name. mainly for the upper application can provide
uClibc++
- linux关于C++的uc库源代码,用于支持应用程序中的C++程序-linux uc on the C source code for the application to support the C Program
xmlfenxi
- 一个xml文件分析程序,它需要linux环镜下的liconv xml2库的支持。-an xml document analysis procedures, It needs linux Central microscope liconv xml2 library support.
gd-2.0.33.tar
- Linux/Unix下的绘图函数库(Graphic Drawing Library),支持JPG、PNG、BMP等多种输出格式,可直接对已有的图象文件进行操作,使用手册在压缩包中-Linux / Unix graphics library (Graphic Drawing Libr ary), support JPG, PNG, BMP and other output format, directly to the image files already operate, the use of
nxlib-0.44.tar
- Nxlib,一个模拟xlib的程序。使用microwindows的库来运行需要xlib支持的程序。-Nxlib, a simulation xlib procedures. Microwindows use of the base to support the operation of xlib procedures.
gdal-1.2.6.tar
- GIS系统支持库Geospatial Data Abstraction Library代码.GDAL is a translator library for raster geospatial data formats that is released under an X/MIT style Open Source license by the Open Source Geospatial
libwebcam-0.1.1.tar
- linux对usb web camera的支持库
pango-1.18.2.tar
- linux,GTK的国际文字支持库,用于嵌入式GTK移植
2
- 本节在介绍图形用户界面一般构架的基础上,详细讨论嵌入式图形用户界面开发常见的底层支持库和高级函数库。这些内容都是Linux图形界面开发的基础知识-This section describes the general framework of graphical user interface based on the detailed discussion of embedded graphical user interface development a common underlying su
libevent
- Libevent 是一个用C语言编写的、轻量级的开源高性能事件通知库,主要有以下几个亮点:事件驱动( event-driven),高性能;轻量级,专注于网络,不如 ACE 那么臃肿庞大;源代码相当精炼、易读;跨平台,支持 Windows、 Linux、 *BSD 和 Mac Os;支持多种 I/O 多路复用技术, epoll、 poll、 dev/poll、 select 和 kqueue 等;支持 I/O,定时器和信号等事件;注册事件优先级。(Libevent is an open sourc