基本信息
源码名称:进制间的转换
源码大小:0.52M
文件格式:.zip
开发语言:C#
更新时间:2022-03-22
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559

本次赞助数额为: 4 元 
   源码介绍

进制间的转换

在十进制,二进制和十六进制之间的转化,同时代码中有防止同一个窗口多次打开的代码,详见截图。

.
├── bit-convert-master
│   ├── App.config
│   ├── BitC.ico
│   ├── LICENSE
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── README.md
│   ├── about.Designer.cs
│   ├── about.cs
│   ├── about.resx
│   ├── app.manifest
│   ├── bc.Designer.cs
│   ├── bc.cs
│   ├── bc.resx
│   ├── bin
│   │   ├── Debug
│   │   │   ├── BitC.exe
│   │   │   ├── BitC.exe.config
│   │   │   └── BitC.pdb
│   │   └── Release
│   │       ├── BitC.exe
│   │       ├── BitC.exe.config
│   │       └── BitC.pdb
│   ├── bit-convert.csproj
│   ├── bit-convert.sln
│   ├── img
│   │   └── BitC.ico
│   └── obj
│       ├── Debug
│       │   ├── BitC.exe
│       │   ├── BitC.pdb
│       │   ├── DesignTimeResolveAssemblyReferences.cache
│       │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│       │   ├── bit-convert.csproj.FileListAbsolute.txt
│       │   ├── bit-convert.csproj.GenerateResource.cache
│       │   ├── bit_convert.Properties.Resources.resources
│       │   ├── bit_convert.about.resources
│       │   └── bit_convert.bc.resources
│       └── Release
│           ├── BitC.exe
│           ├── BitC.pdb
│           ├── bit-convert.csproj.FileListAbsolute.txt
│           ├── bit-convert.csproj.GenerateResource.cache
│           ├── bit_convert.Properties.Resources.resources
│           ├── bit_convert.about.resources
│           └── bit_convert.bc.resources
└── 好例子网_bit-convert-master.zip

9 directories, 43 files