代码搜索:struct
找到约 10,000 项符合「struct」的源代码
代码结果 10,000
www.eeworm.com/read/122867/14665751
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);
www.eeworm.com/read/221571/14737288
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/221047/14760161
html module-struct.html
4.3 struct -- Interpret strings as packed binary data
www.eeworm.com/read/212004/15168481
vhd top_struct.vhd
-------------------------------------------------------------------------------
-- --
-- CPU86 - VHDL CPU8088 IP core
www.eeworm.com/read/212004/15168482
vhd uart_struct.vhd
-------------------------------------------------------------------------------
-- --
-- VHDL UART IP core
www.eeworm.com/read/211407/15180809
txt z_struct.txt
#define ST struct
#include
ST juzhen
{float Y_S[][]; /*因素矩阵*/
ST fangan{float F_A[][]; }Z_FA[]; /*方案矩阵*/
float T_MAX; /*最大特征值*/
float T_XL[]; /*特征向量*/
};
ST yaosu
www.eeworm.com/read/210953/15189681
txt ldp_struct.txt
-----
.------| Adj |
(think || links) / -----
----------
www.eeworm.com/read/210953/15189690
h lsr_struct.h
/*
* Copyright (C) James R. Leu 2002
* jleu@mindspring.com
*
* This software is covered under the LGPL, for more
* info check out http://www.gnu.org/copyleft/lgpl.html
*/
#ifndef _LSR_STRUC