代码搜索:自举升压结构
找到约 10,000 项符合「自举升压结构」的源代码
代码结果 10,000
www.eeworm.com/read/429919/8782858
cpp 石头剪子布.cpp
/*作者:TenRoon
日期:2007.5.17*/
#include
#include
#include
#include
#include
int a,b,c,n;
/*结构体*/
struct user
{
char name[13];
char password
www.eeworm.com/read/385645/8795063
h c1-1.h
/* c1-1.h 采用动态分配的顺序存储结构 */
typedef ElemType *Triplet; /* 由InitTriplet分配3个元素存储空间 */
/* Triplet类型是ElemType类型的指针,存放ElemType类型的地址 */
www.eeworm.com/read/428736/8849985
h iic.h
/***********************************************************
文件名:iic.h i2c函数库头文件
功能:i2c数据结构的定义和函数的定义
版本:version 1.0
完成日期:2004.7.18
***********************************************************/
#ifndef
www.eeworm.com/read/428736/8850030
h iic.h
/***********************************************************
文件名:iic.h i2c函数库头文件
功能:i2c数据结构的定义和函数的定义
版本:version 1.0
完成日期:2004.7.18
***********************************************************/
#ifndef
www.eeworm.com/read/427435/8945015
h ch372dll.h
#ifndef __CH372_DLL_H__
#define __CH372_DLL_H__
#include
#ifdef __cplusplus
extern "C" {
#endif
#define mOFFSET( s, m ) ( (ULONG) & ( ( ( s * ) 0 ) -> m ) ) // 定义获取结构成员相对偏移地
www.eeworm.com/read/427173/8970121
h graphic.part4.h
@函数名称: getlinesettings
函数原型: void far getlinesettings(struct linesettingstype far *lineinfo)
函数功能: 得到当前画线模式
函数返回:
参数说明: lineinfo-保存画线模式信息,该结构的定义如下:
struct linesettingstype{
www.eeworm.com/read/382947/8987645
h c9-1.h
// c9-1.h 静态查找表的顺序存储结构
struct SSTable
{
ElemType *elem; // 数据元素存储空间基址,建表时按实际长度分配,0号单元留空
int length; // 表长度
};
www.eeworm.com/read/382947/8988257
h c1-1.h
// c1-1.h 采用动态分配的顺序存储结构
typedef ElemType *Triplet; // 由InitTriplet分配3个元素存储空间
// Triplet类型是ElemType类型的指针,存放ElemType类型的地址
www.eeworm.com/read/426630/9010713
c 例4-3.c
/* 当型循环结构示例 */
#include
void main()
{
long sum = 0;
long mul = 1;
char i;
float result;
for(i=1; i