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. UTF-8Encode

    0下载:
  2. UTF-8与GB2312之间互换的C源码,转换函数抽取自linux下的libxml2,效率和稳定性有保证!-UTF-8 and GB2312 exchange between the C source code, taken from the transfer function under the linux libxml2, efficiency and stability are ensured!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1415
    • 提供者:黄睿
  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. PSRS

    0下载:
  2. 本代码是下在Linux环境下的C编程,主要模拟实现并行计算中的PSRS算法。-under this code is in Linux environment under the C programming, simulated parallel computation algorithm for the MPP.
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:3371
    • 提供者:王乐汝
  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. c

    0下载:
  2. linux 下的聊天室程序, 用linux c写一个局域网的聊天室程序,基于组播来实现,为方便调试只在本机上实验,不和其他的机器通讯。 加入组播的任何一个成员发送的消息,在组内的其他成员都能收到
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:3553
    • 提供者:韩雪雁
  1. 使用Linux下的图形库

    0下载:
  2. 编写一个C程序,使用Linux下的图形库,分窗口显示三个并发进程的运行。-Write a C program, using the graphics library under Linux, sub-window displays three concurrent processes running.
  3. 所属分类:操作系统开发

    • 发布日期:2016-01-26
    • 文件大小:1024
    • 提供者:Allan
  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. linux-ex

    0下载:
  2. linux下的汇编实例汇总,同时含有c文件和asm文件方便对照学习-summary compiled under linux instance, the file contains both c and asm files to facilitate the control study
  3. 所属分类:assembly language

    • 发布日期:2017-03-26
    • 文件大小:29287
    • 提供者:张帅
  1. rec-send_test

    0下载:
  2. linux下的C。点对点一收一发测试_192.168.0.1发_192.168.0.2收-linux under C. Close out a point-to-point test _192.168.0.1 issued _192.168.0.2 close
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:1924
    • 提供者:meaning
  1. message

    0下载:
  2. 利用linux环境下的C语言编写的一个并行算法的简单程序-err
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:1122
    • 提供者:
  1. xerces-c-3.0.1.tar

    0下载:
  2. 这个是在linux环境下解析xml文档的很好的工具,与大家分享-for-linux:xerces
  3. 所属分类:Compiler program

    • 发布日期:2017-05-17
    • 文件大小:4638947
    • 提供者:王虎虎
  1. sql

    0下载:
  2. C语言对mysql 的操作,可以具体的说明C语言对于linux下的mysql 的链接操作-MySQL dump
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-02
    • 文件大小:753744
    • 提供者:骑猪看日出
  1. RS274

    0下载:
  2. c实现的rs274解释器,linux下运行-c implementation rs274 interpreter, linux run
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:1732835
    • 提供者:xenosaga
  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. C--Compiler

    0下载:
  2. C--编译器的实现代码 主要实现C--程序的语法错误 包括变量名、函数等的检查 YACC 和 Lex 在linux下编译通过 -C- compiler implementations code of the main C- syntax error process include variable names, functions, etc. Check YACC and Lex compile under linux
  3. 所属分类:Compiler program

    • 发布日期:2017-04-23
    • 文件大小:47880
    • 提供者:mk
  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. diaodu

    0下载:
  2. 1)在Linux下用C语言编程模拟优先级程调度算法。为了清楚地观察每个进程的调度过程,程序将每个时间片内的进程情况显示出来。2)进程控制块是进程存在的唯一标志,因此,在模拟算法中每一个进程用一个进程控制块PCB来代表,PCB用一结构体表示。3)进程在运行过程中其状态将在就绪、执行、完成几种状态之间转换,同时进程可能处于不同的队列中,如就绪队列。在优先级调度算法中,选择单向队列,入队既是将进程控制块插入队尾,出队既是按优先级重新排列的队,删除队头元素。4)为了便于处理,程序中的某进程运行时间以时间
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:1733
    • 提供者:王海鹏
« 12 3 »
搜珍网 www.dssz.com