冒泡排序,顾名思义,按照一定的规则,把数据一直排下去直接上代码 1 import random 2 3 def bubblesort(data): 4 change=True 5 for i in range(len(data)-1,1,-1): 6 for j i...
分类:
编程语言 时间:
2014-09-03 12:54:46
阅读次数:
184
1、怎样生成PCB
先得新建个PCB文件(File-New-Pcb);然后保存下,在新建的PCB文件下:Design-Import Changes From PCB_PROJECT1.PRJPCB(Design选项下第二个,PCB_PROJECT1.PRJPCB是新建的PCB文件默认名);然后会弹出个框Engineering Change Order,依次点最下面的从左至右的1、2两个按钮,...
分类:
其他好文 时间:
2014-09-03 08:24:16
阅读次数:
346
1. Log on to the database server (as oracle) where the GoldenGate software isinstalled.2. Change directory to the GoldenGate home:cd /home/oracle/ggs3...
分类:
其他好文 时间:
2014-09-02 19:42:05
阅读次数:
216