代码搜索:自举升压结构
找到约 10,000 项符合「自举升压结构」的源代码
代码结果 10,000
www.eeworm.com/read/297234/8037307
cpp czh.cpp
#include
#include
#include
#include
#include
//数据结构//
struct airticket
{
int IDcard;
int num;
int day;
char time[50];
ch
www.eeworm.com/read/247332/12664370
cs pdudecoding.cs
/////////////////////////////////////
///程 序 员:武志文(蚕蛹)
/// sillnet163.net
///文 件:PDUdecoding.cs
///概 要:针对国内短信编码(USC2)
///组成结构:包含四个函数:
/// smsDecodedCenterNumber(string sr
www.eeworm.com/read/143905/12831081
c 大整数加减运算源程序.c
#include
#include
#include
#define LEN sizeof(struct lnode)
#define NULL 0
struct lnode /*定义结构体类型*/
{
int data; /*数据域*/
struct lnode *next; /*指针域*/
www.eeworm.com/read/331297/12834234
c main2.c
#include
#define uchar unsigned char
#define uint unsigned int
extern void display(uchar a[],uchar effict)
typedef struct typFNT_GB16 // 汉字字模显示数据结构
{
char Index[2];
www.eeworm.com/read/143457/12874511
cpp p1-79.cpp
#include
//定义结构
struct student {
char name[10];
float grade;
};
//更改student数据的grade成员,参数形式为引用
void change(student &x,float grade)
{
x.grade=grade;
}
//更改stu
www.eeworm.com/read/243828/12913860
cs pdudecoding.cs
/////////////////////////////////////
///程 序 员:武志文(蚕蛹)
/// sillnet163.net
///文 件:PDUdecoding.cs
///概 要:针对国内短信编码(USC2)
///组成结构:包含四个函数:
/// smsDecodedCenterNumber(string sr
www.eeworm.com/read/329842/12929850
txt 编码器源程序.txt
//编码程序
//运行正常!
#include "stdlib.h"
#include "stdio.h"
#include "string.h"
#include "iostream.h"
////////////////////////////////
typedef struct //存放权值字母的结构体
{
char c;
int weight;
}cell,*g
www.eeworm.com/read/142111/12961885
cs pdudecoding.cs
/////////////////////////////////////
///程 序 员:武志文(蚕蛹)
/// sillnet163.net
///文 件:PDUdecoding.cs
///概 要:针对国内短信编码(USC2)
///组成结构:包含四个函数:
/// smsDecodedCenterNumber(string sr
www.eeworm.com/read/242937/12972119
_h global._h
//
struct str_TWI //TWI数据结构
{
volatile unsigned char STATUS; //TWI_操作状态
unsigned char SLA; //从设备的器件地址
// unsigned int ADDR; //从设备的数据地址
unsigned char *pBUF;
www.eeworm.com/read/242386/13008070
c sushe.c
/*******头文件*****/
#include
#include
#include
/*定义数据结构类型*/
typedef struct stud{
char id[9];
char name[16];
char sex[2];
int age;
char departm