代码搜索:体视化
找到约 10,000 项符合「体视化」的源代码
代码结果 10,000
www.eeworm.com/read/256352/12004949
h chipsource.h
/********************************************************/
/* */
/* 库 名 称:AT89Cx51SND1芯片资源函数库 */
/* 功 能 描 述:提供芯片各功能模块初始化,各种基本操
www.eeworm.com/read/256352/12005405
h chipsource.h
/********************************************************/
/* */
/* 库 名 称:AT89Cx51SND1芯片资源函数库 */
/* 功 能 描 述:提供芯片各功能模块初始化,各种基本操
www.eeworm.com/read/153025/12065604
scc mssccprj.scc
[SCC]
SCC=This is a source code control file
[数据初始化.vbp]
SCC_Project_Name=this project is not under source code control
SCC_Aux_Path=
www.eeworm.com/read/255623/12068236
h egaview.h
// EGAView.h : CEGAView 类的接口
//
#include "cega.h"
#pragma once
class CEGACntrItem;
class CEGAView : public CRichEditView
{
protected: // 仅从序列化创建
CEGAView();
DECLARE_DYNCREATE(CEGAVi
www.eeworm.com/read/340655/12141290
cpp loadsave.cpp
//
// 储存与载入动作
//
// Copyright (c) 2000-2001 Chihiro.SAKAMOTO (HyperWorks)
//
#include "stdafx.h"
#include "MainWin.h"
#include "LoadSave.h"
//
// 初始化
//
CGameLoadSaveAction::CGameLoadSav
www.eeworm.com/read/151669/12182905
h chipsource.h
/********************************************************/
/* */
/* 库 名 称:AT89Cx51SND1芯片资源函数库 */
/* 功 能 描 述:提供芯片各功能模块初始化,各种基本操
www.eeworm.com/read/151669/12183953
h chipsource.h
/********************************************************/
/* */
/* 库 名 称:AT89Cx51SND1芯片资源函数库 */
/* 功 能 描 述:提供芯片各功能模块初始化,各种基本操
www.eeworm.com/read/339194/12252902
h pir&cc1000.h
/***************初始化M16*********************/
void M16_Init(void);
/***************蜂鸣器响,输出端口为PORTD.3*********************/
/*****************装载控制字符命令**************************/
void To_Control_ID
www.eeworm.com/read/252760/12264757
txt ffff.txt
FILE *fp;
double lbound,ubound;
try
{
fp=fopen(str,"r");
if (!fp)
throw "文件不存在!";
}catch(char *except)
{
AfxMessageBox(except);
return ;
}
//初始化变量
for (int i=0;i
www.eeworm.com/read/251076/12366023
cs bulkcopy.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Data;
using System.Data.SqlClient;
namespace DAL
{
public class BulkCopy
{
//禁止类进行实例化