搜索资源列表
分硬币的简单程序
- 可实现硬币的分法,一分,二分,五分硬币。内附有for循环版-achieve coins points, one points, two points, five coins. Enclosing a version for recycling
二维小波变换
- 关于二维小波变换的程序 [精华] 说明:此算法重在概念,速度并不是很快。因为FOR循环的缘故。此程序从循环矩阵的观点出发,把圆周卷积和快速幅里叶变换建立了联系。实现了分解和无失真重构。它只做了一层分解,即将256x256图形分解成为64x64的四个图形,避免了使用WKEEP()的困惑。主要思想为用小波滤波器族构造正交阵W,变换写为B=W*A*W ,反变换为:A=W *A*W,这与所有正交变换无异。W为循环正交矩阵,因此可用F
for
- 这是一段关于matlab的for循环的研究演示例子的说明-This is the section on Matlab for recycling demonstration examples of the note
二维小波变换
- 关于二维小波变换的程序 [精华] 说明:此算法重在概念,速度并不是很快。因为FOR循环的缘故。此程序从循环矩阵的观点出发,把圆周卷积和快速幅里叶变换建立了联系。实现了分解和无失真重构。它只做了一层分解,即将256x256图形分解成为64x64的四个图形,避免了使用WKEEP()的困惑。主要思想为用小波滤波器族构造正交阵W,变换写为B=W*A*W ,反变换为:A=W *A*W,这与所有正交变换无异。W为循环正交矩阵,因此可用F
for
- 这是一段关于matlab的for循环的研究演示例子的说明-This is the section on Matlab for recycling demonstration examples of the note
for
- 编译原理的FOR循环语句的翻译,中间代码生成,以及语法,词法分析等-compiler principles FOR cycle statement to the translation, intermediate code generation, as well as grammar, lexical analysis
bianyi
- 通过设计、编制、调试一个for循环语句的语法及语义分析程序,加深对语法及语义分析原理的理解,并实现词法分析程序对单词序列的词法检查和分析。-Through the design, preparation, testing a for loop syntax and semantic analysis procedures, better understanding of the syntax and semantic analysis
7th-For
- VB 语言的FOR循环语句的应用,可作为演示程序和教学用。-VB language, the application of FOR loop can be used as demonstration of procedures and teaching.
3
- FOR循环语句的翻译程序设计(递归下降法、输出四元式)-FOR loop design of the translation process (recursive descent method, the output quaternion type)
bianyiyuanli
- FOR循环语句的翻译程序设计(简单优先法、输出四元式),写出符合给定的语法分析方法的文法及属性文法。 完成题目要求的中间代码四元式的描述。 写出给定的语法分析方法的思想,完成语法分析和语义分析程序设计。 编制好分析程序后,设计若干用例,上机测试并通过所设计的分析程序。-FOR loop of the translation process design (a simple priority method, the outpu
forthecyclestatementtranslation
- FOR循环语句的翻译程序设计(递归下降法、输出四元式) java-FOR loop of the translation program design (recursive descent method, the output quad-style) java
1_1
- 使用For循环产生100个随机数。在随机数产生的同时判定当前随机数的最大值和最小值。有时称其为“流动的”最大值和最小值。在前面板上显示流动最大值、最小值和当前的随机数。循环中一定要包含Time Delay Express VI以便用户可以观看值随着For循环的运行而更新。-For cycling using 100 random numbers. While in the random number generator random
for-loop
- 这是一个关于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.
for
- for循环的例子,对初学者很有帮助,大家可以下载来看一看。-for loop example, useful for beginners, you can download to look at.
for
- for 循环的执行流程:初始化表达式-循环条件-循环体-递增表达式-For the execution of the loop processes : initialization expression- loop condition-- increment the loop body expression
for
- FOR循环的典型的小例子。利用for解决问题。-A typical small example of the FOR loop. Use for problem solving.
The-application-of-for-cycle
- for循环的几个应用,常见于各种Java面试中,包括99乘法表和星形排列-several applications for the cycle, is common in a variety of Java interview, including 99 multiplication tables and star arrangement
1 For循环-9999
- For循环-索引的方式输入数组,LABVIEW基础学习。(For loop index way input array, LABVIEW basic learning.)
第5章 循环结构程序设计
- 几种循环的比较;循环的嵌套;用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
树形图表的信息保存于加载
- 树形图表的信息保存于加载.保存树形表:鼠标释放事件 首先判断树形表的行数以确定for循环的次数,然后循环读取每行的标识符和对应标识符的缩进层次 最后将所得信息组成二维字符串数组,第0列表示缩进层次,第1列 表示对应的标识符(Labview Tree information save)