有需求的就懂
2023-04-13 16:40:52 49KB NAO qibuild VS2010
1
C#初学案例,着重流程控制,可用于熟悉初步控制方式
2023-04-10 16:09:42 25KB C# VS2010
1
自己修改opencv后的grabcut代码 便于初学者由c向c++过度
2023-04-08 10:49:27 11.53MB grabcut vs2010
1
使用vs2010做到用户注册页面 具有姓名 性别 和链接sql2008 京华志&精华志出品 分享资源 C# ASP.NET SQL DBA 源码
2023-04-06 11:09:52 1.02MB C# ASP.NET SQL DBA
1
DevComponents DotNetBar2 DotNetBar VS2010 winfrom 控件 v10 破解 Dll文件,VS直接引用 工具箱创建 选项卡后Dll文件拖向工具箱选项卡后可见控件
2023-04-04 16:28:46 1.83MB DevComponents DotNetBar2 DotNetBar VS2010
1
geos可以编译为dll,lib库文件,但是目前没有一个sln能够通过vs2010把它加载到工程中去,并编译通过,这是一个缺陷,上传的代码解决了这个问题!
2023-04-04 07:59:38 1.44MB geos vs2010 sln 工程
1
Microsoft Visual Studio 2010做的C#图片缩放实例,主要代码: Image imageSource = bitmapSource; ImageFormat sourceFormat = imageSource.RawFormat; int iSourceWidth = imageSource.Width; int iSourceHeight = imageSource.Height; decimal decTargetWidth = iSourceWidth*decTimes; decTargetWidth = Math.Round(decTargetWidth, 0); string sTargetWidth = decTargetWidth.ToString( ); int iTargetWidth = Int32.Parse(sTargetWidth); decimal decTargetHeight = iSourceHeight * decTimes; decTargetHeight = Math.Round(decTargetHeight, 0); string sTargetHeight = decTargetHeight.ToString(); int iTargetHeight = Int32.Parse(sTargetHeight); Bitmap bitmapTarget = new Bitmap(iTargetWidth, iTargetHeight); Graphics gTarget = Graphics.FromImage(bitmapTarget); gTarget.Clear(Color.Transparent); // 设置画布的描绘质量 gTarget.CompositingQuality = CompositingQuality.HighQuality; gTarget.SmoothingMode = SmoothingMode.HighQuality; gTarget.InterpolationMode = InterpolationMode.HighQualityBicubic; gTarget.DrawImage(imageSource, new Rectangle(0, 0, iTargetWidth, iTargetHeight), 0, 0, imageSource.Width, imageSource.Height, GraphicsUnit.Pixel); gTarget.Dispose(); // 以下代码为保存图片时,设置压缩质量 EncoderParameters encoderParams = new EncoderParameters(); long[] lQualityS = new long[1]; lQualityS[0] = 100; EncoderParameter EncoderParameterVar = new EncoderParameter(System.Drawing.Imaging.Encoder.Quality, lQualityS); encoderParams.Param[0] = EncoderParameterVar; imageSource.Dispose();
2023-03-29 22:36:43 85KB VS2010 图片缩放
1
PdfViewerDemo pdf阅读器,基于MuPDF开发,可横竖切换浏览、多种批注功能、电子签章 PdfViewerDemo is developed within the project. Screenshots Features 显示pdf 支持横竖滑动 动态改变标注颜色和画笔颜色 支持插入图片 How do I use? pdf-viewer is available through JCenter. To be able to use this library in your project, add the following dependency to your build.gradle file: dependencies{ implementation 'com.lonelypluto:pdf-viewer:1.0.7' } Simple use cases wi
2023-03-24 17:29:22 22.15MB pdf viewer mupdf Java
1
Demo 功能 doc ppt xls x5预览:lib_x5 pdf mupdf开源库预览:lib_mupdf pdf pdfium开源库预览:lib_pdfium 编译 mupdf-1.18.0 cygwin64 build: make generate x5 x5-43967 https://x5.tencent.com/tbs/sdk.html mupdf mupdf-1.18.0 https://github.com/ArtifexSoftware/mupdf pdfium pdfium-source-android11 https://pdfium.googlesource.com/pdfium.git https://github.com/barteksc/AndroidPdfViewer.git
2023-03-24 16:47:25 144.87MB mupdf x5 pdfium C
1
VS2010中C#针对串口做开发,带源码;C# 串口通讯Demo,可收发数据。值得下载看看!资源免费,大家分享!! C#开发串口通讯的好帮手
2023-03-21 17:34:18 24KB VS2010 C# 串口
1