-
jiaoshi-
教师业绩考核系统,C++语言编程,可连接数据库(Teacher performance evaluation system, C++ programming language, can connect to the database)
- 2020-07-04 09:40:01下载
- 积分:1
-
33
说明: 这是一篇关于车牌出现污损情况下,如何较好的定位车牌的文章。(This is an essay about license plate stained cases, how to better locate license plate)
- 2015-04-18 21:05:15下载
- 积分:1
-
db of lab10_EPWM_aq
基于dsp28377,带有死区pwm的产生的工程文件。(Engineering files based on dsp28377, with dead zone PWM)
- 2018-01-01 20:57:33下载
- 积分:1
-
cardfile
Micorsoft 卡片文件(crd)读写的DLL源码(The sourcecode of the DLL for reading and writing the Microsoft s card file)
- 2021-03-28 09:19:11下载
- 积分:1
-
chapter12
图像处理中的数字识别代码,包括数字训练集合和训练分类算法,可以实际应用。(digital recognition)
- 2015-10-11 21:25:41下载
- 积分:1
-
读者-写者问题
操作系统线程容易出现竞争冒险,竞争冒险里的读者-写者问题(Operating system threads are prone to competitive risk, reader-writer problems in competitive risk)
- 2020-06-16 00:00:07下载
- 积分:1
-
LCD12864 MSP430F5529打点程序
LCD12864 MSP430F5529打点程序 亲测可用#include
#define uchar unsigned char
#define CS1 P2OUT |= BIT0 //串行LCD宏定义
#define CS0 P2OUT &=~BIT0
#define SID1 P2OUT |= BIT6
#define SID0 P2OUT &=~BIT6
#define SCLK1 P2OUT |= BIT2
#define SCLK0 P2OUT &=~BIT2
#define RST1 P2OUT |= BIT3
#define RST0 P2OUT &=~BIT3
//#define PSB0 P2OUT |= BIT4
//#define PSB1 P2OUT &=~BIT4
//函数声明
void InitSys();
void delay_ms(unsigned int);
void display_strings(void);
void displaydot(unsigned char x0,unsigned char y0 );
void lcdinit(void);
void clrgdram(void);
void write_com(unsigned char);
void write_data(unsigned char);
void sendbyte(unsigned char);
uchar ReadByte(void);
uchar Read_dos(uchar mode);
int flag=1;
unsigned char row1[]={""};
unsig
- 2022-04-21 23:44:47下载
- 积分:1
-
makefile模板
说明: 该仓库旨在提供一个针对于小型的C/C++项目的makefile模板(The warehouse is designed to provide a makefile template for small C / C + + projects)
- 2019-11-23 10:00:13下载
- 积分:1
-
675467
一个完整的功能比较全的PDF阅读器,IOS编程学习源码,很好的参考资料。(A complete comparison of the entire PDF reader, learning IOS programming source code, a good reference.)
- 2013-12-05 09:48:20下载
- 积分:1
-
opencvdetector
opencv2.4.3 读入摄像头 检测运动物体显示运动轨迹(opencv2.4.3 read display camera to detect moving objects trajectories)
- 2013-06-09 01:39:34下载
- 积分:1