-
stc12pwm
这个c程序用于12c5a60s2单片机产生pwm ,并通过按键调节pwm脉冲宽度。(This c program is used to generate 12c5a60s2 microcontroller pwm, and through the key regulator pwm pulse width.)
- 2013-05-23 19:11:56下载
- 积分:1
-
Image-DENOISE
应用程序向导已为您创建了此 Test 应用程序。此应用程序不仅介绍了使用 Microsoft 基础类的基本知识,而且是编写应用程序的起点。(The application wizard has created this Test application for you. This
application not only introduces the basic knowledge of the Microsoft class, but also the starting point for the application.)
- 2015-10-16 21:05:00下载
- 积分:1
-
path-master
实现了基于遗传算法的航路规划,单无人机路径规划(path planning genetic alg)
- 2018-06-25 09:19:49下载
- 积分:1
-
C#在JPG图片上添加半透明文字水印
C#在图片上添加文字,这个仿PhotoShop的功能,用C#可以轻松实现哦,对象为JPG图像,可在上面添加半透明的文字效果,不能可看作是一种图片添加水印的效果,文字是半透明处理了,可隐约看到文字下层的图像细节。
private void Form1_Load(object sender, EventArgs e)
{//在指定图像上添加半透明文字
string MyFileName = "Forest.jpg";
Image MyImage = Image.FromFile(MyFileName);
Graphics g = Graphics.FromImage(MyImage);
String MyText = "国家";
Font MyFont = new Font("宋体", 150);
SolidBrush MyBrush = new SolidBrush(Color.FromArgb(18, 255, 0, 255));
g.CompositingQuality = System.Drawing.Drawing2D.CompositingQuality.GammaCorrected;
g.DrawString(MyText, MyFont, MyBrush, 10, 10);
this.pictureBox1.Image = MyImage;
}
- 2023-02-17 00:50:03下载
- 积分:1
-
DengCai
在网上下载到的各种降维方法的MATLAB程序,希望对大家能有所帮助(Downloaded to a variety of methods of dimensionality reduction MATLAB procedures, in the hope that we can help)
- 2008-01-06 10:55:28下载
- 积分:1
-
51单片机大棚温控系统
【实例简介】
通过控制温度进行电机控制
- 2021-06-16 00:31:08下载
- 积分:1
-
shareMemory
通过共享内存的方式进行程序间的通讯.
本源代码提供通讯两端的代码,即发信端和收信端(在同一文件内)(programme communication with share memory)
- 2011-09-23 09:25:03下载
- 积分:1
-
uCOSII.for.LPC2148API
LPC2148微处理器ARM7开发板带驱动编程模板(LPC2148 microprocessor ARM7 development board tape driver programming template)
- 2010-07-12 20:08:17下载
- 积分:1
-
https__downloadcsdnnet_download_hybjh_3252326
说明: TM7705 单片机编程 基于单片机(C51)而进行的编程。(TM7705 MCU programming is based on MCU (C51).)
- 2020-06-25 07:40:02下载
- 积分:1
-
Devillanguage1
Devil language
数据结构中的经典问题
此为问题!(Devil language data structure of the classic problems of this problem!)
- 2006-10-17 23:42:17下载
- 积分:1