代码搜索:体视化
找到约 10,000 项符合「体视化」的源代码
代码结果 10,000
www.eeworm.com/read/148624/12447463
java gamelogic.java
import java.io.IOException;
import java.io.InputStream;
public class GameLogic{
/**初始化**/
private int subLevel; //小关1,2
protected int[][] gameMap;
protected int[][] starMap;
www.eeworm.com/read/336364/12448323
cpp xmlengine.cpp
#include "XMLEngine.h"
CXMLEngine::CXMLEngine(const char* szFileName)
{
m_doc=new TiXmlDocument(szFileName);
if(!m_doc->LoadFile())
{
cout
www.eeworm.com/read/233062/14170576
txt introduce.txt
简要介绍:
这个程序包的主要功能是对多台5101b进行功能化测试,并进行数据
采集,自动生成测试证书。
www.eeworm.com/read/231466/14232085
cs dataaccount.cs
using System;
using System.Runtime.Serialization;
using System.Runtime.Serialization.Formatters.Binary ;
namespace Eboer.MIS.MF.WinForm.DataAccount
{
///
/// 帐套属性,要被序列化
///
www.eeworm.com/read/231045/14259972
h convations.h
/*****************************************************************************************************
// 广东省科学院自动化研制中心重点实验室电子组
//
//文件名: convation.h
//版本 : V1.0
//作者 :
www.eeworm.com/read/231045/14259974
c convations.c
/*****************************************************************************************************
// 广东省科学院自动化研制中心重点实验室电子组
//
//文件名: convations.c
//版本 : V1.0
//作者
www.eeworm.com/read/129171/14260679
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/229204/14349204
cpp openglutil.cpp
//openglutil.cpp
//初始化OpenGL
void InitializeOpenGL(int width, int height)
{
g_hDC = GetDC(g_hWnd); // This sets our global HDC
// We don't free this hdc until the
www.eeworm.com/read/229166/14350991
c voice.c
#include "voice.h"
//*******2500初始化******//
void init_2500()
{
PD_2500=1;
PR_2500=1;
addre_2500=0;
}
//********************************************//
//******给定放音地址开始放音*****//
voi