CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - 100 c

搜索资源列表

  1. cprogram100example

    0下载:
  2. there are 100 c program in the document. -there are 100 c program in the document.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:20877
    • 提供者:kurban
  1. c_mathematic_100

    0下载:
  2. 经典的c语言写的算法程序,共100个,对学习很有帮助的。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-16
    • 文件大小:22701
    • 提供者:clayman
  1. 32458

    0下载:
  2. 本程序运用的万年历的计算公式: d=a-1+(a-1)/4-(a-1)/100+(a-1)/400+c 其中a为年c为该日期在本年中的天数,d取整数,当d/7余数0时是星期天,余数1时是星期一依此类推。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:902
    • 提供者:
  1. c++

    0下载:
  2. 判断素数的简单应用,从1到100可以全部显示出来而且可一按10个一行规格输出!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1841
    • 提供者:朱望
  1. C语言精彩编程百例_源代码

    0下载:
  2. C语言精彩编程百例_源代码-100 excellent examples of C language_orginal code
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:89439
    • 提供者:李春雷
  1. 100道C语言经典实例

    0下载:
  2. 用标准C语言解决100道经典数学问题,堪称经典,是C程序开发员必备的C源码库,具有很强的参考价值。-using standard C language to solve 100 classical mathematical problems for his classic, C procedures required developers of C source code library, and has a strong reference value.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:26522
    • 提供者:唐伟龙
  1. 1

    0下载:
  2. .:.:经典c程序100例==1--10:.:. -.:.: 100 cases of classical procedures c == 1- 10:.:.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:2742
    • 提供者:杨林
  1. 1

    0下载:
  2. 编程求N<=100时,N!的准确值,用C语言实现的算法实验-Programming for N
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:112867
    • 提供者:jing
  1. 91-100

    0下载:
  2. 以实际例子来学习使用C语言,适合刚入门者使用学习,很经典的例子。-Practical examples to learn how to use C language to use for beginners to learn, it is the classic example.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:3078
    • 提供者:蒋昌松
  1. 100

    0下载:
  2. 300以内阶乘运算,可以扩充,unix平台下c语言实现。-300
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:647
    • 提供者:hhh
  1. C

    0下载:
  2. c语言题库 09年的计算机二级题库真题100套-c language
  3. 所属分类:Algorithm

    • 发布日期:2017-06-21
    • 文件大小:37156930
    • 提供者:王超群
  1. 100-nodes-trend-program-written-in-C

    0下载:
  2. 用C语言编写的100节点的电力系统潮流计算程序.-100 nodes trend program written in C.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:2510
    • 提供者:tryinfor
  1. a.c

    0下载:
  2. Finding special triples of the form (n, n + 1, n + 2) Write a program that finds all triples of consecutive positive three-digit integers each of which is the sum of two squares, that is, all triples of the form (n, n + 1, n + 2) such that: 
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1128
    • 提供者:Cynthia Lee
  1. d.c

    0下载:
  2. Decoding a sequence of operations Write a program that finds all possible ways of inserting + and - signs in the sequence 123456789 (at most one sign before any digit) such that the resulting arithmetic expression evaluates to 100.-Decoding a seque
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:939
    • 提供者:Cynthia Lee
  1. C-Program

    0下载:
  2. C语言程序100例,对于初学者是不错的辅助资料。-100 cases of C language program is good for beginners supporting information.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-10
    • 文件大小:30355
    • 提供者:谭舒
  1. c-program-100-exmples

    0下载:
  2. c语言若干个经典的程序案例,包括菲比那切数列问题,鸡兔同笼问题,素数问题,闰年问题,水仙花数问题,完数问题-c language a number of cases of classic program, including Phoebe that cut the number of columns of the problem, chickens and rabbits with cage problem, prime numbers, the leap year problem, daffo
  3. 所属分类:Algorithm

    • 发布日期:2017-11-18
    • 文件大小:2741
    • 提供者:狗蛋
  1. mathFunction

    0下载:
  2. 这是100个c++语言编写的常用的数学函数小程序,对学习很有用哦!-This is a 100 c++ language commonly used mathematical functions small program, to learn useful Oh!
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:36163
    • 提供者:Andy
  1. main.c

    0下载:
  2. 在1、2、3...9(保持这个顺序)之间可任意放+或者-或者不放,使其结果等于100,输出所有可能的放法。-put +-* / between 1,2,3...9, so that is equal 100
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2017
    • 提供者:佟婷婷
  1. C-Classic-algorithms100

    0下载:
  2. 基于 C 语言 经典算法 100例子,帮助新手快速掌握c语言应用-Based on the C language classic algorithms 100 examples
  3. 所属分类:Algorithm

    • 发布日期:2017-04-30
    • 文件大小:30375
    • 提供者:wuchangke
  1. Nonhypotenuse-Numbers.c

    0下载:
  2. A nonhypotenuse number is a positive integer whose square cannot be expressed as the sum of two nonzero integer squares. a C program to find the 20,000th nonhypotenuse number. print out the first 100 nonhypotenuse numbers for verification purpose.
  3. 所属分类:Algorithm

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