搜索资源列表
eeprom
- 单片机对eeprom源程序和头文件 ** PROJEKT, bestehend aus 4 Teilen *** ** Write_EEPROM ** Write_EEPROM.Uv2 i2c_DEF.h tst_I2C.c Write_EEPROM.Opt Globals.h ** Chip_Inc ** 16550.h 81C90.h phyCORE_591.h LAB537.h MCB517AC.h PCF85
itoa
- 自己实现的,高效任意进制数字转成字符串的算法。
pcf8584_Apilication_Examples
- pcf8584应用实例,*** PROJEKT, bestehend aus 3 Teilen *** ** PCF8584 ** PCF8584.Opt i2c_DEF.h PCF8584.Uv2 PCF8584_lib.c PCF8584_lib.h ringbuf.h ringbuffer.c test.ini tst_I2C.c Globals.h ** Chip_Inc ** 16550.h 81C90.h
SecureCRT
- SecureCRT Sample: Converting Deprecated CRT Functions to their _s Counterparts This sample demonstrates how to convert CRT functions which have been deprecated for security reasons to their _s counterparts. It covers the conversion of the follow
Transferfunction.txt
- 整数转换成字符串itoa函数的实现与字符串转换成整数atoi函数的实现-Itoa convert integer string function with string into an integer implementation of atoi function
itoa091130
- 利用c语言编写的字符串转整形的库函数实现.递归函数实现.可以应用于工程中.-the function of the project is same with ITOA(int ,char*, int1).
i
- 怎样将整数转化成字符串,并且不用函数itoa-How to convert integer string, and do not function itoa
atoi-and-itoa
- 字符串与整型数的相互类型转化-atoi()函数和itoa()函数的写法~ -Between the string and integer type conversion-atoi and itoa simple wording ~
itoa-and-atoi
- 语言提供了几个标准库函数,可以将任意类型(整型、长整型、浮点型等)的数字转换为字符串.-Language provides several standard library functions can be any type (integer, long integer, floating point, etc.) number into a string.
itoa
- 一个小程序把整数转化成字符串。输入整数1234,可以得到字符串类形的1234-transform int to string
atoi--itoa-function-prototype
- 字符串和整形互相转换函数atoi,itoa函数原型 认识两个函数以及用法-String and plastic interchangeable function atoi, itoa function prototype
cbj
- 查图中各种直径的圆个数,可以快速查出图上有几种直径,并统计出各种直径的数量-(DEFUN C:cbj () (PRINC "查直径及个数") (setq ss (ssget ((0 . "CIRCLE")))) (setq i 0 n 0 zj-j nil) (repeat (sslength ss) (setq el (entget (ssname ss i))) (setq zj (read (rtos (cdr (assoc 40
sadsa
- 比如输入的是123,2,33,1006,12这样几个数字。 先找出最大的数字的位数是4位,再将所有 的数字变成4位数: 1230 2000 3300 1006 1200 然后进行排序: -itoa () function takes three parameters: The first argument is the number to be converted, the second parameter is to be written to convert the resu
CustomItoA
- For times when you don t have itoa available or it takes too much code and you have a tiny uC with 1k flash you could use this version. It is compact and hand written to meet my needs. Hoping my needs are not unique.-For times when you don t have it
atoi--itoa-function-prototype
- 字符串和整形互相转换函数atoi,itoa函数原型认识两个函数以及用法-String and plastic interchangeable function atoi, itoa function prototype
my_itoa
- 自己写的itoa转换程序,字符串和数值之间的转换程序-itoa zhuanhuan chengxu
itoa091130
- 利用c语言编写的字符串转整形的库函数实现.递归函数实现.可以应用于工程中.-the function of the project is same with ITOA(int ,char*, int1).
itoa091130
- 利用c语言编写的字符串转整形的库函数实现.递归函数实现.可以应用于工程中.-the function of the project is same with ITOA(int ,char*, int1).
ITOA
- 关于运维系统几个功能点: 1、支持网上报修和电话报修,科室电话报修后由信息科人员录入 2、支持信息科人员修改故障内容,毕竟科室对电脑不熟,故障判断不可能太准确,当然也可以分多级目录,大部分科室还是能确定的 3、信息科主管可以修改普通工作人员的内容,即上级可以修改下级 4、有好看的报表统计数据,个人工作量统计,按故障类型统计,按上报科室统计 5、可以显示维修进程,比如已完成,处理中,需要买配件之类 6、维修完毕后要科室报修人员可以做确认并做出评价 7、有故障等级选择,如
C
- 1.1 C基础知识 1 1.2 函数与头文件 2 1.3 C预处理器 3 1.4 将一个字符转换为long型 4 1.5 strcpy函数 4 1.6 assert用法 5 1.7 itoa函数和atoi函数 6 1.8 strcmp函数实现 8 1.9 strcpy函数实现 9 1.10 memcpy函数实现 10 1.11 memcpy和memmove函数的实现 11 1.12 strcat函数实现 13 1.13 使用库函数atoi,将cha