代码搜索:体视化

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

代码结果 10,000
www.eeworm.com/read/349087/10853167

c main2.c

#include "GrTry.c" int main() { INT16 OldMade = GetSVGAMode(); SetSVGAMode(TRY320X200X256); /* 实现图形初始化 */ getch(); SetSVGAMode(OldMade); /* 恢复原始的模式 */ }
www.eeworm.com/read/419157/10883265

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(); /*
www.eeworm.com/read/272827/10942567

c keystate.c

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

java javashy42.java

/******************************************************************************************** 第6章习题4 编写一个程序,输入一行文本,采用StringTokenizer类的对象,将该文本符号化,并以逆序输出语言符号。 ******************************
www.eeworm.com/read/418162/10962602

htm 1.33 页面背景颜色渐变.htm

标题页 function BgColor() { var x = 0, step = 1 //初始化颜色和步长 whi
www.eeworm.com/read/271405/10998078

c keystate.c

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

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/470511/6912535

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(); /*
www.eeworm.com/read/138083/6944447

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/469141/6978338

c uart.c

// 引用外部头文件 #include "c8051F020.h" #include "uart.h" /*********************************************************************************** * 函数名称:Uart0_Init; * * 函数功能描述:Uart0初始化; *