代码搜索:精度

找到约 2,443 项符合「精度」的源代码

代码结果 2,443
www.eeworm.com/read/212376/15157327

m exm04031_3.m

rand('state',1),A=rand(100,100)-0.5; t0=clock;[V,D]=eig(A);T_full=etime(clock,t0)%指令eig的运作时间。 options.tol=1e-8; %为eigs设定计算精度。 options.disp=0; %使中间迭代结果不显示。 t0=clock;[v,d]=eigs(A,1,'lr',optio
www.eeworm.com/read/212343/15159386

m poly1.m

function c=poly1(A) %POLY1 函数用 Fadeev-Faddeva 算法来取矩阵的特征多项式系数。 % 它完全可以取代 MATLAB 本身提供的 POLY 函数,且运算精度更高。 %Designed by Prof D Xue (c) 2000 [nr,nc]=size(A); if nc==nr % 给出若为方阵,则用Fadeev算法求特征多项式
www.eeworm.com/read/212097/15165941

c adc0_temp_pro.c

//内部温度传感器调试程序// //利用过采样实现16位精度// //ADC0_TEMP_PRO.c #include #define ADC0START temppage=SFRPAGE;SFRPAGE=0x00;AD0BUSY=1;SFRPAGE=temppage #define STACK_LEN 128 //采样128次,再将128个数据总和除以8
www.eeworm.com/read/212097/15165943

c adc0_temp_pro.c

//内部温度传感器调试程序// //利用过采样实现16位精度// //ADC0_TEMP_PRO.c #include #define ADC0START temppage=SFRPAGE;SFRPAGE=0x00;AD0BUSY=1;SFRPAGE=temppage #define STACK_LEN 128 //采样128次,再将128个数据总和除以8
www.eeworm.com/read/211973/15169012

m example6_1.m

I = imread('cameraman.tif');%读入图像 I = double(I)/255; T = dctmtx(8);%计算离散变换矩阵,返回结果为双精度型 B = blkproc(I,[8 8],'P1*x*P2',T,T');%实现图像的显示块操作 mask =[1 1 1 1 0 0 0 0 1 1 1 0 0 0 0 0
www.eeworm.com/read/211128/15186335

m poly1.m

function c=poly1(A) %POLY1 函数用 Fadeev-Faddeva 算法来取矩阵的特征多项式系数。 % 它完全可以取代 MATLAB 本身提供的 POLY 函数,且运算精度更高。 %Designed by Prof D Xue (c) 2000 [nr,nc]=size(A); if nc==nr % 给出若为方阵,则用Fadeev算法求特征多项式
www.eeworm.com/read/12110/239440

c adc0_temp_pro.c

//内部温度传感器调试程序// //利用过采样实现16位精度// //ADC0_TEMP_PRO.c #include #define ADC0START temppage=SFRPAGE;SFRPAGE=0x00;AD0BUSY=1;SFRPAGE=temppage #define STACK_LEN 128 //采样128次,再将128个数据总和除以8
www.eeworm.com/read/12110/239442

c adc0_temp_pro.c

//内部温度传感器调试程序// //利用过采样实现16位精度// //ADC0_TEMP_PRO.c #include #define ADC0START temppage=SFRPAGE;SFRPAGE=0x00;AD0BUSY=1;SFRPAGE=temppage #define STACK_LEN 128 //采样128次,再将128个数据总和除以8
www.eeworm.com/read/13711/280568

c adc0_temp_pro.c

//内部温度传感器调试程序// //利用过采样实现16位精度// //ADC0_TEMP_PRO.c #include #define ADC0START temppage=SFRPAGE;SFRPAGE=0x00;AD0BUSY=1;SFRPAGE=temppage #define STACK_LEN 128 //采样128次,再将128个数据总和除以8
www.eeworm.com/read/13711/280570

c adc0_temp_pro.c

//内部温度传感器调试程序// //利用过采样实现16位精度// //ADC0_TEMP_PRO.c #include #define ADC0START temppage=SFRPAGE;SFRPAGE=0x00;AD0BUSY=1;SFRPAGE=temppage #define STACK_LEN 128 //采样128次,再将128个数据总和除以8