搜索资源列表
19854794biaodashisiyuanshi
- // 语法制导翻译器设计示范程序 // ----- 算数表达式四元式翻译(递归子程序法) // 要求:1. 读懂该程序,并上机调试成功; // 2. 运行该程序,输入源表达式(字母:表示变量,数字:表示常数。) // 3. 反复运行,考查输出的各种四元式的正确性。 // 4. 实验报告内容:表达式的属性翻译文法;递归子程序框图; // 运行结果的记录(输出的三元式不得少于10条!) -/ / syntax translation guided desi
zhubuhuigui
- 逐步回归的基本思想是有进有出。具体做法是将变量一个一个引入,当每引入一个自变量后,对已选入的变量要进行逐个检验,当原引入的变量由于后面变量的引入而变得不再显著时,要将其剔除。引入一个变量或从回归方程中剔除一个变量,为逐步回归的一步,每一步都要进行 检验,以确保每次引入新的变量,之前回归方程中只包含显著的变量。这个过程反复进行,直到既无显著的自变量选入回归方程,也无不显著自变量从回归方程中剔除为止。-the basic idea is out there Progressive. Specific
chouJiang
- 利用VS2008做的简单WinForm程序, 实现简单的抽奖多程序。 20选5,不能重复。-Use VS2008 to do a simple WinForm procedures, to achieve a simple multi-draw procedure. 20 election of 5, can not be repeated.
luyinbi
- 数码录音笔通过对模拟信号的采样、编码将模拟信号通过数模转换器转换为数字信号,并进行一定的压缩后进行存储。而数字信号即使经过多次复制,声音信息也不会受到损失,保持原样不变。-After storing digital recording pen by sampling the analog signal, encoding the analog signal is converted by digital-to-analog converter into a digital signal, and
test-6.12.xcodeproj
- 截取某字符串中第n次重复出现的字符,在此文件中提供了多个方法-substring the repeated string a string
findOverlap
- 基因组的重复序列的查找和比对,用以组装基因组- The search and comparison of repeated sequences of genomes, which are used to assemble the genome
shale
- were able 帮您找出来在硬盘中重复出现的文件-Were able to help you to find out the hard disk is repeated in the file
sie_ec87
- 通过反复训练模板能有较高的识别率,关于小波的matlab复合分析,FIR 底通和带通滤波器和IIR 底通和带通滤波器。- Through repeated training pGiScdLlate have higher recognition rate, Matlab wavelet analysis on complex, Bottom-pass and band-pass FIR and IIR filter bottom pass and band-pass filter.
C语言冒泡排序法
- 冒泡排序(Bubble Sort),是一种计算机科学领域的较简单的排序算法。 它重复地走访过要排序的数列,一次比较两个元素,如果他们的顺序错误就把他们交换过来。走访数列的工作是重复地进行直到没有再需要交换,也就是说该数列已经排序完成。(Bubble sorting is a simpler sorting algorithm in the field of computer science. It repeats the sequence of the sequence, and compa
