代码搜索结果

找到约 10,000 项符合 B 的代码

b_tree.cpp

#include #include #include #define NULL 0 #define M 3 //定义B_树的阶数 #define MAXKEY 32767 //定义B_树的最大关键字 typedef int KeyType; //定义关键字类型 typedef struct

pfrtempopt_b.m

function PFRTempOpt_B % 求反应管最优温度分布(用最优化方法搜索k,其它同PFRTempOpt_A.m) % % Author: HUANG Huajiang % Copyright 2003 UNILAB Research Center, % East China University of Science and Technology, Shang

44b.h

#ifndef __44B0X_H__ #define __44B0X_H__ #ifdef __cplusplus extern "C" { #endif //#include "option.h" /* System */ #define rSYSCFG (*(volatile unsigned *)0x1c00000) /* Cache */ #defin

44b.h

#ifndef __44B0X_H__ #define __44B0X_H__ #ifdef __cplusplus extern "C" { #endif #include "option.h" /* System */ #define rSYSCFG (*(volatile unsigned *)0x1c00000) /* Cache */ #def

44b.h

/************************************************ * NAME : K44b.H * * Version : 07.MARCH.2000 * ***********************************************/ // // #ifndef __44B0X_H_