-
在这段代码中得到的图像作为输入,发现超像素的…
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
-
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
-
在mapxtreme下对圆形区域的选择,图元的添加,以及图元在可编辑图层上的加载
在mapxtreme下对圆形区域的选择,图元的添加,以及图元在可编辑图层上的加载
- 2022-07-01 03:55:32下载
- 积分:1
-
excel转成xml
可连接数据库并读取数据列,支持三种数据库(mysql、sqlserver、oracle)
支持excel 直接转成xml;
支持listbox 拖拽到textbox 多文本中指定位置
- 2023-08-16 12:50:05下载
- 积分:1
-
网站流量统计
网站流量统计可以根据不同目标对用户访问情况进行统计。不同的统计目标决定了统计的过程与结果。本实例主要实现以下统计功能:
概况统计模块。
本日流量统计模块。
本月流量统计模块。
本年流量统计模块。
IP统计模块。
浏览器信息统计模块。
操作系统信息统计模块
- 2022-01-22 15:17:14下载
- 积分:1
-
dbva_dotnet_programmer_guide_chapter7
Programming in VB.NET
- 2012-07-08 15:14:05下载
- 积分:1
-
。局域网监控程序,可以扫描主机,监控数据包,流量等。
.net实现局域网监听程序,可实现扫描主机,监听封包,流量统计等功能-. net LAN monitoring procedures, can be scanned host, monitor packets, traffic statistics function
- 2022-02-03 01:28:35下载
- 积分:1
-
This is a very good VB with C# source code management system is also full of han...
这是一份很好的C#跟VB的源代码
是人事管理系统
还满好用的-This is a very good VB with C# source code management system is also full of handy
- 2022-08-06 15:09:04下载
- 积分:1
-
谈谈类和结构的区别?
最大区别一个是引用类型,一个是值类型 默认成员访问为public是另外一个区别
1. 在.net(C# or vb.net)中如何...
谈谈类和结构的区别?
最大区别一个是引用类型,一个是值类型 默认成员访问为public是另外一个区别
1. 在.net(C# or vb.net)中如何获得当前窗体或控件的句柄,特别是控件本身的句柄(请列举)。
this(C#) Me(vb.net).
2在.net(C# or vb.net)中如何用户自定义消息,并在窗体中处理这些消息。
在form中重载DefWndProc函数来处理消息:
protected override void DefWndProc ( ref System.WinForms.Message m )
{
-To talk about the difference between Class and structure? Greatest difference between a reference type, a value type is the default access for members of public is another difference between 1.. Net (C# Or vb.net) in the current form or how to obtain a handle to control, especially control their own Handle (please list). this (C#) Me (vb.net) .2 in. net (C# or vb.net) How user-defined message, and deal with these messages in the form. In the form of heavy-duty DefWndProc function to deal with the news: protected override void DefWndProc (ref System.WinForms.Message m) (
- 2022-05-05 22:56:50下载
- 积分:1
-
网上聊天室,包括源文件
网上聊天室代码,包括源文件。课堂作业。一个简单的聊天界面,包括添加,删除和修改聊天信息,还包括时间的记录和历史消息记录等。此代码简单易懂。
- 2022-01-26 04:59:35下载
- 积分:1