代码搜索结果

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

formquery5.dfm.~5~

object formquery_5: Tformquery_5 Left = 176 Top = 87 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = #36710#36742#20986#20837#24211#30331#35760#34920' '#26597#35810#31383#

formquery5.pas.~5~

unit formquery5; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DB, DBTables, StdCtrls, DBCtrls, Grids, DBGrids, Buttons, ComCtrls, F

unit5.dfm.~5~

object Form5: TForm5 Left = 299 Top = 100 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = #36710#36742#32903#20107#35760#24405#34920 ClientHeight = 493 ClientWidth =

xt5-5.cpp

#include using namespace std; int main() { const int n=5; int a[n],i,temp; cout

exm5_5.mdl

Model { Name "exm2_5" Version 3.00 SimParamPage "Solver" SampleTimeColors off InvariantConstants off WideVectorLines off ShowLineWidths off ShowPortDataTypes

exp5_5.mdl

Model { Name "exp5_5" Version 3.00 SimParamPage "Solver" SampleTimeColors off InvariantConstants off WideVectorLines off ShowLineWidths off ShowPortDataTypes

bo5-5.c

/* bo5-5.c 广义表的头尾链表存储(存储结构由c5-5.h定义)的基本操作(11个) */ Status InitGList(GList *L) { /* 创建空的广义表L */ *L=NULL; return OK; } void DestroyGList(GList *L) /* 广义表的头尾链表存储的销毁操作 */ { /* 销毁广义表L *

c5-5.h

/* c5-5.h 广义表的头尾链表存储表示 */ typedef enum{ATOM,LIST}ElemTag; /* ATOM==0:原子,LIST==1:子表 */ typedef struct GLNode { ElemTag tag; /* 公共部分,用于区分原子结点和表结点 */ union /* 原子结点和表结点的联合部分 */ {