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

搜索资源列表

  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
    • 文件大小:41206
    • 提供者:Frank.Soo
  1. jj

    0下载:
  2. 杨辉三角的实现,较为简便的实现方式,下载下来可以参考-Implementations of Pascal' s Triangle, a relatively easy way to achieve download can refer to
  3. 所属分类:Data structs

    • 发布日期:2017-12-03
    • 文件大小:252280
    • 提供者:薛华威
  1. PMDKT110.ZIP

    0下载:
  2. Borland Pascal Debug Kit 1.10b by NederWare provides the programmer with ■ Allocation and deallocation tracking ■ A report of not deallocated memory after your program s termination ■ A full stack dump (procedure names and parameters) i
  3. 所属分类:Compiler program

    • 发布日期:2017-11-10
    • 文件大小:201418
    • 提供者:lkjeqkejlkjq
  1. yanghuiLJH

    0下载:
  2. 用MFC实现的杨辉三角,可输出N层杨辉三角值-Output N-tier MFC implementation of Pascal' s Triangle, Pascal' s Triangle value
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-07
    • 文件大小:2251179
    • 提供者:刘嘉蕙
  1. YanghuiSanjiao

    0下载:
  2. 数据结构中经典的杨辉三角问题,用C语言实现-Classic Pascal' s Triangle data structure using C language
  3. 所属分类:Data structs

    • 发布日期:2017-11-24
    • 文件大小:696
    • 提供者:胡美达
  1. cPPchengxubailian

    0下载:
  2. c+程序练习,包括八皇后、杨辉三角、汉诺塔、智者生存、二分法、学生管理系统等几十个基本程序。-c+ program exercises, including eight queens, Pascal' s Triangle, Tower of Hanoi, Wise survival, dichotomy, student management system, such as dozens of basic procedures.
  3. 所属分类:source in ebook

    • 发布日期:2017-12-08
    • 文件大小:1596590
    • 提供者:德静
  1. Strangle

    0下载:
  2. 杨辉三角,显示在DOS界面,有利于C的初学者进行编程。-Pascal' s Triangle, conducive to beginners C programming in DOS interface.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-16
    • 文件大小:8694
    • 提供者:张浩
  1. job4_1

    0下载:
  2. 这是基于VC++6.0系统的打印杨辉三角的程序,语言是C语言-This program is based on VC++6.0 print Pascal' s Triangle, the language is C language
  3. 所属分类:Console

    • 发布日期:2016-01-27
    • 文件大小:189440
    • 提供者:chedongjuan
  1. randraw

    0下载:
  2. EFFICIENT RANDOM VARIATES GENERATOR (from over 50 distributions):Alpha, Anglit, Antilognormal, Arcsin, Bernoulli, Bessel, Beta, Binomial, Bradford, Burr, Cauchy, Chi, Chi-Square (Non-Central), Chi-Square (Centra
  3. 所属分类:matlab

    • 发布日期:2017-11-08
    • 文件大小:38994
    • 提供者:QianZhou
  1. yfsj

    0下载:
  2. 杨辉三角的显示,这里用到了两种算法,其中运用了动态申请内存。-Display of Pascal' s Triangle, where the use of two algorithms, which use dynamic application memory.
  3. 所属分类:ELanguage

    • 发布日期:2017-11-27
    • 文件大小:1024
    • 提供者:吴胜邦
  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
    • 文件大小:2807
    • 提供者:方程
  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
    • 文件大小:247062
    • 提供者:方程
  1. mat

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

    • 发布日期:2017-12-02
    • 文件大小:103398
    • 提供者:zhiwei_zhang
  1. yanghui--sanjiao

    0下载:
  2. 杨辉三角的示例程序,由于数据结构学习。二项式定理与杨辉三角形是一对天然的数形趣遇,它把数形结合带进了计算数学。求二项式展开式系数的问题,实际上是一种组合数的计算问题。-The sample program in Pascal' s Triangle, learning due to the data structure. The binomial theorem Triangle is a natural form interesting case of it into computati
  3. 所属分类:Algorithm

    • 发布日期:2017-11-20
    • 文件大小:896679
    • 提供者:lishuohao
  1. duilieshiyan

    0下载:
  2. 队列的相关实验,如 1.杨辉三角 2.一二三报数-Queue of related experiments, such as 1. Pascal' s Triangle (2) one hundred twenty-three reported the number of
  3. 所属分类:Data structs

    • 发布日期:2017-11-28
    • 文件大小:15397
    • 提供者:吴璨
  1. yanghuistriagle

    0下载:
  2. 杨辉三角问题,利用数据结构的队列问题,可以将杨辉三角打印出来 -Pascal' s Triangle, queue data structure can be Pascal' s Triangle print out
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-02
    • 文件大小:173298
    • 提供者:朱晓东
  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
    • 文件大小:12639
    • 提供者:tmac
  1. qqq

    0下载:
  2. C++中运用栈和队列实现杨辉三角的运算源码-C++ use of stack and queue source computing Pascal' s Triangle
  3. 所属分类:CSharp

    • 发布日期:2017-11-17
    • 文件大小:2942714
    • 提供者:dndxzjrq
  1. yanghui

    0下载:
  2. 此程序为计算杨辉三角的程序,其中还包含了计算正金子塔型,倒金子塔型的程序,一次就可以得出图行。-This procedure for the calculation of Pascal' s Triangle program, which also includes the calculation is a pyramid-type inverted pyramid-type program, a line can be drawn on Figure.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-29
    • 文件大小:2566
    • 提供者:落雪飘花
  1. Triangle_of_multiple_solutions

    0下载:
  2. 杨辉三角的多种解法 ,用c语言实现的,不同的表示形式对应着不同的算法-Pascal' s Triangle of multiple solutions, c language
  3. 所属分类:Data structs

    • 发布日期:2017-12-01
    • 文件大小:3856
    • 提供者:小易
« 1 2 3 4 56 7 »
搜珍网 www.dssz.com