摘要:
1.请实现这么一个函数:传入一个int值,在屏幕输出类似LED显示屏效果的字母拼图开始看到这题目,有点傻眼了。。。这怎么搞,先来看看大家怎么搞,原来都是先把几个数字字符样式存好,好吧,这么简单。。。直接上代码吧// project1.cpp : Defines the entry point for the console application.//#include "stdafx.h"#include #include using namespace std;//要显示的样式const string LEDnumber[10][7]={ {" --- &quo 阅读全文