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

搜索资源列表

  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. cpropertygrid_static_library

    0下载:
  2. CPropertyGrid是基于MFC开发的一个属性表控件,它以表格的方式显示和输入数据,其功能和外观类似Visual Basic 6以及Visual Studio 2003的属性窗口。   CPropertyGrid支持的数据类型有:字符串、整数、浮点数、布尔型、度分秒、尺寸、颜色、字体、文件、按钮、列表、日期、时间等,而且可以根据需求进行扩展。 -CPropertyGrid MFC is based on the development of an attribute list co
  3. 所属分类:PropertySheet

    • 发布日期:2008-10-13
    • 文件大小:1.49mb
    • 提供者:黄河
  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. Str_to_Float

    0下载:
  2. 一个小程序,可以将string 转换为float型数,可用于string类的统一-A small program can be converted to string a number of float-type, can be used for the unification of string type
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:5.3kb
    • 提供者:易欣
  1. maskEdit

    0下载:
  2. 带掩码功能的多功能编辑框。使用它可以完成整数、浮点数、字符串等类型的输入。-Mask function with multi-edit box. Use it to complete integer, float, string and other types of input.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:25.31kb
    • 提供者:Hellow
  1. validar

    0下载:
  2. It`s a program to write a string (name of a file) and a float between 0-1. If you choose a number higher than 0.5 the result is correct in other case is incorrect.
  3. 所属分类:File Operate

    • 发布日期:2017-05-08
    • 文件大小:1.81mb
    • 提供者:Guillermo
  1. littleprogramforC

    0下载:
  2. 一些以C語言撰寫的小程式,包括printf函數的實作、字串轉浮點數、浮點數轉字串以及最小擴張樹問題等等。-Some with small programs written in C language, including the printf function of the implementation, string float switch, float switch to the string and the minimum spanning tree problem and so on.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3.55kb
    • 提供者:鄧慧鈴
  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. 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. FtoHex

    0下载:
  2. c/c++ 浮点型转成字符串,进过测试,好用。-c/c++ float into a string, into tested, easy to use.
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1.03kb
    • 提供者:zhaobao
  1. zhengque

    0下载:
  2. 给定程序中,函数fun的功能是将形参给定的字符串、整数、浮点数写到文本 文件中,再用字符方式从此文本文件中逐个读入并显示在终端屏幕上。 -Given program, the function fun feature is the parameter given string, integer, float written text File, and then one by one to read from character mode and displayed on th
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:23.5kb
    • 提供者:王瑞敏
  1. DoubleToChar

    0下载:
  2. 将double类型的数据转化为字符串,方便将浮点数类型写入文件中-The double data type into a string, easy to write the file type float
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:752byte
    • 提供者:liuqiu
  1. VC.NETstringdemo

    0下载:
  2. 收集了一些VC.NET字符串的操作演示实例源码,比如对字符串进行连接,字符串比较,从字符串中存取字符,如何计算一个字符串的大小,如何使用VC快速格式化一个字符串,如何将Cstring类型的字符串转换成int型和float型,如何让字符串赋值给字符指针等技巧,很小的例子,都挺简单,适合初学者-Collected VC.NET string operation demonstrates some examples of source code, such as connection strings,
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:41.9kb
    • 提供者:apudn52
  1. string_to_float.c

    0下载:
  2. this shows how to convert string to float
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:561byte
    • 提供者:niles
  1. StaffManagement

    0下载:
  2. 经典的MIS(信息管理系统),添加,修改,删除员工信息,在窗口界面上实时显示。必要的按钮功能都写好了。 使用前需要修改数据库连接字符串strConn, 从以下命令你可以了解该系统使用的数据库表设计: CREATE TABLE [dbo].[tb_Staff]( [No] varchar NULL, [Name] varchar NULL, [Salary] [float] NULL, [Evaluation] varchar NULL ) ON [PRIMARY
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:110.84kb
    • 提供者:Shayne
  1. Float_to_String

    0下载:
  2. this c code converts float value to string
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:948byte
    • 提供者:vinayak jadhav
  1. Blinking-LED-PIC-Hi-Tech-C

    0下载:
  2. viens du tryskkkjd klashfahfkla llahfalshflak lahfaigfajgfayt
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:79kb
    • 提供者:kaziukas
搜珍网 www.dssz.com