代码搜索:matric
找到约 58 项符合「matric」的源代码
代码结果 58
www.eeworm.com/read/422873/10605247
java matric.java
package src.paper;
import java.io.*;
import java.util.*;
import org.apache.lucene.index.*;
/* 输出文档格式说明 */
/*
*.mat.rlabel : row label 每一行代表每一篇文档的编号 即:doc[row].docno
*.mat.clabel : colum
www.eeworm.com/read/157086/11740455
class matric.class
www.eeworm.com/read/157086/11740462
java matric.java
//Innitialize atwo_dimesional array
class Matric{
public static void main(String args[]){
double m[][]={
{0*0,1*0,2*0,3*0},
{0*1,1*1,2*1,3*1},
{0*2,1*2,2*2,3*2},
{0*3,1*3,2*3,3*3}
};
int i,j;
www.eeworm.com/read/278821/10504004
cpp main.cpp
#include
void main()
{
const int m = 3500;
int matric[5][5] = {{0,10,m,30,100},
{m,0,50,m,m},
{m,m,0,20,10},
{m,m,20,0,60},
{m,m,m,m,0}};
int patch[5
www.eeworm.com/read/278823/10503953
cpp main.cpp
#include
int divide(int *matric, int i, int j)
{
int temp;
temp = matric[i];
while (i != j)
{
while ((i temp))
{
j--;
}
if (i
www.eeworm.com/read/471405/6892428
txt 三角分解法.txt
#define N 3 /* N为方程组系数矩阵的阶数 */
void Lu(float a[N][N],float L[N][N],float U[N][N]) /* LU分解 */
{ int i,j,k;
for(k=0;k
www.eeworm.com/read/397358/6681070
cpp fitting.cpp
#include
#include
using namespace std;
void matric_multiple(double A[],double B[],int A1,int A2,int B1,int B2,double C[]);
void matric_transpose(double A[],int A1,int A2,doubl
www.eeworm.com/read/471405/6892431
txt 列主元素法.txt
void ColGauss(float a[N][N],float b[N])
{ float t,max_fab;
int i,j,k,l;
for(i=0;i
www.eeworm.com/read/297143/8050585
m loadimagetexture.m
function LoadImageTexture(hObject,handles)
QueryImageName = uigetfile({'*.jpg;*.gif;*.tif;*.bmp','Pictures(*.jpg,*.gif,*.tif,*.bmp)';'*.*','All Files(*.*)'});
level = 3;
FV_e =[];
FV_std = [];
www.eeworm.com/read/297143/8050756
asv loadimagetexture.asv
function LoadImageTexture((hObject,handles)
QueryImageName = uigetfile({'*.jpg;*.gif;*.tif;*.bmp','Pictures(*.jpg,*.gif,*.tif,*.bmp)';'*.*','All Files(*.*)'});
level = 3;
FV_e =[];
FV_std = [];