代码搜索:体视化

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

代码结果 10,000
www.eeworm.com/read/170534/9800350

txt 图形模式的初始化.txt

图形模式的初始化 图形方式   Turbo C 提供了非常丰富的图形函数,所有图形函数的原型均在graphics. h 中,本节主要介绍图形模式的初始化、独立图形程序的建立、基本图形功能、图形窗口以及图形模式下的文本输出等函数。   另外,使用图形函数时要确保有显示器图形驱动程序*BGI,同时将集成开发环境options/Linker中的Graphics lib选为on,只有这样才能保证 ...
www.eeworm.com/read/363815/9935287

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/167697/9955500

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/359101/10165927

cpp 复化辛卜生公式.cpp

#include #include void main() { int i,n=2; float s; float f(float); float Simpson(float (*)(float),float,float,int ); for( i=0;i
www.eeworm.com/read/357066/10216657

cpp 复化辛卜生公式.cpp

#include #include void main() { int i,n=2; float s; float f(float); float Simpson(float (*)(float),float,float,int ); for( i=0;i