-
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
-
ASP.NET学生成绩信息管理系统(源码+论文)
基于asp.net的学生成绩管理系统,功能齐全(The student achievement management system of asp.net)
- 2020-08-28 11:48:12下载
- 积分:1
-
保存文件对话框
适合初学者使用,内容是保存,项目中只添加二个控件,内容简单和详细,对初学者来说容易上手。另外大家如果也有vb相关的源代码也可贴出来大家一起共享,我也是学VB.NET不是很长时间,希望能够给到大家的帮助,谢谢
- 2022-08-09 07:10:19下载
- 积分:1
-
MultiFormPassMessage
Vs.net 在多个窗体间传递消息示例.(VS.net form in a number of examples of inter-impart information.)
- 2009-01-07 10:15:10下载
- 积分:1
-
程序功能是在Visual Studio .Net中创建Active X组件并实现对组件的调用...
程序功能是在Visual Studio .Net中创建Active X组件并实现对组件的调用-Program features in Visual Studio. Net to create Active X components and the achievement of the components call
- 2022-03-18 19:23:11下载
- 积分:1
-
基于C#的简易计算器
使用C#开发的基于.Net的简易计算器,能实现基本的加减乘除工能,平台VS2013。
- 2022-03-24 05:17:09下载
- 积分:1
-
DownloadDataHTTP
Download data http from URL in C#.NET
- 2009-12-15 16:34:12下载
- 积分:1
-
学生管理
STUDENT ADMINISTRATION
SYSTEM
The aim of project is to develop a website that facilitates Student to register in college, to get staff details and to see marks easily. While Administrator can change the staff details, marks.
-STUDENT ADMINISTRATION
SYSTEM
The aim of project is to develop a website that facilitates Student to register in college, to get staff details and to see marks easily. While Administrator can change the staff details, marks.
- 2022-09-23 19:15:03下载
- 积分:1
-
实现注册表项的创建及表值的设置、读取和删除
实现注册表项的创建及表值的设置、读取和删除-Realize registry key value creation and table settings, read and delete
- 2022-02-20 02:10:20下载
- 积分:1
-
1-(2)
RDLC简单报表示例源码
源码描述:
一个简单的RDLC报表示例
默认页面用GridView展示数据信息
报表页面可以导出的Excel文件格式非常完美,
有搜索信息功能
数据库用的是sql2008
适合新手学习(The RDLC simple report sample source code
Source:
A simple RDLC report example
The default page GridView display data information
Perfect report page Excel file format can be exported,
Search for information
Database is sql2008
Suitable for novice learning)
- 2012-11-14 01:38:45下载
- 积分:1