-
扫描器程序,读源程序,去除空白和注释,结果写入另一文件。
要求:1.删除空白、回车、以及制表符等等。
2.删除各类注释。
源程序为一文本文件“sc...
扫描器程序,读源程序,去除空白和注释,结果写入另一文件。
要求:1.删除空白、回车、以及制表符等等。
2.删除各类注释。
源程序为一文本文件“scanner.txt”,程序执行后装入另一个文件“result.txt”中。
-scanner procedures, reading source files, and remove blank notes, the results into another document. Requirements : 1. Delete the blank round, and tabs and so on. 2. Notes to delete all. Source code for a text file, "scanner.txt" After loading procedures for the implementation of another document, "result.txt".
- 2022-03-03 03:42:48下载
- 积分:1
-
这是一个很好的游戏啊 ,欢迎大家来下在和上穿关于这方面的东西啊...
这是一个很好的游戏啊 ,欢迎大家来下在和上穿关于这方面的东西啊-This is a good game ah, welcoming everyone to come in and under to wear this on the things ah
- 2022-01-26 07:01:43下载
- 积分: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
-
802[1].1d技术规范及说明文档,英文版,但是内容很详尽
802[1].1d技术规范及说明文档,英文版,但是内容很详尽-802 [1] .1 d technical specifications and documentation, in English, but very detailed content
- 2022-05-18 06:07:34下载
- 积分:1
-
verilog
verilog-wire a simple circuits
- 2022-03-04 15:45:00下载
- 积分:1
-
操作系统上机os_4设备管理
操作系统上机os_4设备管理-operating system on the plane os_4 equipment management
- 2022-03-21 11:38:46下载
- 积分:1
-
用VB编写的接收卫星接收机的是数据,在把数据通过打点法显示最后的图形...
用VB编写的接收卫星接收机的是数据,在把数据通过打点法显示最后的图形
-VB prepared by the receiver to receive satellite data, the data showed the cook through the final Graphics
- 2022-07-12 12:43:26下载
- 积分:1
-
超小的图片压缩源码。用VC开发。欢迎下载试用。没有版权。
超小的图片压缩源码。用VC开发。欢迎下载试用。没有版权。-Ultra-small source of image compression. With VC development. Welcome to download them for trial use. No copyright.
- 2022-03-13 21:35:49下载
- 积分:1
-
数据库程序....详细看里面
数据库程序....详细看里面-Database program in detail .... look inside
- 2023-08-09 23:15:02下载
- 积分:1
-
有关手势识别综述文章
1.基于视觉手势识别的研究_综述
2.基于手势识别的人机交互发展研究
3.手势识别技术综述
4.手势识别研究概述...
有关手势识别综述文章
1.基于视觉手势识别的研究_综述
2.基于手势识别的人机交互发展研究
3.手势识别技术综述
4.手势识别研究概述-Review article on the gesture recognition 1. Based on visual gesture recognition research _ Summary 2. Based on Gesture Recognition Development Study of Human-Computer Interaction 3. Gesture Recognition Technology 4. Gesture recognition research overview
- 2022-06-17 06:26:10下载
- 积分:1