-
JDBC航班查询系统
关于飞行航班的管理:
按照三层架构(数据访问层、业务逻辑层 、表示层)的模式.编写一个
机票查询系统,创建数据表airInfo , 包含航班号、起飞日期、目的地,
制作查询页面,当用户输入目的地时或者起飞日期时.可以将数据表中
所有符合条件的信息查询并显示出来。
- 2022-03-16 17:50:32下载
- 积分:1
-
<
,非常好的国外计算机软硬件教材,对软硬件开发都有很大帮助- very well abroad, computer software and hardware materials, development of hardware and software are very helpful
- 2022-03-21 08:34:13下载
- 积分:1
-
asgdemo T. Allen, the company uses the TMS VCL, this procedure is Demo
asgdemo用到了adv公司的TMS VCL,此程序是DEMO演示-asgdemo T. Allen, the company uses the TMS VCL, this procedure is Demo
- 2022-02-13 05:20:34下载
- 积分:1
-
本程序是对经典的旅行商问题的一种解法,是学习数据结构算法的极佳材料,c语言编写...
本程序是对经典的旅行商问题的一种解法,是学习数据结构算法的极佳材料,c语言编写-the procedures of the classic traveling salesman problem a solution is learning algorithm data structure of excellent material, language c
- 2023-07-15 21:10:03下载
- 积分:1
-
调用Win32 API读取驱动器序列号并转换成可阅读形式
调用Win32 API读取驱动器序列号并转换成可阅读形式-call Win32 API reading drive serial number and converted into readable form
- 2022-01-25 20:27:13下载
- 积分:1
-
ncc_tetrahederon是Fortran90库定义的权重和abscisass…
Newton-Cotes积分公式的加权系数计算程序库。用Fortran90编写。-NCC_TETRAHEDERON is a FORTRAN90 library which defines the weights and abscisass for a sequence of 7 Newton-Cotes closed quadrature rules for the tetrahedron.
- 2022-03-19 10:19:10下载
- 积分:1
-
固定程序使用一定次数后不能再次使用,这个代码就是这样的功能,希望大家喜欢。在vc环境下运行...
固定程序使用一定次数后不能再次使用,这个代码就是这样的功能,希望大家喜欢。在vc环境下运行-fixed use a certain number of procedures can not use again, the code is such a function, hope you like them. In vc operating environment
- 2023-07-20 21:25:04下载
- 积分:1
-
EDA应用中内核CPU
EDA应用中内核CPU-CORE具体定义实例,供大家学习和写程序参考之用-EDA applications, the specific definition of the kernel CPU-CORE examples for everyone to learn and write programs for reference
- 2023-07-16 06:50:03下载
- 积分:1
-
在状态条中显示进度条
在状态条中显示进度条-the state of progress of the show
- 2022-03-03 21:23:47下载
- 积分:1
-
函数 long StrToData(CString strData,int jz) 功能:字符串转为正整数值 [字符串可为2...
函数 long StrToData(CString strData,int jz) 功能:字符串转为正整数值 [字符串可为2-16]任意进制数值字符串 返回:长整型数值 参数:strData 为将要转换的字符串 参数:jz 为字符串的进制 如: CString s s="FFA6" long data=StrToData(s,16) 则:data的值为:65446 用法:将StrToData.h和StrToData.cpp复制加入到您的工程里,在需要调用的函数中 加入#include "StrToData.h"即可调用-function of long StrToData(CString strData,int jz) :changed character string to positive integer,changed character may be any decimal system,return:long Integer value,parameter:strData is the character string to be changed,jz is type of decimal system.
- 2022-01-21 02:18:21下载
- 积分:1