代码搜索:民航词典
找到约 407 项符合「民航词典」的源代码
代码结果 407
www.eeworm.com/read/163435/10161755
cpp 我的航空系统.cpp
//民航系统
#include
#include
#include
#include
#include
//数据结构//
struct airticket
{
int IDcard;
int num;
int day;
char tim
www.eeworm.com/read/218176/4863676
~pas sbp_psagacct_minhang.~pas
//民航计算方法
unit sbp_psagacct_minhang;
interface
uses
SysUtils, Classes, DB, DBTables;
procedure psagacct_minhang(ai_psseno:integer;ai_year:integer;db:Tdatabase);
procedure psints_minhang(an_ps
www.eeworm.com/read/218176/4863689
pas sbp_psagacct_minhang.pas
//民航计算方法
unit sbp_psagacct_minhang;
interface
uses
SysUtils, Classes, DB, DBTables;
procedure psagacct_minhang(ai_psseno:integer;ai_year:integer;db:Tdatabase);
procedure psints_minhang(an_ps
www.eeworm.com/read/134780/13973751
cpp ll1.cpp
//朱贺 民航学院
#include"iostream.h"
#include"string.h"
#include "iomanip.h"
#include "stdlib.h"
struct stack{
int top;
char s[10];
}*sign;
char *M[5][6]={{"TP","$","$","TP","$","$"},
{"$","+T
www.eeworm.com/read/388808/8574016
txt 说明.txt
2007年7月29日发布
词博科技英语词典为绿色软件,下载后解压缩可直接运行(无需安装)。
主词典为:cibo.exe
词博科技英语词典1.0版具有以下特色:
(1)包含科技英语词库和普通词库共约1000万
(2)主要包括以下词汇
1 主科技词汇
2 航海航天词汇
3 石油词汇
4 进出口词汇
5 计算机网络词汇
6 医学制药词汇
7 心理学词汇
8 次科 ...
www.eeworm.com/read/202661/15377238
h dictionary.h
/*************************************************
Copyright (C)
File name: dictionary.h
Author: N.Devillard,ndevilla
Version: 5.0
Date: 2005-09-19
Description: 关键字词典操作
Others:
www.eeworm.com/read/202661/15377241
cpp dictionary.cpp
/*************************************************
Copyright (C)
File name: dictionary.c
Author: N.Devillard,ndevilla
Version: 5.0
Date: 2005-09-19
Description: 关键字词典操作
Others:
www.eeworm.com/read/282575/9081972
cpp 我的航空系统.cpp
//民航系统
#include
#include
#include
#include
#include
//数据结构//
struct airticket
{
int IDcard;
int num;
int day;
char time[50
www.eeworm.com/read/134780/13973745
cpp lr0.cpp
//朱贺 民航学院
#include
#include
#include
#include
struct stack{
int top;
int st[15]; //状态栈
char sn[15]; //符号栈
}*sign;
str
www.eeworm.com/read/149232/12393432
java dictionary.java
// 中文分词词典类
// Class for Dictionary
//
import java.util.*;
import java.io.*;
import java.lang.*;
public class Dictionary
{
HashMap hm; //a word set
public Dictionary()
{