代码搜索:B

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

代码结果 10,000
www.eeworm.com/read/398419/7989311

gif b02.gif

www.eeworm.com/read/398357/7992000

jpg b42224.jpg

www.eeworm.com/read/297851/7992115

cpp 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
www.eeworm.com/read/297838/7992905

m 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);
www.eeworm.com/read/297838/7992913

m 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);
www.eeworm.com/read/297783/7996824

scf mem_b.scf

;/****************************************Copyright (c)************************************************** ;** Guangzou ZLG-MCU Development Co.,LTD. ;**
www.eeworm.com/read/398229/7999298

scf mem_b.scf

;/****************************************Copyright (c)************************************************** ;** 广州周立功单片机发展有限公司 ;** 研
www.eeworm.com/read/297679/8005129

h 44b.h

/************************************************ * NAME : K44b.H * * Version : 07.MARCH.2000 * ***********************************************/ #ifndef __44B0X_H__ #define _
www.eeworm.com/read/197246/8009898

h 44b.h

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

m a_10b.m