搜索资源列表
One-cycleLianbiao
- 对一个链表实现循环,里边都有应该的注释,自己看看了-a right to recycle the inside of the Notes should have to see for themselves the
bianyiyuanlisheji
- 1. PL/0 语言介绍 ●PL/0 程序设计语言是一个较简单的语言,它以赋值语句为基础,构造概念有顺序、条件和重复(循环)三种。PL/0 有子程序概念,包括过程定义(可以嵌套)与调用且有局部变量说明。PL/0语言编译程序采用以语法分析为核心、一遍扫描的编译方法。词法分析和代码生成作为独立的子程序供语法分析程序调用。语法分析的同时,提供了出错报告和出错恢复的功能。在源程序没有错误编译通过的情况下,调用类PCODE解释程序解释执行生成的类PCODE代码。 ●保留字(关键字):所谓保留字是指
CRCRecycle
- CRC循环校验的具体算法方案 用vc++ 实现-cycle CRC checksum algorithm for the specific program used to achieve vc
mat_fast
- matlab的代码优化,对于那些循环多的很慢的程序大有帮助,十分推荐-Matlab code optimization, for those who cycle more slowly greatly assist the process, highly recommend
CLangue
- 数值计算方法在C语言中的应用 介绍了数值计算方法与计算机程序语言相结合的重要性,在给出牛顿迭代公式之后,阐述了牛顿迭代法在do-while循环中的应用,然后通过实例基于曲线梯形面积求解方法,论述了矩形法和梯形法在for循环中的应用.最后指出:用正确的数值计算方法编写高效的计算机程序解决复杂的实际问题应成为当代理工科大学生必备的基础与技能-numerical calculation method in the C language to the application of numerical
bianyi
- 通过设计、编制、调试一个for循环语句的语法及语义分析程序,加深对语法及语义分析原理的理解,并实现词法分析程序对单词序列的词法检查和分析。
A逐点循环递归法求哈密顿回路
- 此文档是用VC编写的编译原理A逐点循环递归法求哈密顿回路的程序-This document was prepared by the compiler VC Principle A cycle-by-point method for recursive loop Hamiltonian procedures
123
- 还有一个缺陷就是在只知道密文 x 及公钥(n,e)的情况下,只要将 (x^e) mod n 所得余数 s 再不断地循环操作 s = s^e mod n,此运算不断地循环 e 次之后,很多情况下都可以循环出原文,只是计算量过余多一些罢了。不过有不少情况下,根本都无须循环 e 次,不过对于1024位的 n 级别来说,e 也是一个相当大的数值,所以循环密文的余数以解得原文是有些不现实。 以上内容仅供参考,如有不实,请予更正-there is a defect in only know that the
forthecyclestatementtranslation
- for循环语句翻译,递归下降法,输出三地址码-for the cycle statement translation, recursive descent method, the output three-address code
for
- for循环控制语句的翻译,该程序的词法分析和语法分析程序是分开的-for circulation control translation statement, the program' s lexical analysis and syntax analysis program is separate from the
bianyiyuanli
- FOR循环语句的翻译程序设计(简单优先法、输出四元式),写出符合给定的语法分析方法的文法及属性文法。 完成题目要求的中间代码四元式的描述。 写出给定的语法分析方法的思想,完成语法分析和语义分析程序设计。 编制好分析程序后,设计若干用例,上机测试并通过所设计的分析程序。-FOR loop of the translation process design (a simple priority method, the output quaternion type), written in
prime
- 求任意一个整数是不是素数。采用for循环分别用改数除以它和1之间的所有数。最后给出结果。-For any prime number is an integer. Used for the cycle were divided by the number changed between it and all the number 1. Finally, the results.
def
- 本论文概述了信号检测技术,如能量检测、匹配滤波器检测等,重点研究了循 环平稳检测法,并与能量检测法进行性能对比,仿真表明循环平稳检测性能明显 优于能量检测。论文讨论了循环平稳检测法检测统计量的选取,研究了循环谱峰 均比的特性,并对使用循环谱峰均比作为检测统计量的循环平稳检测法进行了仿 真,仿真表明使用循环谱峰均比作为检测统计量的循环平稳检测性能优于传统的 循环平稳检测法。-This paper outlines the signal detection techniques,
forxunhuan
- 用c51写源代码,并在protuse中实现仿真,用for循环写代码-C51 write source code in protuse, to achieve a simulation, and write code for loop
MATLAB
- 简单的FOR循环和WHILE循环语问 可能你也不太会看的-simple for and while SYNC
QC-LDPC-for-deep-space-applications-
- 准循环LDPC码在深空通信和高码率数传通信中应用-Quasi-Cyclic Low-Density Parity-Check (QC-LDPC) codes for deep space and high data rate applications
for
- FOR循环的典型的小例子。利用for解决问题。-A typical small example of the FOR loop. Use for problem solving.
cyclic-LDPC-for-the-AWGN-channels
- 利用准循环LDPC码的情况来代数结构摘要和消除通道 -The algebraic structure of quasi-cyclic LDPC code is used to and eliminate the channel
basic-PPT-for-C-programming
- C/C++初学者的入门PPT,第一章介绍了C语言知识的概述,第二章介绍了算法,第三章介绍了数据类型、运算符及表达式,第四章介绍了基本的C语句及顺序程序的设计,第五章介绍了选择程序的设计(if、switch语句),第六章介绍了C中的典型循环。-C/C++ beginners entry ppt. The first chapter introduces an overview of the C language knowledge, the second chapter introduces th
For
- 该程序为C++重For循环简单程序,适合初学者学习并应用(The program is C++ simple For cycle simple procedures, suitable for beginners to learn and apply.)