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

搜索资源列表

  1. MultiParadigmDesignforC++

    0下载:
  2. MultiParadigmDesignforC++. 多范式c++程序设计,极大开拓你的视野-MultiParadigmDesignforC. More Programming Paradigm c greatly open up your horizons
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:619822
    • 提供者:么阿德尔
  1. TestBNF

    0下载:
  2. 扩展巴氏范式判别器及测试程序,实现符号表、语法树、语法判别算法。-expansion Pap paradigm checker and test procedures to achieve the symbol table, the syntax tree, grammar discrimination algorithm.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2074081
    • 提供者:蓝文纪
  1. haffman

    0下载:
  2. 在Jpeg中Huffman采用的是范式Huffman编码。经过查相关资料有两种不同说法,请高手指点。谢谢! 1、构造范式 Huffman 编码的方法大致是: 分别统计从最大编码长度 maxlength 到 1 的每个长度对应了多少个符号。根据这一信息从 maxlength 个 0 开始以递增顺序为每个符号分配编码。例如,编码长度为 5 的符号有 4 个,长度为 3 的有 1 个,长度为 2 的有 3 个,则分配的编码依次为: 00000 00001 00010 00011
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:8505
    • 提供者:gaorui
  1. sdfs

    0下载:
  2. 数据库设计三大范式应用实例剖析.数 据库设计三大范式应用实例剖析.
  3. 所属分类:SQL Server数据库

    • 发布日期:2008-10-13
    • 文件大小:8436
    • 提供者:ty
  1. csnail

    0下载:
  2. 一个新型的动态语言,用c++写的, 语法结合了python和javascr ipt,加强了lambda语句,可以支持面向对象, 面向过程的编程范式, 有动态语言的天生优势, 泛型是水到渠成了
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:271734
    • 提供者:边蓬
  1. l1magic-optimization 代码实现稀疏表示中的l1范式中的7个优化问题

    4下载:
  2. 代码实现稀疏表示中的l1范式中的7个优化问题。对大家实现稀疏表示算法有极大的参考价值-This package contains code for l1 magic solving seven optimization problems.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-11-26
    • 文件大小:124595
    • 提供者:yuanbh
  1. CMM.rar

    0下载:
  2. 这个语法分析器用到的是自顶向下的递归调用的方法,根据Cminus语言的文法规则 的BNF范式编写递归调用的代码,parse方法是程序的入口,它调用的stmt_sequence完成整个语法分析工作,stmt_sequence背后是12个互相调用的方法,它本身也在语法分析的过程中被调用到。 每个方法在最后会返回一个构造好的节点DefaultMutableTreeNode节点t给调用它的方法,然后调用它的方法用这个返回的节点继续构造,最后语法分析完成后会返回一棵完全构造好了的树节点,然后将这个树节点
  3. 所属分类:Compiler program

    • 发布日期:2017-03-23
    • 文件大小:141074
    • 提供者:文龙
  1. tsp

    0下载:
  2. 模拟退火算法通用类,改编自TSP问题求解,采用Java5范式来表示解,需要实现:评估算法,获取当前解的领域,detalT【温度变化值】,loopCount【循环次数】可调,更原始类型参看SACompute-Simulated annealing algorithm generic categories, adapted from the TSP problem solving, using Java5 solution paradigm to express the need to realiz
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:4920
    • 提供者:长亭
  1. sql-92-bnf.tar

    0下载:
  2. sql 92的 bnf范式,学习sql 92标准的最权威参考-sql 92 of bnf paradigm, learning sql 92 standard of the most authoritative reference
  3. 所属分类:SQL Server

    • 发布日期:2017-04-01
    • 文件大小:58861
    • 提供者:yingjie
  1. sql-99-bnf.tar

    0下载:
  2. sql 99的 bnf范式,学习sql 99标准的最权威参考。-sql 99 of bnf paradigm, learning sql 99 standard of the most authoritative reference.
  3. 所属分类:SQL Server

    • 发布日期:2017-03-28
    • 文件大小:110946
    • 提供者:yingjie
  1. sql-2003-bnf.tar

    0下载:
  2. sql 2003的 bnf范式,学习sql 2003标准的最权威参考-bnf paradigm of sql 2003, sql 2003 standard to study the most authoritative reference
  3. 所属分类:SQL Server

    • 发布日期:2017-03-29
    • 文件大小:125445
    • 提供者:yingjie
  1. YAM_Project

    2下载:
  2. 仿MATLAB计算软件本软件是一款科学计算平台,支持MATLAB的大多数语法,但尚不支持外部函数调用和复杂的数据结构。本软件可供广大师生进行基本的学习和教学工作,对科研人员也有所帮助。“YAM”意为“Yet Another Matlab”。本套软件包含如下程序: YAM.exe 软件主程序,用于输入和输出指令 compiler.exe 用于进行源代码编译并生成中间代码 interpreter.exe 用于解释中间代码并生成最终结果 Figure.exe 用于绘制图形
  3. 所属分类:Other windows programs

    • 发布日期:2017-01-14
    • 文件大小:1482807
    • 提供者:乔松
  1. 2008425110516RDTheory

    0下载:
  2. 关系数据库理论,范式的详细讲解,可以作为上课课件或自学用-Relational database theory, the paradigm of detailed briefings can serve as a school or a self-learning courseware
  3. 所属分类:Database system

    • 发布日期:2017-04-27
    • 文件大小:21448
    • 提供者:类人猿
  1. Databasestandardizeddefinition

    0下载:
  2. 数据库规范化原则和范式定义,帮助数据库设计-Database standardized definition of the principles and paradigms
  3. 所属分类:Database system

    • 发布日期:2017-04-23
    • 文件大小:34183
    • 提供者:huaze
  1. cyk

    0下载:
  2. 实现了cyk算法,输入的乔姆斯基范式,其中第一个字母必须是初始变元-Cyk realize the algorithm, enter the Chomsky paradigm, in which the first letter of the initial variable must be
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2244
    • 提供者:gaohandong
  1. formula

    0下载:
  2. 数据结构的应用,实现合析范式和析合范式,借用MFC做界面,是数据结构较好的应用。-data structure application
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-23
    • 文件大小:7474585
    • 提供者:陈利渊
  1. symbolic

    0下载:
  2. 控制台下输入一个数理逻辑表达式,则给出一个真值表并给出合析范式与析合范式-Enter a console under the expression of mathematical logic, the truth table and give give a combined analysis together with analysis of paradigm paradigm
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:727160
    • 提供者:8912209
  1. xihehexi

    0下载:
  2. 以visual c++实现合析范式和析合范式的自动生成-To visual c++ to achieve combined analysis of model and analysis of the automatically generated combined paradigm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:2075
    • 提供者:H.C. Young
  1. Understanding_normal_forms_of_database

    0下载:
  2. 理解数据库范式。深入讨论了第二和第三范式,并给了示例。-Understanding normal forms of database
  3. 所属分类:Database system

    • 发布日期:2017-04-01
    • 文件大小:8514
    • 提供者:Patrick
  1. Multi-Class BCI

    0下载:
  2. 全面总结多分类BCI的实验范式,具有很好的指导作用(A comprehensive summary of the experimental paradigm of multiclass BCI has a good guiding role.)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-01
    • 文件大小:757760
    • 提供者:小学生123
« 12 3 4 5 »
搜珍网 www.dssz.com