登录
首页 » c++ » 排课系统

排课系统

于 2022-06-03 发布 文件大小:187.65 kB
0 92
下载积分: 2 下载次数: 1

代码说明:

/*头文件*/ #include #include #include #include /*宏定义*/ #define NULL    0 #define OK      1 #define ERROR  -1 #define ESC     0x011b #define TAB  0x0f09 #define ENTER   0x1c0d #define UP  0x4800 #define DOWN 0x5000 #define LEFT 0x4b00 #define RIGHT 0x4d00 #define BACKSPACE 0x0e08 #define SPACE   0x3920 /*结构体类型定义*/ struct weekday{    int wday;    char addr[5][10];    struct weekday *next;    }; struct course{    char cnumber[10];    char cname[10];    char  period[10];    struct weekday *whead;    struct course

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

发表评论

0 个回复

  • link
    单链表的全部源代码啦,有用的同学赶紧的啊。。。。(failed to translate)
    2009-12-04 09:43:03下载
    积分:1
  • c8051f340
    基于C8051F340TBC开发板,提供3个简单的实例,分别是2个LED循环点亮(led.c)、串口发送接收(serial.c)、按键控制灯(key.c)(C8051F340TBC-based development board to provide three simple example, namely, two LED cycle light (led.c), serial port send and receive (serial.c), keys to control lights (key.c))
    2010-01-21 09:31:09下载
    积分:1
  • LINK
    建立链表的算法: 新节点链入表尾建立链表: 动态分配第一个节点变量; 用指针head 妥善保存链表第一个节点的地址值; 依次动态分配一个新节点变量; 将上一个节点的指针域指向新生成的节点; 循环3),4)步骤,直到所有节点均连入链表; 将最后一个节点的指针域赋值为0; (Establish the list of algorithms: The new node links footer build list: Dynamic allocation of the first node variable Keep the list head pointer of the first node address value In order to dynamically allocate a new node variable The domain of a node pointer to the new generation of nodes Cycle 3), 4) step, until all nodes are connected to the chain Pointer field will last node assigned to 0 )
    2015-01-05 16:03:48下载
    积分:1
  • huffman-code
    该小程序为哈弗曼编码系统,带有一个小界面,主要执行的功能是对输入的数据进行编码,译码,构造并打印哈夫曼树。并且将输入的数据进行保存。(The applet is Felicity Huffman coding system, with a small interface, main function is performed on the input data encoding, decoding, construct and print a Huffman tree. Data entered and saved. )
    2012-05-06 11:05:42下载
    积分:1
  • 脸识别summer
    面部识别已经成为一个问题,很多人 ; 在世界各地工作这个问题已经出现在多个领域和科学,尤其是在计算机科学中,他人很感兴趣这种技术的领域是: 机电一体化、 机器人,侦察,等。在这篇文章我在这个有趣的话题,使用 EmguCV 跨到英特尔 OpenCV 图像处理库和 C#.Net 平台上.Net 包装工作,这些 library 允许我捕获和处理图像的实时捕获设备。这篇文章的主要目的是展示和解释了最简单的方式实现的人脸检测和识别器在多个人使用主成分分析 (PCA) 与脸的实时实现它在多个领域。
    2022-05-13 17:07:27下载
    积分:1
  • jisuanqi
    课程设计,用C语言编写的计算器程序,经调试成功运行,值得参考(Curriculum design, with a calculator program written in C, after a successful commissioning run, worthy of reference)
    2011-07-23 14:38:05下载
    积分:1
  • OpenPCD-2-RFID-Reader-for-13.56MHz
    国外的一个13.56MHz的开源读写器项目,包括电路图和源码,可以直接使用,欢迎参考(13.56M Open Source Code for RFID.)
    2020-12-30 13:39:00下载
    积分:1
  • LibraryMagSys
    此代码是基于Visual c++的图书馆管理系统。是本人通过自学编写的代码。(The programme is used to manage the library system.)
    2013-04-16 10:24:33下载
    积分:1
  • EDIDVIEW
    读取注册表中关于显示器edid的记录信息。(Get the EDID information from Reg.)
    2011-12-28 19:45:54下载
    积分:1
  • ZLLK
    一个简单的连连看游戏提供给大家,希望能给新手一些帮助(A simple Snake game available to everyone, I hope to give some help novice)
    2013-12-18 21:05:29下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载