登录
首页 » 终端 » data structure C language source code design courses that I spent a week down th...

data structure C language source code design courses that I spent a week down th...

于 2022-01-28 发布 文件大小:260.58 kB
0 164
下载积分: 2 下载次数: 1

代码说明:

数据结构C语言课程设计源代码 这是我花了一个星期独立编出来的课设,得了100分,整个专业就只 有三个满分!内含24点游戏,飞机订票系统和火车信息查询系统以及课 设论文,注释非常详细,相信对学习C语言和数据结构的同学大有帮助-data structure C language source code design courses that I spent a week down the independent class-based, had 100 points, on the whole, only three out! The game includes 24 points, aircraft and booking system for train information system and class-based papers, notes in great detail, I believe in learning C language and data structure of great help students

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 1、本程序的作用是进行TEST语言的词法分析。 2、可双击运行后输入文件名,或是在命令提示符下输入test 文件名……,支持多个文件同时进行词法分析。 3、本程...
    1、本程序的作用是进行TEST语言的词法分析。 2、可双击运行后输入文件名,或是在命令提示符下输入test 文件名……,支持多个文件同时进行词法分析。 3、本程序是在VC6.0环境下测试通过,用的是C++语法。当然也有C的语法。 4、本程序留下了很多的接口以待以后的语法分析和语义分析实验时进行扩展。比如已将词法分析结果记入到了一个顺序存储的数据结构中,以待后用。 5、程序扫描处理一部分是经孙悦红老师的示范程序修改而成,(增加了一些功能)其他部分为了适应自己的接口,都是由本人编写。-one, the process is the role of TEST language lexical analysis. 2, double-click operation input file name, or under the command prompt test input file name ... supports multiple documents simultaneously lexical analysis. 3, the procedure was VC6.0 testing environment, using the C syntax. Of course, there are C syntax. 4, the process left a lot of interface to question the future of grammar analysis and semantic analysis experiments expansion. For example, lexical analysis has been credited to a sequence of data storage structures to be used later. 5, the scanning process is handled by the part of teachers Coaldale red model procedures and revisions, (an increase of some function) in order to adapt to other parts of the interface are all prepared b
    2022-02-11 12:24:13下载
    积分:1
  • delphi制作的服务!一个摘要,适合新手!
    delphi制作的服务!一个摘要,适合新手!-delphi production services! A summary suitable for novice!
    2022-03-03 11:23:37下载
    积分:1
  • pic18F242串口控制步进电机
    242串口控制步进电机,其中使用到timer,中断等;通过串口接收数据,CRC校验,计算时间脉冲转换为定时器定时,判断电机方向停止等条件,控制电机的运动状态
    2022-11-16 07:50:03下载
    积分:1
  • 实现了飞机游戏,也就是我们通常的在手机耍的飞机类射击游戏,对程序初学者可以好好研究下...
    实现了飞机游戏,也就是我们通常的在手机耍的飞机类射击游戏,对程序初学者可以好好研究下-Game realize the plane, that is, at our usual type of plane of the mobile phone playing shooting games, the program can be a good study for beginners
    2023-06-29 17:00:05下载
    积分:1
  • VC++编程基础之Vector使用。感觉vectoe很好用!~
    VC++编程基础之Vector使用。感觉vectoe很好用!~-VC++ programming base of Vector use. Vectoe feeling good use! ~
    2023-08-01 09:20:03下载
    积分:1
  • 创建红黑树,可以对红黑树进行插入和删除操作.
    创建红黑树,可以对红黑树进行插入和删除操作.-Create a red and black tree, can be carried out on the red and black tree insertion and deletion.
    2022-06-17 01:35:45下载
    积分:1
  • 客户机/服务器系统比文件服务器系统能提供更高的性能,因为客户和服务器将应用的处理要求分开,同时又共同实现其处理要求,对客户程序的请求实现“分布式应用处理”...
    客户机/服务器系统比文件服务器系统能提供更高的性能,因为客户端和服务器端将应用的处理要求分开,同时又共同实现其处理要求,对客户端程序的请求实现“分布式应用处理”。服务器为多个客户端应用程序管理数据,而客户端程序发送、请求和分析从服务器接收的数据,这是一种“胖客户机 (Fat Client)”,“瘦服务器 (Thin Server)”的网络计算模式。服务器处理服务要求的过程实际是,先获取传送来的头信息,然后根据头信息新建文件,然后继续接受数据写入文件,当接受完数据后关闭文件。-client/server systems over file server systems can provide higher performance, because the client and server-side applications will be processed separately, but also to achieve their common processing requirements, the client"s request to achieve "distributed application processing." Server for a number of client applications data management, and client send request from the server and analysis of the data received, it is a "fat client (Fat Client)", "thin servers (Thin Server)," the network computing model. Server service requirements of the actual process, first to obtain the first delivery of information, according to new information first, and then continue to receive data into the document when they were closed
    2023-06-10 06:20:03下载
    积分:1
  • 用纯C语言写的一个通讯录程序,通过链表存储,自己设计界面。...
    用纯C语言写的一个通讯录程序,通过链表存储,自己设计界面。-Using pure C language to write an address book program, through the chain store, the interface of their own design.
    2022-07-15 12:03:22下载
    积分:1
  • visit database and network though console
    控制台访问数据库和网络-visit database and network though console
    2022-01-31 16:12:31下载
    积分:1
  • 演示如果实现用C语言控制光标显示的示例程序
    演示如果实现用C语言控制光标显示的示例程序-A program shows how to control the cursor in C.
    2022-02-02 23:55:00下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载