
编程练习系列
hehainan_86
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
编程练习(1)
/*! ************************************************************ * now here is an integer v, it needs to be deleted c digits, * and the last must be the biggest * author Haitao Li * date 2013/原创 2013-11-08 17:18:35 · 653 阅读 · 0 评论 -
编程练习(2)
#include #include #include #include // BYTE=unsigned char // WORD=unsigned short // DWORD=unsigned long using namespace std; void main() { int i; double a; float b; WORD e;原创 2013-11-08 17:24:30 · 872 阅读 · 0 评论