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

搜索资源列表

  1. 仓库管理系统(C语言)

    0下载:
  2. 一个仓库管理系统,用C语言编写的,之前做过学生成绩管理系统与此有相同的地方。采用结构体数组,具有输入商品,排序的功能,用菜单实现查询,学习C语言的好程序-a warehouse management system using the C language, the students did before the performance management system with the same place. Using the structure of the array, with the
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:1.91kb
    • 提供者:刘鹏
  1. 用C语言编写的一个编译器小程序

    1下载:
  2. 用C语言编写的一个编译器小程序 可以读出输入的字符串并把他按照字母,符号,数字等分类,希望给初学编译原理的网友有帮助。
  3. 所属分类:编译器/词法分析

    • 发布日期:2014-01-17
    • 文件大小:125.92kb
    • 提供者:aijdf
  1. C语言程序

    0下载:
  2. 用c语言编写的一个游戏、通讯录程序-use of a language game, contacts procedures
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:3.79kb
    • 提供者:王依栖
  1. 多功能计算器C语言

    0下载:
  2. 一个用C语言编写的多功能计算器C语言,非常实用-a C language prepared by the multi-function calculator C language, a very practical
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5.71kb
    • 提供者:zhr
  1. C语言编写推箱子程序

    0下载:
  2. 本文以Turbo C作为编程工具,编写推箱子游戏,并给出最后成功运行的推箱子游戏C语言源程序。-paper as Turbo C programming tools, prepared feeds games, and gives the successful operation of the final game magazines C language source code.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8.24kb
    • 提供者:刘西
  1. C语言编写的时钟源程序

    0下载:
  2. C语言编写的时钟源程序(上机通过的),可以显示时钟,而且有不同的显示方式,既能按机械表行走,又能按电子表显示时间和日期-C language clock source (on the plane), it shows the clock, but there are different methods, both by mechanical table walking, but also by electronic table shows the time and date! !
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.52kb
    • 提供者:zbing0203
  1. c语言的词法分析器

    0下载:
  2. c语言的词法分析器 该程序是一个用c语言编写的词法分析器 -C language morphology analyzer this procedure is the morphology analyzer which compiles with the c language
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2.41kb
    • 提供者:陈阳
  1. C语言计算器

    0下载:
  2. 这是一个用C语言编写的计算器,源代码有点复杂,是我从网上找到的一个东东。-This is a C language of computers, the source code a bit complicated, I found an online Wanton.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:9.39kb
    • 提供者:李想
  1. 目录路径压栈出栈 C 语言源码

    0下载:
  2. 用于将目录路径压栈和出栈的源代码,采用c语言编写,程序简单实用-used to directory path Yazhan and stack up the source code, using c language, simple and practical procedure
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:26.22kb
    • 提供者:fxd
  1. 判断是否为LL(1)文法 C语言

    0下载:
  2. 此程序是语法分析,判断是否为LL(1)文法,如果是则构造first集,follow集,select集,并输出分析表。程序用C语言编写。
  3. 所属分类:编译器/词法分析

  1. C语言写的钟表程序

    0下载:
  2. 纯C语言编写的钟表程序,有多级下拉菜单,不同背景,关机功能。WinTC编译。
  3. 所属分类:其它

  1. hmm-1.03.tar.gz

    0下载:
  2. 语音识别中经典的HMM算法,包括产生序列、测试和参数训练,由C语言编写。, In speech recognition classical HMM algorithm, including has the sequence, the test and the parameter training, compiles by the C language.
  3. 所属分类:语音合成与识别

    • 发布日期:2017-11-08
    • 文件大小:12.62kb
    • 提供者:李云强
  1. C语言编译器的实现

    6下载:
  2. 编译原理大作业。C语言编译器的实现。附大作业的doc文档说明部分。 [编译原理豪华版程序.rar] - 编译原理豪华版程序用VC++编写 [附录I Little C解释程序源代码.rar] - Little C解释程序,Translation of the principle of large operations. C language compiler implementations. Attached to large operations doc document explain
  3. 所属分类:编译器/词法分析

    • 发布日期:2015-03-18
    • 文件大小:2.78kb
    • 提供者:zhx
  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
    • 文件大小:293.38kb
    • 提供者:Yang
  1. compil

    0下载:
  2. C语言编写的cminus语言语法分析器,采用递归下降方法-Cminus written in C language parser, using recursive descent method
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:1.67mb
    • 提供者:娃娃
  1. C语言子集编译器

    0下载:
  2. 一个用C++语言编写的C语言子集编译器,功能比较全面,代码比较简洁,包括了图形界面,有助于新手加深对编译原理的理解
  3. 所属分类:编译器/词法分析

    • 发布日期:2012-10-15
    • 文件大小:2.31mb
    • 提供者:a877277
  1. TextFace

    0下载:
  2. 医院专家门诊挂号系统,用C语言编写的程序可结业课设 -Hospital specialist out-patient registration system, with programs written in C language can be closed down classes based
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:7.48kb
    • 提供者:王杰
  1. (c语言)音乐播放器源码

    1下载:
  2. 一个用c语言编写的音乐播放器 操作说明: 1.单击<简单的DERL,欢迎使用>字样或点击菜单按钮添加音乐目录。 2.歌曲列表选中歌曲双击播放,鼠标右键返回桌面,鼠标左键单击歌曲名或歌手进入歌曲列表。 3.在程序桌面按鼠标右键窗口缩小至只显示歌手和歌曲名。 4.最小化按钮将程序最小化至托盘。 5.在菜单中更换背景可更换背景图或背景色,新增更换自定义的背景图。(配置背景颜色需重新启动程序才能生效。)(A music player written in C language
  3. 所属分类:书籍源码

    • 发布日期:2017-12-13
    • 文件大小:5.93mb
    • 提供者:黑夜诗人
  1. 大一上——c语言

    0下载:
  2. C语言学习初级者编写的程序,是本人于大学大一期间编写的c语言程序,值得大家参考!!(C language learning program written by the beginner is the C language program written in the University. It is worth reference!)
  3. 所属分类:书籍源码

    • 发布日期:2018-01-09
    • 文件大小:51kb
    • 提供者:Alexin
  1. 基于MPI的分布式自然语言处理平台

    1下载:
  2. C语言编写的基于MPICH2框架的分布式高性能自然语言处理平台。(The distributed and high performance Natural Language Processing platform based on the MPICH2 framework is written in the C language.)
  3. 所属分类:多国语言处理

    • 发布日期:2018-04-29
    • 文件大小:74kb
    • 提供者:William_D
« 12 3 4 5 6 7 8 9 10 ... 42 »
搜珍网 www.dssz.com