代码搜索:Matlib
找到约 242 项符合「Matlib」的源代码
代码结果 242
www.eeworm.com/read/183495/5256006
h old-matlib.h
/* -*- indent-tabs-mode:T; c-basic-offset:8; tab-width:8; -*- vi: set ts=8:
* $Id: old-matlib.h,v 2.0 2002/09/22 02:07:32 tramm Exp $
*
* This file contains some useful matrix and general
* math u
www.eeworm.com/read/169491/5420663
cpp old-matlib.cpp
/* -*- indent-tabs-mode:T; c-basic-offset:8; tab-width:8; -*- vi: set ts=8:
* $Id: old-matlib.cpp,v 2.0 2002/09/22 02:07:32 tramm Exp $
*
* This is the source file for the matrix and math utiltiy
www.eeworm.com/read/169491/5420671
h old-matlib.h
/* -*- indent-tabs-mode:T; c-basic-offset:8; tab-width:8; -*- vi: set ts=8:
* $Id: old-matlib.h,v 2.0 2002/09/22 02:07:32 tramm Exp $
*
* This file contains some useful matrix and general
* math u
www.eeworm.com/read/189737/8456481
dpr linalgebkandnvs.dpr
program LinAlgEBKandNVS;
uses
Forms,
fLinAlgEBKandNVS in 'fLinAlgEBKandNVS.pas' {Form1},
MathTypes in '..\MathTypes.pas',
SpecFunc in '..\SpecFunc.pas',
LinAlg in '..\LinAlg.pas',
www.eeworm.com/read/150876/5688753
cpp test1.cpp
// Test1.cpp : Defines the entry point for the console application.
//////////// 头文件
#include "stdafx.h"
#include "stdio.h"
#include "matlib.h" //提供转化后C++代码中使用的数据类型,函数原型及常数
#include "LineEq.h"
www.eeworm.com/read/222952/14667245
java shoping.java
import java.util.Vector;
import javax.microedition.lcdui.Graphics;
public class Shoping
{
Canvas1 canvas;
Graphics g;
int width,height;
private int tabIndex;
private in
www.eeworm.com/read/107070/15613494
txt mathtools601.txt
发信人: FangQ (木头虫子), 信区: MathTools
标 题: Matlab与C++接口与混合编程讨论小结(十二)
发信站: BBS 水木清华站 (Tue Nov 2 22:31:02 1999)
3.3 用Matcom翻译m文件
直接调适M文件:在主界面上打开.m文件的主文件,在菜单中选择compile to exe
or dll 就可以
www.eeworm.com/read/101007/6262666
cpp enum_scene.cpp
#include "expflybsp.h"
#include "../../../lib/Fly3D.h"
#include "scene_max.h"
#include "enum_scene.h"
#include "stdmat.h"
#include
#include "../flyfao/flyfao.h"
#include "shape.h"
www.eeworm.com/read/101007/6262408
cpp 3dsimport.cpp
#include "../Fly3D.h"
int import3ds::read_chunk()
{
int i=0;
i+=fp.read(&chunkid, 2);//fread(&chunkid,1,2,fp);
i+=fp.read(&chunklen, 4);//fread(&chunklen,1,4,fp);
if (i!=6)
return 0;