-
XiaoFangCS
小芳便利店的一个大体结构的程序用来计算的超市小系统(Xiaofang, a convenience store, a general structure of the program used to calculate the supermarket system)
- 2020-08-16 21:38:36下载
- 积分:1
-
Bouc_Wen_Baber_Noori_model_of_hysteresis (3)
bouc-wen hysteresis model
- 2020-12-25 23:09:03下载
- 积分:1
-
javaee
这是一个关于STM32 开发的设计,写的很不错,推荐给你们学,学习,链接为http://blog.csdn.net/cxp2205455256/article/details/42464435
- 2023-08-04 15:05:05下载
- 积分:1
-
c++
对于c++的课程设计,自己做的,希望对大家有所帮助(For c++ Of curriculum design, own, and I hope all of you to help)
- 2008-01-19 22:57:30下载
- 积分:1
-
svm_gesture_recognition
基于opencv的手势识别
1、hog : hog特征提取
2、hogTainer : 样本训练,利用了SVM方式
3、gestureRecognition : 手势识别,利用了训练得出的线性分类器进行识别分类
训练样本在hog文件夹中,对应gesture_a到gesture_e ,五种手势(Gesture recognition 1, hog: hog feature extraction 2, hogTainer: sample training, the use of SVM mode 3, gestureRecognition: gesture recognition using training resulting linear classifier for recognition and classification of training samples in hog folder corresponding to gesture_a gesture_e, five kinds of gestures)
- 2020-12-14 11:59:14下载
- 积分:1
-
cr150
说明: 电力载波通信模拟前端CR150datasheet(CR150 datasheet for plc)
- 2019-04-28 11:21:22下载
- 积分:1
-
stm32_CALC
基于STM32的计算器,用数码管显示的,实现了基本的加减乘除,功能还有待扩展(STM32-based calculator, digital display, to achieve the basic addition and subtraction, multiplication and division, functions have yet to be extended)
- 2021-03-08 23:29:28下载
- 积分:1
-
tttwms
一个简单实现仓库管理系统的程序。基于mfc。使用ado连接access数据库。简单实现入库出库等功能。(A simple implementation of warehouse management system procedures. Based on the mfc. Use ADO to connect access . Simple realization of the library storage function.)
- 2015-04-01 11:35:53下载
- 积分: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
- 2022-06-03 02:01:58下载
- 积分:1
-
使用验证码发送短信
;
- 2022-06-28 21:05:48下载
- 积分:1