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

排课系统

于 2022-06-03 发布 文件大小:187.65 kB
0 67
下载积分: 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 个回复

  • xiaomuchkeyanjinghua
    小木虫最新科研精华贴,对硕博生有很多的作用,很不错的资料哦(Wooden stick insect essence of the latest research on the role of Shuobo students have a lot of very good information Oh)
    2013-11-13 17:19:49下载
    积分:1
  • DES
    以DES加密算法为例理解对称密码算法,用计算机模拟DES加密解密算法。 (DES encryption algorithm as an example to understand the symmetric cipher algorithm, using computer simulation DES encryption and decryption algorithms.)
    2013-06-16 15:43:14下载
    积分:1
  • 用贪婪法的策论,用非递归实现背包问题的求解,并求出放如背包中的物品....
    用贪婪法的策论,用非递归实现背包问题的求解,并求出放如背包中的物品.-greedy law with political discourse, the use of non- recursive Knapsack Problem Solving and sought release if the items backpack.
    2022-08-17 10:59:42下载
    积分:1
  • source
    数字图像处理,C语言,功能是打开一幅位图,实现几何变换。(Digital image processing, C language function is to open a bitmap, to achieve geometric transform.)
    2010-01-12 15:05:48下载
    积分:1
  • MCU
    Multi-chip communication can be used to see it(Multi-chip communication can be used to see it )
    2013-11-22 10:24:45下载
    积分:1
  • stars
    这段代码显示了一列我希望对所有人都有用的星星。
    2022-02-02 03:28:01下载
    积分:1
  • lab0403-Lcd
    F2812对lcd的控制源码,学习的好资料(F2812 on the lcd control source)
    2011-10-30 13:51:55下载
    积分:1
  • opencv实现简单的电脑摄像头的调用
    其中将调用摄像头和canny检测因子结合,将图像的每一帧提取出来进行处理。
    2022-05-30 17:53:16下载
    积分:1
  • c#图书管理系统
    1、图书类型新增、删除、修改、查询(查询所有类型、图书类型详细、)。  2、图书新增、修改、删除、查询(所有图书信息、指定类型图书信息、图书详细信息)。 3、管理员登录、读者登录、新用户注册、用户密码修改。
    2017-03-16下载
    积分:1
  • si1010_TxTone_setup
    这个是silabs的芯片si1010的发射单音信号的实例,因为涉及保密,所以修改了一部分,测试可用(This is an example of the tone signal transmitter chip si1010 silabs, and because it involves confidential, so modify the part of the test can be used)
    2014-01-13 09:30:30下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载