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

排课系统

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

  • Chapter14-MD2-Animation
    计算机图形学课程设计实例源码14 opengl基础内容,很实用(Computer graphics curriculum design example source 14 opengl based content, it is practical)
    2013-10-20 18:18:45下载
    积分:1
  • ARCTest
    实时监测软件,采用Tchart控件,串口读取,实时曲线输出(Real-time monitoring software, the Tchart control, serial port to read, real-time curve output)
    2013-05-06 08:42:30下载
    积分:1
  • huiwen
    这是一个回文验证程序,自己写的.希望可以对你们有一定帮助喽!(This is a huiwen program)
    2009-05-31 08:45:01下载
    积分:1
  • QQfile_recv
    说明:  hucucufcufcrxrcufcucugvvufv
    2020-04-06 16:48:11下载
    积分:1
  • 针对流媒体的解析TS_Paster.tar
    针对流媒体的解析,读取Ts中PAT PMT CAT等,并实现流的组播发出(For streaming media analysis, read Ts in PAT PMT CAT, etc., and the issue of multicast streams)
    2015-01-08 17:41:28下载
    积分:1
  • ZLG7290控制程序DEMO
    直接拷贝,直接能用,已经编译通过。
    2023-06-09 12:45:04下载
    积分:1
  • ht1622-msp430f149
    HT1622数码管液晶显示器驱动程序,基于M430f149单片机,亲测可用!注意最后面的addr是地址,更改地址后,即可知道数码管亮的位置,便于编程!(HT1622 digital LCD display driver, based M430f149 microcontroller, pro-test available! Note that the last face addr is the address, change of address, you can know the position of digital tube light, easy programming!)
    2013-06-13 21:59:34下载
    积分:1
  • Skin
    33个C++皮肤源代码实例 含MFC界面美化 自定义控件(33 C++ skin source code examples MFC interface to beautify the custom control)
    2016-03-29 11:23:27下载
    积分:1
  • OLED显示实验
    OLED 显示试验 STM32单片机 MTD编译平台
    2022-03-11 21:20:08下载
    积分:1
  • MLX90614
    利用在STM32处理器上的,红外测温传感器的应用(Take advantage of the STM32 processor, the application of infrared temperature sensor)
    2020-10-03 15:17:40下载
    积分:1
  • 696518资源总数
  • 105570会员总数
  • 13今日下载