搜索资源列表
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
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.
ShowDigit
- 这是一个模拟数码数字输出的过程。程序分为几个函数。其中控制输出的for循环部分很精彩。-This is an analog digital digital output process. Program is divided into several functions. One control output for loop part of the wonderful.
PRIME
- 用双重for循环实现求素数功能 用的是oracle PL/SQL -Request with a double for loop to achieve with the prime function of oracle PL/SQL
def
- 本论文概述了信号检测技术,如能量检测、匹配滤波器检测等,重点研究了循 环平稳检测法,并与能量检测法进行性能对比,仿真表明循环平稳检测性能明显 优于能量检测。论文讨论了循环平稳检测法检测统计量的选取,研究了循环谱峰 均比的特性,并对使用循环谱峰均比作为检测统计量的循环平稳检测法进行了仿 真,仿真表明使用循环谱峰均比作为检测统计量的循环平稳检测性能优于传统的 循环平稳检测法。-This paper outlines the signal detection techniques,
java3
- 实验四:毕达哥拉斯三元组 实验目的:1.嵌套的for循环。 2.使用计数器控制的循环。 3.使用“强力(brute force)”来解决问题。 问题描述:直角三角形的各边长度都可以为整数。这组代表直角三角形各边的整型值称为 毕达哥拉斯三元组。这3条边必须满足如下关系:两条直角边的平方和等于斜边的平方。在1到500的范围内,找出所有适合于side1,side2和hypotenuse的整形毕达哥拉斯三元组。使用一个3层嵌套的for循环尝试所有可能的情况。该程序是“强力
CSharp-for
- c#中循环的效率问题,对初学者有很大的帮助!-the efficiency of the cycle in c# for beginners, a great help!
forxunhuan
- 用c51写源代码,并在protuse中实现仿真,用for循环写代码-C51 write source code in protuse, to achieve a simulation, and write code for loop
画图,学用rectangle画方形。
- 题目:画图,学用rectangle画方形。 ___________________________________________________________________ 程序分析:利用for循环控制100-999个数,每个数分解出个位,十位,百位。 -Topic: drawing, painting theory and rectangle square. _______________________________
MATLAB
- 简单的FOR循环和WHILE循环语问 可能你也不太会看的-simple for and while SYNC
GetProductAlgorithm
- 用递归实现n层for循环,当for循环的嵌套层次未知时,使用此程序可以解决问题。-Recursive n layer of for cycle.
QC-LDPC-for-deep-space-applications-
- 准循环LDPC码在深空通信和高码率数传通信中应用-Quasi-Cyclic Low-Density Parity-Check (QC-LDPC) codes for deep space and high data rate applications
A-few-daffodils
- 打印出所有的“水仙花数”,所谓“水仙花数”是指一个三位数,其各位数字立方和等于该数 本身。例如:153是一个“水仙花数”,因为153=1的三次方+5的三次方+3的三次方。 1.程序分析:利用for循环控制100-999个数,每个数分解出个位,十位,百位。 -A few daffodils
for
- FOR循环的典型的小例子。利用for解决问题。-A typical small example of the FOR loop. Use for problem solving.
For
- 该程序为C++重For循环简单程序,适合初学者学习并应用(The program is C++ simple For cycle simple procedures, suitable for beginners to learn and apply.)