CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - float

搜索资源列表

  1. floating_point_numbers

    0下载:
  2. 剖析Intel IA32架构下C语言及CPU浮点数机制,一些代码演示~~请多多指教~-Intel IA32 architecture analysis of C language and CPU float mechanism, some code demonstration ~ ~ ~ please exhibitions Thank you
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2523
    • 提供者:左俊
  1. float-point

    0下载:
  2. gcc支持soft fp 和hard fp两种,这里是实现了soft fp.-gcc support soft and hard fp fp two, here is the realization of a soft fp.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:13019
    • 提供者:xwdok
  1. div2

    1下载:
  2. 大数除法的实现算法,不仅能实现两个大数的除法,而且能实现浮点数之间以及浮点数与整数之间的除法-majority of the division algorithm, is not only able to make large numbers of division two, but to achieve a float and between integer and floating point divider between the
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:9257
    • 提供者:赵惠
  1. DESProcess

    0下载:
  2. DESProcess FILE *mfp,*cfp int ttch=0,xorRes,ttbitdiff=0 char mch,cch float bdiff=0 if((mfp=fopen(mfile,\"r\"))==NULL) {cout<<\"Cannot open the file to compare\"<<endl } if((cfp=fopen(cfile,\"r\"))==NULL) {cou
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:4914
    • 提供者:wxh
  1. div

    0下载:
  2. 浮点运算异常(如被除0)的捕获-capture of float operation exception (eg: divided by zero)
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-02
    • 文件大小:14442
    • 提供者:站长
  1. CseApi20

    0下载:
  2. CseApi20.zip是CSE脚本语言的底层封装库,用C++封装常用对象,包括Int、WideInt、float、Object对象、char数组(即string)、Int数组、object数组、字典dict等,由于封装是轻量级的,常用作基础类型库来支持Win32软件开发,如果使用STL容器等觉得不便时,这个库是很好的替代方案。-CseApi20.zip is the underlying scr ipting language package CSE database, using C++ p
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:60978
    • 提供者:wayne
  1. bb

    0下载:
  2. 1、支持所有广告格式的自定义广告大小; 2、所有广告格式同时支持FLASH与普通图片显示; 3、支持包括HTML代码显示、普通显示、满屏浮动显示、上下浮动显示-右、上下浮动显示-左、全屏幕渐隐消失、普通网页对话框、可移动透明对话框、打开新窗口、弹出新窗口、对联式广告等11种广告效果; -1, supports all ad formats, custom ad sizes 2, all ad formats support both FLASH and ordinary image
  3. 所属分类:Network Security

    • 发布日期:2017-04-01
    • 文件大小:54968
    • 提供者:huang
  1. random

    0下载:
  2. 这是一个产生随机数的函数,功能相当齐全,不相信可以试试看哈-random int or float
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:167846
    • 提供者:
  1. cephes-math-28.tar

    0下载:
  2. Cephes Mathematical Library. Latest Linux distribution, dated 6/4/00. Special functions and other goodies in C, including long double precision routines for 68K, 386, and sparc processors. This is the most complete distribution package of the functio
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1753927
    • 提供者:liyi
  1. spinboxforhex

    0下载:
  2. QT 中 SpinBOX 只有int 與 float類型 此例子簡單了使用qt spinbox類別改寫成可以顯示16進制的內容 推薦給需要的人-qspinbox for hex
  3. 所属分类:Linux/Unix编程

    • 发布日期:2016-01-22
    • 文件大小:1181
    • 提供者:asd
  1. sort.cpp

    0下载:
  2. 写一个函数,输入参数有四个,分别是map<string,float>型数据,整数,float型数组,string型数组。返回结果,将map中的数据按float值进行排序,并将排序后的结果保存到float、string两个数组中,两个数组元素必须对应于map数据。-Write a function, there are four input parameters, are the map <string,float> data, integer, float array,
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-03
    • 文件大小:1078
    • 提供者:汪亚男
  1. C

    0下载:
  2. 停车场管理系统 #include <stdio.h> #include <malloc.h> #define SIZE 3 #define NULL 0 typedef struct { int hour int min } time typedef struct { int num int position time t float money } Car typ
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:190637
    • 提供者:yanzi
  1. sssssssssss

    0下载:
  2. 函数要求编写递归函数power( float base, int exponent ) // 计算baseexponent的值;并且要求输出递归调用过程的相关信息。-Function requested by the recursive function power (float base, int exponent)// calculate the value of baseexponent and asked the output process of recursive calls
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:3255
    • 提供者:lllgg
  1. cls_align_longdouble

    0下载:
  2. Check structure alignment of float.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-03
    • 文件大小:1027
    • 提供者:pongkiedu
  1. cls_float

    0下载:
  2. Check return value float.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-09
    • 文件大小:660
    • 提供者:hengbeikan
  1. Float

    0下载:
  2. The wrapper for the primitive type float.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3575
    • 提供者:qaizavon
  1. Float

    0下载:
  2. The wrapper for the primitive type float.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3575
    • 提供者:vonggingte
  1. Float

    0下载:
  2. 一个FLOAT数据转换字符串和字符串转换FLOAT数据的小程序-A data conversion FLOAT FLOAT data string and the string conversion of small programs
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-26
    • 文件大小:30972
    • 提供者:萨芬
  1. float

    0下载:
  2. float.h - Characteristics of floating point types.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1490
    • 提供者:wmljxie
  1. float-weight

    0下载:
  2. \file Float weight set and associated semiring operation definitions.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1904
    • 提供者:ztbinvui
« 12 3 4 5 »
搜珍网 www.dssz.com