代码搜索:相差法

找到约 10,000 项符合「相差法」的源代码

代码结果 10,000
www.eeworm.com/read/191861/8419096

txt xuanze1.txt

//选择排序法xuanze1.cpp #include #include #define N 10 void gensort(int b[],int n) {int i,j,k; for(i=0;i
www.eeworm.com/read/191861/8419109

cpp xuanze4.cpp

//选择排序法(函数模板)xuanze4.cpp // 排序不改变原数组各元素的值 #include #include #include #define M 10 template void sortp(T d[],T *pd[],int b[],int size) {int i,j,k; fo
www.eeworm.com/read/191861/8419111

txt maopao3.txt

//冒泡排序法(下沉)maopao3.cpp #include #include #define N 10 void gensort(int b[],int n) {int i,j; for(i=1;i
www.eeworm.com/read/191861/8419125

cpp jinbiaosai.cpp

//锦标赛排序法JinBiaoSai.cpp #include #include #include class DataNode //胜者树结点的类定义 {public: int data;//数据值 int index;//树中的结点号 int active;//参选标志 }; //锦标赛排序中的调整算
www.eeworm.com/read/191861/8419193

txt jinbiaosai.txt

//锦标赛排序法JinBiaoSai.cpp #include #include #include class DataNode //胜者树结点的类定义 {public: int data;//数据值 int index;//树中的结点号 int active;//参选标志 }; //锦标赛排序中的调整算
www.eeworm.com/read/188543/8529523

m 12-10.m

I = imread('ic.tif'); J = imrotate(I,60,'bilinear','crop'); %双线性插值法旋转图像60度,并剪切图像和原图像大小一致 subplot(121),imshow(I) title('原图像') subplot(122),imshow(J) title('旋转图像60度,并剪切图像')
www.eeworm.com/read/288935/8591570

cht h_client.cht

[General] Language=Chinese (Traditional) Charset=136 Font=PMingLiU fontsize=9 [TSplashForm] Title=灰鴿子 [THgzVip] Caption=灰鴿子 VIP 1.2 Sound1=本機沒有可用的音效卡設備,您將無法使用語音功能! IPtoAdder1=IP地址格式不對!
www.eeworm.com/read/187561/8624494

txt finite_element_tri.txt

*********有限元法求解三角形区域上Possion方程的结果********** 节点编号 842 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 843 961 0
www.eeworm.com/read/287311/8695292

c jisuanqi.c

//----键盘扫描法程序------- //----用数码管显示相应的键值----- //P1.0--P1.3接行------- //P1.4---P1.7接列------- #include unsigned char key,c,k,s; unsigned int *i,j; unsigned int anjian=0xff,iob,r3,address,
www.eeworm.com/read/287311/8695308

txt jisuanqi.txt

//----键盘扫描法程序------- //----用数码管显示相应的键值----- //P1.0--P1.3接行------- //P1.4---P1.7接列------- #include unsigned char key,c,k,s; unsigned int *i,j; unsigned int anjian=0xff,iob,r3,address,