时光荏苒..
全部博文(453)
发布时间:2014-03-17 14:55:06
//链表构造函数,需指定总共的节点数 NodeLink(int allN){ this.allN = allN; Node tmp=null; for(int i = 1; i <= allN; i++){ if(1 == i){&.........【阅读全文】
发布时间:2013-06-25 17:09:34
#!/bin/bash# This shell script is used to run 'test' binary and diff # the execute result with the expected 'result' file.### The 'result' file example:# ArithmeticConversions_Vectors_uintn: uintn vs bool: (2, 2).........【阅读全文】