搜索资源列表
玫瑰线
- 汇编语言,完成至少4种玫瑰线 的作图,图形可参见数学手册(可以用定点运算;建议采用浮点运算)。-compiled language, the completion of at least four types of roses line drawing, graphics can be found in mathematics Manual (Operators can use sentinel; Proposed floating-point operations).
NSUPPORT
- Do Floating Point Operations with Clipper
反汇编32位intel机器指令的源代码
- 反汇编32位intel机器指令的源代码,只写完了80386的指令,没有加入后续指令及浮点指令,不过源代码考虑了可扩展性,可以很容易加入其它指令.由于我还不了解64位的汇编指令,所以没考虑对64位的扩展.反汇编的结果经与W32DASM对比,发现了W32DASM的许多错误,如果发现我的源码译错了请email我(只限80386指令),我的email在源代码文件中-compilation of 32 anti-intel machinery orders source code, only 80,386
反汇编32位intel机器指令的源代码1.1
- 反汇编32位intel机器指令的源代码,只写完了80386的指令,没有加入后续指令及浮点指令,不过源代码考虑了可扩展性,可以很容易加入其它指令.由于我还不了解64位的汇编指令,所以没考虑对64位的扩展.反汇编的结果经与W32DASM对比,发现了W32DASM的许多错误,如果发现我的源码译错了请email我(只限80386指令),我的email在源代码文件中-compilation of 32 anti-intel machinery orders source code, only 80,386
反汇编32位intel机器指令的源代码1.2
- 反汇编32位intel机器指令的源代码,只写完了80386的指令,没有加入后续指令及浮点指令,不过源代码考虑了可扩展性,可以很容易加入其它指令.由于我还不了解64位的汇编指令,所以没考虑对64位的扩展.反汇编的结果经与W32DASM对比,发现了W32DASM的许多错误,如果发现我的源码译错了请email我(只限80386指令),我的email在源代码文件中-compilation of 32 anti-intel machinery orders source code, only 80,386
计算分数的精确值
- 使用数组精确计算M/N(0<M<N<=100)的值。如果M/N是无限循环小数,则计算并输出它的第一循环节,同时要求输出 循环节的起止位置(小数位的序号) *问题分析与算法设计 由于计算机字长的限制,常规的浮点运算都有精度限制,为了得到高精度的计算结果,就必须自行设计实现方法。 为了实现高精度的计算,可将商存放在一维数组中,数组的每个元素存放一位十进制数,即商的第一位存放在第一个元素中,商的第二位存放在第二个元素中....,依次类推。这样就可以使用数组不表示一个高
DIV
- This sample shows how floating-point exceptions may be captured and handled in an MFC application.
fpu_v18
- 說明FPU的演算法以及浮點運\算式中的加減乘除-note FPU algorithm-and floating-point operations of arithmetic
80c196_FP98
- 运行于80C196上的浮点运算程序asm-running on the 80C196 on the floating-point operations procedures asm2
testabs
- 取绝对值的时候,很多人知道用fabs()函数。但是这个函数是浮点函数,操作起来比较慢,特别是在嵌入式系统上面,大多数嵌入式系统都没有浮点预算单元,进行浮点模拟需要消耗大量的时间。这个程序使用的简单的办法-obtain absolute time, a lot of people know, fabs () function. However, this function is floating point function, operate more slowly, especially in
ieee_matrix
- 用汇编写的矩阵乘法和IEEE浮点数转换 -was compiled using the matrix multiplication and IEEE floating point conversion
DSP_C5416_floatpoint
- 实现16位DSP TMSC5416 32位浮点数乘法,ASM汇编文件。CCS编译-achieve 16 TMSC5416 DSP floating point multiplication 32, ASM compilation document. CCS compiler
2254816645
- 二进制浮点运算,用51汇编语言编写的,适合于51汇编语言的学习者-binary floating-point operations, and 51 written in assembly language, suitable for 51 assembly language learners
gsl-1.10.tar
- GNU科学计算函数库GSL(GNU Scientific Library)是一个强大的C/C++数值计算函数库,它是一个自由软件,是GNU项目软件的一个部分,遵循GPL协议。函数库提供了大量的数值计算程序,如随机函数、特殊函数和拟合函数等等。整个函数库大约有1000多个函数,几乎涵盖了科学计算的各个方面。以下是整个函数库的目录: Complex Numbers Roots of Polynomials Special Functions Vectors and Matri
fp-lib
- c语言用顶点数做的浮点运算,java封装了一下-vertices do with the floating-point operations, a little java Packaging
浮点运算汇编程序CALC
- 一个可以实现多字节四则浮点运算的51汇编程序,LCD显示具体线路各位请看地址号,接线还是比较简单的-a multi-byte floating point four of the 51 assembler, LCD display specific lines See you address, wiring is relatively simple
ADDER
- 本设计是用32位的并行全加器的,可以实现浮点运算!-The design is a parallel 32-bit full adder, and floating-point operations can be achieved!
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
Floating-point-turn-IEEE754
- 浮点数转IEEE754并通过can 总线发送到单片机-Floating-point turn IEEE754 bus can send to the microcontroller
Floating-point-operation
- 使用Win32汇编语言编写,使用浮点运算指令画出一条正弦曲线。-Win32 assembly language, the use of floating point instructions to draw a sine curve.