CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - compilers

搜索资源列表

  1. Calculator_1024

    0下载:
  2. 这是一个用文法实现的计算器,在vc++6.0 mfc 环境下开发,编译,运行,正确,可靠。且界面友好美观。-This is a realization of the grammar used calculators, the vc 6.0 mfc development environments, compilers, operating correctly, reliable. But friendly interface appearance.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:35.9kb
    • 提供者:
  1. testlinklists

    0下载:
  2. 这是翻阅《数据结构、算法与应用——C++语言描述》 以及在网上得到的一些资料后写出来的。起因是在项目中要用到一个链表,但我做一个简单的链表在C++中用的时候跟C差别很多,比如赋值运算(编译器说要做操作符重载,或者考贝构造函数,C++中把结构当成一个类来看了,详见相关介绍的文档或书籍)。后来一想干脆做个template顺便学习一下,一举两得。-read "data structures, algorithms and applications -- Descr iption Langua
  3. 所属分类:STL

    • 发布日期:2008-10-13
    • 文件大小:32.98kb
    • 提供者:啊啊
  1. LZW_COM

    0下载:
  2. 所有的源代码已经用Borland C++编译成功.每个目录中都包含一个makefile或者是make.bat用以创建可执行的文件.其它的编译器或操作系统需要改动一些地方.-all the source code has been used successfully Borland C compiler. Each directory contains a makefile or make.bat used to create executable files. Other compilers o
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:13.11kb
    • 提供者:冰冰
  1. rebuilt.lzw

    0下载:
  2. 所有的源代码已经用Borland C++编译成功.每个目录中都包含一个makefile或者是make.bat用以创建可执行的文件.其它的编译器或操作系统需要改动一些地方.-all the source code has been used successfully Borland C compiler. Each directory contains a makefile or make.bat used to create executable files. Other compilers o
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:11.83kb
    • 提供者:冰冰
  1. hyplas

    8下载:
  2. ************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * * strain analisys of hyperelast
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-07-29
    • 文件大小:10.5mb
    • 提供者:gtcewli3
  1. ezwin2-V1.0-alpha

    0下载:
  2. It is a GPL basic windowing library created specifically for windows and uses only basic win32 services. It currently compiles under Borland C++ and Microsoft C++, other compilers are untested.It provides a common windows toolkit for al c++ environm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:243.31kb
    • 提供者:郭强
  1. xishujuzhen

    0下载:
  2. 稀疏矩阵的转置相加与相乘,已经通过编译与实现,数据结构的课程设计,加乘转置功能很全!-Sparse matrix transpose sum and multiplication, has been adopted and implementation of compilers, data structure of curriculum design, transpose function increases by a very wide!
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:7.49kb
    • 提供者:wxg
  1. leftrecursion

    0下载:
  2. code for left recursion in compilers.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1.81kb
    • 提供者:anitha
  1. RE2NFA

    0下载:
  2. source for conversion of regular expression to NFA in compilers.
  3. 所属分类:Algorithm

    • 发布日期:2015-04-12
    • 文件大小:715byte
    • 提供者:anitha
  1. simulationofDFA

    0下载:
  2. source code for simulating a DFA in compilers
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:587byte
    • 提供者:anitha
  1. simulationofNFA

    0下载:
  2. source code for simulation of NFA in compilers
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:876byte
    • 提供者:anitha
  1. topdown

    0下载:
  2. source code for top down parsing of a grammar in compilers
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:986byte
    • 提供者:anitha
  1. Pratical_Algorithms_for_Programmers

    0下载:
  2. 本书作者为Andrew.Binstock等。 本书重点关注的是实用,立即可用的代码,并且广泛讨论了可移植性和特定于实现的细节。本书作者介绍了一些用用但很少被讨论的算法,它们可用于语音查找,日期和时间历程,B树和索引文件,数据压缩,任意精度的算术,校验和数据验证,并且全面的介绍了例程,排序算法和数据结构。 本书只要求读者具有C语言的初级知识以及基本代数的相关知识。源代码经过测试符合ANSI标准,可以运行在UNIX下,以及BORLAND,Microsoft和Watcom的编译器上。-Book
  3. 所属分类:Data structs

    • 发布日期:2017-06-20
    • 文件大小:30.54mb
    • 提供者:张振宇
  1. link_stack

    0下载:
  2. link_stack, 自己写的链栈,注释很清楚,运行通过,您可以由此温习下c语言编程。纯c写的,用的是vs2010编译器,您可以复制代码用别的编译器编也是可以的-link_stack, write their own chain stack, a comment is clear, run through, which you can study under the c programming language. Pure c write, using vs2010 compiler, you
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:137.47kb
    • 提供者:huangjun
  1. Matlab-High-level-Programming

    0下载:
  2. 《Matlab高级编程》由高级编程技术、程序编译、Matlab与外部程序接口和高洁界面主题等几个方面的内容组成,介绍一些非常实用的技术。-Matlab Advanced Programming by the advanced programming techniques, program compilers, Matlab external interface API and noble themes, and several other aspects of the composition,
  3. 所属分类:matlab

    • 发布日期:2017-05-26
    • 文件大小:9.13mb
    • 提供者:zhang yue
  1. glsl-optimizer-master

    0下载:
  2. GLSL优化算法,用c++语言编写,适合学习计算数学的和工科类的运用-GLSL optimizer A C++ library that takes GLSL shaders, does some GPU-independent optimizations on them and outputs GLSL back. Optimizations are function inlining, dead code removal, copy propagation, constant foldi
  3. 所属分类:Algorithm

    • 发布日期:2017-11-08
    • 文件大小:1.88mb
    • 提供者:shigeaixiaomao
  1. TrueTime_Simulation

    0下载:
  2. TrueTime仿真。电机,编译器,界面三个节点通过CAN进行信息交换。-TrueTime simulation. Motor, compilers, three nodes via CAN interface for information exchange.
  3. 所属分类:matlab

    • 发布日期:2017-05-22
    • 文件大小:6.12mb
    • 提供者:Frank
搜珍网 www.dssz.com