基本信息
源码名称:用c#写的点阵屏和液晶取模工具
源码大小:2.95M
文件格式:.rar
开发语言:C#
更新时间:2023-05-05
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
用c#写的点阵屏和液晶取模工具
用C#写的一个点阵屏液晶汉字取模工具,欢迎大家下载,提出意见,我会尽量改进
文件清单
└── 取模工具
├── 取模工具
│ ├── bin
│ │ └── Debug
│ │ ├── HZK12
│ │ ├── Hzk16
│ │ ├── HZK16f
│ │ ├── HZK24F
│ │ ├── HZK24H
│ │ ├── HZK24K
│ │ ├── HZK24S
│ │ ├── Setting.ini
│ │ ├── 仿宋24
│ │ ├── 取模工具.exe
│ │ ├── 取模工具.pdb
│ │ ├── 取模工具.vshost.exe
│ │ ├── 取模工具.vshost.exe.manifest
│ │ ├── 宋体12
│ │ ├── 宋体16
│ │ ├── 宋体24
│ │ ├── 宋粗体16
│ │ ├── 楷体24
│ │ ├── 繁宋16
│ │ └── 黑体24
│ ├── Form1.cs
│ ├── Form1.Designer.cs
│ ├── Form1.resx
│ ├── obj
│ │ └── Debug
│ │ ├── Refactor
│ │ ├── TempPE
│ │ ├── 取模工具.csproj.FileListAbsolute.txt
│ │ ├── 取模工具.csproj.GenerateResource.Cache
│ │ ├── 取模工具.exe
│ │ ├── 取模工具.Form1.resources
│ │ ├── 取模工具.pdb
│ │ ├── 取模工具.Properties.Resources.resources
│ │ ├── 取模工具.关于软件.resources
│ │ └── 报告信息.ReportInformation.resources
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── ReportInformation.cs
│ ├── ReportInformation.Designer.cs
│ ├── ReportInformation.resx
│ ├── 关于软件.cs
│ ├── 关于软件.Designer.cs
│ ├── 关于软件.resx
│ └── 取模工具.csproj
├── 取模工具.sln
└── 取模工具.suo
9 directories, 46 files
用c#写的点阵屏和液晶取模工具
用C#写的一个点阵屏液晶汉字取模工具,欢迎大家下载,提出意见,我会尽量改进
文件清单
└── 取模工具
├── 取模工具
│ ├── bin
│ │ └── Debug
│ │ ├── HZK12
│ │ ├── Hzk16
│ │ ├── HZK16f
│ │ ├── HZK24F
│ │ ├── HZK24H
│ │ ├── HZK24K
│ │ ├── HZK24S
│ │ ├── Setting.ini
│ │ ├── 仿宋24
│ │ ├── 取模工具.exe
│ │ ├── 取模工具.pdb
│ │ ├── 取模工具.vshost.exe
│ │ ├── 取模工具.vshost.exe.manifest
│ │ ├── 宋体12
│ │ ├── 宋体16
│ │ ├── 宋体24
│ │ ├── 宋粗体16
│ │ ├── 楷体24
│ │ ├── 繁宋16
│ │ └── 黑体24
│ ├── Form1.cs
│ ├── Form1.Designer.cs
│ ├── Form1.resx
│ ├── obj
│ │ └── Debug
│ │ ├── Refactor
│ │ ├── TempPE
│ │ ├── 取模工具.csproj.FileListAbsolute.txt
│ │ ├── 取模工具.csproj.GenerateResource.Cache
│ │ ├── 取模工具.exe
│ │ ├── 取模工具.Form1.resources
│ │ ├── 取模工具.pdb
│ │ ├── 取模工具.Properties.Resources.resources
│ │ ├── 取模工具.关于软件.resources
│ │ └── 报告信息.ReportInformation.resources
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── ReportInformation.cs
│ ├── ReportInformation.Designer.cs
│ ├── ReportInformation.resx
│ ├── 关于软件.cs
│ ├── 关于软件.Designer.cs
│ ├── 关于软件.resx
│ └── 取模工具.csproj
├── 取模工具.sln
└── 取模工具.suo
9 directories, 46 files