搜索资源列表
mizi_vivi
- 韩国mizi公司开发的arm专用bootloader,轻量级,结构清晰,适合学习-Korean companies exclusive development arm Bootloader, lightweight, clear suitable for learning
gqview-2.1.1.tar
- Gqview,Linux下基于GTK+库写成的轻量级而能丰富的图像浏览程序。-Gqview, Linux-based GTK written in the lightweight and can enrich the image viewer.
KeePass-1.07-Src
- KeePass 密码管理系统是一个轻量级的,易使用的windows 密码管理系统,使用该系统,你可以方便的对各种文件加密,你的密码或者key文件存在数据库中.-KeePass Password Management System is a lightweight, The easy-to-use windows password management system, the use of the system, you can facilitate the encryption of docum
OublietteImport1.09
- KeePass 密码管理系统是一个轻量级的,易使用的windows 密码管理系统,使用该系统,你可以方便的对各种文件加密,你的密码或者key文件存在数据库中.本版本是最新版1.09版,07年11月更新。KeePass Password Safe is a free, open source, light-weight and easy-to-use password manager for Windows. You can store your passwords in a highly-enc
glib-2.0.0
- GLib是GTK+和GNOME工程的基础底层核心程序库,是一个综合用途的实用的轻量级的C程序库,它提供C语言的常用的数据结构的定义、相关的处理函数,有趣而实用的宏,可移植的封装和一些运行时机能,如事件循环、线程、动态调用、对象系统等的API。它能够在类UNIX的操作系统平台(如LINUX, HP-UNIX等),WINDOWS,OS2和BeOS等操作系统台上运行。
ws2_0BonlineDocs
- goahead是linux下的轻量级web服务器,这是帮助文档。
katoob-0[1].3.tar
- Katoob是一个轻量级的,支持多种语言的文本编辑器。它支持多种编码的文件打开、保存。该软件主要为了支持阿拉伯语言,但同时也支持其他语言-Katoob is a lightweight, multi-lingual support for the text editor. It supports multiple open documents encoded, the depositary. The software is primarily to support the Arab langua
vsftpd-2.0.7-re.rar
- linux下的轻量级的ftp服务器,也同样适用于嵌入式系统,修正了编译不能通过的错误。,under linux lightweight ftp server, is also applicable to embedded systems, compiler can not be amended mistake.
Checkpoint
- 基于XEN轻量级虚拟机检查点写时复制的代码,很有参考价值-Copy on write code based on the lightweight virtual machine checkpoint, a good reference value
commoncpp2-1.8.0.tar
- 一个开源的C++库,有很好的用处,现在使用的人相当多,该库属于轻量级的库-An open source C++ library, useful good, quite a lot of people are now using the library is a library of lightweight
libfbx-0.2.0.tar
- libfxb是linux下只写操作framebuffer的一个轻量级的库。-libfxb is linux only framebuffer write operation of a lightweight library.
lighttpd-1.4.20.tar
- Lighttpd是一个轻量级的Web 服务器,支持FastCGI, CGI, Auth, 输出压缩(output compress), URL重写, Alias等重要功能。它具有非常低的内存开销,cpu占用率低,效能好,以及丰富的模块等特点。其静态文件的响应能力远高于Apache,可谓Web服务器的后期之秀-Lighttpd is a lightweight Web server, support for FastCGI, CGI, Auth, Output compression (outpu
WordIt01A1-source.tar
- 一个轻量级字处理程序,能读取RTF, DOC, PDF等文档-A lightweight word processor that can read RTF, DOC, PDF and other document
jQuery1.2API
- jQuery1.2.6资源包,一款强大的轻量级js库!-jQuery1.2.6Resource
mini_httpd-1.19bhoc.tar
- mini_httpd-1.19bhoc轻量级web服务器-mini_httpd-1.19bhoc web srever
ipgen-0.1.1.tar
- 流量产生器,可设定数据包长、发包持续时间、流量大小的轻量级流量发生器,可用于网络测量中背景流的产生等用途。-traffic generater
elks-0.1.0.tar
- elks操作系统,一个小型轻量级的linux内核的操作系统实现。-elks operating system, a small lightweight linux operating system kernel to achieve.
CseApi20
- CseApi20.zip是CSE脚本语言的底层封装库,用C++封装常用对象,包括Int、WideInt、float、Object对象、char数组(即string)、Int数组、object数组、字典dict等,由于封装是轻量级的,常用作基础类型库来支持Win32软件开发,如果使用STL容器等觉得不便时,这个库是很好的替代方案。-CseApi20.zip is the underlying scr ipting language package CSE database, using C++ p
metacity-2.28.0
- Linux界面上应用最广泛的轻量级窗口管理器,对于学习X编程很有帮助。-Linux interface, the most widely used lightweight window manager, very helpful for learning X programming.
md5
- 最近在研究魅族M8也就是Windows Mobile6.0系统下的数据库编程,打算开发M8Money个人记账软件,为了让数据库更严谨,秉承一贯的作风,对个人帐号的password字段进行MD5散列,我所使用的是轻量级嵌入式数据库sqlite (仅有几K大小)并没有大多数流行数据库提供的password()内置函数,(但这丝毫没有降低我对sqlite的好感,一款强大的跨平台+嵌入式数据库,支持标准SQL语法,纯粹由C代码组成)。网上找了很多MD5加密的代码,自己又重新研究了一下《密码学》,综合各方