CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - pascal-s

搜索资源列表

  1. Eksamens

    0下载:
  2. Turbo Pascal 7 figure s motions. Figure looks like D3.
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:19.47kb
    • 提供者:Maksim
  1. 3

    0下载:
  2. 输出杨辉三角,第一行1个数字,第二行2个数字,第三行3个数字-Output Pascal s triangle,the first row 1,and the second line 2digital,the third line 3 digits.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:152.99kb
    • 提供者:jinyujie
  1. Pascalac

    0下载:
  2. pascal和C的区别,希望对初学者有用,看看吧-the difference between pascal and C, want to be useful for beginners, let' s see it
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:89.38kb
    • 提供者:gufan
  1. N-lines-before-output-Triangle

    0下载:
  2. 一、 输入一个正整数n,通过程序输出杨辉三角的前n行,并输入一个正整数m,若m在杨辉三角中存在,输出所在位置的行列。 (1) 输入正整数n,输出杨辉三角形的前n行,1<n<20。要求至少给出四种解法:不使用任何数组,只使用一维数组,只使用二维数组,使用递归。 (2) 输入正整数m, 若m在杨辉三角形中存在,输出所在位置的行列编号。-Enter a positive integer n, the first n rows of Pascal' s Triangle pro
  3. 所属分类:Other systems

    • 发布日期:2017-12-02
    • 文件大小:40.24kb
    • 提供者:Frank.Soo
  1. yanghuisanjiao

    1下载:
  2. 打印杨辉三角 每一行的第一个和最后一个都是1,而中间元素是由表达式 a[i][j] =a[i-1][j-1] + a[i-1][j] 计算出来。因为要使用上面的数据,这样我们想到了用二维数组进行数据的存储。-Print Pascal' s Triangle
  3. 所属分类:Other systems

    • 发布日期:2017-12-01
    • 文件大小:2.74kb
    • 提供者:方程
  1. dayingyanghuisanjiao

    0下载:
  2. 利用队列的实现打印杨辉三角,要求打印层数由用户从键盘输入-The queue implementation Print Pascal' s Triangle requiring the printing layers by the user input from the keyboard
  3. 所属分类:Other systems

    • 发布日期:2017-11-28
    • 文件大小:241.27kb
    • 提供者:方程
  1. mat

    0下载:
  2. 高斯列主消元法、打印杨辉三角MATLAB程序-The Gaussian main elimination method, MATLAB program to print Pascal' s Triangle
  3. 所属分类:Other systems

    • 发布日期:2017-12-02
    • 文件大小:100.97kb
    • 提供者:zhiwei_zhang
  1. yanghuisanjiao

    0下载:
  2. 打印出数学中常用到的、用途广泛的杨辉三角-Print Pascal s triangle
  3. 所属分类:Other systems

    • 发布日期:2017-12-06
    • 文件大小:531byte
    • 提供者:wana
  1. yanghuisanjiao

    0下载:
  2. c语言经典程序之找打印杨辉三角,对c语言初学者很有用。-c language classic procedures of the find print Pascal' s Triangle useful c language for beginners.
  3. 所属分类:Other systems

    • 发布日期:2017-11-29
    • 文件大小:12.34kb
    • 提供者:tmac
  1. Pascals-Triangle

    0下载:
  2. C++数据结构与算法 应用队列输出一个杨辉三角杨辉三角-Pascal s Triangle
  3. 所属分类:Other systems

    • 发布日期:2017-11-06
    • 文件大小:1.6kb
    • 提供者:曹维
  1. YangHui_Triangels

    0下载:
  2. 杨辉三角C语言版本,希望能够帮到你这是一个比较简单也是比较常用的算法,希望能够帮到你-Pascal' s Triangle C language version, hoping to help you this is a relatively simple algorithm is relatively common, hoping to help you
  3. 所属分类:Other systems

    • 发布日期:2017-12-05
    • 文件大小:160.96kb
    • 提供者:陆慧博
  1. task

    0下载:
  2. 杨辉三角的实现,杨辉三角形,又称贾宪三角形,帕斯卡三角形,是二项式系数在三角形中的一种几何排列。-Pascal' s Triangle to achieve, Triangle, also known as Jia Xian triangle, Pascal' s triangle, binomial coefficients in a triangle is a geometric arrangement.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-17
    • 文件大小:202.14kb
    • 提供者:tanxin
  1. chudengsuanfa

    0下载:
  2. 有杨辉三角算法,阶乘算法,乘法口诀表算法,一些小程序!-There Pascal' s Triangle algorithm, factorial algorithm, multiplication formulas table algorithm, some small programs!
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1.41kb
    • 提供者:雷电
  1. Desktop

    0下载:
  2. C简易程序:0-余弦线与直接;1-杨辉三角-C Summary: 1- cosine line and direct 1- Pascal' s Triangle
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1.05kb
    • 提供者:555
  1. yanghuisanjiao

    0下载:
  2. 杨辉三角的源码,采用数据结构的算法实现,能根据自己输入的数,显示杨辉三角-Pascal s Triangle source, using the algorithm data structure, according to the number of their own input, display Pascal s Triangle
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:229.83kb
    • 提供者:beike
  1. chengxu

    0下载:
  2. 一、约瑟夫循环问题;二、一元多项式的运算;三、逆波兰表达式求值;四、杨辉三角显示;五、四则运算表达式求值;六、BST二叉树-First, Joseph circulation problems Second, one yuan polynomial arithmetic Third, reverse Polish expression evaluation Fourth, Pascal' s Triangle Show five, four arithmetic expressio
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:23.18kb
    • 提供者:wangyiqiao
  1. PaskaTriangle

    0下载:
  2. 帕斯卡三角,数据结构算法经典。代码用递归和不用递归两种方式,可比较两种实现的性能和空间上的差异。-Pascal' s triangle, the data structure classical algorithm. Without using recursive and recursive code in two ways, the differences can compare the two to achieve the performance and space.
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:281.51kb
    • 提供者:王三少
  1. CPP

    0下载:
  2. 此压缩包包含六个C++程,包含“杨辉三角”、求最大公约数和最大公倍数等问题-This archive contains six C++ away with Pascal s Triangle , find the common denominator and the greatest common factor and other issues
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1.96kb
    • 提供者:meihanyu
  1. yanghui

    0下载:
  2. 此程序主要是针对杨辉三角C语言缩写的. 程序是考试进可以用到。-Pascal s triangle
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:575byte
    • 提供者:
  1. YangHui_Triangle

    0下载:
  2. 采用codeblocks编写的一个关于杨辉三角的小程序,利用数据结构方面的小知识- Codeblocks prepared using a small program on Pascal s Triangle, the use of small knowledge of data structures
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:200.53kb
    • 提供者:heany
« 12 »
搜珍网 www.dssz.com