代码搜索:自举升压结构
找到约 10,000 项符合「自举升压结构」的源代码
代码结果 10,000
www.eeworm.com/read/149958/12329334
cpp ex12.cpp
///// 第12章 结 构 与 联 合
//// [例12.1]结构变量的内存与边界对齐效应
#include
void main (void)
{ struct S { char c; int k; } s ;
struct A { char c[9
www.eeworm.com/read/234004/14126107
c 例4-4.c
/* 直到型循环结构示例 */
#include
void main()
{
char ch;
char buf[256];
char *p;
printf("Input a string.\n"); // 读取字符串
scanf("%s", buf);
p = buf;
do
{
ch = *p; //
www.eeworm.com/read/131795/14126753
dat funtc172.dat
函数名称: getlinesettings
函数原型: void far getlinesettings(struct linesettingstype far *lineinfo)
函数功能: 得到当前画线模式
函数返回:
函数说明: lineinfo 保存画线模式信息,该结构的定义如下:
struct linesettin
www.eeworm.com/read/131716/14132299
h floppy.h
#include
#include //包含了DISK_GEOMETRY等的定义
#include
#include
//Disk是结构体指针
typedef struct disk{
HANDLE floppyDisk;
DISK_GEOMETRY theSupportedGeomet
www.eeworm.com/read/126414/14424391
h tcp.h
/* tcpExample.h - header used by both TCP server and client examples */
/*定义结构体,保存待传输的信息,是否回应,以及信息长度*/
#define SERVER_PORT_NUM 5001 /* server's port number for bind() */
#define SERV
www.eeworm.com/read/224980/14558078
h treeop.h
/********************************************************
文 件 名: tree.h
所属项目:
编写单位:
作 者: 易剑
编写日期: 2003-02-10
版 本:
功能描述: 操作配置文件的树结构函数
修改日志:
www.eeworm.com/read/224980/14558100
cpp treeop.cpp
/********************************************************
文 件 名: tree.c
所属项目:
编写单位:
作 者: 易剑
编写日期: 2003-02-10
版 本:
功能描述: 操作配置文件的树结构及其算法
修改日志:
www.eeworm.com/read/224455/14589794
c poly.c
#include"stdio.h"
#include"alloc.h"
typedef struct node
{ int c,e;/*定义系数,指数*/
struct node *next;
} polytype; /*定义结构体*/
polytype *create() /*建多项式表*/
{ polytype *p, *head=malloc(si
www.eeworm.com/read/223809/14616814
ini fieldsmodel.ini
[书目结构]
list=bookname|url|pages|author|ssnumber|publicdate|accesstimes|isUseFul
dispcn=题名|作者|页数|出版日期|SS号|地址|访问次数|链接有效
types=character|character|numerical|character|numerical|character|numerical|char