-
排课系统
/*头文件*/
#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
- 2022-06-03 02:01:58下载
- 积分:1
-
TUBANZAOBO
数值计算波浪水槽推板造波模拟2阶stokes波。(2d stokes wave simulation udf)
- 2020-08-07 08:38:34下载
- 积分:1
-
pipe communication
利用管道通信的一个demo,c++管道实现利用了命名管道的方法(Using a demo, C + + pipeline for pipeline communication, the method of named pipeline is used)
- 2020-06-21 12:40:01下载
- 积分:1
-
009
基于GM 模型和Hilbert 空间填充曲线的图象压缩方法(Image Compression Method Based on GM and the Hilbert space filling curve)
- 2012-05-30 01:02:07下载
- 积分:1
-
12C5A60S2EEPROM
12C5A60S2 EEPROM 的读写操作(12C5A60S2 EEPROM read_write)
- 2013-09-24 14:41:56下载
- 积分:1
-
dsp-PID
DSP的PID算法!已经通过调试,非常好用!(DSP PID algorithm! Has been through debugging, very easy to use!)
- 2021-03-15 11:59:23下载
- 积分:1
-
qm算法
QM算法是用来最小化卡诺图的一个算法,其大概思路是,对蕴含项中1的个数进行分组,只有1的个数相差为1的蕴含项才可能相邻,所以可以通过循环来穷举出所有的主蕴含项。(The QM algorithm is an algorithm used to minimize the Kano map. The idea is that the number of 1 of the implying items is grouped and only 1 of the implication items with a difference of 1 may be adjacent, so that all the main implication items can be given out through the cycle.)
- 2018-04-26 19:51:10下载
- 积分:1
-
zp_presents2_weapon
CS1.6补给箱源码可自定义箱子内武器类型(wu)
- 2010-02-18 11:17:52下载
- 积分:1
-
图象压缩的库,有损压缩,无损压缩
说明: 主要用于图象压缩的库,适合JPEG2000,有损压缩,无损压缩,使用c/c++编译。(The library mainly used for image compression, suitable for JPEG2000, lossy compression, lossless compression, using c/c++ compilation.)
- 2020-06-30 15:29:35下载
- 积分:1
-
C# Excel 导出 以及导入
/// 根据读取excel中的数据插入到表中
///
/// 获取数据源 数据源不能为null
/// 数据表名称:判断如下:是否存在该表,是否存在该表中的数据列字段
/// model对象,传值model不能为空 传值情况如下:dbcolumn列名和excel列名
/// 数据库连接
/// 执行前语句,可以为string.empty
/// 执行后语句可以为string.empty
/// 返回错误消息
- 2022-02-05 13:24:35下载
- 积分:1