Welcome![Sign In][Sign Up]
Location:
Search - pascal-s

Search list

[ELanguagecrc8

Description: 并行计算8位CRC,可以很方便的转化为硬件实现,速度很快,效率很高-With this code, it s very easy to do CRC caculation.
Platform: | Size: 306176 | Author: 田玉利 | Hits:

[STLcastle-pascal

Description: castle 给出一个城堡的地图,求其中的连通房间数,最大房间的面积,拆除某个墙壁连通两间屋子后可形成的最大房屋面积。应用pascal的递归函数来实现计算功能。-give a castle map of the castle, and one of the connectivity number of rooms, the largest area of the room, the removal of a wall connecting the two rooms can be formed after the area' s largest housing. Application pascal implementation of the recursive function computing power.
Platform: | Size: 1024 | Author: 王一一 | Hits:

[Delphi/CppBuilderPascal

Description: Pascal精要 第一章 Pascal历史回顾 Delphi中使用的面向对象pascal编程语言并不是borland公司1995年发布可视化开发环境Delphi时才有的,它只是已有borland pascal产品的简单扩展。 Borland没有发明pascal,但它推广并扩展了pascal。 -Essentials of Pascal Chapter Pascal History Delphi used in object-oriented programming language pascal is not borland released in 1995, when Delphi visual development environment there, it' s just been a simple extension of the product borland pascal. Borland did not invent the pascal, but it is to promote and extend the pascal.
Platform: | Size: 188416 | Author: 谭正伟 | Hits:

[Other3

Description: 输出杨辉三角,第一行1个数字,第二行2个数字,第三行3个数字-Output Pascal s triangle,the first row 1,and the second line 2digital,the third line 3 digits.
Platform: | Size: 156672 | Author: jinyujie | Hits:

[AlgorithmYANGHUISANJIAO

Description: 打印杨辉三角(FORTRAN) 打印杨辉三角(FORTRAN)-PRINT Pascal s Triangle Pascal s Triangle
Platform: | Size: 1024 | Author: wuwenlong | Hits:

[ELanguagepl0modify

Description: 对PL/0作以下修改扩充: (1)增加单词:保留字 ELSE,FOR,STEP,RETURN 运算符 +=,-=,++,--,∧,∨,┓ (2)修改单词:不等号# 改为 <> (3)增加条件语句的ELSE子句 基本内容(成绩范围:“中”、“及格”或“不及格”) (1)扩充赋值运算:+= 和 -= (2)扩充语句(Pascal的FOR语句): ①FOR <变量>:=<表达式> STEP <表达式> DO <语句> ②FOR <变量>:=<表达式> STEP <表达式> DO <语句> 其中,语句①的循环变量的步长为1, 语句②的循环变量的步长为-1。 (3)增加运算:++ 和 --。 -Of the PL/0 expansion following changes: (1) Add a word: reserved word ELSE, FOR, STEP, RETURN Operator+=,-=,++,--, ∧, ∨, ┓ (2) modify the words: inequality# changed <> (3) increase the ELSE clause of conditional statement Basic content (score range: "in", "pass" or "fail") (1) Expansion assignment operator:+ = and-= (2) expansion of the statement (Pascal s FOR statement): ① FOR <variable>: = <expression> STEP <expression> DO <statement> ② FOR <variable>: = <expression> STEP <expression> DO <statement> Among them, the statement ① loop variable step size of 1, Statement ② loop variable step size to-1. Increase in computing:++ and-.
Platform: | Size: 1331200 | Author: melon | Hits:

[JSP/JavaHello-World

Description: 该程序实现杨辉三角的计算、输出。可以输出任意行的杨辉三角!-The program implements the calculation and output of Pascal s Triangle. You can output any row of Pascal s Triangle!
Platform: | Size: 3072 | Author: xuefeng li | Hits:

[Algorithmachvectors

Description: Delphi 的矩阵库,可以实际动态数组,矩阵产实现搜索等功能-Vectors is a class library for Object Pascal (Delphi 1, 3-7, Borland C++ Builder, Borland Kylix, Free Pascal v.1.0 and higher) which implements vectors (dynamically sized arrays) based on different Object Pascal s simple types including all integer and real types, booleans, pointers and strings. These vectors resemble TList class type from Delphi VCL but in addition to the common operations like insert and delete they offer a wide range of operations depending on the type of the vector elements- sorting, searching, arithmetic vector operations for number-type vectors, logical operations for boolean vectors and so on. The library also implements a range of derivative and additional classes- sparse vectors, matrixes, queues, stacks, dictionaries, streams.
Platform: | Size: 348160 | Author: sun2grit | Hits:

[Otheryanghuisanjiao

Description: 打印出数学中常用到的、用途广泛的杨辉三角-Print Pascal s triangle
Platform: | Size: 1024 | Author: wana | Hits:

[Software Engineerings

Description: 应用flex实现的pascal语言的简单的词法分析稀奇-Pascal language application flex simple lexical analysis surprising
Platform: | Size: 1024 | Author: 梁运韬 | Hits:

[OtherPascals-Triangle

Description: C++数据结构与算法 应用队列输出一个杨辉三角杨辉三角-Pascal s Triangle
Platform: | Size: 2048 | Author: 曹维 | Hits:

[Algorithm8-classical-algorithm-c-language

Description: 1.实现将输入的string字符串反序输出。 2.一个数如果恰好等于它的因子之和,这个数就称为"完数"。例如6 = 1+2+3找出10000以内的所有完数。 3.下面程序的功能是将一个4×4的数组进行逆时针旋转90度后输出,要求原始数组的数据随机输入,新数组以4行4列的方式输出 4.编程打印杨辉三角。 5.实现将输入的字符串反序输出 6.实现字符串拷贝函数strcopy(char*src,char* dest) 7.求近似Pi值。可以用公式(如:pi/2 = 1+1/3+1/3*2/5 + 1/3*2/5*3/7 + 1/3*2/5*3/7*4/9+.....) 8.输入一个字符串,判断其是否为回文。回文字符串是指从左到右读和从右到左读完全相同的字符串。-1 to achieve the reverse order of the input string string output. 2 If a number is exactly equal to the sum of its factors, this number is called a "complete count." For example, 6 = 1+2+3 identify all End counts less than 10,000. 3 The following procedure is the function of a 4 × 4 array rotated 90 degrees counter-clockwise output, requiring random input data in the original array, the new array with 4 rows 4 way output 4 Programming printing Pascal s Triangle. 5 to achieve the output of the input string in reverse order 6. Achieve string copy function strcopy (char* src, char* dest) 7 Find the approximate value of Pi. Can use the formula (eg: pi/2 = 1+1/3+1/3* 2/5+ 1/3* 2/5* 3/7+ 1/3* 2/5* 3/7* 4/9+ .....) 8 Enter a string to determine whether it is a palindrome. Palindrome string is read from left to right and right to left reading the same string.
Platform: | Size: 471040 | Author: | Hits:

[OS programyangHuiTriangle

Description: 任务定义:运用队列输出杨辉三角 问题分析:先实现用队列输出杨辉三角,然后再优化输出 - Task Definition: Output queue using Pascal s Triangle Problem analysis: first achieved using Pascal s Triangle output queue, and then optimize the output
Platform: | Size: 1024 | Author: | Hits:

[Otheryanghuisanjiao

Description: 杨辉三角的源码,采用数据结构的算法实现,能根据自己输入的数,显示杨辉三角-Pascal s Triangle source, using the algorithm data structure, according to the number of their own input, display Pascal s Triangle
Platform: | Size: 235520 | Author: beike | Hits:

[CSharpyanghuisanjiao

Description: 在C#中运用数组编写杨辉三角,此程序固定输出行数为10行。-Pascal s triangle
Platform: | Size: 15360 | Author: | Hits:

[CSharpyanghuisanjiao

Description: 杨辉三角 经典问题 数据结构 使用c-Pascal s Triangle Classic problem Data Structure Using c++
Platform: | Size: 24576 | Author: sky | Hits:

[OtherCPP

Description: 此压缩包包含六个C++程,包含“杨辉三角”、求最大公约数和最大公倍数等问题-This archive contains six C++ away with Pascal s Triangle , find the common denominator and the greatest common factor and other issues
Platform: | Size: 2048 | Author: meihanyu | Hits:

[source in ebookrt

Description: 1.输出菱形的 :2.杨辉三角:3.求素数:-1. Output diamond: 2 Pascal s Triangle: 3 seeking primes:
Platform: | Size: 3072 | Author: 杰伦 | Hits:

[Otheryanghui

Description: 此程序主要是针对杨辉三角C语言缩写的. 程序是考试进可以用到。-Pascal s triangle
Platform: | Size: 1024 | Author: | Hits:

[JSP/JavaPascalMain

Description: JAVA code to find the n th row in Pascal s triangle.
Platform: | Size: 1024 | Author: paul | Hits:
« 1 23 4 5 6 7 8 9 10 »

CodeBus www.codebus.net