代码搜索:Struct

找到约 10,000 项符合「Struct」的源代码

代码结果 10,000
www.eeworm.com/read/227599/14420315

txt sql_struct.txt

create database if not exists `se_hosts`; USE `se_hosts`; /*Table structure for table `hostlist` */ DROP TABLE IF EXISTS `hostlist`; CREATE TABLE `hostlist` (
www.eeworm.com/read/225713/14522864

html struct__socket.html

_socket struct Reference
www.eeworm.com/read/224859/14565844

m count_struct.m

function [count]=count_struct; %同segy_struct.m,这里建立结构体数组,用来确定每个关键字的位置,以便于后面的读取 count.tracl= 0; count.tracr= 4; count.fldr= 8; count.tracf= 12; count.ep= 16; c
www.eeworm.com/read/224859/14565845

m segy_struct.m

function [segy] = segy_struct; %segy格式道头每个字的数据类型,利用了结构体数组来构建.数据类型是根据fread,fwrite的数据类型来确定的. segy.tracl= 'int'; %一条测线中的道顺序号 segy.tracr= 'int'; %在本卷磁带中的道顺序号 segy.fldr= 'int';
www.eeworm.com/read/123955/14604576

html tour-struct.html

A Tour of NTL: Programming Interface
www.eeworm.com/read/123847/14610064

c struct2.c

/* struct2.c: Illustrates nested structures */ #include #include struct Hitter { char last[16]; char first[11]; int home_runs; int year; }; struct Hal
www.eeworm.com/read/123310/14638770

h intgrt_struct.h

/****************************************************************************** ** ** ** Copyright (c) 2002 ARM Limited
www.eeworm.com/read/223311/14646523

h 330_struct.h

/************** filename: A601str.h used by :/d/刘玉龙/A601/A601.c master: liuyul date: 2006-4-21 ***************/ struct screen //输入的温度;结构名为setdata; {unsigned char tempnum;
www.eeworm.com/read/223309/14646711

h 310_struct.h

xdata struct model //输入的温度;结构名为locate; {unsigned char temp ; //室内温度存储单元; unsigned char humidity; //室内湿度存储单元; unsigned char power ; unsigned char mode_choose
www.eeworm.com/read/122867/14665737

h function&struct.h

#include"iostream.h" #include"string.h" class table{ public: char name[11]; int cat,val,level,addr; table * next; table(char* Name,int Cat) { if(Name) { strcpy(name,Name);