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

搜索资源列表

  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
    • 文件大小:1446
    • 提供者:雷电
  1. Triangle

    0下载:
  2. 杨辉三角 c语言实现 简单程序 积报告 借书问题 c语言实现 及报告 希望大家加喜欢-Pascal' s Triangle c language simple plot reporting procedures c language library issues and reports hope everyone likes plus
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:684831
    • 提供者:mengtiyianya
  1. sanjiao

    0下载:
  2. 这是我编程的杨辉三角,若有不足,请改善,-This is my programming Pascal' s Triangle, if insufficient, please improve, thank you ~ ~ ~ ~ ~
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:756100
    • 提供者:冯静
  1. yanghuisanjiao

    0下载:
  2. 杨辉三角的java版本,最大行数由用户给定,按照格式排列下来,PS:控制台显示-Pascal' s Triangle java version, the maximum number of lines given by the user, are arranged according to the format down, PS: Console Display
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3024
    • 提供者:zhou
  1. Pascals-triangle-based-on-List

    0下载:
  2. 基于VC6.0环境下的C++编程,用循环链式队列的数据结构,实现杨辉三角的计算-Based on VC6.0 environment C++ programming with cycle chain queue data structure, to achieve the calculation of Pascal' s Triangle
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:6188
    • 提供者:龙影
  1. yanghuisanjiao

    0下载:
  2. 按输入数据输出对应行数的杨辉三角,C#语言-Press to enter the number of rows of data output corresponds to Pascal' s Triangle
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:574
    • 提供者:MC
  1. JAVAexample

    0下载:
  2. 杨辉三角 FIB等例程,用JAVA编写,大家可以参考一下,很有价值-Pascal' s Triangle FIB and other routines, using JAVA
  3. 所属分类:Games

    • 发布日期:2017-05-02
    • 文件大小:734074
    • 提供者:鄢正
  1. dayin-yanghuisanjiaoxing

    0下载:
  2. 不规则数组的引用-代码用来打印杨辉三角-Irregular array references- print Pascal' s Triangle
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:4698
    • 提供者:陈燕
  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
    • 文件大小:1074
    • 提供者:555
  1. YHtriangle

    0下载:
  2. 可在linux和ARM9 2410板子上运行,得到杨辉三角和处理时间,从而可以判断哪个处理的更快。-ARM9 2410 in linux and run on the board, get Pascal' s Triangle and processing time, which can determine which process faster.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-07
    • 文件大小:795
    • 提供者:何广
  1. ztt

    0下载:
  2. 简单的C程序,有计算年月日,排序,杨辉三角-Simple C program, there is the calculation date, sort, Pascal' s triangle, etc.
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:1664
    • 提供者:张婷婷
  1. 5

    0下载:
  2. 1、一个判素数的函数,在主函数输入一个整数,输出是否为素数的信息。 2、输出杨辉三角前十行 3、十十五个数由大到小的顺序存放在一个数组,输入一个数,折半法找出该数是数组中的第几个,若不在,输出“无此数” 4、输出所有水仙花数(各位数字立方和等于本身) 5输出100以内的完数(一个数等于其因子之和) -1, a function of the number of sub-prime, an integer in the main function of the input, t
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:2043
    • 提供者:步旸旸
  1. libnodave-0.8.5.tar

    0下载:
  2. LIBNODAVE -- Exchange data with Siemens PLCs-sing MPI,PPI adapters or Ethernet with CPx43 or Ethernet over IBH/MHJ-Netlink or Deltalogic s NetLink PRO If you use GE Fanuc PLCs you might also be interested in LibOpenSRTP by same Author. Don
  3. 所属分类:Energy industry

    • 发布日期:2017-05-13
    • 文件大小:3139377
    • 提供者:edsoncy
  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
    • 文件大小:23741
    • 提供者: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
    • 文件大小:288271
    • 提供者:王三少
  1. YangHui

    0下载:
  2. 使用队列的数据结构,实现杨辉三角的输出,输入N行,得到N行输出-Use the queue data structure, to achieve output Pascal' s triangle, enter N lines, give N line output
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:165725
    • 提供者:libin
  1. yanghuisanjiao

    0下载:
  2. c++编程实现打印杨辉三角。。 。。 -c++ Pascal' s Triangle
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:831
    • 提供者:白桦
  1. YangHuiTriangle

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

    • 发布日期:2017-04-27
    • 文件大小:224860
    • 提供者:李涛
  1. Opencv-delphi

    1下载:
  2. delphi s pascal code for opencv
  3. 所属分类:Video Capture

    • 发布日期:2017-05-11
    • 文件大小:2099737
    • 提供者:wisnu
  1. Project1

    0下载:
  2. Embarcadero Delphi is an integrated development environment (IDE) for console, desktop graphical, web, and mobile applications.[1] Delphi s compilers use their own Object Pascal dialect of Pascal and generate native code for several platforms: 3
  3. 所属分类:File Operate

    • 发布日期:2017-05-13
    • 文件大小:3034444
    • 提供者:abrahamjose
« 1 2 3 4 5 6 78 »
搜珍网 www.dssz.com