代码搜索:自举升压结构
找到约 10,000 项符合「自举升压结构」的源代码
代码结果 10,000
www.eeworm.com/read/128209/5992356
h pci2000.h
// AD硬件连续触发转换方式参数结构
#ifndef _PCI2000_PARA_AD
typedef struct _PCI2000_PARA_AD // 用于AD转换的硬件参数
{
DWORD FirstChannel; // 首通道
DWORD LastChannel; // 末通道
DWORD Frequence;
www.eeworm.com/read/128209/5992363
h pci2000.h
// AD硬件连续触发转换方式参数结构
#ifndef _PCI2000_PARA_AD
typedef struct _PCI2000_PARA_AD // 用于AD转换的硬件参数
{
DWORD FirstChannel; // 首通道
DWORD LastChannel; // 末通道
DWORD Frequence;
www.eeworm.com/read/128209/5992370
h pci2000.h
// 用于AD采集的参数结构
#ifndef _PCI2000_PARA_AD
typedef struct _PCI2000_PARA_AD // 用于AD转换的硬件参数
{
DWORD FirstChannel; // 首通道
DWORD LastChannel; // 末通道
DWORD Frequency; // 采集频
www.eeworm.com/read/111131/6158374
h tcpip.h
#define BYTE unsigned char
#define WORD unsigned int
#define LONG unsigned long
union u {WORD word;
struct{BYTE high;BYTE low;} bytes;//字节顺序为高位在前的2byte结构
};
union w { LONG dwor
www.eeworm.com/read/193359/6355346
txt 21-8.txt
/* 范例:21-8 自定义例外类 */
#include
class DividByZero // 自定义错误处理类
{
public:
DividByZero( const char *message ):ErrorMsg(message){}
// 结构函数
~DividByZero(){} // 析构函数
co
www.eeworm.com/read/493106/6406641
cpp 图的遍历ywc.cpp
#include
#include
#include
#include
#include
#define MaxQueue 100 // 队列的最大容量
struct node // 图形的顶点结构
{
int vertex; //顶点资料
www.eeworm.com/read/488533/6488852
txt guanlixit.txt
#include
#include
#include
#include
#include
#define zd 1000
struct food //定义一个结构体
{
char num[20] ; //编号
char name[
www.eeworm.com/read/488200/6497679
h tcpip.h
#define BYTE unsigned char
#define WORD unsigned int
#define LONG unsigned long
union u {WORD word;
struct{BYTE high;BYTE low;} bytes;//字节顺序为高位在前的2byte结构
};
union w { LONG dwor