-
racing
说明: 该项目是为大家所熟知且益操作的赛车游戏,是基于MOPHUN平台的,开发语言是C(The project is known and beneficial operation of the racing game is based on MOPHUN platform, development language is C)
- 2006-03-09 09:22:20下载
- 积分:1
-
图片转PDF
【实例简介】图片转PDF
- 2022-01-01 00:31:21下载
- 积分:1
-
ALIENTEK MINISTM32 实验21 触摸屏实验
实现STM32F103的触摸屏功能,适合入门的朋友(Realize the touch screen function of STM32F103, which is suitable for beginners)
- 2019-07-07 09:37:03下载
- 积分:1
-
C# 递增运算/递减运算
C# 简单模拟递增运算、递减运算:
private void repeatButton1_Click(object sender, RoutedEventArgs e)
{//递增运算
Int32 MyNum = Convert.ToInt32(this.textBox1.Text);
this.label1.Content = "正在进行递增运算:";
this.textBox1.Text = ((MyNum + 1).ToString());
}
private void repeatButton2_Click(object sender, RoutedEventArgs e)
{//递减运算
Int32 MyNum = Convert.ToInt32(this.textBox1.Text);
this.label1.Content = "正在进行递减运算:";
this.textBox1.Text = ((MyNum - 1).ToString());
}
- 2022-02-26 15:45:23下载
- 积分:1
-
AVR OBDII
可以 k 线 pwm wpm 来源代码 sechmatic...
- 2022-03-06 20:52:58下载
- 积分:1
-
SIRC_convert_MLC_C3
说明: SAR影像单视数据转为多视数据,数据间相互转化,快捷处理SAR数据(Single-look SAR image data into a more visual data, data inter-conversion, fast processing SAR data)
- 2008-09-19 20:29:08下载
- 积分:1
-
ch06-UART
基于KL25的开发例程,本例程关于异步通信,附带相关底层构建,十分适合初学者参考编程。(Based on KL25 development routine, the routine of asynchronous communication, with related underlying build, programming is very suitable for beginners reference.)
- 2013-12-17 21:58:51下载
- 积分:1
-
Meanshift
运用meanshift算法进行目标跟踪,用鼠标选取目标后对目标进行跟踪(Target tracking using meanshift algorithm)
- 2017-10-23 15:47:29下载
- 积分:1
-
象棋放马
在棋盘上放马,使得每一行的马均处于安全位置,输出棋盘的所有摆放的可能性。(Put the horse on the chessboard, so that each line of horse is in a safe position, output all the possibilities of the chessboard.)
- 2020-06-23 21:40:02下载
- 积分:1
-
28335_mppt
4路pwm,buck升压,错相抑制电流脉动(4 pwm, buck boost, current ripple-phase inhibition)
- 2011-05-05 10:21:00下载
- 积分:1