CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 .net编程 搜索资源 - 计算值

搜索资源列表

  1. pi

    0下载:
  2. 该程序是vb.net编写的 通过公式计算圆周率π的值,在一定的取值范围内变量取值越大,π越精确
  3. 所属分类:.net编程

    • 发布日期:2008-10-13
    • 文件大小:14.04kb
    • 提供者:杨某某
  1. ContactFlow[1][1].0.95

    0下载:
  2. // 注意: // (*) 如果未指定密钥,则程序集不会被签名。 // (*) KeyName 是指已经安装在计算机上的 // 加密服务提供程序(CSP)中的密钥。KeyFile 是指包含 // 密钥的文件。 // (*) 如果 KeyFile 和 KeyName 值都已指定,则
  3. 所属分类:.net编程

    • 发布日期:2008-10-13
    • 文件大小:98.45kb
    • 提供者:wang
  1. 模拟计算工作空间test

    1下载:
  2. 通过给定六自由度手臂任意角度值计算在空间内的运行范围
  3. 所属分类:.net编程

  1. MyExpressionParser

    0下载:
  2. 解析字符串,按照运算表达式来计算出最终结果值。-Parsing a string, in accordance with the operator expression to calculate the value of the final results.
  3. 所属分类:.net

    • 发布日期:2017-04-11
    • 文件大小:1.54kb
    • 提供者:dss
  1. zidianxu

    0下载:
  2. Descr iption n个元素{1,2,..., n }有n!个不同的排列。将这n!个排列按字典序排列,并编号为0,1,…,n!-1。每个排列的编号为其字典序值。例如,当n=3时,6 个不同排列的字典序值如下: 任务:给定n 以及n 个元素{1,2,..., n }的一个排列,计算出这个排列的字典序值,以及按字典序排列的下一个排列。 Input 第1 行是元素个数n(n < 15)。接下来的1 行是n个元素{1,2,...,
  3. 所属分类:.net

    • 发布日期:2017-04-02
    • 文件大小:1.13kb
    • 提供者:xzz
  1. chazhi

    0下载:
  2. 二次拟合曲线插值计算 三 次样条曲线插值计算-Quadratic curve fitting curve interpolation calculation of the three interpolation calculation of cubic spline curve interpolation calculation
  3. 所属分类:.net

    • 发布日期:2017-03-29
    • 文件大小:97.29kb
    • 提供者:一般不回帖
  1. caculator

    0下载:
  2. 显示输入的字符,并计算值,能捕获被除数为0的异常以及输入运算符过多的异常-Display input characters, and the calculated value, can capture the dividend is 0 and input operator of the abnormal excessive abnormal
  3. 所属分类:.net

    • 发布日期:2017-04-06
    • 文件大小:76.5kb
    • 提供者:师胜柱
  1. timer

    0下载:
  2. 一个开机计时的软件 ,可以算开机时间和关机时间,并计算差值。-A boot time of the software, you can count boot time and shutdown time, and calculate the difference.
  3. 所属分类:.net

    • 发布日期:2017-05-14
    • 文件大小:3.22mb
    • 提供者:赤脚流浪人
  1. V0Beta

    0下载:
  2. V0和B拟合是地球物理勘探速度计算的经验公式,由时间深度或时间均方根速度拟合V0及B值,有了这两个值以后可以计算任意时间点的深度及速度关系-V0 and B is a geophysical exploration speed fitting the experimental formula, from time to time, depth or speed fit RMS value of V0 and B, with these two values can be calculated a
  3. 所属分类:.net

    • 发布日期:2017-04-08
    • 文件大小:53.02kb
    • 提供者:syb
  1. string_md5

    0下载:
  2. 字符串计算MD5值,控制台版,源代码,使用C#开发,需要.NET Framework2.0以上支持-Calculate the MD5 value of the string, the console version of the source code, using C# developers need NET Framework2.0 more support
  3. 所属分类:.net

    • 发布日期:2017-11-28
    • 文件大小:24.38kb
    • 提供者:任霏
  1. vcnetstringdemos

    0下载:
  2. 收集了一些VC.NET字符串的操作演示实例源码,比如对字符串进行连接,字符串比较,从字符串中存取字符,如何计算一个字符串的大小,如何使用VC快速格式化一个字符串,如何将Cstring类型的字符串转换成int型和float型,如何让字符串赋值给字符指针等技巧,很小的例子,都挺简单,适合初学者。-Collected some VC.NET string operation and demonstration source code examples, such as the connection s
  3. 所属分类:.net

    • 发布日期:2017-04-08
    • 文件大小:42.39kb
    • 提供者:崔凤磊
  1. card

    0下载:
  2. 计算每副牌的分值:每副牌有个原始大小(即排除对子,顺子,金花,顺金,筒子的大小),再 每张牌的分值为一个2位数,不足2位的补前导0,例如 A :14,‘10’:10,’2‘:’02‘,’k‘:13,’7‘:07 将3张牌按点数大小排序(从大到小),凑成一个6位数。例如’A27 :140702,‘829’:090802,‘JK8’:131108,‘2A10’:141002 例外,对于对子要将对子的位数放在前两位(后面会看到为什么这么做)。例如‘779’:070709
  3. 所属分类:.net

    • 发布日期:2017-04-11
    • 文件大小:1.11kb
    • 提供者:刘朝阳
  1. Spline-Intorp-Tool

    0下载:
  2. 三次样条插值计算+GUI界面操作,使用Excel作为导入数据源。-Cubic spline interpolation+GUI interface operation, using Microsoft Excel to import the data sourse
  3. 所属分类:.net

    • 发布日期:2017-04-17
    • 文件大小:117.62kb
    • 提供者:zxc
  1. test

    0下载:
  2. VSM模型的实现,通过java、语言编写的,能够打开多个文件,计算出VSM的值即查询相似度-The realization of VSM model, through Java, language, can open multiple files, calculate the value of the VSM query similarity
  3. 所属分类:.net

    • 发布日期:2017-04-11
    • 文件大小:730byte
    • 提供者:eson
  1. VB-GAMA-OF-GAOLU

    0下载:
  2. 可以计算高炉下料时伽马角的设定值,需手动修改参数,对初学者是不错的资料-this is a simpal .EXE of gaolu
  3. 所属分类:.net

    • 发布日期:2017-04-15
    • 文件大小:6.03kb
    • 提供者:毕泗坤
  1. MD5-single-thead

    0下载:
  2. VB.net 源码, 计算文件的MD5值. 大文件(超过1GB)的计算时间会长一点-VB.net source code, calculate the MD5 value of the file. The file (more than 1GB), the calculation time point
  3. 所属分类:.net

    • 发布日期:2017-04-29
    • 文件大小:136.71kb
    • 提供者:唐源
  1. Angle-calculation-tool

    0下载:
  2. 这是在模具加工中,计算角度差值的工具,vb.net编写,可直接输入角度和长度计算差值-Angle calculation tool
  3. 所属分类:.net

    • 发布日期:2016-12-03
    • 文件大小:185kb
    • 提供者:BinGo
搜珍网 www.dssz.com