• 利用java进行浮点型大数计算,支持四则运算和指数函数,三角函数,对数函数,双曲函数等运算,精度可调整

    利用java进行浮点型大数计算,支持四则运算和指数函数,三角函数,对数函数,双曲函数等运算,精度可调整。例如: MATH a=new MATH("1111.111111111111222222222222*33333333333); MATH b=a.eval("Sin(Pi())*Power(2,5));

    0
    368
    64KB
    2018-09-22
    10
  • 自我更新模块

    根据自定义文件进行程序更新 static void Main() { try { System.Net.WebClient download = new System.Net.WebClient(); download.BaseAddress = "ftp://ftp.ftp.com/System/"; download.DownloadFile("upgrade.list", "upgrade.list"); System.IO.StreamReader a = new System.IO.StreamReader("upgrade.list"); bool up = true; string upfile = a.ReadLine(); while (up) { upfile = a.ReadLine(); if (upfile == null) up = false; else { if(upfile.LastIndexOf('\\')>-1) System.IO.Directory.CreateDirectory(upfile.Substring(0, upfile.LastIndexOf('\\'))); download.DownloadFile(upfile, upfile); } } download.Dispose(); MessageBox.Show("升级完毕"); } catch (Exception ex) { MessageBox.Show("升级失败:" + ex.Message); } System.Diagnostics.Process tmpProcess = new System.Diagnostics.Process(); tmpProcess.StartInfo.FileName = Application.StartupPath + "\\myststem.exe"; tmpProcess.Start(); }

    0
    73
    2KB
    2011-10-21
    9
  • SharpZipLib

    一个压缩软件的源代码,支持ZIP,BZIP,GZIP,TAR格式.

    5
    91
    597KB
    2007-07-31
    0
  • 学无止境

    累计去重观看课程视频时长≥5min(2023年起)
  • 阅读者勋章

    授予在CSDN APP累计阅读博文达到3天的你,是你的坚持与努力,使你超越了昨天的自己。
关注 私信
上传资源赚积分or赚钱