代码搜索:自举升压结构
找到约 10,000 项符合「自举升压结构」的源代码
代码结果 10,000
www.eeworm.com/read/347982/11619987
c 37.c
#include
#include
#define NUM 3
main( )
{
FILE *fp1; /*定义文件指针*/
char *temp;
int i,j;
struct rec{ /*定义结构体类型*/
char id[10];
char name[15];
www.eeworm.com/read/157438/11705787
cpp studentmis_0.80.040502.1.cpp
/*------------------------------------------------------------*\
* 功能增强说明 *
* *1. 科目名称处理方式有所变化,变为全局字符串数组处理 *
* *2. 结构体变量不再使用静态内存空间,而是使用动态内存
www.eeworm.com/read/345866/11785063
h bmp.h
#ifndef __BMP_H_
#define __BMP_H_
#include "def.h"
/* bitmap结构*/
typedef struct BITMAP
{
INT8U ucFlags; // 标志
INT8U ucBitsPix; // 1, 2, 4, or 8
INT16U
www.eeworm.com/read/343401/11950881
c 37.c
#include
#include
#define NUM 3
main( )
{
FILE *fp1; /*定义文件指针*/
char *temp;
int i,j;
struct rec{ /*定义结构体类型*/
char id[10];
char name[15];
www.eeworm.com/read/341015/12113850
cpp huffuman.cpp
// Huffuman.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "float.h"
#include "stdlib.h"
#include "string.h"
//两种结构体的定义
struct hufnode
{
long we
www.eeworm.com/read/338169/12321218
h vector.h
#ifndef vector_h
#define vector_h
#include
#include
using namespace std;
//矢量球坐标系数据结构
typedef struct
{
double R;
double thinc;
double phinc;
}doubleVector;
//矢量直