-
计算机组成原理习题与解答
下
白中英
计算机组成原理习题与解答
下
白中英-computer principle and answer the questions which the British white
- 2022-07-17 14:49:17下载
- 积分:1
-
I have written a show with the j2me flower software, j2me is still quite good ju...
我自己用j2me编写的一款显示花的软件,刚学j2me还是挺好玩的-I have written a show with the j2me flower software, j2me is still quite good just learning to play
- 2022-05-20 03:38:09下载
- 积分:1
-
CTI applications, mainly used in automatic voice response, the development of te...
CTI应用,主要应用于自动语音应答,开发技术比较成熟,在国外应用比较多.-CTI applications, mainly used in automatic voice response, the development of technology and more mature, more applications in foreign countries.
- 2022-07-11 03:02:03下载
- 积分:1
-
Two
Two-Dimensional PCA:
A New Approach to Appearance-Based
Face Representation and Recognition
- 2022-02-13 09:36:51下载
- 积分:1
-
代码用Verilog可发现中值写作。用一个C++文件看…
A code writing by Verilog which can find medium value. With a C file to see the simulation results. A co-design example of C and Verilog.
- 2022-10-23 17:50:08下载
- 积分:1
-
一个游戏的解决方案,用来说明跳马的步骤和实现
一个游戏的解决方案,用来说明跳马的步骤和实现-a game of the solution, used to illustrate the vault and the steps to achieve
- 2022-06-18 12:53:56下载
- 积分:1
-
提取NOAA PAL(Pathfinder AVHRR Land cover data)中的中国部分子集
提取NOAA PAL(Pathfinder AVHRR Land cover data)中的中国部分子集
- 2023-05-27 19:25:03下载
- 积分:1
-
火车订票系统
应用背景用C语言写的火车订票系统,对于C语言学习者学习链表有极大的帮助,内含测试文件供测试。。。。。。。。。。。。关键技术/*定义存储火车信息的结构体*/
struct train
{
char num[10];/*列车号*/
char city[10];/*目的城市*/
char takeoffTime[10];/*发车时间*/
char receiveTime[10];/*到达时间*/
int price;/*票价*/
int bookNum ;/*票数*/
};
/*订票人的信息*/
struct man
{
char num[10];/*ID*/
char name[10];/*姓名*/
int bookNum ;/*需求的票数*/
};
/*定义火车信息链表的结点结构*/
typedef struct node
{
struct train data ;
struct node * next ;
}Node,*Link ;
/*定义订票人链表的结点结构*/
typedef struct people
{
struct man data ;
struct people*next ;
}bookMan,*bookManLink ;
- 2022-02-01 04:42:30下载
- 积分:1
-
DomGroup 可以用来获取工作组信息
DomGroup 可以用来获取工作组信息-DomGroup Working Group can be used to obtain information
- 2022-02-27 02:00:33下载
- 积分:1
-
有关密码为:
服务端:为 “1”。
客户端:为机器的月份+日期。 如“2005/08/05”, 则为数字“85”
数据库:为“xzxq”。...
有关密码为:
服务端:为 “1”。
客户端:为机器的月份+日期。 如“2005/08/05”, 则为数字“85”
数据库:为“xzxq”。
适用:Win98,XP.
编译:DELPHI 6.0。
蠢作还有很多问题,如在XP操作系统上还不能屏蔽功能键和进程。
-the password : server : "1." Client : machines for the month of the date. If "2005/08/05", compared with the number "85" database : "xzxq." Apply : Win98, XP. Compiler : Delphi 6.0. Stupid for many issues, such as the XP operating system also can shield function keys and processes.
- 2022-07-28 02:42:50下载
- 积分:1