2015年12月8日

摘要: ThePythonTutorialPython教程Python是一种很容易学习并且功能强大的编程语言。它有着高效的数据结构并且以面向对象的编程方式而拥有简单且高效的特性。Python优雅的语法,动态的类型和她自然的解释,使她成为一种理想的脚本语言和一种在大多平台里许多领域上的快速开发语言。Pytho... 阅读全文
posted @ 2015-12-08 22:30 Peng' 阅读(191) 评论(0) 推荐(0)

2015年11月22日

摘要: 1 #include 2 using namespace std; 3 int main() 4 { 5 int vertice; 6 int edge; 7 char i,j; 8 int s; 9 int a=0;10 cout>vertice;... 阅读全文
posted @ 2015-11-22 19:26 Peng' 阅读(365) 评论(0) 推荐(0)
摘要: //将关系存入二维向量A转化为关系矩阵//输入ab ac ad ae'\n'#includeusing namespace std;int main(){ cout>e>>r;){ for(int i=0;i<5;i++){ if(s[i]==e) a=i; if(s[i]==r) b=i... 阅读全文
posted @ 2015-11-22 19:21 Peng' 阅读(1272) 评论(0) 推荐(0)

导航