搜索资源列表

  1. 分硬币的简单程序

    0下载:
  2. 可实现硬币的分法,一分,二分,五分硬币。内附有for循环版-achieve coins points, one points, two points, five coins. Enclosing a version for recycling
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1010
    • 提供者:皮皮
  1. 二维小波变换

    0下载:
  2. 关于二维小波变换的程序 [精华] 说明:此算法重在概念,速度并不是很快。因为FOR循环的缘故。此程序从循环矩阵的观点出发,把圆周卷积和快速幅里叶变换建立了联系。实现了分解和无失真重构。它只做了一层分解,即将256x256图形分解成为64x64的四个图形,避免了使用WKEEP()的困惑。主要思想为用小波滤波器族构造正交阵W,变换写为B=W*A*W ,反变换为:A=W *A*W,这与所有正交变换无异。W为循环正交矩阵,因此可用F
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:3785
    • 提供者:罗松溪
  1. for

    0下载:
  2. 这是一段关于matlab的for循环的研究演示例子的说明-This is the section on Matlab for recycling demonstration examples of the note
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1618
    • 提供者:李华
  1. 二维小波变换

    0下载:
  2. 关于二维小波变换的程序 [精华] 说明:此算法重在概念,速度并不是很快。因为FOR循环的缘故。此程序从循环矩阵的观点出发,把圆周卷积和快速幅里叶变换建立了联系。实现了分解和无失真重构。它只做了一层分解,即将256x256图形分解成为64x64的四个图形,避免了使用WKEEP()的困惑。主要思想为用小波滤波器族构造正交阵W,变换写为B=W*A*W ,反变换为:A=W *A*W,这与所有正交变换无异。W为循环正交矩阵,因此可用F
  3. 所属分类:波变换

    • 发布日期:2024-05-03
    • 文件大小:3072
    • 提供者:罗松溪
  1. for

    0下载:
  2. 这是一段关于matlab的for循环的研究演示例子的说明-This is the section on Matlab for recycling demonstration examples of the note
  3. 所属分类:matlab例程

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:李华
  1. for

    1下载:
  2. 编译原理的FOR循环语句的翻译,中间代码生成,以及语法,词法分析等-compiler principles FOR cycle statement to the translation, intermediate code generation, as well as grammar, lexical analysis
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-03
    • 文件大小:8192
    • 提供者:yan yue
  1. bianyi

    0下载:
  2. 通过设计、编制、调试一个for循环语句的语法及语义分析程序,加深对语法及语义分析原理的理解,并实现词法分析程序对单词序列的词法检查和分析。-Through the design, preparation, testing a for loop syntax and semantic analysis procedures, better understanding of the syntax and semantic analysis
  3. 所属分类:软件工程

    • 发布日期:2024-05-03
    • 文件大小:69632
    • 提供者:佚星
  1. 7th-For

    0下载:
  2. VB 语言的FOR循环语句的应用,可作为演示程序和教学用。-VB language, the application of FOR loop can be used as demonstration of procedures and teaching.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-03
    • 文件大小:2048
    • 提供者:丁宇
  1. 3

    0下载:
  2. FOR循环语句的翻译程序设计(递归下降法、输出四元式)-FOR loop design of the translation process (recursive descent method, the output quaternion type)
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-03
    • 文件大小:128000
    • 提供者:au
  1. bianyiyuanli

    0下载:
  2. FOR循环语句的翻译程序设计(简单优先法、输出四元式),写出符合给定的语法分析方法的文法及属性文法。 完成题目要求的中间代码四元式的描述。 写出给定的语法分析方法的思想,完成语法分析和语义分析程序设计。 编制好分析程序后,设计若干用例,上机测试并通过所设计的分析程序。-FOR loop of the translation process design (a simple priority method, the outpu
  3. 所属分类:软件工程

    • 发布日期:2024-05-03
    • 文件大小:92160
    • 提供者:warmorange
  1. forthecyclestatementtranslation

    0下载:
  2. FOR循环语句的翻译程序设计(递归下降法、输出四元式) java-FOR loop of the translation program design (recursive descent method, the output quad-style) java
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-03
    • 文件大小:1081344
    • 提供者:夏瑾
  1. 1_1

    0下载:
  2. 使用For循环产生100个随机数。在随机数产生的同时判定当前随机数的最大值和最小值。有时称其为“流动的”最大值和最小值。在前面板上显示流动最大值、最小值和当前的随机数。循环中一定要包含Time Delay Express VI以便用户可以观看值随着For循环的运行而更新。-For cycling using 100 random numbers. While in the random number generator random
  3. 所属分类:其他小程序

    • 发布日期:2024-05-03
    • 文件大小:7168
    • 提供者:小李
  1. for-loop

    0下载:
  2. 这是一个关于for循环的程序,此程序是在matlab9.0版本上编写的,同时这是一个通用的程序,仅供大家参考。-This is a for loop program, this program is on in matlab9.0 versions written, at the same time, this is a common procedure, only for your reference.
  3. 所属分类:LabView

    • 发布日期:2024-05-03
    • 文件大小:9216
    • 提供者:Adenu
  1. for

    0下载:
  2. for循环的例子,对初学者很有帮助,大家可以下载来看一看。-for loop example, useful for beginners, you can download to look at.
  3. 所属分类:LabView

    • 发布日期:2024-05-03
    • 文件大小:7168
    • 提供者:夏阳
  1. for

    0下载:
  2. for 循环的执行流程:初始化表达式-循环条件-循环体-递增表达式-For the execution of the loop processes : initialization expression- loop condition-- increment the loop body expression
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:王正涛
  1. for

    0下载:
  2. FOR循环的典型的小例子。利用for解决问题。-A typical small example of the FOR loop. Use for problem solving.
  3. 所属分类:软件工程

    • 发布日期:2024-05-03
    • 文件大小:648192
    • 提供者:回音
  1. The-application-of-for-cycle

    0下载:
  2. for循环的几个应用,常见于各种Java面试中,包括99乘法表和星形排列-several applications for the cycle, is common in a variety of Java interview, including 99 multiplication tables and star arrangement
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-03
    • 文件大小:2048
    • 提供者:肖磊
  1. 1 For循环-9999

    0下载:
  2. For循环-索引的方式输入数组,LABVIEW基础学习。(For loop index way input array, LABVIEW basic learning.)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-03
    • 文件大小:4096
    • 提供者:junjunlo99
  1. 第5章 循环结构程序设计

    0下载:
  2. 几种循环的比较;循环的嵌套;用for 语句实现循环;用do ~ while 语句实现循环(The comparison of several cycles; the nesting of the cycle; the implementation of the cycle with the for statement; the implementation of the cycle with the do ~ while stateme
  3. 所属分类:其他小程序

    • 发布日期:2024-05-03
    • 文件大小:520192
    • 提供者:zhanmaymy
  1. 树形图表的信息保存于加载

    0下载:
  2. 树形图表的信息保存于加载.保存树形表:鼠标释放事件 首先判断树形表的行数以确定for循环的次数,然后循环读取每行的标识符和对应标识符的缩进层次 最后将所得信息组成二维字符串数组,第0列表示缩进层次,第1列 表示对应的标识符(Labview Tree information save)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-03
    • 文件大小:12288
    • 提供者:Alex_love_N
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org