代码搜索:体视化
找到约 10,000 项符合「体视化」的源代码
代码结果 10,000
www.eeworm.com/read/320801/6310821
h chipsource.h
/********************************************************/
/* */
/* 库 名 称:AT89Cx51SND1芯片资源函数库 */
/* 功 能 描 述:提供芯片各功能模块初始化,各种基本操
www.eeworm.com/read/494056/6387383
bak system_init.c.bak
/****************************************************************
提供商:成都浩然电子有限公司
网址:http://www.hschip.com
时间: 2007-11-6
说明:STM32F10x初始化
*********************************************************
www.eeworm.com/read/494080/6387795
cpp mowang.cpp
#include
#include
using namespace std;
struct Tom
{
char data[100];
char * top;
//char A;
//int An;//记录A中字的长度
//char B;
};
void InitTOM(Tom * a)//初始化栈
www.eeworm.com/read/494080/6387796
txt 用c++语言写的有关魔王语言的简单源码.txt
#include
#include
using namespace std;
struct Tom
{
char data[100];
char * top;
//char A;
//int An;//记录A中字的长度
//char B;
};
void InitTOM(Tom * a)//初始化栈
www.eeworm.com/read/491643/6432247
h h_lcm.h
/*---------------LCD初始化----------*/
void init_LCD();
/*---------------清屏---------------*/
void LCD_disp_CLS();
/*---------------设置字符显示位置( 0
www.eeworm.com/read/488290/6491536
cpp monster.cpp
#include "Monster.h"
CMonster::CMonster(void)
{
}
//初始化怪物的坐标和活动范围
CMonster::CMonster(string name,
int nHP,
int nMP,
int nCurrentHP,
int nCurrentMP,
int
www.eeworm.com/read/484172/6592009
h adc0832.h
/*
********************************************************************
** 文件名 : AD0832.H
** 创建人 :qixi.qin
** 创建日期 :2008.11.4
** 说明 :
** 联系 : 广西民族大学 06自动化 dongxixiaonanbi@163.com
**
www.eeworm.com/read/481854/6631673
h mainfrm.h
// MainFrm.h : CMainFrame 类的接口
//
#pragma once
#include "FundDialog.h"
#include "StockDataList.h"
class CMainFrame : public CFrameWnd
{
protected: // 仅从序列化创建
CMainFrame();
DECLARE_
www.eeworm.com/read/480157/6678258
c mouse.c
/******************************** 鼠标操作函数 *************************************/
int Msinit()
{
int recored;
regs.x.ax=0; /* 初始化鼠标*/
int86(0x33,®s,®s);
recored=regs.x.ax;
www.eeworm.com/read/476396/6760255
m ch8_4_5.m
%%%%%%%%%%%%%%%%%%%% 盲卷积滤波复原
%图像模糊化
I = imread('cameraman.tif');
figure;imshow(I);title('Original Image');
PSF = fspecial('motion',13,45);
figure; imshow(PSF,[],'notruesize');
Blurred = imfilter