Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - col
Search - col - List
function [y,ndx] = sortrows(x,col) %[Y,I]=sortrows(A,k)按第k列升序的排列,向量I返各行的原编址.-function [y, ndx] = sortrows (x, col)% [Y, I] = sortrows (A, k) k out by the ascending order, I Vector trip back to the site of the original series.
Date : 2008-10-13 Size : 1.98kb User : 王志波

这是一个用VB实现的变换颜色的小程序。-This is a VB transform the color of small programs.
Date : 2025-12-27 Size : 53kb User :

function [y,ndx] = sortrows(x,col) %[Y,I]=sortrows(A,k)按第k列升序的排列,向量I返各行的原编址.-function [y, ndx] = sortrows (x, col)% [Y, I] = sortrows (A, k) k out by the ascending order, I Vector trip back to the site of the original series.
Date : 2025-12-27 Size : 2kb User : 王志波

1、CAD颜色索引(1~255)与颜色值对应表。 2、颜色值相反。 3、索引转换为颜色值。 4、颜色值转换为索引。 -1, CAD color indexing (1 ~ 255) and the color value of the corresponding table. 2, the color values. 3, the index is converted to color values. 4, converted to indexed color value.
Date : 2025-12-27 Size : 1kb User : 王东瑞

VB 屏幕取色精灵源代码。关于拾色器,本站已经有很多啦,每一个都是来自不同的作者,不同的实现方法。   本拾色器程序也挺好用,启动后会自动跟随你的鼠标,适时显示屏幕上任一点的颜色值,搞设计的朋友离不开的小工具,双击可退出程序,截图如上-VB Wizard screen color from the source code. With regard to color up, and this site has a lot of you, each from different authors, different method. The program also pick up very good color, and start automatically follow your mouse, timely display screen of the color value of any point, the friend can not be engaged in the design of small tools, double-click can withdraw from the process, the screenshot above
Date : 2025-12-27 Size : 9kb User : dfhdhy s

ourbase Bases for all 4 fundamental subspaces. [ROW, N, COL, LN] = fourbase(A) returns matrices whose columns are bases for the row space, nullspace, column space and left nullspace of a matrix A. -ourbase Bases for all 4 fundamental subspaces. [ROW, N, COL, LN] = fourbase(A) returns matrices whose columns are bases for the row space, nullspace, column space and left nullspace of a matrix A.
Date : 2025-12-27 Size : 3kb User : ramesh

VB获取当前显示器分辨率的源码,也就是获取屏幕像素的长和宽的值,双击运行编译生成的EXE文件,直接弹出窗口告诉你屏幕的像素是多少,程序没有其它功能。 -VB source code to get the current display resolution, which is to get the length and width of the screen pixel values​ ​ , double-click the EXE file to run the compiler to generate direct pop-up window tells you how many pixels the screen, the program no other function.
Date : 2025-12-27 Size : 2kb User : BC6QON0

lc; clear; A=[1 1.2 1.5 1.5; 0.833 1 1.2 1.2; 0.667 0.833 1 1.2; 0.667 0.833 0.833 1]; %因素对比矩阵A,只需要改变矩阵A [m,n]=size(A); %获取指标个数 RI=[0 0 0.58 0.90 1.12 1.24 1.32 1.41 1.45 1.49 1.51]; R=rank(A); %求判断矩阵的秩 [V,D]=eig(A); %求判断矩阵的特征值和特征向量,V特征值,D特征向量; tz=max(D); B=max(tz); %最大特征值 [row, col]=find(D==B); %最大特征值所在位置 C=V(:,col); %对应特征向量 CI=(B-n)/(n-1); %计算一致性检验指标CI CR=CI/RI(1,n); if CR<0.10 disp('CI=');disp(CI); disp('CR=');disp(CR); disp('对比矩阵A通过一致性检验,各向量权重向量Q为:'); Q=zeros(n,1); for i=1:n Q(i,1)=C(i,1)/sum(C(:,1)); %特征向量标准化 end(lc; clear; A=[1 1.2 1.5 1.5; 0.833 1 1.2 1.2; 0.667 0.833 1 1.2; 0.667 0.833 0.833 1];)
Date : 2025-12-27 Size : 68kb User : 嘻嘻13
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.