代码搜索:体视化
找到约 10,000 项符合「体视化」的源代码
代码结果 10,000
www.eeworm.com/read/370924/9575016
cpp base.cpp
#include "base.h"
//////////////////////////// SqList的基本操作 ////////////////////////////
int InitSqList(SqList &L)
{//初始化线形表L
int i;
L.r=(RedType *)malloc((MAXSIZE+1)*sizeof(RedType));
for
www.eeworm.com/read/363581/9944196
dfm u_setinitparam.dfm
object Fm_SetInitParam: TFm_SetInitParam
Left = 182
Top = 87
BorderStyle = bsDialog
Caption = '初始化参数设置'
ClientHeight = 322
ClientWidth = 498
Color = clBtnFace
Font.Charset = DE
www.eeworm.com/read/361726/10038662
txt 4_5.txt
#include
#define maxsize 100
typedef struct node{
char data;
struct node *next;
}snode;
typedef struct node{
snode *front,*rear;
}qlink;
initqueue(qlink *q) /*队列初始化
www.eeworm.com/read/164320/10118365
asv tdscdmasys.asv
% tdscdmasys.m: 系统参数和初始化
%
% contais all the system realated paramters needed.
% also contais all the frequently changed system and control paramters needed
% 毕海
% 2005.1.29
% Version 1
%
www.eeworm.com/read/164320/10118379
m tdscdmasys.m
% tdscdmasys.m: 系统参数和初始化
%
% contais all the system realated paramters needed.
% also contais all the frequently changed system and control paramters needed
% 毕海
% 2005.1.29
% Version 1
%
www.eeworm.com/read/163470/10158836
h chipsource.h
/********************************************************/
/* */
/* 库 名 称:AT89Cx51SND1芯片资源函数库 */
/* 功 能 描 述:提供芯片各功能模块初始化,各种基本操
www.eeworm.com/read/163470/10159163
h chipsource.h
/********************************************************/
/* */
/* 库 名 称:AT89Cx51SND1芯片资源函数库 */
/* 功 能 描 述:提供芯片各功能模块初始化,各种基本操
www.eeworm.com/read/163133/10174566
java jdbcbean.java
package manage;
import java.sql.*;
public class JdbcBean {
Connection con=null;
ResultSet rs=null;
int value=0;
//实例化,装载JDBC驱动
public JdbcBean() {
try {
Class.forName("o
www.eeworm.com/read/280919/10279839
frm xtchshh.frm
VERSION 5.00
Begin VB.Form xtchshh
BorderStyle = 3 'Fixed Dialog
Caption = "卓资县人民医院医务系统初始化"
ClientHeight = 4785
ClientLeft = 45
ClientTop = 4
www.eeworm.com/read/354481/10350784
txt readme.txt
把整个程序模块化后的版本
adjust.c....................................时间/闹钟调整模块
display.c..................................显示模块
getkey.c..................................键盘模块
head.c..........................