代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/376155/9329237
h matrix.h
www.eeworm.com/read/179705/9342140
c matrix.c
#include
#include
int
main (void)
{
int i, j;
gsl_matrix * m = gsl_matrix_alloc (10, 3);
for (i = 0; i < 10; i++)
for (j = 0; j < 3; j++)
gsl_matrix_s
www.eeworm.com/read/375908/9344009
h matrix.h
//matrix.h
#ifndef MATRIX_H
#define MATRIX_H
class vector;
class matrix;
typedef double(*pfun)(double t);
typedef void (*fun_group)(double t,vector& y);
typedef double(*pfun2)(double t,do
www.eeworm.com/read/179705/9344380
c matrix.c
#include
#include
#include
#define BASE_GSL_COMPLEX_LONG
#include "templates_on.h"
#include "matrix_source.c"
#include "templates_off.h"
#undef BASE_G
www.eeworm.com/read/375142/9370950
sln matrix.sln
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Matrix", "Matrix.vcproj", "{E5EF7B39-DFA9-4A54-B622-9C1C88A0F0
www.eeworm.com/read/375142/9370954
ico matrix.ico
www.eeworm.com/read/375142/9370961
ncb matrix.ncb
www.eeworm.com/read/375142/9370967
clw matrix.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CMainFrame
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "Matrix.
www.eeworm.com/read/375142/9370979
h matrix.h
// Matrix.h : main header file for the MATRIX application
//
#if !defined(AFX_MATRIX_H__50B8F1BE_4AED_11D5_9DFE_5254AB1C303A__INCLUDED_)
#define AFX_MATRIX_H__50B8F1BE_4AED_11D5_9DFE_5254AB1C303A