CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux/Unix编程 搜索资源 - ARE

搜索资源列表

  1. kbde-1.1.2.tar

    0下载:
  2. 开源的键盘模拟程序,包括许多头文件和库例程,适用于Linux下X应用中的软键盘模拟-open source keyboard simulator,many header files and lib are included, suitable for soft keyboard simulation
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:27188
    • 提供者:吴少刚
  1. touch src_2

    0下载:
  2. 触摸屏资料2,有具体实例,及相关文档,希望对大家有帮助!-The second part of touch screen infomation. There are examples and document. I hope it is helpful.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1574183
    • 提供者:oa
  1. touch src_3

    0下载:
  2. 触摸屏资料3,有具体实例,及相关文档,希望对大家有帮助!-Infomation of touch screen third part.There are example and document. Hope it is useful.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1748760
    • 提供者:oa
  1. gslib

    1下载:
  2. 地质统计学代码。适合所有地质和地球科学人员使用。内有帮助文档。在linux和windows下均可使用.-geostatistics code. Suitable for all geological and earth science use. There are help files. Linux and windows in the next available.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:4468789
    • 提供者:莎加
  1. UNIX文件模拟系统

    0下载:
  2. 该模拟的UNIX文件系统应该有以下功能: 多级目录的结构,第一目录为用户名,其余的为它的子目录; 多用户的功能,有8个用户使用同一块数据区; 具有用户登录和注册的功能,如果用户没有用户名和密码就应该注册,如果有了用户名和密码就应该登陆; -simulation of the UNIX file system should have the following features : multi-level directory structure, the first direct
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:230290
    • 提供者:黄小文
  1. 操作系统自学课程实验

    0下载:
  2. 操作系统的自学课程实验。要学操作系统指令的朋友就下吧。-operating system self-learning experiment. To learn the operating system on the instructions of a friend are you.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:38356
    • 提供者:李晓东
  1. 经典UNIX源代码

    0下载:
  2. 是经典的UNIX的部分源代码,可以给想深入学习程序的人很好的参考。-are classic UNIX source code, can give depth to the learning process were good reference.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:278679
    • 提供者:邮件
  1. 亲密数

    0下载:
  2. 如果整数A的全部因子(包括1,不包括A本身)之和等于B;且整数B的全部因子(包括1,不包括B本身)之和等于A,则将整数A和B称为亲密数。求3000以内的全部亲密数。 *题目分析与算法设计 按照亲密数定义,要判断数a是否有亲密数,只要计算出a的全部因子的累加和为b,再计算b的全部因子的累加和为n,若n等于a则可判定a和b是亲密数。计算数a的各因子的算法: 用a依次对i(i=1~a/2)进行模运算,若模运算结果等于0,则i为a的一个因子;否则i就不是a的因子。 *-If all
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1023
    • 提供者:姚紫欣
  1. 软盘可装下的linux

    0下载:
  2. 将Linux系统裁减到就像DOS一样只要一张软盘就能启动,是制作嵌入式Linux的基础。网络上有许多实现方法的介绍,但是在实践过程中都或多或少存在着一些问题或不方便之处。我结合自己在这方面的实践经验,详细介绍基于软盘Linux的制作过程-Linux systems like DOS cut the same as a floppy disk can be launched is the production of embedded Linux. Many networks have introd
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:4184
    • 提供者:李明
  1. Linux内核重编译常见故障介绍

    0下载:
  2. 收集整理了几个在Linux内核重编译中最常见的故障及其解决方法,如果您在编译内核过程中遇到了类似的故障,那么本文将会对您有所帮助。-collected several of the Linux kernel recompile the most common fault and the solution, if you are in the kernel process encountered a similar fault, then this will be of help to you.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2708
    • 提供者:李明
  1. Linux内核模块和驱动的编写

    0下载:
  2. Linux内核是一个整体是结构,因此向内核添加任何东西,或者删除某些功能,都十分困难。为了解决这个问题引入了内核机制。从而可以动态的想内核中添加或者删除模块。-Linux is a kernel of the whole structure, it added to the kernel anything, or delete certain functions are very difficult. To solve this problem the introduction of core
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3145
    • 提供者:李明
  1. 编写Linux内核模块和驱动

    0下载:
  2. 在Linux环境下设计驱动程序,思想简洁,操作方便,功能也很强大,但是支持函数少,本文介绍了如何在linux环境下进行内核模块和驱动的编写-the Linux environment design driver, thinking simple, easy to operate and function are very powerful, but less support function, the paper described how the environment for linux k
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3145
    • 提供者:李明
  1. linuxtvdvb-1.1.1.tar

    0下载:
  2. linux环境下的dvb驱动程序,它是linux电视机顶盒环境的基本程序,是机顶盒开发的基础-the DVB drivers, linux is the television set-top box environment of the basic procedures that are the basis for the development of set-top boxes
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:409592
    • 提供者:龚永生
  1. mpeg_movie-1.6.0.tar

    0下载:
  2. These are all the utilities you need to generate MPEG-I movies on a UNIX box with full motion video and stereo sound. For more information on this unusual application of Linux, look in the docs directory or go to www.freeyellow.com/members4/her
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2492258
    • 提供者:赵博
  1. linuxdrivecode

    0下载:
  2. 这是关于linux驱动的原码,现在许多嵌入式开发都是基于linux系统开发的.-on linux-source-driven, many are based on the development of embedded Linux system development.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:16815971
    • 提供者:风笑
  1. QT3.3(chinese)

    0下载:
  2. QT3.3编程的好书,中文版的,有助于新手掌握QT编程,还有一个可以学习QT的站,就是QT官方站点,不过全是英文的,-QT3.3 programming books, the Chinese version of the help newcomers master QT programming, there can be a learning station QT, QT is the official site, but all are in English, Oh
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:582725
    • 提供者:剑法
  1. main.c

    0下载:
  2. 利用linux下gtk+/gnome编程,动态绘图,并把所绘制图像每隔一定时间以当前时间为文件名保存在硬盘上-use under linux gtk / gnome programming, dynamic graphics, and images are drawn every time to the current time of the document were kept on the hard drive
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3049
    • 提供者:时柏营
  1. vbetool_0.5-1.tar

    0下载:
  2. 针对linux休眠suspend显卡状态保存恢复的一个办法,一般的笔记本针对intel的显卡都是不能直接休眠的需要使用这个工具进行设置-against linux graphics dormancy suspend state preservation is a way of restoring normal notebook against intel graphics are not directly dormancy needs to use the tool set
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:168198
    • 提供者:张文生
  1. u-boot-1.1.3.tar

    0下载:
  2. uboot 最新版本的bootloader,可以生成LINUX内核镜像文件,里面各种驱动程序都是通用的。-uboot latest version of the Bootloader and can generate LINUX kernel image file containing all drivers are generic.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:5602641
    • 提供者:何立
  1. well done! thanks

    0下载:
  2. hello , you are so good man or woman
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-30
    • 文件大小:964608
    • 提供者:j.williams
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com