-
Image-Processing-System
运行程序,打开程序主界面,如图1.3所示。本程序主要实现了图像处理、批量转换与处理、PSD文件管理、照片处理等,其中图像处理部分主要是对图像进行各个效果的显示,例如图像的锐化效果、浮雕效果等。批量转换与处理部分主要实现各种图像格式之间的转换,PSD文件管理部分主要是对PSD文件进行浏览和转换操作,照片处理主要用于照片的排版。(Run programs, open the main program interface, as shown in Figure 1.3. This procedure mainly realize the image processing, batch conversion and processing, the PSD file manager, photo processing, image processing part of the main image display various effects, such as image sharpening effects, such as relief effect. Batch conversion and processing some of the major conversion between various image formats the PSD document management part of the main PSD file browsing and conversion operations, photo processing is mainly used for the photo layout.)
- 2013-05-12 17:35:44下载
- 积分:1
-
3,STM32 FLASH模拟EEPROM资料
说明: 3,STM32 FLASH模拟EEPROM资料(STM32 FLASH simulation EEPROM)
- 2020-12-24 10:17:37下载
- 积分:1
-
UDP_Port
c#监听指定端口的UDP信息,可灵活读取指定端口信息并分析。(c# UDP listen port specified information, the flexibility to read the specified port information and analysis.)
- 2013-08-15 20:57:12下载
- 积分:1
-
C# 为DataGridView控件的新行指定默认值
C# 为DataGridView控件的新行指定默认值,双击DataGridView.rar即可看到默认值,一般情况下,单元格是空的没有任何内容,实现这一功能,其实也简单,如下代码示:
private void shippersDataGridView_DefaultValuesNeeded(object sender, DataGridViewRowEventArgs e)
{//为DataGridView控件的新行指定默认值(测试时直接单击最下面的空白行即可)
e.Row.Cells[1].Value = "重庆长安捷达运输公司";
e.Row.Cells[2].Value = "023-40405690";
shippersBindingSource.AddNew();
}
- 2022-03-01 05:33:46下载
- 积分:1
-
Calculator
Project of calculator program as an example for students for studying of C++ Builder programming environment.
- 2014-11-24 15:46:16下载
- 积分:1
-
c#数据增加查询
写这个小程序,主要是锻炼我,使用datagridview增加并查询图片,写的很粗糙,数据库sql server 2000 用的是VS2005winform开发, 只写了增加和查询,过段时间会把修改和删除补上
- 2022-02-12 15:42:16下载
- 积分:1
-
opencamlib-master
一个C++库,用于CNC数控加工之CAM处理。(OpenCAMLib (ocl) is a c++ library for creating toolpaths for cnc-machines
such as mills and lathes.)
- 2016-01-25 16:14:20下载
- 积分:1
-
Source_code_matlab
源代码包括插值,函数逼近,数值微分,积分,线性及非线性方程,常微分,偏微分方程等的解法(Source code, including interpolation, function approximation, numerical differentiation, integration, linear and nonlinear equations, ordinary differential, partial differential equations such as the Solution)
- 2009-03-27 09:37:08下载
- 积分:1
-
vrp_verison3
说明: vrp车辆路径问题的解决方案 里面包含了一个vrp车辆路径问题的一个简单算法(The solution of VRP vehicle routing problem includes a simple algorithm of VRP vehicle routing problem)
- 2020-06-02 14:29:48下载
- 积分:1
-
DSP28_Ev
dsp2812 ev initialize
- 2012-11-30 11:56:57下载
- 积分:1