-
VC_NET控件编程集合,可参考此程序直接修改用在你要开发的软件上
VC_NET控件编程集合,可参考此程序直接修改用在你要开发的软件上-Collection VC_NET control programming, reference may be taken directly modify this procedure to use in your software development
- 2022-08-18 21:06:08下载
- 积分:1
-
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
-
在这段代码中得到的图像作为输入,发现超像素的…
In this code it gets the segmented image as the input and finds the superpixels. It is useful if someone has a segemnted image and wants to work with each segment. Forexample extract some features from each segment.
- 2023-06-01 11:00:03下载
- 积分:1
-
simple WPF application
simple WPF application
- 2022-03-24 18:03:35下载
- 积分:1
-
请认真书写上传资料的详细功能 请认真书写上传资料的详细功能...
请认真书写上传资料的详细功能 请认真书写上传资料的详细功能 -Please carefully write a detailed upload functionality Please carefully write a detailed upload functionality Please carefully write a detailed upload functionality Please carefully write a detailed upload functionality
- 2022-07-17 16:54:54下载
- 积分:1
-
VB.net两个应用程序之间应用windows消息互传机制通信
VB.net两个应用程序之间应用windows消息互传机制通信;压缩包含有两个窗体应用程序:sendmessg-A和sendmessg-B;打开两个程序,在程序A的文本框中输入任意字符串,点击“send”,程序B可以接收到程序A输入的内容
- 2022-02-25 11:35:25下载
- 积分:1
-
.net 选课系统
说明: 选课系统实现学生多门选课,退选,管理员课程添加,学生、老师数据导入,选课数据导出等选课常用的功能。(The course selection system implements the functions commonly used in course selection, such as multiple course selection, withdrawal, administrator course addition, student and teacher data import, and course data export.)
- 2020-04-15 08:16:01下载
- 积分:1
-
文本框拼音中文联想
文本框拼音中文匹配联想,文本框根据中文拼音或者 中文 进行模糊匹配 搜索相关项
vs2010
- 2022-01-26 07:51:51下载
- 积分: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
-
YZAK718
一个新的通信协议,一线通协议模版软件,希望对大家开发有用()
- 2020-10-08 18:07:35下载
- 积分:1