-
bunnyrA
一个离散的点坐标数据,通过CAD离散的数据处理技术,生成了合理点坐标数据。(A discrete point coordinate data, using CAD discrete data processing techniques, generates a reasonable coordinate data points.)
- 2013-09-27 14:49:37下载
- 积分:1
-
MapXGeoExpert
ѧϰMapX
- 2010-04-07 22:02:41下载
- 积分:1
-
PCM+to+G729
说明: PCM转g.729的源码 用vs2005编译通过(PCM to G.729 source code with VS2005 compiler through)
- 2008-10-22 19:04:33下载
- 积分:1
-
timer
输出12路死区互补同步中间对齐PWM的定时器配置(Timer Configuration of 12-way Complementary Dead Zone Synchronized Intermediate Alignment PWM)
- 2020-06-25 13:40:02下载
- 积分:1
-
PID自动控制电机转速
说明: 利用pid算法控制电机转速,转速可调,数码管显示,初学者实用(Using PID algorithm to control motor speed, adjustable speed, digital display, beginners practical)
- 2020-06-22 16:00:01下载
- 积分:1
-
DxTuner
基于DirectShow对USB摄像头的控制和录制的一个小例子。(DirectShow based on the USB camera control and recorded a small example.)
- 2015-01-05 08:51:58下载
- 积分:1
-
STRCPY
STRCPY的实现与应用 希望对大家由帮助(STRCPY THE SHIXIAN)
- 2013-12-09 14:53:19下载
- 积分:1
-
acl
acl细粒度访问控制机制 简单易懂 能够成功运行(The acl fine-grained access control mechanism Easy to understand To be able to run successfully)
- 2015-01-14 20:28:22下载
- 积分: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
-
a
实现算法能很好的运用到平时的学习中,生活中(Algorithm can be well applied to the usual course of study, life)
- 2013-11-29 14:19:44下载
- 积分:1