搜索资源列表
FixMath
- 这是我本人编写的一个32位定点小数运算的函数库。对于没有浮点运算器的场合,可以提供进行小数运算的一种途径-This is my prepared in a 32-bit fixed point decimal computing functions. For no floating point unit occasions, it can provide for fractional arithmetic, as a way to
fastmath
- NVIDIA 的数学运算库,包括快速开方,浮点转整数等-NVIDIA mathematical libraries, including rapid evolution, floating point to integer, etc.
Floating-point-complex-radix-2-decimation-in-time-
- 浮点复数基2时分FFT完成适当的FFT,输出改写输入缓冲器。-floating-point complex FFT-based two hours to complete the FFT output rewritten input buffer.
fdzh
- 浮点转换器,可以对十进制定点数、浮点BCD码和二进制浮点操作数之间进行相互转换。-float converters, and can set the decimal points. BCD floating-point and binary floating-point operation between several mutual conversion.
Real-codedGA
- 用MATLAB分别采用浮点编码和二进制编码方法,求函数最大值的程序。-were used with MATLAB floating-point code and binary coding method, the maximum function for the procedure.
MyCalculate
- 表达式求值:支持浮点运算,以及一些纠错功能-expression evaluates : support floating-point operations, and some correction function
erjinzhibianmaGA
- 生成0到1之间的一个随机数,因为利用浮点型生成器,所以准确到小数点后6位-0-1 generated among a random number, because the use of floating-point type generator, so accurate to six decimal places
fix_fft
- 定点基2FFT,并且具有将定点FFT与浮点FFT比对的功能-sentinel radix 2 FFT, and will be positioned with floating-point FFT and FFT functions to the
imdi
- 这是一个高速多维插值算法。当我们建模以后,原始的算法可能极为复杂和低速,在现有的计算条件下要得到最终的结果甚至要让我们等白了头,而该模块可以让复杂低速的计算变得简单迅速,甚至瞬间得到结果。它的原理是通过原始模型算法计算出有限的栅格节点,构建出一个多维栅格,而后可以无限次的对多维输入值瞬间得出对应的输出值,而得到的结果跟通过原始算法得到的结果相差无几。 并且,该模块还提供了对输入、输出值的校准功能。 该模块限定的输入、输出值为8位或16位的整数,浮点的计算也可以先变换为整数后再
DSP6711fft
- 基于DSP 6711 浮点的FFT计算,可用CCS打开-6711 floating-point DSP-based FFT calculation can be opened CCS
AI_GA_matlab
- 遗传算法程序 主要程序 ga.m 遗传算法核心程序 BinaryExample.m 二进制编码应用程序 FloatExample.m 浮点编码的应用程序 相关算子及函数 initializega.m 种群初始化函数 simpleXover.m 用于二进制编码的简单交叉算子 arithXover.m 用于浮点编码的算术交叉算子 binaryMutation 用于二进制编码的变异算子 nonMutation.m 用于浮点编码的非均匀变异算子
database_edwardversion
- 1.简介 本程序是用纯C语言编的一个基于菜单命令行的数据库系统。可以创建多个数据库,数据库表,字段。其中字段的类型只能为整形,浮点型,字符型和字符串型(最大长度确定,不能改变)。 2.功能 a)数据库存储: 一个数据库存储于一个文件中,打开文件将数据库载入到内存。 保存时将内存中数据重新写到文件中去。 b)数据库管理: 提供数据库的创建,表的创建,字段的创建 提供对数据的查询,删除,修改,排序功能 c)支持SQL部分语句: 支持SELECT 和DELETE语句-1. Introduction o
hexbin
- 用vb编制的程序,实现浮点数和二进制、十进制之间的转换,非常实用的一个小程序,拿出来跟大家分享-Prepared with a vb program to achieve floating-point and binary, decimal conversion between a very useful little program out to share with you
fpu
- 浮点运算单元,一个老外写的,可以参考-Floating point unit, a foreigner Writing, and can refer to
bianmayuanli
- 算术编码方法是将被编码的一则消息或符号串(序列)表示成0和1之间的一个间隔(Interval),即对一串符号直接编码成[0,1]区间上的一个浮点小数。符号序列越长,编码表示它的间隔越小,表示这一间隔所需的位数就越多。信源中的符号序列仍然要根据某种模式生成概率的大小来减少间隔。可能出现的符号概率要比不太可能出现的符号减少范围小,因此,只正加较少的比特位。-Arithmetic coding method is to be a coded message or symbol strings (seq
jpeg_decode
- 本解码器类支持普通jpeg文件格式,这也是目前大多数jpeg文件所采用的格式,此格式主要特点是数据精度为8位,采用Huffman编码的普通DCT帧(不支持扩展串行和递进模式及数学编码)。本解码器类的IDCT算法采用三种模式,分别是浮点解码、定点整数解码和定点整数MMX优化解码,您可根据具体情况选择。-jpeg decoder using Huffman encoder、IDCT based on foating decoder、Fixed-point integer decoder and Fi
tricordic
- 用CORDIC计算器计算sin,cos。包含浮点仿真模型和定点仿真模型-CORDIC calculator with sin, cos. Contains the floating-point simulation model and the fixed-point simulation model
MCU_1151
- 实现浮点运算的简单代码,可以供需要的人参考-float point computing
SGAPublic
- 遗传算法的matalab实现,(二进制,浮点染色体,轮盘赌,锦标赛选择)-Matalab genetic algorithm implementation (binary, floating-point chromosome, roulette, tournament selection)
floatmux
- 32位浮点乘法,希望大家能提出修改意见。(32-bit floating point multiplication)