代码搜索:体视化
找到约 10,000 项符合「体视化」的源代码
代码结果 10,000
www.eeworm.com/read/448987/7520844
htm 背景又暗变亮.htm
标题页
function BgColor()
{
var x = 0, step = 1 //初始化颜色和步长
whi
www.eeworm.com/read/445804/7589813
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/443702/7626374
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/443689/7627176
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/439952/7696820
cpp start.cpp
#include"head.h"
void start(){
printf("********************************************************************\n");
printf("I.初始化\n");
printf("E.编码\n");
printf("P.印代码文件\n");
printf("D.译码\n");
www.eeworm.com/read/436720/7764715
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/436475/7769466
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/436247/7774385
c lcd.c
/******************************************************
* 文件名称:
* lcd.c
* 文件说明:对点阵lcd的基本操作初始化、移动显示数据的位置、
* 写数据、对指定区域进行清除进行封装
**********************************************
www.eeworm.com/read/399914/7822739
cpp matrixlib.cpp
// MatrixLIB.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include
int main(int argc, char* argv[])
{
initM(MATCOM_VERSION); //初始化类库
www.eeworm.com/read/199740/7826128
cpp ch8_5.cpp
//*********************
//** ch8_5.cpp **
//*********************
#include
void main()
{
int iArray[10];
int* iPtr=iArray; //用数组名iArray给指针初始化
for(int i=0;i