代码搜索:自举升压结构
找到约 10,000 项符合「自举升压结构」的源代码
代码结果 10,000
www.eeworm.com/read/373619/2761223
h rkbin.h
/* Copyright (C) 2006 ROCK-CHIPS FUZHOU . All Rights Reserved. */
/*
File : include\rkbin.h
Desc : 定义 资源文件的数据结构.
Author : huangsl
Date : 2007-07-11
Notes :
$Log
www.eeworm.com/read/366431/2890337
vhd and2_2.vhd
--与非门的结构描述
LIBRARY ieee;
USE ieee.std_logic_1164.ALL;
ENTITY and2_2 IS
PORT(
a,b: IN bit;
y: OUT bit);
END ;
ARCHITECTURE struct OF and2_2 IS
component inv_comp
www.eeworm.com/read/366431/2890577
vhd and2_2.vhd
--与非门的结构描述
LIBRARY ieee;
USE ieee.std_logic_1164.ALL;
ENTITY and2_2 IS
PORT(
a,b: IN bit;
y: OUT bit);
END ;
ARCHITECTURE struct OF and2_2 IS
component inv_comp
www.eeworm.com/read/359371/2978239
cpp main.cpp
#include
#include
//学生结构体
struct Student{
char* name;
int year;
char* addr;
};
//比较函数
struct StudentLess{
bool operator()(const Student& s1, const Student& s2) const
www.eeworm.com/read/356705/3038451
cpp colorpickercb.cpp
#include "stdafx.h"
#include "ColorPickerCB.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
// 给颜色和名称结构数组赋值
SColorAndName CColorPi
www.eeworm.com/read/355070/3064305
cpp colorpickercb.cpp
#include "stdafx.h"
#include "ColorPickerCB.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
// 给颜色和名称结构数组赋值
SColorAndName CColorPi
www.eeworm.com/read/253166/4399844
h data.h
# ifndef ____DATA_STRUCT_H___
# define ____DATA_STRUCT_H___
# include "afxtempl.h"
# include "parastruct.h"
/***********************************************
每一点的数据结构
Note: 注意首点的处理,在显示
www.eeworm.com/read/253164/4399966
h data.h
# ifndef ____DATA_STRUCT_H___
# define ____DATA_STRUCT_H___
# include "afxtempl.h"
# include "parastruct.h"
/***********************************************
每一点的数据结构
Note: 注意首点的处理,在显示
www.eeworm.com/read/157712/5602677
cpp colorpickercb.cpp
#include "stdafx.h"
#include "ColorPickerCB.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
// 给颜色和名称结构数组赋值
SColorAndName CColorPi