代码搜索:自举升压结构
找到约 10,000 项符合「自举升压结构」的源代码
代码结果 10,000
www.eeworm.com/read/338984/12268622
java fptree.java
package association.fptree;
/**
* 定义FPTree的数据结构,包括项目表和树
*
*/
public class FPTree {
ItemTb itemTb;
Tree tree;
FPTree(){
tree=new Tree();
}
public void ConsItemTb(int num){//num为
www.eeworm.com/read/149929/12330560
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/149929/12331692
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/149929/12333056
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/250207/12424822
cpp ganzhiqi.cpp
// GanZhiQi.cpp : Defines the entry point for the console application.
//感知器算法程序
#include "stdafx.h"
#include
#include
//样本点结构
typedef struct sample
{
int x;
www.eeworm.com/read/148705/12439403
cpp p1-70.cpp
#include
//定义结构
struct student {
char name[10];
float grade;
};
//交换student类型的数据
void swap(student &x,student &y) //swap的参数为引用传递方式
{
student temp;
temp
www.eeworm.com/read/131795/14124659
dat errorass1.dat
错误信息: Block nesting error
中文注释: 嵌套过程,段,结构,宏指令,IRP,IRPC或REPT不是正确结束.如嵌套的外层已终止,而内层还是打开状态
www.eeworm.com/read/131795/14127344
dat funtc181.dat
函数名称: getviewsettings
函数原型: void far getviewsettings(struct viewporttype far *viewport)
函数功能: 得到当前视口信息
函数返回:
函数说明: viewport 视口信息,该结构如下:
struct viewporttype
{
www.eeworm.com/read/233841/14132763
c ip.c
#include
#include
#include "ethernet.h"
#include "ip.h"
#define IP_TTL 128 /* Time To Live for an outgoing IP datagram */
extern NODE locnode; //本机的节点信息结构