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

搜索资源列表

  1. 箱子

    0下载:
  2. 按以下给出的类框架描述和要求建立一个类Trunk,并按要求完成测试。 class Trunk { float edge; //正方形箱子底边长 float high; //箱子高 char color; //颜色(允许的取值:'G'、'P'、'Y') int quantity; //数量 char *use; //用途(如:纸箱、行李箱、计算机箱) public:
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:250880
    • 提供者:小,
  1. ASCII

    0下载:
  2. 各类4bit数转换为ASCII码,包括32位直接转换为8个ASCII码,float转换为ASCII码(All types of 4bit numbers are converted into ASCII codes, including 32 bits, directly converted to 8 ASCII codes, and float to ASCII codes)
  3. 所属分类:单片机开发

    • 发布日期:2017-12-27
    • 文件大小:1024
    • 提供者:qwerty1123
  1. du

    0下载:
  2. 定义一个包含两个纯虚函数的抽象类shape: class shape { public: virtual float Area()=0; virtual void SetData(float,float=0)=0; }; 成员函数SetData用于设置几何图形的属性值。成员函数Area()用于求出几何图形的面积。由shape派生出四种几何图形,分别是:三角形、矩形、正方
  3. 所属分类:网络编程

    • 发布日期:2017-12-25
    • 文件大小:1068032
    • 提供者:嘟嘟214
  1. float_2_int.v

    2下载:
  2. 最全的,最简单,32位浮点数转整数,32位整数转浮点数,直接可以移植,已经测试过好用。(The most complete, the simplest, 32 bit floating-point integer, 32 integer floating point number, can be directly transplanted, has been tested, easy to use.)
  3. 所属分类:VHDL/FPGA/Verilog

  1. sp3 download

    0下载:
  2. 可以IGS网站下载GPS精密星历的sp3 格式(download the GPS precise ephemeris in sp3 float)
  3. 所属分类:软件工程

    • 发布日期:2017-12-14
    • 文件大小:15360
    • 提供者:vanish21g
  1. DuckRandom

    0下载:
  2. Simple float and int random number generator.
  3. 所属分类:数学计算

    • 发布日期:2018-01-01
    • 文件大小:49152
    • 提供者:yostarduck
  1. ByteUtils

    0下载:
  2. 数值转换 byte 与 int short float double string long 等的转换(Numerical conversion)
  3. 所属分类:Java编程

    • 发布日期:2018-01-03
    • 文件大小:2048
    • 提供者:老白87
  1. pwny_world-master

    0下载:
  2. dladokad pawning writeup
  3. 所属分类:Windows编程

    • 发布日期:2018-01-06
    • 文件大小:11264
    • 提供者:ossama
  1. WavUtil

    0下载:
  2. 用来读取wav文件的,分为16位8位24位,32位的float类型暂时不确定(Used to read the wav file)
  3. 所属分类:其他

  1. float_2_char

    0下载:
  2. 单片机在通信中,浮点数的处理往往容易出错,本代码解决单片机通信时的浮点数据转换处理,包括浮点数转换成char ,和char转成float类型(The processing of floating point data is often prone to make mistakes in the communication of single chip microcomputer. This code solves the floating point data conversion proces
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2018-01-10
    • 文件大小:1024
    • 提供者:罗恩
  1. labview-filtersFir

    0下载:
  2. Labview code for filter with float coefficiants
  3. 所属分类:其他

    • 发布日期:2018-01-11
    • 文件大小:244736
    • 提供者:nasser
  1. float源码

    0下载:
  2. 你能够方便实现多行布局,主要针对于基础行布局(row design using html)
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:2048
    • 提供者:风云蓉
  1. 浮点工具

    0下载:
  2. 将Float转换成4个16进制的字节格式,或者将4个字节的16进制格式转换成Float值。(Convert the Float into 4 16 byte byte formats, or convert the 4 byte 16 format to the Float value.)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:4096
    • 提供者:jiaoge
  1. Temp 2

    0下载:
  2. //温度test #include <dht.h> dht DHT11; #define PIN_DHT11 10 void setup() { Serial.begin(9600); } void loop() { DHT11.read(PIN_DHT11); Serial.print("Humidity (%): "); Serial.println((f
  3. 所属分类:单片机开发

    • 发布日期:2018-04-22
    • 文件大小:1908736
    • 提供者:yaobin
  1. 布林效益工资管理 (ACCESS)

    0下载:
  2. 数据库表说明: create table fyjsb (id integer primary key , nf integer, 年分 yf integer, 月份 ks string, 科室 mark integer, 标记 1收入 0支出 num float, 钱数 xmmc string, 项目名称 xmdh string, 项目代号 kszsry integer, 科室正式人员 kshtry integ
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:1642496
    • 提供者:FENGXING
  1. KalmanFilter-master

    0下载:
  2. 这是一个支持任何浮点数学的微控制器的卡尔曼滤波器库。 也可以用Arduino,复制文件夹到你的库文件夹。(This is a Kalman filter library for any microcontroller that supports float math. It can also be used with Arduino, simply copy the folder to your library folder.)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:18432
    • 提供者:搞个大新闻
  1. GAlgorithm

    0下载:
  2. 利用遗传算法对单浮点数进行编码,C++语言编写,仿真效果不错。(Use C primer primer language to code the float numbers with genetic algorithm.)
  3. 所属分类:其他

    • 发布日期:2018-04-28
    • 文件大小:4096
    • 提供者:栀子花开ct
  1. float2ascii

    1下载:
  2. 将浮点数转ASCII码,已测试,可正常使用。(float transfer to ASCII)
  3. 所属分类:单片机开发

    • 发布日期:2018-05-02
    • 文件大小:396288
    • 提供者:szhgl
  1. 12

    0下载:
  2. 淘宝客推广网站,品详情下拉后的漂浮购买显示,类目商品统计及能采集的商品数量,过滤了佣金小于一元的淘宝客数据。(Taobao guest promotion site, the details of the float after the floating purchase display, category items statistics and the quantity of goods that can be collected, filter the Commission of less
  3. 所属分类:WEB开发

    • 发布日期:2018-05-01
    • 文件大小:183296
    • 提供者:炎黄子孙
  1. 计算器

    0下载:
  2. 实现加减乘除以及开根号的简易运算,用float定义数据,程序内部没有检测数据溢出。(To achieve and open radical operation suggestions add, subtract, multiply and divide)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-02
    • 文件大小:14336
    • 提供者:fangyouzhi
« 1 2 ... 43 44 45 46 47 4849 »
搜珍网 www.dssz.com