摘要:
Help->Install New Software->add->name( 随便输入什么,我输入的是 Color Theme)Location: http://eclipse-color-theme.github.com/update选中之后一直下一步下一步。然后Eclipse会重启一次。重启之后... 阅读全文
摘要:
1、不用系统提供的字符串转int的功能,将一个字符串转换为对应的值#include using namespace std;static int StringToInt(string s){ int sum; for(int i=0;iusing namespace std;int CountZeroDemo(int n){ int count=0; int j; for(int i=1;i<=n... 阅读全文