-
本系列的目的是建立一个类,允许任何C #程序员…
The purpose of the series will be to build a class that allows any C# programmer access to common, and not so common, image processing functionality. The reason we are doing it in C# is simply that I want to learn it, but the functionality we use is available through GDI+ in C++, and indeed the code to do the same thing using a DIBSECTION is not terribly different. This first article will focus on per pixel filters, in other words, filters that apply the same algorithm to each pixel in place with no regard for the values in any other pixels. You will see as we progress that the code becomes somewhat more complex when we start moving pixels or changing values based on calculations that take into account surrounding pixel values.
- 2023-03-17 00:40:04下载
- 积分:1
-
c# MM7.NET 6.3.0
MM7.NET 6.3.0 c#发送mm7代码,支持jpg、txt、mms,利用webservice
- 2023-07-20 14:10:04下载
- 积分:1
-
我的ASP课程设计。包括4个小工具:计算器。星座预测。猜数字。...
我的ASP课程设计。包括4个小工具:计算器。星座预测。猜数字。-My ASP curriculum design. Including four small tools: Calculator. Horoscopes. Numberguess.
- 2022-05-13 12:07:27下载
- 积分:1
-
例如关键
Example key-logger made in CSharp-Example key-logger made in CSharp
- 2022-07-07 06:40:40下载
- 积分:1
-
Arcgis在.NET环境下使用ENGINE开发的鹰眼程序
Arcgis在.NET环境下使用ENGINE开发的鹰眼程序-ArcGis in. NET environment ENGINE procedures developed by Eagle Eye
- 2022-01-21 21:50:10下载
- 积分:1
-
Message-board-system
留言板的功能如下:(1)用户发表 包括:发表留言功能,查看留言功能,个性化留言板功能(2)管理员功能 包括:回复留言功能,删除留言功能,配置系统功能(Message board functions as follows: (1) User published include: Post Message function to see the voice mail, personalized message board features (2) administrator features include: voice mail reply, delete message function, configure the system function)
- 2011-10-11 09:49:27下载
- 积分:1
-
filewatchservicetest
使用FileSystemWatcher监控网络路径(包含源代码)
在VS2005中,.Net里面有个FileSystemWatcher控件,用来监控文件变化,它会通知文件创建,修改,删除的消息。网上这样的例子很多,但是在实际应用的时候,发现还有一些待处理的问题,我做了一个简单的demo,解决了如下的问题:
1. 多次连续触发 (通过一个定时器来解决)
2. 能监控网路路径 (serviceProcessInstaller的Account属性设置为NetworkService)
3. 通过windows service来实现, 做成安装文件方便注册服务
注意事项:
1. 切记网络路径要给guest的权限,否则监控不了。
2. 修改Service1代码中的watcher.Path。
3. 新建文件c: est.log,将此文件设置为可写的权限。
4. 安装完成后手动将服务启动。(err)
- 2008-06-14 19:44:06下载
- 积分:1
-
在.net环境中实现多语言无缝集成的程序,对C++编写的代码进行托管包装,与c#编写的程序封装在一起。...
在.net环境中实现多语言无缝集成的程序,对C++编写的代码进行托管包装,与c#编写的程序封装在一起。
- 2022-02-02 20:27:49下载
- 积分:1
-
EBanking
基于ASP.NET的银行系统,数据库是SQL Server(ASP.NET-based banking system, the is SQL Server)
- 2015-05-07 19:59:35下载
- 积分:1
-
定时器的使用实例,自定义排序回调函数。较…
定时器的使用实例,自定义回调函数的那种。相对简单,但是比较实用。-The use of an instance of the timer, custom sort callback function. Is relatively simple, but more practical.
- 2022-07-03 20:02:05下载
- 积分:1