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

搜索资源列表

  1. lzari_SRC

    0下载:
  2. 实现LZARI压缩算法的C++类 这是一个基于LZARI算法的数据压缩的类.Haruhiko Okumura 于1989年7月4日用C语言写实现了这个算法.但是上面用到了一些全局或静态的变量,在MFC下用起来很不方便.作者把它改写成了一个C++类,使它可以方便的压缩和解压缩。 -LZARI compression algorithm to achieve the category C is a LZARI algorithm based on the type of data co
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:28kb
    • 提供者:翟红讨
  1. coursedesign-DataStructure

    0下载:
  2. 包含8个文件:type.h, borrow.c, createfile.c, MainMenuControl.C, reader.c, readfile.c, search.c, writefile.c-contains eight documents : type.h, borrow.c, createfile.c, MainMenuControl.C, reader.c, readfile.c, search.c, writefile.c
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:5.32kb
    • 提供者:小镇青年
  1. compiler

    3下载:
  2. 这是一个简单的c编译器,可以实现词法分析,语法分析,语义分析,并能输出四元式,界面不是很好看,但功能可以很好的实现。-This is a simple c compiler can achieve lexical analysis, syntax analysis, semantic analysis, and output quaternion type, interface is not very good looking, but the function can be realized.
  3. 所属分类:Compiler program

    • 发布日期:2015-03-18
    • 文件大小:13.5kb
    • 提供者:wang
  1. codegen-scanner

    1下载:
  2. 自定义简单语法类C语言编译器,具备识别C语言基本语句功能,并生成四元式-Since the definition of simple types of C language syntax compiler, a statement to identify the basic functions of C language and generate quaternion type
  3. 所属分类:Compiler program

    • 发布日期:2017-03-26
    • 文件大小:466.77kb
    • 提供者:姜北樵
  1. balucaidengkongzhiqi

    0下载:
  2. 一个八路彩灯控制器,3种花型(便于修改)、两种频率交替进行 -An eight-way controller Lantern, 3 flower-type (easy to modify), two frequency alternating
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:820byte
    • 提供者:yaminsh11
  1. TXT_quantities_to_generate_CHM_file

    0下载:
  2. 批量将TXT生成CHM文件(TXT文件需要ANSI格式)   这是一款将批量(即多个)TXT(文本文件)生成一个CHM文件的免费绿色工具,将多个TXT文件生成CHM文件的好处在于可以批量浏览,方便传播以及能够起到禁止使用者更改其中的内容。将工具操作十分方便,选择一个TXT文件所在的目录,输入CHM标题,按下“立即生成”即可。   注意:该工具操作的TXT文件文件最佳编码是ANSI格式,至于批量转换ANSI格式的工具请联系我获得。 -TXT quantities to ge
  3. 所属分类:Editor

    • 发布日期:2017-04-02
    • 文件大小:498.52kb
    • 提供者:屠忠盛
  1. Compiler

    1下载:
  2. 本设计Tiger语言为源语言,制作了编译程序的前端部分,主要包括了词法分析、语法分析、抽象语法树和类型检查的设计和实现方法,以及课程设计中碰到的问题、实验心得、参考数据等。-Tiger of the design language for the source language, has produced a compiler front-end parts, including the lexical analysis, syntax analysis, abstract syntax tre
  3. 所属分类:Compiler program

    • 发布日期:2014-11-09
    • 文件大小:380.66kb
    • 提供者:jack sio
  1. c

    0下载:
  2. c入门代码大全,算法大全,数据类型,文件,指针-c Guinness entry code, algorithms Guinness Entry code Guinness, Guinness algorithm, data type, file, pointer
  3. 所属分类:source in ebook

    • 发布日期:2017-03-30
    • 文件大小:777.44kb
    • 提供者:yxing
  1. LR

    1下载:
  2. 1.实验目的 设计一个LR分析器,实现对表达式语言的分析,加深对LR语法分析方法的基本思想的理解,掌握LR分析器设计与实现的基本方法。 2.实验要求 建立文法及其LR分析表表示的数据结构,设计并实现一个LALR(1)的分析器,对源程序经词法分析后生成的二元式代码流进行分析,如果输入串是文法定义的句子则输出“是”,否则输出“否”。 3.实验内容 (1)文法描述及其LALR(1)分析表 描述表达式语言的文法G如下: -1. The experiment was to de
  3. 所属分类:Compiler program

    • 发布日期:2016-10-18
    • 文件大小:283.46kb
    • 提供者:sh_xj
  1. 3_grammar

    0下载:
  2. C写的一个语法分析器,输入可包含main,int,void,if,else,do,while几个关键字,算符可包括+,-,*,/,++,--,==,!=,<,>,<=,>=,输出求解过程-Write a C parser, type may include main, int, void, if, else, do, while a number of keywords, operators may include+,-,*,/,++,--,==, solving pro
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:12.49kb
    • 提供者:李子超
  1. c

    0下载:
  2. 实现功能: 1)具备整型数据、浮点型数据的算术(加、减、乘、除)运算功能。 依次输入第一个运算数、运算符(+,-,*,/),第二个运算数,然后输出结果。 结果可以作为下一个运算的第一运算数。按‘C’清屏,按‘X’退出。 例如:输入:2 + 5 输出:7 2)实现单运算符表达式计算的功能。 输入的操作数可以包含整数或浮点数。如果遇到错误的表达式,应输出错误提示信息。 输入表达式如下: 例如:输入:2+5 输出:7-Realize functions:
  3. 所属分类:source in ebook

    • 发布日期:2017-04-08
    • 文件大小:1.93kb
    • 提供者:nhjskvh
  1. Openmpcode_examples

    0下载:
  2. 里面包含了几个openMP的共享存储式C程序代码,希望对你们有帮助,现在能参考的大型程序的openMP的代码比较少-Which contains several openMP shared storage type C code, you want to help, and now can reference the code in large programs openMP less
  3. 所属分类:MPI

    • 发布日期:2017-04-04
    • 文件大小:251.66kb
    • 提供者:pottermarkken
  1. C

    0下载:
  2. 回文数的判断,矩阵的转置,矩阵对角线之和,等等一些常考类型题目-Palindrome judgment matrix transpose, and a diagonal matrix, so some of the questions often test type
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:3.92kb
    • 提供者:王珊珊
  1. LED-LAMU-C

    0下载:
  2. 51单片机 拉幕式 数码管设计 显示87654321-51 monolithic integrated circuits pull the curtain type nixietube design
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:732byte
    • 提供者:王金华
  1. C-code

    0下载:
  2. c语言学习中实用经典类型代码集合,包括进制转换、条件判断、趣味计算等多种类型-C practical language learning classical type code sets, including hexadecimal conversion, the condition judgment, and other types of interest calculation
  3. 所属分类:source in ebook

    • 发布日期:2017-04-17
    • 文件大小:331.38kb
    • 提供者:Doc
  1. c-language

    0下载:
  2. 压缩包中代码是几个比较基础的利用指针方法处理数据的代码,如进行数字的排序,换序,字符类型的辨别-Compressed code are a few more basic approach to the use of the pointer data codes, such as digital sort, change order, character type of discrimination
  3. 所属分类:assembly language

    • 发布日期:2017-05-06
    • 文件大小:965.1kb
    • 提供者:李纪华
  1. jam.c

    0下载:
  2. array is a set of variables that have the same data type
  3. 所属分类:Compiler program

    • 发布日期:2017-12-11
    • 文件大小:8.52kb
    • 提供者:sever19
  1. ReadBaseData

    0下载:
  2. 利用C++读取SA/SB型气象雷达基数据(Read the basic data of SA/SB type weather radar)
  3. 所属分类:易语言编程

  1. ministl

    0下载:
  2. 个人重写注释版 简洁 STL程序库,支持基本容器 算法 迭代器 以及类型萃取(Personal rewrite Notes version concise STL library, support the basic algorithm and container iterator type extraction)
  3. 所属分类:书籍源码

    • 发布日期:2018-01-07
    • 文件大小:77.56mb
    • 提供者:joeylee97
  1. 用typedef定义结构类型

    0下载:
  2. 类型定义符 typedef C语言不仅提供了丰富的数据类型 , 而且还允许由用户自己定义类型说明符 , 也就是说 允许由用户为数据类型取“别名” 。类型定义符 typedef 即可用来完成此功能。(Type delimiter typedefC language not only provides rich data types, but also allows users to define their own types by the descr iptor, that is allowed
  3. 所属分类:书籍源码

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