-
贪吃蛇代码
#include
/*输出天数周几*/
int scanfweek(int m,int n) {
printf("********************************************************
");
printf(" Sun Mon Tue Wed Thu Fri Sat
");
int date[6][7]={0};
int Row,Col;
Row=0;Col=m;
for(int k=1;k
- 2023-09-01 13:40:03下载
- 积分:1
-
mnsuer
说明: modbus 源码 modbus master yuanma(Modbus source modbus master yuanma)
- 2019-01-06 02:05:07下载
- 积分:1
-
stm8s中断配置
void io_init(void)
{
PB_DDR = 0xff;
PB_CR1 = 0xff;
PB_CR2 = 0x00;
PB_ODR = 0x00;
PC_DDR = 0xff;
PC_CR1 = 0xff;
PC_CR2 = 0x00;
//PC_ODR = 0xff;
PD_DDR = 0xfe; //PD0中断上拉输入
PD_CR1 = 0xff;
PD_CR2 = 0x01;
}
- 2022-04-23 22:31:23下载
- 积分:1
-
ArrowRenderer_sourcecode
work with vectors in csharp
- 2010-01-31 16:04:30下载
- 积分:1
-
PWM_BEEPER
用Mega128单片机驱动蜂鸣器,实现音乐的播放功能,程序经过优化,声音比其他版本悦耳。(MCU-driven with Mega128 buzzer to realize the music playback capabilities, the program is optimized, the sound better than any other version of the musical.)
- 2010-01-27 19:23:06下载
- 积分:1
-
Some-simple-optimization
一些简单最优化方法的matlab实现,及一些方法(Some simple optimization method matlab implementation)
- 2011-05-08 18:51:47下载
- 积分:1
-
lsd
LSD直线检测算法的原理、步骤、结果文字资料以及具体程序实现(The LSD line detection algorithm principle, the steps of text information as well as specific procedures to achieve)
- 2013-05-01 04:38:53下载
- 积分:1
-
ATS2805B Datasheet_V1.0
说明: ats 2805 bluetooth datasheet
- 2020-06-19 22:40:01下载
- 积分:1
-
STM32_F103系列测试源码
说明: 2.2寸SPI串口9341 STM32_F103系列测试源码(2.2-inch SPI serial port 9341 STM32 Chu F103 series test source code)
- 2020-04-24 10:25:28下载
- 积分:1
-
TcpClient
一个很简单的利用TCP/IP实现双机通讯的实例的客户端,可以供学习用。(A very simple to use TCP/IP to achieve two-plane communications client instance, you can use for learning.)
- 2007-09-20 11:29:25下载
- 积分:1