CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - linux c语言

搜索资源列表

  1. srial-debug

    0下载:
  2. Linux 下串口的通讯调试程序C语言编写的源代码-Linux serial communications debugging C-language source code
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:8331
    • 提供者:蓝鸥
  1. Linux内存管理模拟器

    1下载:
  2. Linux下使用c语言实现的内存管理模拟器 假设有台计算机物理内存大小为4MB,每个内存页大小为4k。采用分页机制,使用二级页表,第一级为页目录,共有1024项,每个页目录项指向一个页表,每个页表项指向一个实际的物理页面,每个页表共有1024个页表项。假设页目录和页表不占用内存空间。 系统中还有一个交换设备,采用分块管理机制,每块大小为4K,共1024个。有一系列内存访问指令,系统根据内存访问指令的内存虚地址访问内存。如果页目录项为空,则分配一个页表,并将相关值存入页目录项,如果页表项为空,
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:4583
    • 提供者:罗鹏魁
  1. nedit-5.4-source.tar

    0下载:
  2. nedit 是一款linux下的开发源码的功能强大的编辑器,支持c语言的关键字高亮显示-nedit A linux is the development of the FOSS powerful editor, c support language keyword highlighter
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:1226732
    • 提供者:谭鸿
  1. CELP_Linux.tar

    0下载:
  2. Linux下的CELP语言编码,压缩语音质量极好。支持2K到32K的压缩。实现部分使用C语言编写。可用做Linux下的动态库,有例子。-under Linux CELP language coding, compression excellent speech quality. Support 2 K to 32 K compression. Part of the use of C language. Linux can be done under the DLL, is an example
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:2938909
    • 提供者:毛斌
  1. LinuxC_program_Code

    0下载:
  2. Linux下C语言编程例子,每一章节的例子,可以直接使用供大家参考。-Linux C language programming examples, each section of the examples can be directly used for reference.
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:50373
    • 提供者:liulihua
  1. BenC

    1下载:
  2. 在linux下实行的简单的c语言编译器,希望大家指正评判,-implemented under linux in the simple C language compiler, we hope that the correct judgment, I would like to thank
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:232400
    • 提供者:李标
  1. apr_development_train

    0下载:
  2. 跨平台windows\\unix\\linux的c语言编程解决方案-cross-platform windows \\ unix \\ linux c programming language solution
  3. 所属分类:中间件编程

    • 发布日期:2008-10-13
    • 文件大小:192107
    • 提供者:hegelon
  1. Linuxkernel-SourceFile

    0下载:
  2. 0。11版linux代码,对学习linux和提高c语言有帮助-0. 11 version of Linux code, to learn and improve linux c language help
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:110223
    • 提供者:shuaijinyu
  1. ansi.c.grammar

    0下载:
  2. C语言的lex\\Yacc文法实现,在linux\\Unix的shell中直接可以生成所有的文件。Unix下可以直接使用lex和Yacc生成可执行程序。-C language lex \\ Yacc grammar realized, In linux \\ Unix shell can be directly generated all the documents. Unix can be used directly lex and Yacc generating executable pro
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:7639
    • 提供者:123456
  1. compiler([1].netstl)

    0下载:
  2. (1) 给定一段符合Pascal子集语法的语言,能成功转换成C语言; (2) 一个简单的说明文档; (3) 2007.7.14之前上传到ftp:// C07:C07@10.11.3.71/upload,用学号建立自己的目录; (4) (可额外加分5分)若有出错处理功能,请在说明文档中写明可以处理哪几项错误。 注意事项: (1) 两人一组 (2) 可以使用词法、语法自动生成工具,windows下有Flex,Bison,Linux下有Lex,Yacc,Java的有Jlex,J
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:48656
    • 提供者:cy
  1. myshell.rar

    1下载:
  2. 用纯C语言编写的一个Linux下的Shell,包含tch和bash的基本功能(包含重定向和后台运行),暂时不支持管道。已经在cygwin和Ubantu 7.10下测试通过。 主要包含: makefile 编译生成myshell可执行文件 myshell.c 主函数(涉及程序入口) utility.c 所有功能函数(将近1000行) myshell.h(包含宏定义、结构体声明、库函数的头文件,及utility.c中的所有函数的声明) readme 用户手册(当用户在myshel
  3. 所属分类:OS Develop

    • 发布日期:2015-08-07
    • 文件大小:300420
    • 提供者:Yang
  1. OS23

    0下载:
  2. Linux C语言编程环境的使用,加深对消息的创建、发送和接收的理解,认识其本质。分析共享存储区的创建,附接和断接 -Linux C language programming environment used to enhance the message creation, sending and receiving understanding, understanding of its nature. Analysis of shared storage area to create,
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:1534
    • 提供者:王悟德
  1. cfront.2e.tar

    0下载:
  2. cfront是最开始c++语言到C语言的转换工具,这个版本2,是在Plan 9中使用的。-Cfront most are beginning c++ language to C language conversion tools, this version 2, at Plan 9 are used.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-09
    • 文件大小:1816567
    • 提供者:ldsfjlfjl
  1. Linux

    0下载:
  2. 对linuix 文件系统的模拟,包含了若干文件命令,是用c语言实现的。-Linuix file system on the simulation, the order contains a number of documents is achieved with c language.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:347499
    • 提供者:lutao
  1. Linux File

    1下载:
  2. C++语言实现Linux操作系统的文件管理系统-C++ language document management system for the Linux operating system
  3. 所属分类:操作系统开发

    • 发布日期:2013-05-25
    • 文件大小:16021
    • 提供者:
  1. 用C语言实现页面置换算法的模拟实验

    0下载:
  2. Linux环境下,用C语言实现页面置换算法的模拟实验,并比较不同算法的置换效率。-Linux environment using C language page replacement algorithm simulation and compare different displacement efficiency of the algorithm.
  3. 所属分类:操作系统开发

    • 发布日期:2016-01-25
    • 文件大小:11264
    • 提供者:宋阳
  1. 1.c

    0下载:
  2. Pthread 解决哲学家问题,Linux环境,C语言实现
  3. 所属分类:MPI

    • 发布日期:2017-04-12
    • 文件大小:1705
    • 提供者:chxuhesh
  1. 1.c

    0下载:
  2. OpenMP 解决哲学家问题,linux环境,c语言实现-OpenMP philosophers problem solving, linux environment, c language
  3. 所属分类:MPI

    • 发布日期:2017-04-12
    • 文件大小:1888
    • 提供者:chxuhesh
  1. Linux-CourseDesign-version-2.0

    0下载:
  2. Linux下的C语言图书馆管理系统,可以添加管理员,添加读者,读者可限借3本书等功能-C language library management system under Linux, you can add the administrator, add the reader, the reader can borrow only 3 books and other functions.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-26
    • 文件大小:7712
    • 提供者:马斌斌
  1. Linuxnhsjysxdsb_jb51

    0下载:
  2. lkd中文版 robert love作品,入门linux开发必备(linux kernel development)
  3. 所属分类:操作系统开发

    • 发布日期:2018-04-30
    • 文件大小:38567936
    • 提供者:jesseh
« 12 3 »
搜珍网 www.dssz.com