CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载 系统编程

资源列表

« 1 2 ... .87 .88 .89 .90 .91 14792.93 .94 .95 .96 .97 ... 15014 »
  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. Linux上搭建C-C++IDE开发环境

    0下载:
  2. Redhat linux上面没有提供Anjuta软件包,上面提供了一个Glade应用程序界面设计工具。Linux上面使用Anjuta和Glade以及Glademm软件包可以搭建一个linux下面进行C/C++软件开发的IDE环境,可以进行GTK+/Gnome的应用程序开发。-Redhat linux above did not provide Anjuta package that provides a Glade Application Program Interface design too
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:4807
    • 提供者:李明
  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内核重编译中最常见的故障及其解决方法,如果您在编译内核过程中遇到了类似的故障,那么本文将会对您有所帮助。-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 系统。它占用的硬盘空间远小于 16M 字节,但是却包括了 XFree86 的 X Window 窗口系统。-Construction of a mini - linux system. It occupied disk space is much less than 16M bytes, but does include the XFree86 X Window System window.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:6389
    • 提供者:李明
  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. sll

    0下载:
  2. 一种非线性流式加密算法,对称加密,它的加密和解密都是用同一把密钥完成。对称加密比不对称加密快得多,但缺点在于,它的安全性完全依赖于保持密码的机密性。 不对称加密,它要求使用两个密钥,一个是公共的(公钥),另一个是私有的(私钥)。每个密钥都要求使用另一个密钥来解密一条消息。它的复杂性提高,因此没有普及。 -a nonlinear flow encryption algorithms, symmetric encryption, the encryption and decryption a
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:83522
    • 提供者:云容
  1. INPUT.S

    0下载:
  2. 展开循环体调度的一个小程序,它所要完成的操作是对存储器中的一个指定向量加上一个标量值-started circulating body of a small scheduling procedures, it should complete the operation of the memory of a designated vector with a scalar values
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1539
    • 提供者:天使
  1. The_Linux_Kernel_Module_Programming_Guide-2.6.0.ra

    0下载:
  2. 这是一本不错的关于linux内核模块编程的好书但是,是英文版-This is a good module of the Linux kernel programming books, however, is the English version
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:108109
    • 提供者:黄影
  1. GCC-ASM

    0下载:
  2. 这是在linux下的,如何编写AT&T汇编语言程序的基本知识-under linux, how to prepare ATT assembler language basic knowledge of procedures
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:143990
    • 提供者:黄影
  1. hide_module_2.6.tar

    0下载:
  2. 这个例子是用来隐藏linux系统中的模块的代码,挺有意思的-this example is used to conceal linux system modules of code, it's really fun
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:22403
    • 提供者:黄影
  1. 维吉尼亚密码的C语言源代码

    0下载:
  2. 自己编的一个维吉尼亚密码的C语言源代码,在密码分析中有一定参考价值,希望大家能够从中受益。-own series of the Virginia code in a C-language source code, the code analysis of a definite reference value, we hope to benefit from them.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1025
    • 提供者:刘春静
« 1 2 ... .87 .88 .89 .90 .91 14792.93 .94 .95 .96 .97 ... 15014 »
搜珍网 www.dssz.com