-
最坏算法
实现可变分区的最坏适应算法来实现模拟系统对于内存的分配和回收的过程(Realizing the worst-fit algorithm of variable partition to simulate the process of memory allocation and recovery)
- 2018-12-20 17:03:35下载
- 积分:1
-
nengliang-zhongxin-jiaozhengfa
能量重心校正法,进行频谱的幅值修正,算法可以参见谢明、丁康老师的频谱分析文章。(Energy center of gravity correction method, the amplitude correction of the spectrum, spectrum analysis of the algorithm can be found in Xie Ming, DING Kang teacher article.)
- 2012-07-23 15:24:59下载
- 积分:1
-
LCD_1
Exemple how to use a LCD display with a microcontroler Cygnal c8051fx20 / LCD bsz2006
- 2011-10-17 02:03:12下载
- 积分:1
-
stm32 LIN 做为主通讯代码 IAR工程
stm32 LIN 做为主通讯代码 IAR工程
- 2020-11-28下载
- 积分:1
-
os
操作系统请求分页算法,用来模拟操作系统算法(The operating system requests a paging algorithm to simulate an operating system algorithm)
- 2019-01-01 15:19:12下载
- 积分:1
-
NewGestureSensorV1.0
STM32平台下使用LTC2400来采样数值,采取SPI的进行通讯。(By using the STM32 platform,use LTC2400 to sample values, use the SPI communication.)
- 2020-11-30 20:59:27下载
- 积分:1
-
ASP.NET-3.5
HTML控件,服务器控件,C#程序设计基础(HTML controls, server controls, C# programming foundation)
- 2013-09-15 21:43:54下载
- 积分:1
-
C# 使用Graphics对象在程序运行时创建位图
C# 在程序运行时创建位图,本源码实例主要是学习使用使用Graphics对象创建简单图像的例子,本程序将生成一条曲线图像,参照如下代码:
{//在程序运行时创建位图
int MyWidth=this.pictureBox1.Width;
int MyHeight=this.pictureBox1.Height;
Bitmap MyBitmap = new Bitmap(MyWidth,MyHeight);
Graphics MyGraphics = Graphics.FromImage(MyBitmap);
Pen MyPen = new Pen(Color.Black, 3);
Point[] MyPoints = { new Point(50, 100), new Point(100, 10), new Point(150, 290), new Point(200, 100), new Point(250, 10), new Point(300, 290), new Point(350, 100) };
MyGraphics.Clear(Color.White);
MyGraphics.DrawBeziers(MyPen, MyPoints);
pictureBox1.Image = MyBitmap;
- 2022-03-25 22:38:21下载
- 积分:1
-
C++/MFC 智能五子棋(含代码) 双人游戏 人机对战 联网对战
基于MFC编写的智能五子棋,界面简洁友好,规则包含禁手,启动后默认双人本机游戏,可人机对战,可双人联网进行游戏,双人本机游戏和人机对战可直接悔棋,双人联网游戏需要对方同意才能悔棋。
- 2020-01-17下载
- 积分:1
-
红外热释电警报器
本程序在stc89C52单片机上实现红外热释电警报器
包括完整代码
可在keil4上运行
- 2022-03-28 20:26:09下载
- 积分:1