代码搜索结果

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

b-tree.cpp

#include #include #define MAXM 10 //B-树最大阶数 typedef int KeyType; //keyType是关键字类型 typedef struct node { int keynum; //当前拥有关键字个数 KeyType key[MAXM]; //key[1,2,...,keynum

b2.m

%求解有限元方程右端的常数向量的子函数,b2.m function b=b2(x1,h1) syms x h kesi f=h*(-4*(x+h*kesi)*exp(x+h*kesi)-(x+h*kesi)*(exp(1)-exp(-1)))*kesi; f=int(f,kesi,0,1); h=h1; x=x1; b=eval(f);

b1.m

%求解有限元方程右端的常数向量的子函数,b1.m function b=b1(x1,h1) syms x h kesi f=h*(-4*(x+h*kesi)*exp(x+h*kesi)-(x+h*kesi)*(exp(1)-exp(-1)))*(1-kesi); f=int(f,kesi,0,1); h=h1; x=x1; b=eval(f);

mem_b.scf

;/****************************************Copyright (c)************************************************** ;** Guangzou ZLG-MCU Development Co.,LTD. ;**

mem_b.scf

;/****************************************Copyright (c)************************************************** ;** 广州周立功单片机发展有限公司 ;** 研

44b.h

/************************************************ * NAME : K44b.H * * Version : 07.MARCH.2000 * ***********************************************/ #ifndef __44B0X_H__ #define _

44b.h

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