代码搜索:体视化

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

代码结果 10,000
www.eeworm.com/read/294365/8233069

c main.c

#include "zlg7289.h" extern void keyled(void); void ARMTargetInit(void); int main(void) { ARMTargetInit(); //开发版初始化 Zlg7289_Reset(); //zlg7289复位 keyled(); }
www.eeworm.com/read/393663/8270412

h chipsource.h

/********************************************************/ /* */ /* 库 名 称:AT89Cx51SND1芯片资源函数库 */ /* 功 能 描 述:提供芯片各功能模块初始化,各种基本操
www.eeworm.com/read/393663/8271050

h chipsource.h

/********************************************************/ /* */ /* 库 名 称:AT89Cx51SND1芯片资源函数库 */ /* 功 能 描 述:提供芯片各功能模块初始化,各种基本操
www.eeworm.com/read/173978/9617153

c encore.c

/************************************************************************** MPEG-4 CODEC组件之一: MPEG-4编码器的核心引擎 包括了主函数体、参数初始化和数据输出的管理 **************************************************************
www.eeworm.com/read/368395/9697296

cpp exinterface.cpp

#include "stdafx.h" #include "GameObj.h" #include "callback_functions.h" #include "gamelogic.h" CGameLogic* LogicEngine ; /* * 游戏初始化 */ extern "C" _declspec(dllexport) void StartGame(int
www.eeworm.com/read/269587/11089743

asp invent_setup.asp

www.eeworm.com/read/268481/11136836

cpp 6_20.cpp

#include int main() { static char diamond[][5]={{' ',' ','*'},{' ','*',' ','*'}, {'*',' ',' ',' ','*'},{' ','*',' ','*'}, {' ',' ','*'}}; //二维字符数组的声明和初始化 int i,j; for (i=0;i
www.eeworm.com/read/266726/11215103

asp invent_setup.asp

www.eeworm.com/read/411064/11257718

_h lcd._h

/************************************************************ 串行连接操作程序 对外函数列表: void LCD_Init( void ); //初始化 void LCD_PutStr(unsigned char row,unsigned char col,unsigned char *puts
www.eeworm.com/read/411064/11257727

h lcd.h

/************************************************************ 串行连接操作程序 对外函数列表: void LCD_Init( void ); //初始化 void LCD_PutStr(unsigned char row,unsigned char col,unsigned char *puts