-
全国医药招商网 全国医药招商网
全国医药招商网 全国医药招商网 -medicine nationwide network nationwide network investment medicine medicine CMB net investment National Medical Network National Medical CMB net investment nationwide networkmedicine
- 2022-01-25 14:23:56下载
- 积分:1
-
标签打印机二次开发包 V2.08
北洋posdemo,我项目中使用了此开源代码,非常好用(Beiyang posdemo, I used this open source code in my project, which is very easy to use.)
- 2020-12-14 15:09:14下载
- 积分:1
-
AVR
AVR汇编指令集中文版,AVR汇编指令和机器指令对照表,很适合初学者学习使用。(AVR assembler instruction set, AVR assembly instructions and machine table, very suitable for beginners learning to use.
)
- 2020-11-05 15:19:51下载
- 积分:1
-
crnttion
这是一个很好的收发短信程序 需要都尽情享用()
- 2018-01-15 19:18:07下载
- 积分: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
-
DEC5502_USB
说明: 这是个TI公司的TMS320VC5502的专门用的usb通讯程序,是由ti公司的演示程序。(This is the TI TMS320VC5502 specialized communications with the usb procedures, ti is the demonstration program.)
- 2005-11-07 11:54:26下载
- 积分:1
-
caculation
关于MATLAB与双馈风机接口计算智能算法(About MATLAB and DFIG computational intelligence algorithms Interface)
- 2013-07-21 18:31:06下载
- 积分:1
-
F040_lcd
C8051 LCD程序 用于C8051F040单片机用户(C8051 LCD use for c8051MCU LCD)
- 2011-11-05 20:56:19下载
- 积分:1
-
WPF窗体开发+WCF技术编程实现五子棋小游戏(项目源码+设计报告)
WPF窗体开发+WCF技术编程实现五子棋小游戏(项目源码+设计报告)
- 2020-06-19下载
- 积分:1
-
自动开关机,实现简单的开关机功能。在2000下运行会出错。值支持XP系列。...
自动开关机,实现简单的开关机功能。在2000下运行会出错。值支持XP系列。-Automatic Switcher, the switch to achieve a simple machine. Run in 2000 to be wrong. XP family values support.
- 2022-04-21 01:52:00下载
- 积分:1