-
C#通过GDI+绘制带刻度尺的数学坐标系
C#通过GDI+绘制带刻度尺的数学坐标系,应用于图形图像编程,各类统计图表绘制,以及对图形图像编程中数值坐标的研究。
调用方式(以WINFORM为例,其他类推):
Bitmap m_Bitmap=null;
private void menuItem_Click(object sender, EventArgs e)
{
m_Bitmap = new Bitmap(1000, 800);
Graphics g = Graphics.FromImage(m_Bitmap);
g.SmoothingMode = SmoothingMode.HighQuality;
g.Clear(Color.White);
MathCoordinate mathCoordinate = new MathCoordinate();
mathCoordinate.IsDrawGrid = true;
- 2022-08-03 22:37:23下载
- 积分:1
-
akka.net demo
akka.net 测试demoakka.net 测试demoakka.net 测试demoakka.net 测试demoakka.net 测试demoakka.net 测试demoakka.net 测试demoakka.net 测试demoakka.net 测试demoakka.net 测试demo
- 2022-04-12 08:55:26下载
- 积分:1
-
NUnit说明文档,是一个单元测试框架,专门针对于.NET来写的,它是是xUnit的一员。NUnit完全由C#语言来编写,并且编写时充分利用了许多.NET的特性...
NUnit说明文档,是一个单元测试框架,专门针对于.NET来写的,它是是xUnit的一员。NUnit完全由C#语言来编写,并且编写时充分利用了许多.NET的特性-Documentation NUnit is a unit testing framework, specifically for the. NET to write, and it is the one of the xUnit. NUnit completely from C# language to write, and prepared to make full use of the many. NET Characteristics
- 2022-05-10 11:07:21下载
- 积分:1
-
.NET SQL Server 存储的过程数据访问层
翻译 maninwest@Codeforge 作者:Peter Piotti @ Codeproject很多开发者都是通过存储过程进行数据访问,有时是出于选择,有时是没有其他方法。这是一个简单、清洁的备选方案,使用 Entity Framework 在 .NET/SQL Server 环境中进行存储过程数据访问。背景SqlServerStoredProcedureDataAccessLayer 命名空间含有一个称作 SqlDatabase的 public 类。 SqlDatabase 类中的方法是透明地构建在标准 SqlData 方法上的。如果返回意外时也非常容易调试,因为方法不会跟底层的 SqlCommand 方法混合. SqlDatabase 方法和底层 SqlData 方法是: 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-12-12 22:30:03下载
- 积分:1
-
CTP-CSharp-develop
CTP开发实例支持多种开发语言
CTP 接口 COM 组件
CTP 接口.NET 程序集
CTP 接口 Web 接口
使用手册(CTP development tool including demo project, user guide)
- 2016-09-19 12:53:18下载
- 积分:1
-
Demo
说明: 讯飞用asp.net代码合成语音的示例.(Xunfei synthesized speech)
- 2019-05-24 12:10:39下载
- 积分:1
-
医院信息科运维登记系统源码
医院信息科工作人员登记接到的报修或运维中存在的问题,可以用作信息科工作人员简单的绩效考核和信息科日常运维知识(数据)库。
- 2022-03-05 11:37:21下载
- 积分:1
-
VB.NET Core Classes in a Nutshell, provides a concise and thorough reference to...
VB.NET Core Classes in a Nutshell, provides a concise and thorough reference to the types found in the core namespaces of the .NET Framework Class Library. A companion to VB.NET Language in a Nutshell, this is a reference that VB.NET programmers will turn to repeatedly. Due to a special partnership between O Reilly and Microsoft, this book also includes a CD that integrates the book s reference into Visual Studio .NET.
- 2022-07-11 18:35:12下载
- 积分:1
-
j_10605_hb.net
NET环境 /access环境的单页留言板(NET environment/access environment of single-page bulletin board)
- 2007-05-15 22:20:06下载
- 积分:1
-
online-bookstore
这是一个网上书店的源程序,简单的实现了网上售书的功能。(This is the source of an online bookstore, simple implementation of the functionality of online book sales.)
- 2012-03-09 14:56:12下载
- 积分:1