-
Open the RS232(2)
To open the RS232 the interface
Open the RS232(2)
To open the RS232 the interface
- 2023-01-02 23:20:05下载
- 积分:1
-
图像格式转换程序
翻译 maninwest@Codeforge 作者:Mohd Arshad (Sam)@CodeProject 有时需要更改上传图片的格式。通常我们会给用户提供上传任意格式图片的自由,然后处理为单一的 .jpg.格式。 .NET 为此需求提供扩展支持。.NET 支持的常见格式有.BMP, .EMF, .GIF, .ICO, .JPG, .PNG, .TIF 和 .WMF.使用代码在演示程序中,我在根目录下放置了2 个空文件夹。一个用于存放原始文件,另一个存储转换后的文件。Default.aspx 页上有个FileUpload 控件,通过此控件用户可以上传.JPG, .PNG 和 .BMP 格式的图片。有一个DropDownList,用户可以从中选择结果图像格式。有个按钮,单击后显示已经处理的图像要让程序运行,首先需要添加 3 个命名空间,提供使用 ‘Path’, ‘Bitmap’ 和‘ImageFormat’ 类的授权。命名空间为:using System.IO;
using System.Drawing;
using System.Drawing.Imaging;以下为负责图像处理的按钮的句柄函数:protected void btnResults_OnClick(object sender, EventArgs e)
{ if (Page.IsValid && fpImage.HasFile)
{ string tmpName = Guid.NewGuid().ToString();
fpImage.SaveAs(MapPath("~/Original Images/" +
- 2022-05-17 17:41:32下载
- 积分:1
-
asp开发的财务管理系统,access数据库。
asp开发的财务管理系统,access数据库。
将收入 支出录入系统,月末产生统计报表,另外设置收入/支出类型,以便可以据此进行分类统计。
- 2022-05-05 02:59:32下载
- 积分:1
-
School Registration System
你好,编码员。这是我的下一个应用程序,我开发了我的个人知识,如何使一个登记系统。这个程序帮助像我这样的初学者了解以下内容
- 2022-03-22 16:37:38下载
- 积分:1
-
大家好,本程序的功能是完成基于.Net技术创建IE面板插件,希望对大家有所帮助...
大家好,本程序的功能是完成基于.Net技术创建IE面板插件,希望对大家有所帮助-Hello everyone, this procedure is completed based on the function. Net technologies to create IE plug-in panel, I hope all of you to help
- 2023-04-14 02:00:04下载
- 积分:1
-
DemoSwfUpload
多文件上传,一次可以上传多个文件,并且各个文件显示各自的上传进度(Multi-file upload, one can upload multiple files, and each file upload progress display their)
- 2013-08-09 10:52:19下载
- 积分:1
-
Chapter2_4-1-09
ASP.NET3.5源代码 关于ASP.NET3.5商用开发架构精解相应的源代码(ASP.NET 3.5 source code of ASP.NET 3.5 commercial development architecture extract solution of the corresponding source code)
- 2015-10-19 14:57:52下载
- 积分:1
-
介绍.net3.5环境下使用LINQ实现动态查询的方法实例
介绍.net3.5环境下使用LINQ实现动态查询的方法实例-Introduced. Net3.5 environment to achieve the use of LINQ examples of dynamic queries
- 2022-07-22 07:11:22下载
- 积分:1
-
201041111527263
说明: 这是给一个单位做的b/s架构的信息管理小程序,朋友们可以免费下载和传播,仅供学习,不可用做其他用途!
系统开发环境: Windows xp sp2 + vs2005 + Sqlserver Express 2005
数据库文件:直接附加数据库目录下的DeviceDB.mdf
系统默认管理员登陆信息: 帐号admin 密码admin
(This is done to a unit of b/s-based information management applet, friends, free to download and spread, only to learn, not for any other purpose! System Development Environment: Windows xp sp2+ vs2005+ Sqlserver Express 2005 database files: direct attached system database directory under the default administrator login information DeviceDB.mdf: ID admin password admin)
- 2011-04-01 19:24:39下载
- 积分:1
-
五子棋,简单算法,只有可连接,没有多余东西
五子棋,简单算法,只有可连接,没有多余东西-Gobang, simple algorithm that only can be connected, there is no superfluous things
- 2022-04-09 03:22:48下载
- 积分:1