代码搜索结果
找到约 10,000 项符合
3 的代码
c3-3.h
// c3-3.h 队列的顺序存储结构(可用于循环队列和非循环队列)
#define MAXQSIZE 5 // 最大队列长度(对于循环队列,最大队列长度要减1)
struct SqQueue
{
QElemType *base; // 初始化的动态分配存储空间
int front; // 头指针,若队列不空,指向队列头元素
int rear; // 尾指针,
bo3-3.cpp
// bo3-3.cpp 循环队列(存储结构由c3-3.h定义)的基本操作(9个)
Status InitQueue(SqQueue &Q)
{ // 构造一个空队列Q
Q.base=(QElemType *)malloc(MAXQSIZE*sizeof(QElemType));
if(!Q.base) // 存储分配失败
exit(OVERFLOW);
example3-3.vbw
frmFlight = 0, 0, 0, 0, C, 92, 92, 817, 425, C
example3-3.vbp
Type=Exe
Form=Example3-3.frm
Object={F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0; COMDLG32.OCX
Object={BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0; TABCTL32.OCX
Object={FAEEE763-117E-101B-8933-080
example3-3.frm
VERSION 5.00
Begin VB.Form frmFlight
BorderStyle = 1 'Fixed Single
Caption = "Flight Planner"
ClientHeight = 3465
ClientLeft = 1140
ClientTop =
example3_3.m
RGB=imread('flowers.tif');
image(RGB)
exa3_3.m
diff x^2+3*x+5 % the argument is equivalent to ‘x^2+3*x+5’
diff x^2 + 3*x + 5 % spaces break the argument into separate strings
5-3-3.m
%竞争层的输出
Jingzheng=rands(20)';
%正向权值W和反向权值T
W=rands(20,5);
T=rands(20,5);
%警戒参数
threshold=0.8;
%两组模式A1和A2
A1=[1 1 0 0 0];
A2=[1 0 0 0 1];
%初始化
for i=1:20
for j=1:5
W(i,j)=1/6;
table3-3.html
VT100.net: Digital VT100 User Guide