代码搜索:精度提升
找到约 3,114 项符合「精度提升」的源代码
代码结果 3,114
www.eeworm.com/read/419183/10881991
doc 机器人足球视觉系统精度提高算法.doc
www.eeworm.com/read/452491/7439163
pdf gps卫星位置计算及精度鉴定方法研究.pdf
www.eeworm.com/read/451671/7458374
doc 基于fpga的等精度频率计(论文版).doc
www.eeworm.com/read/243279/12951708
pdf 基于fpga的高精度多路温度采集器.pdf
www.eeworm.com/read/314781/13559303
doc 高精度采集校正消除物理误差(陈任论文).doc
www.eeworm.com/read/492896/6411842
txt 高精度相乘(整数和浮点数)_200612119111.txt
#include
#include
#define N 1000
/*2.3*1.1=2.53 ;22*11=242*/
void multy(char *a,char *b)/*可用于高精度整数和高精度浮点数相乘,结果放在a中*/
{
int i,j,da,db,la,lb,lta,ltb;
da=db=0;
la=strlen(a);
www.eeworm.com/read/488986/6481304
pdf tms320f2812的ad及其精度校准.pdf
www.eeworm.com/read/344989/11847690
pdf cpld 在等精度测频系统中的应用.pdf
www.eeworm.com/read/253470/12220516
pdf 计算电压基准的温度系数(tempco)和初始精度.pdf
www.eeworm.com/read/228261/14394640
txt 高精度相乘(整数和浮点数)_200612119111.txt
#include
#include
#define N 1000
/*2.3*1.1=2.53 ;22*11=242*/
void multy(char *a,char *b)/*可用于高精度整数和高精度浮点数相乘,结果放在a中*/
{
int i,j,da,db,la,lb,lta,ltb;
da=db=0;
la=strlen(a);