-
C#实现各种图像模糊、锐化、色彩增强
C#实现各种图像的模糊、锐化、色彩增强等案例,新手学习可用(C# Realizes various image blurring, sharpening and color enhancement)
- 2020-06-22 07:00:02下载
- 积分:1
-
Blur1
Computing an Exact Gaussian Scale-space
介绍了一种图像去模糊算法 保护论文和源代码 用c 编写(Computing an Exact Gaussian Scale-space
introduce a debulrring algorithm, including a source C code)
- 2014-09-02 19:06:07下载
- 积分:1
-
Boot_loader (1)
S32K144 Example Code IAR
- 2020-06-19 14:20:01下载
- 积分:1
-
backpack
给定一组物品,每种物品都有自己的重量和价格,在限定的总重量内,我们如何选择,才能使得物品的总价格最高(Given a set of items, each item has its own weight and price, within a limited total weight, what we choose to make the total price of the highest items)
- 2015-12-28 23:14:54下载
- 积分:1
-
GPIB
包含对gpib通讯的一些操作,类中包括对安捷伦数字万用表的基本操作,对固纬程控电源的基本操作和程控变阻箱的基本操作(Contains some operations for GPIB Communications,Class includes the basic operation of Agilent digital multimeter, weft fixing programmable power supply and programmable resistance box.)
- 2019-02-19 09:41:33下载
- 积分:1
-
ADONTE做的学生成绩管理系统
一个用C#做的学生成绩管理系统。功能非常完善,现传上供高手修正!(a C# do student performance management system. Functional very sound, are available for master- that!)
- 2005-06-13 01:09:17下载
- 积分:1
-
C# 设置DataGridView控件中的指定(第二)列只读
C# 设置DataGridView控件中的指定(第二)列只读,核心代码如下:
private void Form1_Load(object sender, EventArgs e)
{
this.customersTableAdapter.Fill(this.northwindDataSet.Customers);
//设置DataGridView控件中的指定(第二)列只读
this.customersDataGridView.Columns[1].ReadOnly = true;
}
- 2022-02-12 23:56:36下载
- 积分:1
-
DLL开发
说明: 一个基于Arcgis engine开发的dll类库代码案例,可以加载到ArcMap中使用,实现简单的功能,可以供学习使用(A DLL class library code case based on Arcgis engine can be loaded into ArcMap and used to realize simple functions, which can be used for learning.)
- 2020-06-20 18:20:02下载
- 积分:1
-
ITRF2008-ITRF--into-other
使用C++实现ITRF2008到其他ITRF框架坐标转换,以便于在编程中使用(ITRF2008 ITRF frame coordinate conversion into other)
- 2020-10-24 20:40:03下载
- 积分:1
-
微信公众平台开发c#框架源码下载(含发消息demo)
微信公众平台开发c#框架源码下载(含发消息demo)
- 2015-05-12下载
- 积分:1