代码搜索:体视化

找到约 10,000 项符合「体视化」的源代码

代码结果 10,000
www.eeworm.com/read/168859/9891359

h can.h

/////////CAN 消息初始化程序//////////////// //////can.h////////////////// #include "C8051F040.h" #include "canreg.h" typedef unsigned char uchar; typedef unsigned int uint; typedef unsigned long ulong
www.eeworm.com/read/364565/9903578

c tx.c

/*PIC18F8680自带can发送程序*/ #include /*********************************************************************************** 函数功能:初始化CAN模块 入口参数:无 出口参数:无 调用说明:无 ****************************
www.eeworm.com/read/362045/10021731

cpp sheettabctrl.cpp

// SheetTabCtrl.cpp : 实现文件 // #include "stdafx.h" #include "GameMaster.h" #include "SheetTabCtrl.h" #include ".\sheettabctrl.h" // CSheetTabCtrl int CSheetTabCtrl::taskNum = 1;//初始化静态成员变量
www.eeworm.com/read/361936/10027538

java test2.java

//如何实例化其他类中的内部类 public class Test2 { public static void main(String[] args) { TFMath tfm = new TFMath(); TFMath.MyListener t = tfm.new MyListener(); } }
www.eeworm.com/read/166185/10030394

h studentscoredoc.h

// StudentScoreDoc.h : CStudentScoreDoc 类的接口 // #include "User.h" #define WM_REFRESHLIST =WM_USER+50 #pragma once class CStudentScoreDoc : public CDocument { protected: // 仅从序列化创建 CStudentSc
www.eeworm.com/read/361467/10050614

lst setup.lst

[Windows 95 Params] WndTitle = 支票打印 WndMess = 正在初始化安装... TmpDirSize = 500 TmpDirName = ~msstfqf.t CmdLine = acmsetup /T setup.stf /S %s %s DrvWinClass = Stuff-Shell Re
www.eeworm.com/read/164411/10109878

h can.h

/////////CAN 消息初始化程序//////////////// //////can.h////////////////// #include "C8051F040.h" #include "canreg.h" typedef unsigned char uchar; typedef unsigned int uint; typedef unsigned long ulong
www.eeworm.com/read/359903/10116608

h smartread4.h

typedef unsigned char BYTE; typedef struct { BYTE byDLLMajorVersion; BYTE byDLLMinorVersion; int chDay; int chMonth; int chYear; }BE_VERSION; //初始化认证函数,使用语音功能前必须首先调用,
www.eeworm.com/read/164328/10118179

c keystate.c

#include #include #include /* define variable type */ #define uchar unsigned char void INITIAL(void); /*液晶显示初始化*/ void CLEAR(void);
www.eeworm.com/read/356207/10235095

c spi_test.c

#include "DSP28_Device.h" unsigned int Spi_VarRx[100]; unsigned int i,j; //interrupt void ISRSciaTx(void); //interrupt void ISRSciaRx(void); void main(void) { /*初始化系统*/ InitSysCtrl(); /*