2015年7月15日

Python-文件修改器

摘要: #-*- coding: utf-8 -*-import osimport sysimport globfrom PyQt4.QtGui import *from PyQt4.QtCore import *class Change(QWidget): def __init__(self, pa... 阅读全文

posted @ 2015-07-15 17:41 John_ABC 阅读(537) 评论(0) 推荐(0) 编辑

C语言-数据结构(一)

摘要: 1.动态创建多维数组int ** createArray(int rows, int cols) { int **x, i; x = (int **)malloc(rows * sizeof(*x)); for (i = 0; i search) { rig... 阅读全文

posted @ 2015-07-15 11:23 John_ABC 阅读(282) 评论(0) 推荐(0) 编辑

导航