代码搜索:体视化
找到约 10,000 项符合「体视化」的源代码
代码结果 10,000
www.eeworm.com/read/352992/10485520
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// 复化梯形公式求积.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.
www.eeworm.com/read/352274/10567901
m uf_fltplot.m
function [figNum,ValCmp,TagCmp] = uf_fltplot(fType,fStruct,fOrder,fParas,fTitle);
fType = lower(fType);
fStruct = lower(fStruct);
% 初始化
if strcmp(fType,'lowpass'), % 低通
load uf_fltplot_h
www.eeworm.com/read/277719/10610318
h leftview.h
// LeftView.h : CLeftView 类的接口
//
#include
#include "afxcmn.h"
#pragma once
class CSerialDoc;
class CLeftView : public CTreeView
{
protected: // 仅从序列化创建
CLeftView();
DECLA
www.eeworm.com/read/351296/10661546
cpp complex.cpp
#include
using namespace std;
class complex
{
private:
double real;
double image;
public:
complex ( ); //缺省构造函数
complex (double r, double i); //顺便初始化值的构造函数
com
www.eeworm.com/read/158842/10724465
m esprit.m
%-------ESPRIT算法-----------%
clear;
%程序初始化
N=128;
M=20;
number=20;
delta=0; %噪声方差变量
F=zeros(number,M/2);
I=eye(M,M);
Z=zeros(M,M);
www.eeworm.com/read/275662/10802956
asm memory501.asm
***********************
*date 07-9-20
*purpose
* 数据初始化
*auhtor xcs
**********************
.title "operation01.asm"
.global start
.mmregs
.bss x,5
.bss y,1
.bss z,9
.bss mya
www.eeworm.com/read/275662/10803582
asm memory501.asm
***********************
*date 07-9-20
*purpose
* 数据初始化
*auhtor xcs
**********************
.title "operation01.asm"
.global start
.mmregs
.bss x,5
.bss y,1
.bss z,9
.bss mya
www.eeworm.com/read/417615/10984072
h femdoc.h
// FEMDoc.h : CFEMDoc 类的接口
//
#pragma once
#include "FemUnit.h"
class CFEMDoc : public CDocument
{
protected: // 仅从序列化创建
CFEMDoc();
DECLARE_DYNCREATE(CFEMDoc)
// 属性
public:
CLi
www.eeworm.com/read/417076/11004406
c usart.c
#include
#include "MyType.h"
#include "USART.h"
/******************************************************
*函数名 :InitUSART
*功能 :串口初始化,使用USART1
*参数 :void
*返回值 :void
*********