代码搜索:CX SUPERVISOR

找到约 10,000 项符合「CX SUPERVISOR」的源代码

代码结果 10,000
www.eeworm.com/read/212724/15150749

m randomxor.m

% M-file function, RandomXOR.m % 产生异或数据点 % n 要求选出数据点的个数 % x1 x的最小值 % y1 y的最小值 % cx 圆心x % cy 圆心y % a 选出的点的坐标集合 function a = RandomXOR(n,x1,y1,cx,cy) for k = 1:n a(k,:) = [0 0];
www.eeworm.com/read/189150/8488406

h conwnd.h

// ConWnd.h : header file class CContainerWnd : public CWnd { public: CContainerWnd(); //{{AFX_VIRTUAL(CContainerWnd) //}}AFX_VIRTUAL public: void ResetScrollBar(int& cx, int& cy); vo
www.eeworm.com/read/430101/8766084

h mapmanager.h

#include "StdAfx.h" #include "TestMfc.h" class MapManager { private: CFile file; public: MapManager(); ~MapManager(); void GetMap(int map[][CX],int index); //根据局数得到地图 };
www.eeworm.com/read/377494/9274368

m tdma.m

function X = TDMA(A,D,C,B) % Tridiagonal Matrix Algorithm(三对角阵算法) % % Function: to solve the Tridiagonal system CX=B, where C is a Tridiagonal matrix % % Input - A is the subdiagonal of the
www.eeworm.com/read/376425/9317620

m tdma.m

function X = TDMA(A,D,C,B) % Tridiagonal Matrix Algorithm(三对角阵算法) % % Function: to solve the Tridiagonal system CX=B, where C is a Tridiagonal matrix % % Input - A is the subdiagonal of the
www.eeworm.com/read/371984/9527914

asp alipay_geturl.asp

www.eeworm.com/read/162415/10307437

m lp.m

%LP Linear programming % % x=lp(c,a,b) returns the best solution to the linear programming (LP) problem % % min cx s.t. ax
www.eeworm.com/read/425643/10342102

m tdma.m

function X = TDMA(A,D,C,B) % Tridiagonal Matrix Algorithm(三对角阵算法) % % Function: to solve the Tridiagonal system CX=B, where C is a Tridiagonal matrix % % Input - A is the subdiagonal of the
www.eeworm.com/read/449771/7496691

m tdma.m

function X = TDMA(A,D,C,B) % Tridiagonal Matrix Algorithm(三对角阵算法) % % Function: to solve the Tridiagonal system CX=B, where C is a Tridiagonal matrix % % Input - A is the subdiagonal of the
www.eeworm.com/read/440241/7691625

h googletran.h

#pragma once #include using namespace std; struct tag_DoubleRectangle { double dMinX; double dMaxX; double dMinY; double dMaxY; double cx; double cy; }; typedef struct tag_D