搜索资源列表
Convertor_src
- VC版本2,8,16等进制转换,算法全部又C语言标准库编写.-VC version CLP.Biopterin as base for the conversion, the algorithm also all standard C language library prepared.
HEXTODEC.ZIP
- 将16进制转换成10进制的C语言源码 提供任意位数(包含小数点)的转换, 适合在校大学生C语言课程参考-base for the conversion of 16% of the 10 C-band source of arbitrary median (including decimal point) conversion, suitable for the college students C language courses reference
111111122222223333333344
- 进制转换“微机原理就及汇编语言课程设计”是计算机科学与技术专业的学科基础课。其目的是通过本实践环节,加深了对” “微机原理” “汇编语言”、“C语言”等课程知识的掌握与综合运用,通过对进制转换程序的设计让我对这门语言有了更深一步的理解,积累初步的经验。-base for the conversion "on the principle of computer and assembly language curriculum design" is computer scienc
arithmetic_edwardversion
- 本程序是用纯C语言编的一个基于命令行的四则运算计算器。主要用于计算四则运算表达式的值,同时可以实现四种进制任意两种之间的转换。 主要功能:1.四则运算:能够解释并执行四则运算表达式。四则运算就是包含+、—、*、/、.(小数点)和数字的运算表达式,例如:3+2.9*(5-6/3) -4+(+8*6)等; 2.错误警告:能够对不符合语法的表达式给出相应的错误警告,本程序共给出了8大类警告 3.进制转换:能够做二进制、八进制、十进制、十六进制中任意两种进制之间的互相转换 4.帮助系统:提供完善的帮助系
WL40987330 C语言算法集
- 目录 第一部分 基础篇 001 第一个C程序 002 运行多个源文件 003 求整数之积 004 比较实数大小 005 字符的输出 006 显示变量所占字节数 007 自增/自减运算 008 数列求和 009 乘法口诀表 010&
c语言进制转化
- c语言对进制转换的编程
C语言实现十进制转二进制转换
- C语言实现十进制转二进制转换
十进制数转换为十六进制数的源代码
- 用C语言写的一个很好的十进制数转换为十六进制数的源代码。,Using C language to write a good decimal number converted to hexadecimal number of the source code.
CommonAlgorithm_C_language
- C语言的小算法,包括链表,汉偌塔,进制转换,数组,数据结构等-Small C language algorithms, including linked lists, Han Ruo-tower, hexadecimal conversion, arrays, data structures, etc.
str
- C语言中,把16进制转换成字符串,一般在对中文进行传递中用到-C language to convert a string of 16 hex, the general in the Chinese language used in the transmission of
jizhizhuanhuan
- C语言版的数据结构,利用数据结构的设计思想,来实现进制转换,即二,十,八,十六进制的相互转换。-C language version of the data structure, the use of the data structure design concept to achieve binary conversion, ie, ten, eight, hexadecimal, the mutual conversion.
Disables-converter
- 对2进制 8进制 10进制 16进制进行互相转换 采用C语言编写.-On 2 disables 8 disables 10 disables hexadecimal each other using C language. Convert
C-2-8-16-To-10
- 基于C语言的,2、8、16进制转换10进制,封装在一个函数里面,使用方便-Based on the C language, 2,8,16 decimal conversion decimal package inside a function, easy to use
change
- 本源代码是C语言进制转换程序,根据提示输入数据即可进行2->10、10->2等进制转换。-The source code is the C language hex conversion program, according to the the prompt input data can be carried out 2-> 10,10-> 2, etc. hex conversion.
jizhizhuanhuan-C
- C语言编写的进制转换小程序,适合c语言的初学者-Hex conversion program written in C language, suitable for beginners c
C-code
- c语言学习中实用经典类型代码集合,包括进制转换、条件判断、趣味计算等多种类型-C practical language learning classical type code sets, including hexadecimal conversion, the condition judgment, and other types of interest calculation
代码
- 一些简单的C语言代码,包括数组迷宫、进制转换等(Some simple C language code)
zynq_img
- 打开txt 文档,读取字符,其中字符格式为 D8 D9 D0 即没有0x 的十六进制,将其转换为十进制形式 ,如D0 转换为208(open txt and transfer the data format ,such as : D0 to 208)
calculator
- 能实现加减乘除运算等复杂运算,能实现进制转换、能实现复杂表达式计算(It's a very useful calculator!)
十六进制BCD十进制转换
- 十六进制,BCD码,以及十进制转换,C语言程序(Hexadecimal BCD Decimal Conversion)