Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - pascal-s
Search - pascal-s - List
DL : 0
并行计算8位CRC,可以很方便的转化为硬件实现,速度很快,效率很高-With this code, it s very easy to do CRC caculation.
Date : 2025-07-12 Size : 299kb User : 田玉利

DL : 0
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.
Date : 2025-07-12 Size : 1kb User : 王一一

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.
Date : 2025-07-12 Size : 184kb User : 谭正伟

DL : 0
输出杨辉三角,第一行1个数字,第二行2个数字,第三行3个数字-Output Pascal s triangle,the first row 1,and the second line 2digital,the third line 3 digits.
Date : 2025-07-12 Size : 153kb User : jinyujie

打印杨辉三角(FORTRAN) 打印杨辉三角(FORTRAN)-PRINT Pascal s Triangle Pascal s Triangle
Date : 2025-07-12 Size : 1kb User : wuwenlong

对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-.
Date : 2025-07-12 Size : 1.27mb User : melon

该程序实现杨辉三角的计算、输出。可以输出任意行的杨辉三角!-The program implements the calculation and output of Pascal s Triangle. You can output any row of Pascal s Triangle!
Date : 2025-07-12 Size : 3kb User : xuefeng li

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.
Date : 2025-07-12 Size : 340kb User : sun2grit

打印出数学中常用到的、用途广泛的杨辉三角-Print Pascal s triangle
Date : 2025-07-12 Size : 1kb User : wana

应用flex实现的pascal语言的简单的词法分析稀奇-Pascal language application flex simple lexical analysis surprising
Date : 2025-07-12 Size : 1kb User : 梁运韬

C++数据结构与算法 应用队列输出一个杨辉三角杨辉三角-Pascal s Triangle
Date : 2025-07-12 Size : 2kb User : 曹维

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.
Date : 2025-07-12 Size : 460kb User :

任务定义:运用队列输出杨辉三角 问题分析:先实现用队列输出杨辉三角,然后再优化输出 - Task Definition: Output queue using Pascal s Triangle Problem analysis: first achieved using Pascal s Triangle output queue, and then optimize the output
Date : 2025-07-12 Size : 1kb User :

杨辉三角的源码,采用数据结构的算法实现,能根据自己输入的数,显示杨辉三角-Pascal s Triangle source, using the algorithm data structure, according to the number of their own input, display Pascal s Triangle
Date : 2025-07-12 Size : 230kb User : beike

在C#中运用数组编写杨辉三角,此程序固定输出行数为10行。-Pascal s triangle
Date : 2025-07-12 Size : 15kb User :

杨辉三角 经典问题 数据结构 使用c-Pascal s Triangle Classic problem Data Structure Using c++
Date : 2025-07-12 Size : 24kb User : sky

DL : 0
此压缩包包含六个C++程,包含“杨辉三角”、求最大公约数和最大公倍数等问题-This archive contains six C++ away with Pascal s Triangle , find the common denominator and the greatest common factor and other issues
Date : 2025-07-12 Size : 2kb User : meihanyu

1.输出菱形的 :2.杨辉三角:3.求素数:-1. Output diamond: 2 Pascal s Triangle: 3 seeking primes:
Date : 2025-07-12 Size : 3kb User : 杰伦

DL : 0
此程序主要是针对杨辉三角C语言缩写的. 程序是考试进可以用到。-Pascal s triangle
Date : 2025-07-12 Size : 1kb User :

JAVA code to find the n th row in Pascal s triangle.
Date : 2025-07-12 Size : 1kb User : paul
« 1 23 4 5 6 7 8 9 10 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.