代码搜索:自举升压结构
找到约 10,000 项符合「自举升压结构」的源代码
代码结果 10,000
www.eeworm.com/read/212542/15154316
cpp 4feidiguisuanfa.cpp
#include
#include
#define Maxsize 100
#define OK 1
#define OVERFLOW -2
typedef struct BinNode /*定义二叉树结构*/
{
char data;
struct BinNode *lchild,*rchild;
} BinNode, *
www.eeworm.com/read/206115/15299844
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/7872/137738
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/13838/284055
c main.c
#include "config.h"
/* 定义串口模式设置数据结构 */
typedef struct UartMode
{
uint8 datab; //字长度,5/6/7/8可选
uint8 stopb; //停止位,1/2可选
www.eeworm.com/read/14159/306216
c fatinit.c
#ifndef _FAT_DEFINE
#include "FAT.c"
#endif
void FATInit(void);
void FATInit(void)
{
register BYTE i;
DPT = (struct DPTStr *)(DiskBuffer+0x1be); //分区表结构指针
BOOTSEC = (struct BootSec
www.eeworm.com/read/28714/1006390
c fatinit.c
#ifndef _FAT_DEFINE
#include "FAT.c"
#endif
void FATInit(void);
void FATInit(void)
{
register BYTE i;
DPT = (struct DPTStr *)(DiskBuffer+0x1be); //分区表结构指针
BOOTSEC = (struct BootSec
www.eeworm.com/read/37274/1070782
c ch09_1.c
#include
#include
int main()
{
struct student
{
char name[10];
int score;
} s1, s2; /* 结构类型的声明与定义*/
printf("学生姓名=");
scanf("%s",&
www.eeworm.com/read/37320/1072107
c++
#include
//定义结构
struct student {
char name[10];
float grade;
};
//交换student类型的数据
void swap(student &x,student &y) //swap的参数为引用传递方式
{
student temp;
temp
www.eeworm.com/read/250898/4425840
java operation.java
package executionengine;
import compiler.Attribute;
import recordmanagement.*;
/**
*所有SQL操作的interface,实现的类通过构造函数
*完成自身数据结构的构造
*
*/
public abstract interface Operation {
public void open();
www.eeworm.com/read/249482/4449445
dat errorass1.dat
错误信息: Block nesting error
中文注释: 嵌套过程,段,结构,宏指令,IRP,IRPC或REPT不是正确结束.如嵌套的外层已终止,而内层还是打开状态