代码搜索:体视化

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

代码结果 10,000
www.eeworm.com/read/475668/6775672

txt nt3916别人的代码.txt

/*=========================================================================== ** 函数名称: init_lcd ** 功能描述: 输出显示数据,并行,软件模拟8080 ** 功能描述: 对LCD进行初始化 ** 功能描述: 显示图片数据8bit ==============================
www.eeworm.com/read/311628/6784688

c main.c

#include "REGX52.H " #include "LCD1602.h" #include "DS1302.h" #include"main.h" void main() //主函数 { LCD_Initial(); //LCD初始化 Initial
www.eeworm.com/read/475553/6791318

c touchpanel.c

/* ********************************************************* * Copyright (c) * All rights reserved. * * 文件名称:Touchpanel.c * 文件标识: * 摘 要:本文件是对Touchpanel进行初始化和操作。 * 当前版本:1.0
www.eeworm.com/read/473475/6843629

c int2.c

interrupt void int2c(); extern void initial(); extern void porta(); extern void portb(); int flag=0,i=0; main() { initial();//初始化 while(1) //死循环 { ; //空语句 } }
www.eeworm.com/read/473097/6856374

java studentdemo4.java

class Student{ String strName; int intAge; boolean blSex; //初始化类中的实例变量 void init(String name, int age, boolean sex) { strName = name; intAge = age; blSex = sex; } S
www.eeworm.com/read/473097/6856378

java studentdemo5.java

class Student{ String strName; int intAge; boolean blSex; //初始化类中的实例变量 void init(String name, int age, boolean sex) { strName = name; intAge = age; blSex = sex; } S
www.eeworm.com/read/473097/6856406

java serializationdemo2.java

//定制串行化实例 import java.io.*; class Student implements Serializable{ String name; String sex; int age; String birthday; public Student(String name,String sex,int age,String birthday){ this
www.eeworm.com/read/472298/6875423

cs gsm.cs

using System; using System.Collections.Generic; using System.Text; using System.Runtime.InteropServices; namespace SMS.BaseClass { class GSM { //初始化gsm modem,并连接gsm modem
www.eeworm.com/read/471966/6884575

c nandflash.c

#include "def.h" #include "2410addr.h" #include "2410lib.h" #include "nandflash.h" /************************************** *** 初始化 K9F1208U0M nand flash *** *******************************
www.eeworm.com/read/471630/6887306

c kbsub.c

/*-----------------------------------------------------* *文件描述:本文件包含了H08C键盘中断子函数,分别为: * *(1)KB_Init:键盘初始化函数 * * void KB_Init(void)