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

搜索资源列表

  1. clock

    0下载:
  2. 用汇编设计一个时钟程序。 通过综合性程序的开发,使学生对所学课程能综合各章节内容,并与前导课程(数据结构、操作系统)进行综合,加深学生对理论课程的理解,并学以致用,有利于学生培养分析问题、解决问题的能力和浓厚兴趣。
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1269
    • 提供者:kangedy
  1. abc

    0下载:
  2. 数据结构课程设计_校园导游咨询 1.需求分析 设计一个校园导游程序,为来访的客人提供各种信息查询服务。 (1)设计学校的校园平面图,所含景点不少于10个。以图中顶点表示校内各景点,存放景点名称、代号、简介等信息;以边表示路径,存放路径长度等相关信息。 (2)为来访客人提供图中任意景点相关信息的查询。 (3)提供途中任意景点问路查询,即求任意两个景点间的一条最短的简单路径。
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:2040
    • 提供者:赵寒
  1. TheLongestCommonStringOfTwoStrings

    0下载:
  2. 数据结构课程实验:求两个字符串的最长公共子串,附有算法和源代码,还有算法分析与总结
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:5543
    • 提供者:huxiaolin
  1. TheLinkOfTheTwoStrings

    0下载:
  2. 数据结构课程实验:字符串的链接运算,附有算法和源代码,还有数据分析与实验总结
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:5850
    • 提供者:huxiaolin
  1. pfl.rar

    0下载:
  2. 土木工程中结构分析程序设计后处理法(PFL),用fortran编辑的,万能的解决结构内力的程序源代码,Structural Analysis Program in Civil Engineering design approach (PFL), edited by fortran, a panacea to solve the structure of the internal force of the source code
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:74220
    • 提供者:wd
  1. 200564152459878

    0下载:
  2. 针对PIC单片机,提供了200个汇编语言实用子程序,包括科学计算、信息处理、查表技术、串行通信、数字滤波、键盘、显示、打印和各种模块应用等方面。这些实用子程序均已通过实际应用的检验,每个子程序都有编制说明和程序框图,以方便读者分析子程序结构和修改子程序;每个子程序都注明出/入口条件和参数,便于读者直接调用。-For PIC microcontroller, provides a practical 200 assembly language subroutines, including scie
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:150573
    • 提供者:fei
  1. bianyiyuanli

    0下载:
  2. 语法分析是编译过程的核心部分。它的任务是在词法分析识别出单词符号串的基础上,分析并判定程序的语法结构是否符合语法规则。语法分析器在编译程序中的地位如-Syntax analysis is the core of the compilation process. Its task is to identify the word in the lexical analysis of strings of symbols, based on the syntax of programs to anal
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:114079
    • 提供者:bcl
  1. C

    0下载:
  2. 主要介绍线性结构,树型结构,图状结构三种逻辑结构元素的存储实现,在此基础上介绍一些典型算法及时,空效率分析.-Introduces the linear structure, tree structure, graph-like structure of three elements of the logical structure of the storage to achieve, on this basis are some typical algorithms in time, spac
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:370928
    • 提供者:pan
  1. yufafenxi

    0下载:
  2. 编制一个递归下降分析程序,实现对词法分析程序所提供的单词序列的语法检查和结构分析。 利用C语言编制递归下降分析程序,并对简单语言进行语法分析。 -The preparation of a recursive descent parser, lexical analysis program to realize the word provided by the syntax check sequence and structure analysis. Use of C language c
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:2169
    • 提供者:zeng
  1. compiler2

    0下载:
  2. 语法分析(一) 在实验一的基础上,对符号表中的单词采用自顶向下的分析方法进行语法分析,对不符合给定的文法的字符串,给出错误信息。 内容:给定描述语法的文法为: E→E+T|E-T|T T→T*F|T/F|F F→i 注:i为实验一中分析得到的整型数值型数据,+、-、*和/为实验一文法二所描述的算符。 使用的数据结构: 1.定义一个结构体,利用该结构体定义一个数组stable,用来存放字符串中字符的属性(类型class和值value)。(与实验一同用) 2.定义
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:897
    • 提供者:刘博
  1. ly

    0下载:
  2. 编制一个递归下降分析程序,实现对词法分析程序所提供的单词序列的语法检查和结构分析。-Preparation of a recursive descent analytical procedures the word lexical analysis program syntax checking sequence and structure analysis.
  3. 所属分类:assembly language

    • 发布日期:2017-11-24
    • 文件大小:312904
    • 提供者:宋志伟
  1. 4node

    1下载:
  2. 结构有限元四边形四节点分析程序 船舶结构力学编程-Structural finite element quadrilateral four-node analysis program
  3. 所属分类:assembly language

    • 发布日期:2017-12-01
    • 文件大小:326538
    • 提供者:范少涛
  1. 26

    0下载:
  2. 制作关于数据结构的算法分析,希望对大家有所帮助-Making about data structures algorithm analysis, we hope to help
  3. 所属分类:assembly language

    • 发布日期:2017-11-15
    • 文件大小:45588
    • 提供者:郑炯辉
  1. 2

    0下载:
  2. 丁星《MATLAB杆系结构分析源代码》光盘源码 第二章-Ding Xing the MATLAB truss structure analysis of the source CD source in the second chapter
  3. 所属分类:assembly language

    • 发布日期:2017-04-28
    • 文件大小:58017
    • 提供者:向泽
  1. 1

    0下载:
  2. 丁星《MATLAB杆系结构分析源代码》光盘源码 第一章-Ding Xing the MATLAB truss structure analysis of the source CD source, the first chapter
  3. 所属分类:assembly language

    • 发布日期:2017-04-09
    • 文件大小:49425
    • 提供者:向泽
  1. 3

    0下载:
  2. 丁星《MATLAB杆系结构分析源代码》光盘源码 第三章-Ding Xing the MATLAB truss structure analysis of the source CD source in the third chapter
  3. 所属分类:assembly language

    • 发布日期:2017-04-28
    • 文件大小:116543
    • 提供者:向泽
  1. 4

    0下载:
  2. 丁星《MATLAB杆系结构分析源代码》光盘源码 第四章-Ding Xing the MATLAB truss structure analysis of the source CD source in the forth chapter
  3. 所属分类:assembly language

    • 发布日期:2017-04-25
    • 文件大小:110507
    • 提供者:向泽
  1. 5

    0下载:
  2. 丁星《MATLAB杆系结构分析源代码》光盘源码 第五章-Ding Xing MATLAB truss structure analysis source code disc source The fifth chapter
  3. 所属分类:assembly language

    • 发布日期:2017-04-17
    • 文件大小:68802
    • 提供者:向泽
  1. creep0418

    6下载:
  2. 混凝土收缩徐变, 多用于结构分析和混凝土结构施工阶段计算(Concrete shrinkage and creep are mostly used for structural analysis and concrete structure construction stage calculation.)
  3. 所属分类:汇编语言

    • 发布日期:2018-05-02
    • 文件大小:3072
    • 提供者:hunter002
  1. 框架模态分析final

    1下载:
  2. 一幢普通框架结构楼房的ANSYS建模及其模态分析(ANSYS modeling and modal analysis of a common frame structure building)
  3. 所属分类:汇编语言

    • 发布日期:2021-01-15
    • 文件大小:1024
    • 提供者:tony1027
« 12 »
搜珍网 www.dssz.com