-
EMRWriterODBC
说明: EMR的开发包,开发医疗软件的时候可以用来学习参考(EMR development kit, when developing medical software can be used for learning reference)
- 2021-04-10 03:08:59下载
- 积分:1
-
AR
说明: fluent模拟焊接的udf源文件
fluent模拟焊接的udf源文件(udf source file fluent fluent simulate welding simulation welding udf source file)
- 2013-03-25 09:58:22下载
- 积分:1
-
USB鼠标源代码程序
本代码是STM32F103ZET6为主控制器,外设为USB鼠标。代码功能强大,解释详尽。
- 2022-07-02 21:57:52下载
- 积分:1
-
ClassXPStyle
XP风格控件界面库,让你的界面和XP风格更加接近。(XP style controls interface library to make your XP style interface and closer.)
- 2016-04-14 09:08:32下载
- 积分:1
-
Router
手写路由,使用C++模拟路由的过程,包括ARP请求以及应答(Router Writen by C++ including ARP)
- 2020-06-25 10:20:01下载
- 积分:1
-
UE4.7源码 引擎 资源全套
说明: UE4.7 虚幻4游戏引擎源代码,使用云盘链接下载。(this is unreal engine source code)
- 2019-01-05 00:17:41下载
- 积分: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#批量部署站点(包含数据库部署以及iis建站/配置站点)源码下载
数据库的部署 站点的建立以及配置
- 2015-05-07下载
- 积分:1
-
计时器
用C语言编写的定时器,用的是慧净51单片机,通过定时器实现流水灯效果,大家可以参考着学习定时器
- 2022-05-21 19:32:51下载
- 积分:1
-
test
检测网口通信功能,在两台电脑间连接网线检测TCP协议正确性。(test the TCP protocol)
- 2010-06-22 17:26:29下载
- 积分:1