-
Flash_eeprom读写
STM8 EEPROM 例程编写说明 数据手册(STM8 EEPROM routines write instructions, data manuals)
- 2017-07-10 13:30:41下载
- 积分:1
-
模拟抛硬币所得正面的频率图
说明: 这是一款C++计算抛硬币得概率图的源代码,学习完这个程序以后你的C++水平会提示很多,建议有一定基础再看(This is a C++ calculation of coin toss probability map source code, after learning this program, your C++ level will be a lot of hints, it is suggested that there is a certain basis to look again.)
- 2020-06-17 00:20:02下载
- 积分:1
-
51单片机俄罗斯方块源代码
# include
# include
# define N 4
# define time 500
# define uchar unsigned char
sbit keyenable=P3^6;
sbit up=P3^2;
sbit down=P3^4;
sbit right=P3^3;
sbit left=P3^1;
uchar code table[N+8]={0,0,0,0,1,2,4,8,16,32,64,128};
char x[4];
char y[4];
char m[8][8]={0};
uchar p[8];
int n=0;
/**************
延时函数
***************/
void delay(char MS)
{
char us,usn;
while(MS!=0)
{
usn = 0;
while(usn!=0)
{
us=0xff;
while (us!=0){us--;};
usn--;
}
MS--;
}
}
/***************
判断是否碰撞函数
**************/
bit coll(void)
{
bit k=0;
int i;
for(i=0;i
- 2023-01-11 14:50:04下载
- 积分:1
-
showmanhouse
day chinh la project trong windows forms
- 2012-06-15 15:29:49下载
- 积分:1
-
I2cAnalyzerDll
如果正在学习USB相关的可以参考,上位机提供了动态库及源码,如果写应用界面可直接调用动态库即可,无须对底层做过多了解,但这些也只属于一个初始框架,希望哪位有VC++经验而且有兴趣的,可以细化并提供出一个更好的供广大爱好者使用
(If you are USB-related learning can refer to the host computer provides a dynamic library and source code, if written application interface DLL can be called directly, no need to do too much understanding of the underlying, but these are only part of an initial framework to which There VC++ experience and are interested, you can refine and provide a better use for the majority of fans)
- 2013-07-10 11:03:43下载
- 积分:1
-
C#
- 2022-07-07 00:07:30下载
- 积分:1
-
MATLAB-speech-programming-process
常用matlab语音编程流程(语音信号的分帧加窗的matlab实现),学习语音信号处理的人必须要知道这些基本的编程方法。(Common Voice matlab programming process (sub-frame windowed speech signal matlab implementation), learning of speech signal processing must be aware of these basic programming methods.)
- 2014-10-28 15:47:15下载
- 积分:1
-
gmm
高斯混合模型的源代码。从文件中读取数据,用三个高斯混合模型进行处理(Gaussian mixture model of the source code. Read from the file data, using three Gaussian mixture model for processing)
- 2013-10-27 19:58:34下载
- 积分:1
-
DS18B20报警
通过DS18B20检测温度,当超过设定的值时蜂鸣器发出提示声(Detect the temperature through DS18B20. When the value exceeds the set value, the buzzer gives out a prompt)
- 2018-10-31 19:44:23下载
- 积分:1
-
tommy
一个小界面的源码,这是一个新手学C#.NET的小程序!(A small interface of the source, this is a novice learning C#. NET applet!)
- 2011-05-11 09:30:55下载
- 积分:1