搜索资源列表
simple
- 单纯形法算法,int K,M,N,Q=100,Type,Get,Let,Et,Code[50],XB[50],IA,IAA[50],Indexg,Indexl,Indexe float Sum,A[50][50],B[50],C[50]
main4
- 凌阳单片机实验, 四种数据类型DW、DD、FLOAT和DOUBLE的用法和区别.
main5
- 凌阳单片机实验, 四种数据类型DW、DD、FLOAT和DOUBLE的用法和区别.
浮点异常的控制位
- //浮点异常的控制位 #define FPUEM_INVALIDOP 0x01 #define FPUEM_DENORMALOP 0x02 #define FPUEM_ZERODIVIDE 0x04 #define FPUEM_OVERFLOW 0x08 #define FPUEM_UNDERFLOW 0x10 #define FPUEM_PRECISON 0x20 #define __FORCE_INLINE__ __inline /*-----------------------------
c2
- 1、 有n个学生,每个学生有m门成绩,每个学生的m门成绩用一单链表实现,n个学生所对应n个单链表的头指针用一指针数组统一存放。 1) 建立该存贮结构。 2) 查找第i个学生的某门课成绩。 链表中结点结构: struct node {char *nam;/*nam为课程名*/ float sco;/*sco为该门课程的成绩*/ struct node *link;/*link为指向下一课程结点的指针*/ -1, there are n students, e
FLOAT
- 1.在屏幕上提示用户输入两个带符号浮点数 2.计算并显示两者之和与差。 -1. On the screen prompts the user for two unsigned float 2. Calculate and show the difference between and.
fds
- 浮点数保存代码,能区别代码类别,代码为压缩BCD码-Save float code, to distinguish between code categories, the code for the compression BCD code
1
- 编写一个程序,输出基本数据类型char, short, int, long, float, double和指针类型void *, char *, short *, int *, long *, float *, double *的数据类型的长度。-The preparation of a program, the output of basic data types char, short, int, long, float, double and pointer type void*, cha
MATH
- Lots useful AVR asm math routines (trigonometry, float point, intenger , vectors and etc)
float.asm
- this program calculate floate number in asm
floating
- 汇编语言编写的浮点数运算子程序库 FoatHead.ASM 浮点运算库,头文件 FOATCODE.ASM 浮点运算库,代码文件 FLOAT.ASM 浮点运算库,包括完全的头文件说明和代码 FOATTEST.ASM 浮点运算库测试程序-Written assembly language floating-point subroutine library FoatHead.ASM floating-point libraries, header files FOATCODE.A
GF8051
- Go Fast Floating Point libraries for double float operations bit shifted on an 8bit microcontroller. Includes C and ASM source code, libraries and documentation for Franklin Kiel embedded C compliler.
float
- Floating point addition assembler in MIPS
WaterCTR0
- 自动水位控制器,2浮子(受水水池水少和水满控制各1浮子)抽水时间有限制,以便减少因为水井枯水导致水泵长时间空抽引发的水泵和电机发热故障。Yong_1228@qq.com-Automatic water level controller, 2 float (less water and water by the water of full control and 1 float) Pumping time is limited, in order to reduce the lead to pum
float
- float number in assembly
fequ0
- VF_equ0 (initialize a vector with zero).Float point program.
CPP
- 本程序关键点在于函数的声明,在这里函数声明不能省略,如果第三第四行的函数声明:void add(int x,int y) 和void add2(float x,float y) 省略了,则在接下来定义的函数add里面的调用add2:[add2(x,y) ]会提示出错,因为没有声明的情况下,系统不知道调用的add2或者本身的add是 什么意思-The key points of the program lies in the function declaration, functio
div_32float
- divide 32 bits float 16f628
hehe
- 设计一个程序,使之完成下列功能。 要求:(1)完成矩阵转换,输出转换前和转换后的矩阵。 (2)矩阵转换后,计算主对角线数之和,并输出。 1 2 3 4 13 9 5 1 5 6 7 8————》14 10 6 2 9 10 11 12 15 11 7 3 13 14 15 16 16 12 8 4 设计一个程序,将下列10个已知的常数按照从小到大的顺序进行排序,并打印排序的结果。 300,46,78,109,21,70,26,290,166,8,
mips
- MIPS浮点数加法减法,用mars汇编器原创-mips float-point number arithmetic
