登录
首页 » C#Դ�� » Visual C#

Visual C#

于 2022-05-18 发布 文件大小:20.52 kB
0 45
下载积分: 2 下载次数: 1

代码说明:

Visual C#

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • winform分页控件源码,有图有下载
    winform分页实例,支持千万级数据量分页
    2013-09-01下载
    积分:1
  • YOUCHENG
    C语言实现游程编码级解码过程,并附有注释。(C language-level RLE decoding process, together with the Notes.)
    2008-12-14 13:17:38下载
    积分:1
  • SimpleCollapsiblePanel
    既符合FlowLayoutPanel和相互作用的AutoSize功能extrange,可以折叠面板和GroupBoxes隐藏或显示他所需要的信息。 ,作者拥有版权,仅供学习与参考。(AutoSize is in line with the function of extrange FlowLayoutPanel and interaction, can be folded panel and GroupBoxes hide or display the information he needed. The author, copyright, learning and reference purposes only.)
    2013-09-10 13:15:49下载
    积分:1
  • 08接口点阵屏字幕滚动
    08接口点阵屏字幕滚动08接口点阵屏字幕滚动08接口点阵屏字幕滚动08接口点阵屏字幕滚动08接口点阵屏字幕滚动08接口点阵屏字幕滚动08接口点阵屏字幕滚动08接口点阵屏字幕滚动08接口点阵屏字幕滚动08接口点阵屏字幕滚动08接口点阵屏字幕滚动08接口点阵屏字幕滚动08接口点阵屏字幕滚动08接口点阵屏字幕滚动
    2022-02-26 12:56:33下载
    积分:1
  • qt聊天室程序。
    包括服务器和客户端的源码和可执行文件。
    2022-04-16 17:14:41下载
    积分:1
  • STM32 J1939实现源码
    stm32单片机实现J1939协议传输方式,包括stm32f10x接口,GPIO,USART,TIME等接口实现方式。
    2023-04-23 16:50:03下载
    积分:1
  • 解压缩文件示例(rar、zip、7zip、Gzip、tar...等)
    本程序是基于 sharpcompress-master 设计的演示程序。开原地址:https://github.com/adamhathcock/sharpcompress。1. 程序主要展示了压缩文件的解压缩,支持的文件类型有:rar、zip、7zip、Gzip、tar......等压缩格式,展示了密码解压、分卷解压、解压进度等功能。2. 不支持“带密码的分卷压缩文件”的解压;无密码分卷压缩、单个带密码文件正常解压。3. 此程序在设计中,对组件源代码进行了修改,与原组件代码对照查看。4、sharpcompress-master组件功能繁多,比如,文件压缩为图片、压缩文件内文件添加删除、更名等等,对照现有的压缩软件,功能均具备,可在代码中查看使用。本示例只是展示了解压缩功能。此程序为识别全部压缩格式,未引用DLL,全部为cs文件,如有错误,自行对照修正。private void Uncompress(string archiveFile, string destinationPath, string password = null) { var archive = ArchiveFactory.Open(archiveFile, new ReaderOptions() { Password = password, LeaveStreamOpen = true }); volumes = archive.Entries.Count(); archive.EntryExtractionBegin = archive_EntryExtractionBegin; archive.FilePartExtractionBegin = archive_FilePartExtractionBegin; archive.CompressedBytesRead = archive_CompressedBytesRead; Task.Run(() => { long order = 0; foreach (var entry in archive.Entries) { if (!entry.IsDirectory) { entry.WriteToDirectory(destinationPath, new ExtractionOptions() { ExtractFullPath = true, Overwrite = true, }); } order ; this.CrossThreadCalls(() => { if (volumes > 1) { progress[0].Value = CreatePercentage(order, volumes); } }); } MessageBox.Show("解压缩任务完成 !"); }); } private void archive_EntryExtractionBegin(object sender, ArchiveExtractionEventArgs e) { entryTotal = e.Item.Size; info_builde1 = "提取文件: " e.Item.Key ";"; } private void archive_FilePartExtractionBegin(object sender, FilePartExtractionBeginEventArgs e) { partTotal = e.Size; info_builde2 = "分卷:" e.Name ";"; } private void archive_CompressedBytesRead(object sender, CompressedBytesReadEventArgs e) { string percentage = entryTotal.HasValue ? CreatePercentage(e.CompressedBytesRead, entryTotal.Value).ToString() : "Unknown"; info_builde = info_builde1 info_builde2 "字节:" e.CompressedBytesRead ";百分比:" percentage "%"; this.CrossThreadCalls(() => { compress_Info.Text = info_builde; progress[1].Value = int.Parse(percentage) > 100 || int.Parse(percentage) < 0 ? 100 : int.Parse(percentage); if (volumes < 2) progress[0].Value = progress[1].Value; Application.DoEvents(); }); } private int CreatePercentage(long n, long d) { return (int)(((double)n / (double)d) * 100); }
    2019-07-21下载
    积分:1
  • 车库管理,下载请便
    车库管理,下载请便-garage management only when they download
    2023-03-23 03:15:04下载
    积分:1
  • 基于C++的简易画图实现
    基于C++的简易画图实现,使用MFC实现的相关功能。EasyDraw是一个简单的绘图软件,这个实例会综合运用本章所介绍了Visual C++ 2005的基础知识。EasyDraw拥有以下功能: 1.直线、矩形、椭圆的绘制。 2.可以更改绘制线条的类型、宽度、颜色。
    2023-06-13 19:02:43下载
    积分:1
  • STM32 modbus协议 从机程序
    STM32 modbus协议 从机程序
    2020-06-17下载
    积分:1
  • 696524资源总数
  • 103939会员总数
  • 12今日下载