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

搜索资源列表

  1. Floatwnd

    0下载:
  2. floatwnd 模仿了迅雷等软件的浮动窗口.双击该窗口可以对主窗口进行隐藏和显示的切换.为了简要示意浮动窗口仍然可以显示数据(例如迅雷,flashget的下载进度),例程的浮动窗口显示了秒计数.-float window that can hide behind the edge of your screen, and show some information in a tiny cubic window when it s running.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-30
    • 文件大小:80379
    • 提供者:liubo
  1. unit8_2_float_

    0下载:
  2. 把从串口等地方获得的数据转换成float类型数据-data translate
  3. 所属分类:Communication

    • 发布日期:2017-04-14
    • 文件大小:3596
    • 提供者:l
  1. main

    0下载:
  2. 实现了浮点数转字符串的功能,同时实现了整形转HEX,HEX转整形,字符串转整形的功能。-float string introduction
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:1432
    • 提供者:
  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 rel
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:3851
    • 提供者:zzkjk428lay
  1. 1104

    0下载:
  2. 、声明一个CPU类,包含等级(rank)、频率(freauency)、电压(voltage)等属性,有两个公有成员函数run、stop。其中rank为枚举类型,声明为enum CPU_Rank { p1=1,p2,p3,p4,p5,p6,p7},frequency为单位是MHz的整形数,voltage为浮点型的电压值。观察构造函数和析构函数的调用顺序。-creat a class CPU which includes rank frequency voltage . frequenc
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:1187
    • 提供者:zzvpv0sha
  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 rel
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:3391
    • 提供者:ba590yanf
  1. DHT11forSTM32

    0下载:
  2. 本章我们将向大家介绍如何使用STM32来读取DHT11数字温湿度传感器,从而得到环境温度和湿度等信息,并把从温湿度值显示在TFTLCD模块上。-// - // void calc_sth11(float*p_humidity ,float*p_temperature) { const float C1=-4.0 // for 12 Bit
  3. 所属分类:SCM

    • 发布日期:2017-04-12
    • 文件大小:1061
    • 提供者:feijahui
  1. NRecipes

    0下载:
  2. Int and float checker and getter
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-12
    • 文件大小:803
    • 提供者:nimseven7
  1. float-light

    0下载:
  2. 流水灯的单片机实现方案,初学者都可以学习的程序简单易懂 含有HEX文件可以直接烧录-Light water SCM implementations, beginners can learn the HEX file containing the program easy to understand can burn directly
  3. 所属分类:SCM

    • 发布日期:2017-05-04
    • 文件大小:9313
    • 提供者:
  1. float-TO--hex

    3下载:
  2. 将单精度浮点型数转换为16进制数,特别用于单片机软件编程。-Single precision floating point Numbers and hexadecimal conversion
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2017-02-20
    • 文件大小:799
    • 提供者:陈浩
  1. jQuery_gudingcaidan

    0下载:
  2. jQuery固定页面顶部导航菜单基于jquery.1.7.2.min.js制作,置顶导航菜单,随滚动条浮动定位菜单,固定菜单到页面顶部。-jQuery fixed page top navigation menu based jquery.1.7.2.min.js production, top navigation menus, scrollbars float position menu, the menu is fixed to the top of the page.
  3. 所属分类:Web Server

    • 发布日期:2017-05-04
    • 文件大小:36315
    • 提供者:qoum
  1. LED

    0下载:
  2. 使用STM32F103芯片,led跑马灯,隔0.5秒闪烁一次-float LED
  3. 所属分类:SCM

    • 发布日期:2017-04-12
    • 文件大小:1302
    • 提供者:王琪
  1. FX3USerialPort

    5下载:
  2. 本代码使用VB.net开发的三菱FX3U系列PLC的串口通讯,做多连续读取20个浮点数,可生成DLL文件,供程序调用-Mitsubishi FX3U series PLC The code developed using VB.net serial communication, to do more than float continuously read 20, can generate DLL files, the program calls for
  3. 所属分类:.net

    • 发布日期:2017-05-04
    • 文件大小:79257
    • 提供者:刘天宇
  1. IEEE-754

    0下载:
  2. 从项目中提取的功能函数,主要是把IEEE 754的浮点数与16进制进行互相转化。文件只提供了函数,需使用者自己重新添加一些头文件进行配置。目前功能的正确性在项目运行过程得到了验证,可以放心使用。代码里有注释。-Float IEEE754 transform to byte
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1759
    • 提供者:tidavery
  1. hextofloat-1.0

    0下载:
  2. this programm convert two bytes (hex) to one float number. may be apply in modbus protocol decode
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-06
    • 文件大小:536710
    • 提供者:Farit
  1. TopFrame

    0下载:
  2. Android 浮动窗口显示,允许移动。-Android Float Button
  3. 所属分类:android

    • 发布日期:2017-05-08
    • 文件大小:17982
    • 提供者:心华
  1. HexToNum-16.10.15

    0下载:
  2. 查看变量(int,float,double,字符串)在内存中的内容。由VC++MFC编写而成,可由vc6~vc2015编译,可编译生成64位程序。-View the contents of the variable (int, float, double, string) in memory. By VC++ MFC prepared by vc6 ~ vc2015 compiler can be translated into 64-bit procedures.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-04
    • 文件大小:159907
    • 提供者:殷海峰
  1. floatbt

    0下载:
  2. Android Float Button Java Source Code Fu-Android Float Button Java Source Code Full
  3. 所属分类:Other systems

    • 发布日期:2017-05-17
    • 文件大小:4439380
    • 提供者:fa
  1. jquery-css3-coverflow-image

    0下载:
  2. 14种图片切换格式,方便使用简洁有效,切换风格多样-a css3 image float reversal
  3. 所属分类:JavaScript

    • 发布日期:2017-05-04
    • 文件大小:247903
    • 提供者:包子呵呵
  1. floatConvert

    1下载:
  2. 根据IEEE754规定写了个float型数据与二进制数转换的方法-According to the provisions of the IEEE 754 wrote a float data and binary conversion method
  3. 所属分类:Dialog_Window

    • 发布日期:2017-01-20
    • 文件大小:136192
    • 提供者:michael
« 1 2 ... 41 42 43 44 45 4647 48 49 »
搜珍网 www.dssz.com