CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 字符串转换 整数

搜索资源列表

  1. 十进制整数相互转换

    0下载:
  2. 一组转换函数用于十六进制字符串二进制字符串八进制字符串到十进制整数相互转换,对数值运算和运算转换有帮助-a group function for converting hexadecimal string octal binary string string to decimal integer conversion of numerical computing and Operational Conversion help
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:3506
    • 提供者:张连成
  1. 2-16进制正整数字符串转为数值11

    0下载:
  2. 函数 long StrToData(CString strData,int jz) 功能:字符串转为正整数值 [字符串可为2-16]任意进制数值字符串 返回:长整型数值 参数:strData 为将要转换的字符串 参数:jz 为字符串的进制 如: CString s s=\"FFA6\" long data=StrToData(s,16) 则:data的值为:65446 用法:将StrToData.h和StrToData.cpp复制加入到您的工程里,在需要调用的函数中      加入#includ
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:13032
    • 提供者:梁志洪
  1. C源代码实例

    8下载:
  2. 包含220个C语言的各种源程序:001 第一个C程序 002 运行多个源文件 003 求整数之积 004 比较实数大小 005 字符的输出 006 显示变量所占字节数 007 自增/自减运算 008 数列求和 009 乘法口诀表 010 猜数字游戏 011 模拟ATM(自动柜员机)界面 012 用一维数组统计学生成绩 013 用二维数组实现矩阵转置 014 求解二维数组的最大/最小元素 015 利用数组求前n个
  3. 所属分类:Windows编程

    • 发布日期:2009-06-04
    • 文件大小:3250828
    • 提供者:79446210
  1. WL40987330 C语言算法集

    2下载:
  2. 目录 第一部分  基础篇   001  第一个C程序  002  运行多个源文件  003  求整数之积  004  比较实数大小  005  字符的输出  006  显示变量所占字节数  007  自增/自减运算  008  数列求和  009  乘法口诀表  010&
  3. 所属分类:Windows编程

    • 发布日期:2008-12-21
    • 文件大小:3245365
    • 提供者:wl409873350
  1. zhuanhuan.rar

    0下载:
  2. 将一个整数字符串转换为一个整数,如"-1234"转换为-1234。 (指针实现),Will convert a string to an integer an integer, such as -1234 -1234 convert. (Pointer to achieve)
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:923
    • 提供者:KEVIN
  1. hexconv

    1下载:
  2. 一组转换函数用于十六进制字符串二进制字符串八进制字符串到十进制整数相互转换-Transfer function for a group of hexadecimal string string octal binary string to decimal integer conversion
  3. 所属分类:Other windows programs

    • 发布日期:2016-04-22
    • 文件大小:3363
    • 提供者:站长
  1. explore

    0下载:
  2. 字符串与整数,整数与字符串之间的相互转换-String with integer, integer and string conversion between
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:12802
    • 提供者:wind
  1. BinFileEx_VcCode

    0下载:
  2. BinFileEx.DLL是一个封装了用于生成保存各种常用数据到自定义二进制文件的类和函数的动态链接库,用它创建的二进制文件中可以存储以下数据类型: 整型数据、双精度浮点数据、字符串、文件类型[指每一个文件的内容作为一个数据项看待]。 所创建的二进制文件可以正确的被读出来。如果你在编程中想建立一个属于自已格式的二进制文件,此文件中保存自已在程序中生成的各种数据和文件。 BinFileEx.DLL还封装了用于得到汉字内码和由内码得到全部字母、汉字和符号的类和函数的动态链接库,用它可以随
  3. 所属分类:File Operate

    • 发布日期:2017-05-02
    • 文件大小:773784
    • 提供者:罗伟
  1. Transferfunction.txt

    0下载:
  2. 整数转换成字符串itoa函数的实现与字符串转换成整数atoi函数的实现-Itoa convert integer string function with string into an integer implementation of atoi function
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:851
    • 提供者:weigao
  1. atoi

    0下载:
  2. 实现字符串转换为整数的函数功能,附带exe文件,运行正常-atoi
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:28190
    • 提供者:flower
  1. zifuchuan

    0下载:
  2. 4行代码转换字符串为整数,是笔试中经常出现的问题,要好好理解。-4 lines of code convert the string to an integer, are usually written in the problems, it is necessary to properly understand.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:239550
    • 提供者:闫仕涛
  1. jinzhizhuanhuan

    0下载:
  2. 进制转换器类:1.数据成员,整数;2.构造函数:①无参数;②1个整数参数;③ 拷贝构造函数;④传入指定进制的字符串做为参数;3.toString成员函数,提供1个参数,对应的整数按指定的进制转换为字符串并输出;4.主程序对其功能进行测试-M-type converter: 1. Data member, an integer 2. Constructor: ① no parameters ② 1 integers parameters ③ copy constructor ④ into
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:10893
    • 提供者:朱留路
  1. c-xuexi

    0下载:
  2. 1将字符串给整形变量 2字符数据与整数进行算术运算,将小写转大写 3符号常量使用 4强制类型转换 5将有符号数据传送给无符号变量-1 to 2 string variables to the plastic character data and integer arithmetic operations to be lower case to upper case 3, the constant use of symbols 4 mandatory conversion 5 da
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:1301
    • 提供者:John
  1. Drawingcommandsgui

    0下载:
  2. 数制转换对话框在左边输入一个十进制整数和2~16之间的数,单击“转换”按钮能在右边得到十进制数所对应的2~16进制字符串-Number System Conversion dialog box on the left and enter a decimal integer number between 2 to 16, click the " Convert" button to be able to get the right of the decimal number co
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:565
    • 提供者:zhangfei
  1. hw10

    0下载:
  2. 大整数加法运算,先将相加的两个数转换成字符串,再相加。-Large integer addition operation, first add the two numbers into a string, and then add.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-29
    • 文件大小:310548
    • 提供者:清风
  1. inttostring

    0下载:
  2. 基于C语言的,用递归法将一整数n转换成字符串输出-Based on C language, with a recursive method to convert a string to output integer n
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:5408
    • 提供者:吴浩
  1. C

    0下载:
  2. 整数转换为字符串的C/C++程序,可以自己改成其他应用。-Integer into a string of C/C++ program that can change their other applications.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:3370
    • 提供者:姬斌
  1. 1.4-text

    0下载:
  2. 使用Visual C++语言将正整数转换成字符串-Positive integer is converted to a string using the the Visual C++ language
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-20
    • 文件大小:263326
    • 提供者:邓心欢
  1. Converted-to-an-intege

    0下载:
  2. 这个程序的功能是将一个数字字符串转换成整数。-您还可以输入578字 清空 双语对照 This feature of the program is to convert a number to a string into an integer.
  3. 所属分类:CSharp

    • 发布日期:2017-11-09
    • 文件大小:710
    • 提供者:张建平
  1. ziliao

    0下载:
  2. 十三个学习文档,包括字符串与整数类型的转换,ios6中cocos2d横竖屏设置问题,IOS中的sqlite数据库的使用,UIImageView圆角,自适应图片宽高比例,图片拉伸,缩放比例等.-Thirteen study documents, including string and integer type conversions, ios6 in cocos2d horizontal and vertical screen set up, use the IOS in sqlite data
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:1642171
    • 提供者:Raye
« 12 »
搜珍网 www.dssz.com