代码搜索:自举升压结构
找到约 10,000 项符合「自举升压结构」的源代码
代码结果 10,000
www.eeworm.com/read/426535/9014761
m ex0601.m
%例6-1 通过对字段赋值创建结构体
patient.name = 'John Doe';
patient.billing = 127.00;
patient.test = [79 75 73; 180 178 177.5; 220 210 205];
patient
whos
www.eeworm.com/read/184748/9081102
cpp reg.cpp
// Reg.cpp: implementation of the CReg class.
// 1)初始化系统
// 2)管理注册表信息
// 2)初始化子目录结构
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Reg.h"
www.eeworm.com/read/184555/9094013
sql sx20040515184313.sql
--表'sx'的结构
if exists (select * from sysobjects where id = OBJECT_ID('sx') and OBJECTPROPERTY(id, 'IsUserTable') = 1) DROP TABLE sx
CREATE TABLE sx(s1 money not null,)
--表'sx'的数据
insert into
www.eeworm.com/read/184555/9094026
sql sx20040816163952.sql
--表'sx'的结构
if exists (select * from sysobjects where id = OBJECT_ID('sx') and OBJECTPROPERTY(id, 'IsUserTable') = 1) DROP TABLE sx
CREATE TABLE sx(s1 money not null,)
--表'sx'的数据
insert into
www.eeworm.com/read/380461/9147148
h c3-2.h
/* c3-2.h 单链队列--队列的链式存储结构 */
typedef struct QNode
{
QElemType data;
struct QNode *next;
}QNode,*QueuePtr;
typedef struct
{
QueuePtr front,rear; /* 队头、队尾指针 */
}LinkQueue;
www.eeworm.com/read/183618/9148322
h c3-2.h
/* c3-2.h 单链队列--队列的链式存储结构 */
typedef struct QNode
{
QElemType data;
struct QNode *next;
}QNode,*QueuePtr;
typedef struct
{
QueuePtr front,rear; /* 队头、队尾指针 */
}LinkQueue;
www.eeworm.com/read/182678/9196018
cpp p1-70.cpp
#include
//定义结构
struct student {
char name[10];
float grade;
};
//交换student类型的数据
void swap(student &x,student &y) //swap的参数为引用传递方式
{
student temp;
temp
www.eeworm.com/read/379256/9203485
c ip.c
#include
#include
#include "ethernet.h"
#include "ip.h"
#define IP_TTL 128 /* Time To Live for an outgoing IP datagram */
extern NODE locnode; //本机的节点信息结构
www.eeworm.com/read/378410/9232184
c fft.c
#include
#include
# define pi 3.14159265
struct compx { double real, imag;};/****定义结构体类型****/
struct compx *fft(struct compx *, int);/**FFT函数声明**/
/******定义复数乘法运算函数*****
www.eeworm.com/read/378183/9243507
dat errorass1.dat
错误信息: Block nesting error
中文注释: 嵌套过程,段,结构,宏指令,IRP,IRPC或REPT不是正确结束.如嵌套的外层已终止,而内层还是打开状态