搜索资源列表
cprogram100example
- there are 100 c program in the document. -there are 100 c program in the document.
c_mathematic_100
- 经典的c语言写的算法程序,共100个,对学习很有帮助的。
32458
- 本程序运用的万年历的计算公式: d=a-1+(a-1)/4-(a-1)/100+(a-1)/400+c 其中a为年c为该日期在本年中的天数,d取整数,当d/7余数0时是星期天,余数1时是星期一依此类推。
c++
- 判断素数的简单应用,从1到100可以全部显示出来而且可一按10个一行规格输出!
C语言精彩编程百例_源代码
- C语言精彩编程百例_源代码-100 excellent examples of C language_orginal code
100道C语言经典实例
- 用标准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.
1
- .:.:经典c程序100例==1--10:.:. -.:.: 100 cases of classical procedures c == 1- 10:.:.
1
- 编程求N<=100时,N!的准确值,用C语言实现的算法实验-Programming for N
91-100
- 以实际例子来学习使用C语言,适合刚入门者使用学习,很经典的例子。-Practical examples to learn how to use C language to use for beginners to learn, it is the classic example.
100
- 300以内阶乘运算,可以扩充,unix平台下c语言实现。-300
C
- c语言题库 09年的计算机二级题库真题100套-c language
100-nodes-trend-program-written-in-C
- 用C语言编写的100节点的电力系统潮流计算程序.-100 nodes trend program written in C.
a.c
- 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:
d.c
- 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
C-Program
- C语言程序100例,对于初学者是不错的辅助资料。-100 cases of C language program is good for beginners supporting information.
c-program-100-exmples
- 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
mathFunction
- 这是100个c++语言编写的常用的数学函数小程序,对学习很有用哦!-This is a 100 c++ language commonly used mathematical functions small program, to learn useful Oh!
main.c
- 在1、2、3...9(保持这个顺序)之间可任意放+或者-或者不放,使其结果等于100,输出所有可能的放法。-put +-* / between 1,2,3...9, so that is equal 100
C-Classic-algorithms100
- 基于 C 语言 经典算法 100例子,帮助新手快速掌握c语言应用-Based on the C language classic algorithms 100 examples
Nonhypotenuse-Numbers.c
- 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.