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

搜索资源列表

  1. cn-Winamp280-Dfx6113

    0下载:
  2. 本规范中所指定的数据类型如INT,FIXED,VARSTR,FLOAT,DATE,TIME等只是为数据检查设定的;前端系统通过调用时均以字符串方式上送,AG会根据该规范进行必要的类型和长度检查; 除非特别说明,本规范中的规定的字段长度都是最大长度(FIXED类型是定长)。-the norms as specified in the data types such as INT, fixed, VARSTR, FLOAT, DATE, TIME, etc. only to check data s
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:4.94mb
    • 提供者:赵飞
  1. namab

    0下载:
  2. ergydfhgdfhggfhg 一.实验目的 二.实验内容 三、程序简要说明 原 文 : C语言词法分析器的设计与实现 一.实验目的: 1.强化对系统软件综合工程实现能力、规划能力的训练; 2.加强对词法分析原理、方法和基本实现技术的理解; 二.实验内容: 用C语言(或 C++ )作为宿主语言完成: C语言(ANSI C或turbo C 2.0)词法分析器的设计和实现。 三、程序简要说明: 1、属性字说明: 共9种 KE
  3. 所属分类:Static控件

    • 发布日期:2008-10-13
    • 文件大小:1.19kb
    • 提供者:天空
  1. fchh

    0下载:
  2. 一.实验目的 二.实验内容 三、程序简要说明 原 文 : C语言词法分析器的设计与实现 一.实验目的: 1.强化对系统软件综合工程实现能力、规划能力的训练; 2.加强对词法分析原理、方法和基本实现技术的理解; 二.实验内容: 用C语言(或 C++ )作为宿主语言完成: C语言(ANSI C或turbo C 2.0)词法分析器的设计和实现。 三、程序简要说明: 1、属性字说明: 共9种 KEYWORD: 关键字 \"auto\
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:1.19kb
    • 提供者:天空
  1. intToFloat

    1下载:
  2. 将int类型数据转化为float型。对于没有浮点运算器的平台非常适合。-will int data type conversion to float type. For no floating point unit is suitable for the platform.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:1.25kb
    • 提供者:abc
  1. hacK

    0下载:
  2. * first open client.cpp and search for that USER_MSG_INTERCEPT(TeamInfo) over it u add this Code: USER_MSG_INTERCEPT(Health) { BEGIN_READ(pbuf,iSize) me.iHealth = READ_BYTE() return USER_MSG_CALL(Health) } *
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:69.7kb
    • 提供者:OGC
  1. float_char_int_string.rar

    0下载:
  2. 各种基本数据类型转换源程序。 本程序涉及到的数据类型有:float, int , char, string.,A variety of basic data type conversion source. This procedure involves the data types are: float, int, char, string.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:105.73kb
    • 提供者:Steno
  1. normaldistribution

    0下载:
  2. #include <stdlib.h> #include <stdio.h> #include <time.h> #include <fstream> #include <iostream> using namespace std struct Code { float a char s } Code cc[8]={{0.25, a },{0.3,
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-21
    • 文件大小:809byte
    • 提供者:糊涂
  1. baoliuxiaoshu

    0下载:
  2. 编写函数double fun(double x, int m),它的功能是将浮点数X保留M个小数,第M+1位四舍五入,如输入123.456,保留两位小数输出123.46-The preparation of function double fun (double x, int m), its function is to float X retained a small number of M, the first M+1 bit rounded, such as the importation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:7.3kb
    • 提供者:huaying
  1. Onedimensionalarrclastemplate

    0下载:
  2. 建立一维数组数据结构的模板类,使一维数组中的数据元素可以是char, int, float等多种数据类型,类中的成员函数主要包括: 排序函数,能够对数组元素进行升序排列; 查找函数,能够在输入待查元素后,输出其在数组中的下标; 构造函数,初始化输入数组元素,这里要求数组元素的个数n是一个变量; 析构函数,释放数组元素所占用的堆内存; Set函数,可以为指定的数组元素赋值; Get函数,可以读取指定数组元素的值; Print函数,可以输出数组元素的值。 编写一个测试
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:1.27kb
    • 提供者:晓华
  1. myTestFunctor

    0下载:
  2. c++ 的 functor实现,支持c函数和成员函数,使用非常简单,源码带使用例子 包含头函数:#include "Functor.h" 初始化c函数指针 Functor< int, int, int, int, int, int > fun1( &FuncSum ) printf( "fun1: d\n", fun1.Exec( 1, 2, 3, 4, 5 ) ) Functor< int, int, int, int, int, int > f
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:8.88kb
    • 提供者:zmy
  1. 4-4

    0下载:
  2. 设计一个银行账户(Account)类,包含户名、帐号以及当前余额属性,可完成开户、存款、取款和查询余额等行为。银行账户类的定义如下: class Account { private: char mName[20] //银行账户的户名 long mSN //本账户的帐号 float mBalance //本账户当前的余额 public: Account(char name[],long num,float amount) //类的构造函数 ~A
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:906byte
    • 提供者:吴正平
  1. cpp1

    0下载:
  2. C,C++ Questions 1. Base class has some virtual method and derived class has a method with the same name. If we initialize the base class pointer with derived object,. calling of that virtual method will result in which method being called? a.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:8kb
    • 提供者:bhavin
  1. cpp2

    0下载:
  2. C,C++ Questions 1. Base class has some virtual method and derived class has a method with the same name. If we initialize the base class pointer with derived object,. calling of that virtual method will result in which method being called? a.
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:33.98kb
    • 提供者:bhavin
  1. next-gemeratopm

    0下载:
  2. C,C++ Questions 1. Base class has some virtual method and derived class has a method with the same name. If we initialize the base class pointer with derived object,. calling of that virtual method will result in which method being called? a.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:19.67kb
    • 提供者:bhavin
  1. tofloat

    0下载:
  2. Converting int to float
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:22.89kb
    • 提供者:Dimon
  1. Test

    0下载:
  2. 测试代码,主要看int类型转换float后是怎么转换的。-Test code, mainly to see the int type float after conversion is how to convert.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-08
    • 文件大小:167.35kb
    • 提供者:ii
  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. tofloat

    0下载:
  2. Converting int to float
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:22.98kb
    • 提供者:liuzhi
  1. zhuanhuan

    0下载:
  2. 实现字符串string向int整型转换,还可以向double、float型转换-For string string to int int conversion, but also can double, float type conversion
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:13.36kb
    • 提供者:asd
  1. Alitestpenquestions

    0下载:
  2. 阿里测试笔试题 1. 某校园网用户无法访问外部站点210.102.58.74,管理人员在windows 操作系统下可以使用( )判断故障发生在校园网内还是校园网外。   A. ping 210.102.58.74        B. tracert 210.102.58.74   C. netstat 210.102.58.74       D. arp 210.102.58.74 2. 在C++语言中,若类C中定义了一个方法int f(int a,int b),那么方法( )
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-07
    • 文件大小:1.32mb
    • 提供者:lita2022
« 12 »
搜珍网 www.dssz.com