代码搜索结果
找到约 10,000 项符合
B 的代码
b.htm
B
Functions - B
[index]
b.m
clear all;
ju=[1 1/3 1/9 1/9
3 1 1/5 1/5
9 5 1 2
9 5 1/2 1];
[v d]=eig(ju)
c=v(:,1);
c=c';
r=[0.2 0.2 0.2 0.2 0.2 0
1 0 0 0 0 0
0.51475 0.48525 0 0 0 0
0 0.749 0.25
b.bat
rc LocalMessage.rc
cl /O2 /GL Select.cpp md5.cpp Main.cpp LocalMessage.cpp lib.cpp About.cpp /link /entry:entry /subsystem:windows func.obj decode.obj msvcrt.lib shell32.lib comctl32.lib Advapi32.lib
b.cpp
class aaa
{
private:
int b;
public:
int a;
friend void aa(aaa &fa);
void bbb();
};
void aa(aaa &fa)
{
fa.b=1;
fa.a=2;
}
void aaa::bbb()
{
aaa t;
::aa(t);
}
main()
{
a
b.dat
thethingsisbad
b.bat
@echo off
rem B.BAT -- V1.3 May 3, 2005
rem This batch file does a "fast incremental rebuild" of the application (or component).
rem You should ONLY use this batch file after you have used t