代码搜索:体视化

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

代码结果 10,000
www.eeworm.com/read/463927/7172643

frm 数据库初始化.frm

VERSION 5.00 Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX" Begin VB.Form 数据库初始化 Caption = "数据库初始化" ClientHeight = 3195 ClientLeft = 60
www.eeworm.com/read/456348/7351599

txt ad7705初始化.txt

#include #include #include "global_var.h" #include "my_type.h" #include "temp_interface.h" #include "temp_constant.h" #include "temp_function.h" /*ad7705初始化*/ void ad
www.eeworm.com/read/455181/7376906

bat 个性化定时关机程序.bat

echo off title 系统关机 :loop cls color bc echo. echo. echo *** WINDOWSXP 快速关机系统 *** echo. echo 快速关机……………………请直接回车 echo 开始倒计时关机……………请输入1+回车 echo 设定时间点关机……………请输入2+回车 echo 显示计时关机………………请输入3+回车 ec
www.eeworm.com/read/449808/7496286

c 智能化家电控制.c

/* 演示样机 */ /* 智能化家电控制 */ #include #include #include #include sbit cd=P0^2; sbit wr=P0^0; sbit rd=P0^1; sbit reset=P0^3; sbit back_light=P3^6
www.eeworm.com/read/447050/7559722

txt 软件自动化安装简述.txt

§ 适用范围 自动化安装适用于那些在软件开发过程中采取持续集成,定期(每N小时,每日,每三日,每周…)构建,构建后需自动安装软件并测试的开发团队。 构建,安装,测试是三个顺序的过程,在持续集成模式的开发团队中理想的情况当然是自动构建,构建后自动生成安装文件,然后自动安装并测试。本文不讨论自动构建及自动化测试,您可查询相关资料,此处只讨论软件的自动安装这一环节。 § 自 ...
www.eeworm.com/read/198238/7946240

txt 元件例化与层次设计.txt

VHDL: Creating a Hierarchical Design This example describes how to create a hierarchical design using VHDL. The top-level design, called top.vhd, implements an instance of the function logic.vhd.
www.eeworm.com/read/198238/7946379

txt 元件例化与层次设计.txt

VHDL: Creating a Hierarchical Design This example describes how to create a hierarchical design using VHDL. The top-level design, called top.vhd, implements an instance of the function logic.vhd.