搜索资源列表
zhuanhuan.rar
- 将一个整数字符串转换为一个整数,如"-1234"转换为-1234。 (指针实现),Will convert a string to an integer an integer, such as -1234 -1234 convert. (Pointer to achieve)
hexconv
- 一组转换函数用于十六进制字符串二进制字符串八进制字符串到十进制整数相互转换-Transfer function for a group of hexadecimal string string octal binary string to decimal integer conversion
explore
- 字符串与整数,整数与字符串之间的相互转换-String with integer, integer and string conversion between
Transferfunction.txt
- 整数转换成字符串itoa函数的实现与字符串转换成整数atoi函数的实现-Itoa convert integer string function with string into an integer implementation of atoi function
atoi
- 实现字符串转换为整数的函数功能,附带exe文件,运行正常-atoi
jinzhizhuanhuan
- 进制转换器类: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
c-xuexi
- 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
Drawingcommandsgui
- 数制转换对话框在左边输入一个十进制整数和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
inttostring
- 基于C语言的,用递归法将一整数n转换成字符串输出-Based on C language, with a recursive method to convert a string to output integer n
1.4-text
- 使用Visual C++语言将正整数转换成字符串-Positive integer is converted to a string using the the Visual C++ language
file
- 【问题描述】近几年有人提出了这样一种算法,它虽然只是单纯地对文件进行重排,本身并不压缩文件。 该算法如下:对一个长度为n的字符串S,首先根据它构造n个字符串,其中第i个字符串由将S的前i-1个字符置于末尾得到。然后把这n个字符串按照首字符从小到大排序,如果两个字符串的首字符相等,则按照它们在S中的位置从小到大排序。排序后的字符串的尾字符可以组成一个新的字符串S’,它的长度也是n,并且包含了S中的每一个字符。最后输出S’以及S的首字符在S’中的位置p。 【输入文件】输入文件filezip.
numstr2num
- 输入一个数字型字符串,转换成int型整数数字输出-Enter a numeric string convert int type integer digital output
jinzhizhuanhuan
- 【问题描述】编写函数itob(n,s,b),用于把整数n转换成以b为基的字符串并存储到s中. 编写程序,使用函数itob(n,s,b)将输入的整数n,转换成字符串s,将s输出.转换后的字符串从最高的非零位开始输出。如果n为负数,则输出的字符串的第一个字符为’-’。b为大于1小于37的任意自然数值。当b=2时,输出字符只可能是’0’和’1’;当b=16时,输出字符串中可能含有字符为’0’-’9’,’a’-’f’(字母以小写输出)。b还可以是其它数值。比如输入n=33,b=17,则输出33的17进制
ziliao
- 十三个学习文档,包括字符串与整数类型的转换,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
Array-Programming
- 了解数组的概念,掌握数组的声明、初始化方式,熟练掌握foreach语句的用法,理解params关键字的使用,掌握数组转换方法的使用,理解索引器的概念,掌握在整数索引和在字符串上索引的应用. -Understand the concept of the array, the array of master declaration, initialization methods, proficiency foreach statement usage, understanding the use
item3
- 车轮上刻有一圈共n个英文小写字母,滚滚向前每碾过一圈就留下一条印迹,这类印迹都是长度为n的字符串。显然,从不同位置开始碾,可能得到不同的印迹。既然历史的车轮滚滚向前,故不必考虑向后碾的情况。于是,一个车轮最多对应于n条不同的印迹;反之,不同的印迹也可能来自相同的车轮。 也就是说,两条印迹若能通过循环移位相互转换,则它们来自同一条车轮。比如,所谓的循环左移k位,是指将字符串"s1 ... sk sk+1 ... sn"转换为"sk+1 ... sn s1 ... s
99459095
- 一组转换函数用于十六进制字符串二进制字符串八进制字符串到十进制整数相互转换()
zuoye521
- 进制转换,十进制转二进制,各类进制转换,建立”数制转换”对话框,在左边输入一个十进制整数和2—16之间的数,单击“转换”按钮能在右边得到与十进制相对应的相应进制的字符串,单击“退出”按钮退出对话框。(Establish "system transformation" dialog box, enter a decimal integer and 2 on the left - 16 Numbers between, can click the "convert&qu