-
查询式矩阵键盘
查询式矩阵键盘,可以用数码管显示也可以用液晶显示屏显示,我用了lcd1602显示!(Inquiry matrix keyboard, can be displayed by digital tube, can also be displayed with LCD display, I used the LCD1602 display!)
- 2017-10-30 04:12:24下载
- 积分:1
-
MISRA AC SLSF_2009_polyspace
说明: 编程的标准,适合Matlab建模的的标准,欧洲都是用这个标准进行软件开发工作。(programming standard for Matlab/Simulink model software development that will be followed the rules from this document)
- 2020-05-03 22:45:31下载
- 积分:1
-
WIN64_qudong
win 7 64位 驱动编程教程加源码 大牛制造 值得学习 上传分享(Win 7 64-bit drive programming tutorial plus source of large cattle manufacturing is worth learning to share)
- 2016-12-31 16:32:17下载
- 积分:1
-
中颖SH367309demo_CODE
中颖代理给开发板程序,里面有BMS控制上传备份记录及容量更新SOC,SOH,等管理
- 2022-03-20 18:41:11下载
- 积分:1
-
Input_5p2
ANSI input 5p2 implementation
- 2012-10-23 14:08:36下载
- 积分:1
-
语音识别和语音命令实例,源代码
使用微软的语音驱动和语音识别引擎,实现语音命令识别和语音输出。C#程序源代码。语音命令在ACCESS中配置。
- 2021-05-06下载
- 积分:1
-
yxyt0004
用c++编的matlabI型样条程序,都是老师布置的数值分析作业!希望和大家交流.谢谢网站提供这个平台!(use c-series matlabI kind of procedure, Layout of the teachers are numerical analysis operations. We hope and exchanges. Thank you for providing this platform!)
- 2006-10-15 20:04:14下载
- 积分:1
-
FreeRTOS中文实用教程
说明: FREERTOS 实时内核 实用指南 实用教程(Practical Guide for FREERTOS Real-time Kernel)
- 2020-06-22 09:40:07下载
- 积分:1
-
堆栈四则运算
/* 在BC31下编译 或VC6.0*/
/* compile under Borland C++ 3.1 or Visual C++ 6.0*/
/*#include "stdafx.h"*/
#include "stdio.h"
#include "string.h"
#include "stdlib.h"
#include "conio.h"
#define TRUE 1
#define FALSE 0
#define STACK_INIT_SIZE 100/*存储空间初始分配量*/
#define STACKINCREMENT 20/*存储空间分配增量*/
typedef struct
{
int *pBase;/*在构造之前和销毁之后,base的值为NULL*/
int *pTop;/*栈顶指针*/
int StackSize;/*当前已分配的存储空间,以元素为单位*/
}Stack;
typedef int BOOLEAN;
char Operator[8]="+-*/()#";/*合法的操作符存储在字符串中*/
char Optr;/*操作符*/
int Opnd=-1;/*操作符*/
int Result;/*操作结果*/
/
- 2022-07-17 12:33:54下载
- 积分:1
-
Android-Training-PPT
一个安卓开发的培训课件,详细介绍了安卓系统的开发步骤和流程。(an android training PPT)
- 2012-12-30 14:48:56下载
- 积分:1