代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/257015/4366719
c matrix.c
/**********************************************************************
* *
* This C language library provides some simple matrix
www.eeworm.com/read/254498/4381946
cs matrix.cs
/*
* 操作矩阵的类 Matrix
*
* 周长发编制
*/
using System;
namespace CSharpAlgorithm.Algorithm
{
/**
* 操作矩阵的类 Matrix
* @author 周长发
* @version 1.0
*/
public class Matrix
{
privat
www.eeworm.com/read/158793/5594837
h matrix.h
/* *********************************************************************
matrix.h - matrix operations
Copyright (C) 1991 Dean Rubine
This program is free software; you can redistribute it and/or mo
www.eeworm.com/read/158793/5594855
c matrix.c
/* *********************************************************************
matrix.c - simple matrix operations
Copyright (C) 1991 Dean Rubine
This program is free software; you can redistribute it an
www.eeworm.com/read/158106/5598561
h matrix.h
/***********************************************************************
matrix.h - matrix operations
Copyright (C) 1991 Dean Rubine
This program is free software; you can redistribute it and/or mo
www.eeworm.com/read/158106/5598579
c matrix.c
/***********************************************************************
matrix.c - simple matrix operations
Copyright (C) 1991 Dean Rubine
This program is free software; you can redistribute it an
www.eeworm.com/read/155279/5626703
h matrix.h
/*
Copyright (C) 1997,1998 Shigeru Chiba, University of Tsukuba.
Permission to use, copy, distribute and modify this software and
its documentation for any purpose is hereby granted without
www.eeworm.com/read/155279/5626704
cc matrix.cc
/*
Copyright (C) 1997,1998 Shigeru Chiba, University of Tsukuba.
Permission to use, copy, distribute and modify this software and
its documentation for any purpose is hereby granted without
www.eeworm.com/read/155175/5628857
java matrix.java
package com.croftsoft.core.math;
/*********************************************************************
*
* A mathematical matrix class.
*
* @version
* 199
www.eeworm.com/read/155175/5629160
java matrix.java
package com.croftsoft.apps.insight;
import java.awt.Point;
public class Matrix {
//////////////////////////////////////////////////////////////////////
// Matrix.java