用户操作
[即时聊天] [发私信] [加为好友]
吴军ID:Cacar
3347次访问,排名2万外,好友9人,关注者19人。
菜鸟,瞎扑腾
Cacar的文章
原创 5 篇
翻译 1 篇
转载 4 篇
评论 1 篇
最近评论
yingling610:不解决问题
文章分类
收藏
    相册
    存档
    软件项目交易
    订阅我的博客
    XML聚合  FeedSky
    订阅到鲜果
    订阅到Google
    订阅到抓虾
    订阅到BlogLines
    订阅到Yahoo
    订阅到GouGou
    订阅到飞鸽
    订阅到Rojo
    订阅到newsgator
    订阅到netvibes

    转载 大整数运算类收藏

    新一篇: 在窗口控件上进行OpenGL绘图的方法 | 旧一篇: ArcObjects二次开发的license验证问题

    使用时需要将Project->Settings->C/C++->CodeGeneration->UseRuntimeLibrary设置为Debug MultiThreaded

    /*****************************************************************
    大数运算库头文件:BigInt.h
    作者:fangle.liu@gmail.com
    版本:1.2 (2003.5.13)
    说明:适用于MFC,1024位RSA运算
    ****************************************************************
    */


    #include 
    <cmath>
    #include 
    <afx.h>    //

    #define BI_MAXLEN 40
    #define DEC 10
    #define HEX 16

    //小素数表
    const static int PrimeTable[1230]=
    {   3,    5,    7,    11,   13,   17,   19,   23,   29,   31,
        
    37,   41,   43,   47,   53,   59,   61,   67,   71,   73,
        
    79,   83,   89,   97,   101,  103,  107,  109,  113,  127
        
    131,  137,  139,  149,  151,  157,  163,  167,  173,  179
        
    181,  191,  193,  197,  199,  211,  223,  227,  229,  233
        
    239,  241,  251,  257,  263,  269,  271,  277,  281,  283
        
    293,  307,  311,  313,  317,  331,  337,  347,  349,  353
        
    359,  367,  373,  379,  383,  389,  397,  401,  409,  419
        
    421,  431,  433,  439,  443,  449,  457,  461,  463,  467
        
    479,  487,  491,  499,  503,  509,  521,  523,  541,  547
        
    557,  563,  569,  571,  577,  587,  593,  599,  601,  607
        
    613,  617,  619,  631,  641,  643,  647,  653,  659,  661
        
    673,  677,  683,  691,  701,  709,  719,  727,  733,  739
        
    743,  751,  757,  761,  769,  773,  787,  797,  809,  811
        
    821,  823,  827,  829,  839,  853,  857,  859,  863,  877,
        
    881,  883,  887,  907,  911,  919,  929,  937,  941,  947
        
    953,  967,  971,  977,  983,  991,  997,  100910131019
        
    1021103110331039104910511061106310691087,
        
    1091109310971103110911171123112911511153
        
    1163117111811187119312011213121712231229
        
    1231123712491259127712791283128912911297
        
    1301130313071319132113271361136713731381,
        
    1399140914231427142914331439144714511453
        
    1459147114811483148714891493149915111523,
        
    1531154315491553155915671571157915831597
        
    1601160716091613161916211627163716571663
        
    1667166916931697169917091721172317331741
        
    1747175317591777178317871789180118111823
        
    1831184718611867187118731877187918891901
        
    1907191319311933194919511973197919871993
        
    1997199920032011201720272029203920532063,
        
    2069208120832087208920992111211321292131
        
    2137214121432153216121792203220722132221
        
    2237223922432251226722692273228122872293,
        
    2297230923112333233923412347235123572371,
        
    2377238123832389239323992411241724232437
        
    2441244724592467247324772503252125312539
        
    2543254925512557257925912593260926172621
        
    2633264726572659266326712677268326872689
        
    2693269927072711271327192729273127412749
        
    2753276727772789279127972801280328192833
        
    2837284328512857286128792887289729032909,
        
    2917292729392953295729632969297129993001,
        
    3011301930233037304130493061306730793083,
        
    3089310931193121313731633167316931813187
        
    3191320332093217322132293251325332573259
        
    3271329933013307331333193323332933313343,
        
    3347335933613371337333893391340734133433
        
    3449345734613463346734693491349935113517
        
    3527352935333539354135473557355935713581,
        
    3583359336073613361736233631363736433659
        
    3671367336773691369737013709371937273733
        
    3739376137673769377937933797380338213823
        
    3833384738513853386338773881388939073911
        
    3917391939233929393139433947396739894001,
        
    4003400740134019402140274049405140574073
        
    4079409140934099411141274129413341394153
        
    4157415941774201421142174219422942314241
        
    4243425342594261427142734283428942974327
        
    4337433943494357436343734391439744094421
        
    4423444144474451445744634481448344934507
        
    4513451745194523454745494561456745834591
        
    4597460346214637463946434649465146574663
        
    4673467946914703472147234729473347514759
        
    4783478747894793479948014813481748314861
        
    4871487748894903490949194931493349374943
        
    4951495749674969497349874993499950035009
        
    5011502150235039505150595077508150875099
        
    5101510751135119514751535167517151795189
        
    5197520952275231523352375261527352795281
        
    5297530353095323533353475351538153875393
        
    5399540754135417541954315437544154435449
        
    5471547754795483550155035507551955215527
        
    5531555755635569557355815591562356395641
        
    5647565156535657565956695683568956935701
        
    5711571757375741574357495779578357915801
        
    5807581358215827583958435849585158575861
        
    5867586958795881589759035923592759395953
        
    5981598760076011602960376043604760536067
        
    6073607960896091610161136121613161336143
        
    6151616361736197619962036211621762216229
        
    6247625762636269627162776287629963016311
        
    6317632363296337634363536359636163676373
        
    6379638963976421642764496451646964736481
        
    6491652165296547655165536563656965716577
        
    6581659966076619663766536659666166736679
        
    6689669167016703670967196733673767616763
        
    6779678167916793680368236827682968336841
        
    6857686368696871688368996907691169176947
        
    6949695969616967697169776983699169977001
        
    7013701970277039704370577069707971037109
        
    7121712771297151715971777187719372077211
        
    7213721972297237724372477253728372977307
        
    7309732173317333734973517369739374117417
        
    7433745174577459747774817487748974997507
        
    7517752375297537754175477549755975617573
        
    7577758375897591760376077621763976437649
        
    7669767376817687769176997703771777237727
        
    7741775377577759778977937817782378297841
        
    7853786778737877787978837901790779197927
        
    7933793779497951796379938009801180178039
        
    8053805980698081808780898093810181118117
        
    8123814781618167817181798191820982198221
        
    8231823382378243826382698273828782918293
        
    8297831183178329835383638369837783878389
        
    8419842384298431844384478461846785018513
        
    8521852785378539854385638573858185978599
        
    8609862386278629864186478663866986778681
        
    8689869386998707871387198731873787418747
        
    8753876187798783880388078819882188318837
        
    8839884988618863886788878893892389298933
        
    8941895189638969897189999001900790119013
        
    9029904190439049905990679091910391099127
        
    9133913791519157916191739181918791999203
        
    9209922192279239924192579277928192839293
        
    9311931993239337934193439349937193779391
        
    9397940394139419942194319433943794399461
        
    9463946794739479949194979511952195339539