嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 4 元微信扫码支付:4 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
进制间的转换
在十进制,二进制和十六进制之间的转化,同时代码中有防止同一个窗口多次打开的代码,详见截图。
.
├── 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