-
很好的asp参考手册,可以看看对asp的学习者有很大的帮助的
很好的asp参考手册,可以看看对asp的学习者有很大的帮助的-Asp very good reference manual, you can see on the asp learners have a lot of help
- 2022-07-12 17:11:04下载
- 积分:1
-
网络应用功能
Post function for web applications
- 2022-04-11 12:32:39下载
- 积分:1
-
ASP秀智能搜索 ASP秀智能搜索 ASP秀智能搜索
ASP秀智能搜索 ASP秀智能搜索 ASP秀智能搜索-ASP-Intelligent Search ASP-Intelligent Search ASP-Intelligent Search ASP-Intelligent Search
- 2022-01-31 00:54:57下载
- 积分:1
-
Pocket 1945 is a classic shooter inspired by the classic 1942 game. The game is...
Pocket 1945 is a classic shooter inspired by the classic 1942 game. The game is written in C# targeting the .NET Compact Framework. This article is my first submission to Code Project and is my contribution to ongoing .NET CF competition.
- 2022-05-08 20:43:25下载
- 积分:1
-
vc++6.0 开发的驱动短信猫代码,可进行二次开发。
vc++6.0 开发的驱动短信猫代码,可进行二次开发。
- 2023-08-20 19:00:03下载
- 积分:1
-
s3c4510的protellse开发文件,根据最新资料绘制,欢迎下载
s3c4510的protellse开发文件,根据最新资料绘制,欢迎下载-development documents, according to the latest information available, please download
- 2022-05-18 00:18:05下载
- 积分:1
-
指纹分析源码,能标志每个特征点的坐标、角度。比对的功能还没有开发。程序完整,编译可运行...
指纹分析源码,能标志每个特征点的坐标、角度。比对的功能还没有开发。程序完整,编译可运行
- 2022-11-03 22:45: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
-
Adventure maze algorithm to achieve a CPP file. TC compiled in the next generati...
迷宫探险算法,一个CPP文件实现。在TC下编译生成。生成的程序是dos exe。LEFT/UP/RIGHT/DOWN 在迷宫中向左、上、右、下走一步。走过的路线显示为黄色,回头路显示为红色。-Adventure maze algorithm to achieve a CPP file. TC compiled in the next generation. Procedure is generated dos exe. LEFT/UP/RIGHT/DOWN in the maze to the left, on right, step down. Through the line shown as yellow, red back.
- 2022-07-18 02:01:47下载
- 积分:1
-
this programs gives the functionality of 2bit alu
this programs gives the functionality of 2bit alu
- 2022-07-02 15:18:25下载
- 积分:1