嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
用C 写的简易计算器及源代码
我用C 写的计算器。在压缩包中的文件可直接用vs2008打开,并进行编译。并带有一个计算器程序
.
├── 用C 写的简易计算器及源代码_简易计算器源代码.zip
└── 计算器
├── Debug
│ ├── 计算器.exe
│ ├── 计算器.ilk
│ └── 计算器.pdb
├── 计算器
│ ├── Debug
│ │ ├── BuildLog.htm
│ │ ├── mt.dep
│ │ ├── stdafx.obj
│ │ ├── vc90.idb
│ │ ├── vc90.pdb
│ │ ├── 计算器.exe.embed.manifest
│ │ ├── 计算器.exe.embed.manifest.res
│ │ ├── 计算器.exe.intermediate.manifest
│ │ ├── 计算器.obj
│ │ ├── 计算器.pch
│ │ ├── 计算器.res
│ │ └── 计算器Dlg.obj
│ ├── ReadMe.txt
│ ├── res
│ │ ├── My.rc2
│ │ └── 计算器.ico
│ ├── resource.h
│ ├── stdafx.cpp
│ ├── stdafx.h
│ ├── targetver.h
│ ├── 计算器.aps
│ ├── 计算器.cpp
│ ├── 计算器.h
│ ├── 计算器.rc
│ ├── 计算器.vcproj
│ ├── 计算器.vcproj.crd-PC.crd.user
│ ├── 计算器Dlg.cpp
│ └── 计算器Dlg.h
├── 计算器.ncb
├── 计算器.sln
└── 计算器.suo
5 directories, 34 files