CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - metric

搜索资源列表

  1. weight converter

    0下载:
  2. converts from different units of weight from metric to imperial and vica versa.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1479
    • 提供者:陈云
  1. Setupck5.75

    1下载:
  2. 一个串口工具,可以用十进制来显示接收数据,不错的工具。-a tool, you can use the metric system to receive data show that good tool.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2073114
    • 提供者:王旺旺
  1. 基于表达式的科学计算器

    1下载:
  2. 这是一个基于表达式的科学计算器,计算结果的有效位较长(16位);支持不严格的表达式输入(如cos(23)*sin(34)与cos(23)*sin(34与cos23*sin34等价);支持四种进制的数在一个表达式中同时出现的进制混合运算(除十进制外的各进制数不限于整数,如12d.3axh,xh是我的计算类所能识别的十六进制数的标识符);且程序做得也比较精细(如制作了鼠标键盘、窗口跟随、计算历史查看等),功能非常不错。-This is a formula based on the scientifi
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:148597
    • 提供者:tufei8438
  1. changcode

    0下载:
  2. 这是一个字母或数制之间的转化程序,5为主模块,调用模块1和模块7 模块1又调用模块2、3、4和6四个模块,其中:   模块2实现小写字母向大写字母的转换 模块3实现大写字母向小写字母的转换 模块4实现二进制数向十六进制数的转换 模块6实现十六进制数向二进制数的转换 模块7实现十六进制数向十进制数的转换 按“q”键退出。 使用时,需将7个文件分别汇编,连接的方法为: 5+1+2+3+4+6+7 生成可执行文件“5” 即可运行。-This a lett
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4898
    • 提供者:李伟
  1. jinzhizhuanhuan

    0下载:
  2. 本程序实现对二进制 十进制 十六进制的互相转换 1、 对进制进行判断 2、 数据的输入 3、 对数据做进制转换及输出 文件: tran.asm 源代码 设计思想.doc 简单介绍-this program right hexadecimal binary metric conversion of a mutual, the band judgment two, three data entry, data conversion and so-band output doc
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:6184
    • 提供者:张玉峰
  1. clock-ron

    0下载:
  2. 调用2CH号DOS中断读系统时间,把各相关寄存器中的内容转换位十进制ASCULL码输出,设置死循环,以秒为最小单位显示系统时钟。-call 2CH, DOS interrupt reading system, the inclusion of the relevant contents of the register-metric conversion output ASCULL yards, set up death cycle in seconds showing the smallest
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:14081
    • 提供者:李海
  1. Prj_syscoord

    0下载:
  2. 用Dephi7.0设计的坐标计算程序,可以把经纬度坐标,转换成十进制的经纬度坐标.-Dephi7.0 design with the coordinates calculation procedures, it can longitude and latitude coordinates into longitude and latitude coordinates to the metric system.
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:253554
    • 提供者:李思
  1. resource111111111111

    0下载:
  2. 这是一个十进制转换成二进制的小程序 供大家参考指正。-This is a metric converted into binary small programs for reference correct.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:859
    • 提供者:hehehe
  1. BTOD(5b)

    0下载:
  2. 用汇编语言编写的数制转换程序,可以将5位的二进制串转化为十进制数字输出-assembler language few of the system conversion process, which would be five binary strings into metric digital output
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:821
    • 提供者:白水
  1. 10to16

    0下载:
  2. 用c写的 十进制到十六进制转换用到的相关函数-used to write in metric Hexadecimal use the correlation function
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:3663
    • 提供者:王强
  1. simmetrics_src_v1_5_d06_06_06

    0下载:
  2. SimMetrics is a Similarity Metric Library, e.g. from edit distance s (Levenshtein, Gotoh, Jaro etc) to other metrics, (e.g Soundex, Chapman). Work provided by UK Sheffield University funded by (AKT) an IRC sponsored by EPSRC, grant number GR/N15764/0
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:121984
    • 提供者:fu yuanbin
  1. myjinzhizhuanhuan

    0下载:
  2. 收集的一些进制转换的代码,可以二进制,十进制十六进制相互转换-collection of some 229 conversion codes can be binary, hexadecimal metric conversion
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1136
    • 提供者:小秋
  1. diamazhuanhuan

    0下载:
  2. 这是一个字母或数制之间的转化程序,5为主模块,调用模块1和模块7 模块1又调用模块2、3、4和6四个模块,其中:   模块2实现小写字母向大写字母的转换 模块3实现大写字母向小写字母的转换 模块4实现二进制数向十六进制数的转换 模块6实现十六进制数向二进制数的转换 模块7实现十六进制数向十进制数的转换 按“q”键退出。 使用时,需将7个文件分别汇编,连接的方法为: 5+1+2+3+4+6+7 生成可执行文件“5” 即可运行。-This a lett
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:4893
    • 提供者:李浪
  1. daimazhuanhuan2

    0下载:
  2. 这是一个字母或数制之间的转化程序,5为主模块,调用模块1和模块7 模块1又调用模块2、3、4和6四个模块,其中:   模块2实现小写字母向大写字母的转换 模块3实现大写字母向小写字母的转换 模块4实现二进制数向十六进制数的转换 模块6实现十六进制数向二进制数的转换 模块7实现十六进制数向十进制数的转换 按“q”键退出。 使用时,需将7个文件分别汇编,连接的方法为: 5+1+2+3+4+6+7 生成可执行文件“5” 即可运行。-This a lett
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:4442
    • 提供者:richard
  1. lianzhan

    0下载:
  2. 用链栈求十进制化为二进制C语言数据结构版-chain stack used for the metric system into binary data structure C language version
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:2184
    • 提供者:袁志
  1. PrtInt16

    0下载:
  2. 十进制打印AX寄存器中的值的函数 对64位数的高32位进行递归排序-metric Print AX register with the value of the function of the median 64-32 ranking for recursive
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1045
    • 提供者:吴锦堂
  1. shift

    0下载:
  2. 对十进制数的输入做加减乘除,并分别用十进制、八进制、十六进制表示结果-right of the decimal number input do the arithmetic, and were used to the metric system, octal, hexadecimal representation results
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1831
    • 提供者:王慧
  1. 代码转换程序

    0下载:
  2. 这是一个字母或数制之间的转化程序,5为主模块,调用模块1和模块7模块1又调用模块2、3、4和6四个模块,其中:  模块2实现小写字母向大写字母的转换 模块3实现大写字母向小写字母的转换 模块4实现二进制数向十六进制数的转换 模块6实现十六进制数向二进制数的转换 模块7实现十六进制数向十进制数的转换按“q”键退出。使用时,需将7个文件分别汇编,连接的方法为:5+1+2+3+4+6+7生成可执行文件“5” 即可运行。-This a letter or number into the system p
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:4789
    • 提供者:赖毅勇
  1. 随机数(十进制转化为二进制)

    0下载:
  2. 现代密码学实验中使用的随机数产生器,并把十进制的随机数转化为二进制数-modern cryptography experiments using the random number generator, and the metric system of random binary number conversion
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:32531
    • 提供者:小华
  1. DFP

    2下载:
  2. 运筹学,最优化理论中的DFP拟牛顿法,即变尺度法-Operations research, optimization theory, the DFP quasi-Newton method, that is, variable metric method
  3. 所属分类:assembly language

    • 发布日期:2017-03-28
    • 文件大小:2679
    • 提供者:刘静
« 12 »
搜珍网 www.dssz.com