代码搜索:自举升压结构
找到约 10,000 项符合「自举升压结构」的源代码
代码结果 10,000
www.eeworm.com/read/164343/10115591
cpp erchashu.cpp
#include
typedef struct NODE // 结点结构
{
int data;
struct NODE *Left_child, *right_child;
} NODE, *node;
void Creatnode( node &root_node,int e ) //建树,root_node表示根结点
{
www.eeworm.com/read/359245/10159639
m ladrfilt.m
function [y]=ladrfilt(K,C,x)
% ARMA滤波器的Lattice结构实现
% ------------------------------------------------------------------------------
% [y]=ladrfilt(K,C,x)
% y=输出序列
% K=格型系数(反射系数),[K1,K2,...,KN]
www.eeworm.com/read/357102/10216079
cpp ll(1).cpp
#include
#include
#include
#include
#include
#define M 22
#define N 30
using namespace std;
using std::string;
//产生式的数据结构
struct generatype
www.eeworm.com/read/355622/10253454
c queue.c
//=============================================================
// 文件名称: Queue.c
// 功能描述: u循环队列存储结构,用于保存串口发来的信息沟通
// 维护记录: 2007.08.07 V1.0 created by anxing
// 2007.12.18 V1.1 modify by hongya
www.eeworm.com/read/280938/10277632
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/354828/10322933
cpp serialport.cpp
#include "stdafx.h"
#include "SerialPort.h"
#include
//
// 构造函数
//
CSerialPort::CSerialPort()
{
m_hComm = NULL;
// 重叠结构成员置0
m_ov.Offset = 0;
m_ov.OffsetHigh = 0;
/
www.eeworm.com/read/280317/10340339
java studenttest.java
/**
* main方法单独设计,编译是不能通过的
*/
public class StudentTest
{
public static void main(String[] args)
{
String[] course = {"计算机原理", "编译方法", "数据结构"};
Student one = new Student("Tom","20021024"
www.eeworm.com/read/353381/10451858
cpp main_c.cpp
//程序设计基础二 综合作业
#include
#include
#include
struct stud //学生信息结构
{
long num;
char name[20];
double score;
};
struct studcode
{
struct stud
www.eeworm.com/read/279103/10465731
dfm unit_ca_consumestru.dfm
object FRM_CA_consumestru: TFRM_CA_consumestru
Left = 74
Top = 47
Width = 670
Height = 491
ActiveControl = cb_marks
Caption = '大客户消费结构分析'
Color = clBtnFace
Font.Charset = GB231