亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁(yè)| 資源下載| 資源專輯| 精品軟件
登錄| 注冊(cè)

C-N

  • 本人初學(xué)c語(yǔ)言程序不是很拿手

    本人初學(xué)c語(yǔ)言程序不是很拿手,n!的求法。。希望大家指教

    標(biāo)簽: c語(yǔ)言 程序

    上傳時(shí)間: 2015-08-13

    上傳用戶:athjac

  • n皇后問(wèn)題

    n皇后問(wèn)題,rar格式,運(yùn)行環(huán)境c++,n〉=1

    標(biāo)簽:

    上傳時(shí)間: 2015-08-16

    上傳用戶:helmos

  • R+樹的c實(shí)現(xiàn)源碼

    R+樹的c實(shí)現(xiàn)源碼,對(duì)應(yīng)文章T. K. Sellis, N. Roussopoulos, C. Faloutsos: The R+-Tree: A Dynamic Index for Multi-Dimensional Objects.

    標(biāo)簽: 源碼

    上傳時(shí)間: 2014-05-25

    上傳用戶:sunjet

  • This section contains a brief introduction to the C language. It is intended as a tutorial on the la

    This section contains a brief introduction to the C language. It is intended as a tutorial on the language, and aims at getting a reader new to C started as quickly as possible. It is certainly not intended as a substitute for any of the numerous textbooks on C. 2. write a recursive function FIB (n) to find out the nth element in theFibanocci sequence number which is 1,1,2,3,5,8,13,21,34,55,…3. write the prefix and postfix form of the following infix expressiona + b – c / d + e * f – g * h / i ^ j4. write a function to count the number of nodes in a binary tr

    標(biāo)簽: introduction the contains intended

    上傳時(shí)間: 2013-12-23

    上傳用戶:liansi

  • C語(yǔ)言 打印“魔方陣”

    C語(yǔ)言 打印“魔方陣”,所謂魔方陣是指這樣的方陣 ,它的每一行,每一列和對(duì)角線之間和均相等。例如,三階魔方陣為 8 1 6 3 5 7 4 9 2 要求打印出1~n的平方數(shù)的自然數(shù)的魔方陣。

    標(biāo)簽: C語(yǔ)言 打印 魔方

    上傳時(shí)間: 2015-08-26

    上傳用戶:er1219

  • C# BigInteger class. BigInteger.cs is a csharp program. It is the BIgInteger class. It has methods:

    C# BigInteger class. BigInteger.cs is a csharp program. It is the BIgInteger class. It has methods: abs() , FermatLittleTest(int confidence) ,gcd(BigInteger bi) , genCoPrime(int bits, Random rand) , genPseudoPrime(int bits, int confidence, Random rand) , genRandomBits(int bits, Random rand) , isProbablePrime(int confidence) , isProbablePrime() , Jacobi(BigInteger a, BigInteger b) , LucasSequence(BigInteger P, BigInteger Q, BigInteger k, BigInteger n) ,max(BigInteger bi) , min(BigInteger bi) , modInverse(BigInteger modulus) , RabinMillerTest(int confidence) ,

    標(biāo)簽: BigInteger class BIgInteger program

    上傳時(shí)間: 2013-12-23

    上傳用戶:ynzfm

  • 牛頓法解多項(xiàng)式的根 輸入:多項(xiàng)式系數(shù)c[]

    牛頓法解多項(xiàng)式的根 輸入:多項(xiàng)式系數(shù)c[],多項(xiàng)式度數(shù)n,求在[a,b]間的根 輸出:根 要求保證[a,b]間有根

    標(biāo)簽: 多項(xiàng)式 牛頓 輸入 系數(shù)

    上傳時(shí)間: 2013-12-21

    上傳用戶:秦莞爾w

  • E:VISUAL C++MFC擴(kuò)展編程實(shí)例 實(shí)例35 添加幫助菜單項(xiàng)

    E:\VISUAL C++MFC擴(kuò)展編程實(shí)例 實(shí)例35 添加幫助菜單項(xiàng),在本例中將向應(yīng)用程序中的H e l p菜單中添加C o n t e n t s和S e a r c h 菜單項(xiàng)。

    標(biāo)簽: VISUAL MFC 擴(kuò)展 編程實(shí)例

    上傳時(shí)間: 2014-01-09

    上傳用戶:541657925

  • 經(jīng)典C語(yǔ)言程序設(shè)計(jì)100例1-10 如【程序1】 題目:有1、2、3、4個(gè)數(shù)字

    經(jīng)典C語(yǔ)言程序設(shè)計(jì)100例1-10 如【程序1】 題目:有1、2、3、4個(gè)數(shù)字,能組成多少個(gè)互不相同且無(wú)重復(fù)數(shù)字的三位數(shù)?都是多少? 1.程序分析:可填在百位、十位、個(gè)位的數(shù)字都是1、2、3、4。組成所有的排列后再去        掉不滿足條件的排列。 2.程序源代碼: main() { int i,j,k printf("\n") for(i=1 i<5 i++)    /*以下為三重循環(huán)*/   for(j=1 j<5 j++)     for (k=1 k<5 k++)     {      if (i!=k&&i!=j&&j!=k)    /*確保i、j、k三位互不相同*/      printf("%d,%d,%d\n",i,j,k)     } }

    標(biāo)簽: 100 10 C語(yǔ)言 程序設(shè)計(jì)

    上傳時(shí)間: 2013-12-14

    上傳用戶:hfmm633

  • 這是一個(gè)我自己寫的FFT的c程序

    這是一個(gè)我自己寫的FFT的c程序,可以計(jì)算n(<4096)個(gè)點(diǎn)(可以是虛數(shù))的結(jié)果

    標(biāo)簽: FFT 程序

    上傳時(shí)間: 2015-10-23

    上傳用戶:cc1015285075

主站蜘蛛池模板: 理塘县| 杭锦后旗| 马龙县| 进贤县| 安溪县| 赣榆县| 清镇市| 新源县| 农安县| 西昌市| 普定县| 延边| 屯门区| 连平县| 连城县| 淮滨县| 晋宁县| 锡林郭勒盟| 武强县| 平阴县| 芦溪县| 三台县| 商丘市| 梧州市| 体育| 睢宁县| 贵德县| 陇川县| 平陆县| 扎赉特旗| 海阳市| 图木舒克市| 富川| 叙永县| 长岛县| 尼玛县| 天津市| 湖北省| 长顺县| 府谷县| 廊坊市|