Passage 3 Date: 26 Jan. 1993 From: the Kwangtung provincial bank, H. K. Corporate division-treasury Foreign exchange market: Dollar continued its weakness and dropped almost two pfennigs against mark on Monday dealing. Traders’ sentiment was changing greatly. At the beginning of this year, dollar rallied due to positive sentiment that the economy would recover in the expected fashion and German interest rate would ease soon. However, the hopes were dashed after a series worse-than-expected data were released and reluctance to cut rate by German Bundesbank. It seemed that the present us-German interest rate differential would be unlikely to narrow. On Monday trading, technical factor drove dollar further lower and it was quoted as low as 1.57 marks. Some dealers were quite bearish towards dollar, expecting it to ease further to 1.55 even 1.53 level in near future. Dollar also performed weak against Japanese yen. Dealers claimed that the talk of Japanese interest rate cut had been discounted, adding almost no pressure on the Japanese yen. Meanwhile, market was turning focuse on trade balance. Due to huge surplus, dealers believed that the yen should be stronger. During intraday dealing, the dollar was once quoted as low as 122. 75 yen. Why did the dollar rally at the beginning of the year
A. It was the beginning of the year.
B. Traders’ sentiment was changing greatly.
C. People thought that the US economy would recover and German interest rate would ease soon.
D. The present US-German interest rate differential would be unlikely to narrow.
查看答案
以下函数rotate的功能是:将a所指N行N列的二维数组中的最后一行放到b所指二维数组的第0列中,把a所指二维数组中的第0行放到b所指二维数组的最后一列中,b所指二维数组中的其他数据不变。 #define N 4 void rotate(int a[][N],int b[][N] {int i,j; for(i=0;i<N;i++) {b[i][N-1]=【 】;【 】=a[N-1][i];} }
[函数说明3.1] 假设以带头结点的单循环链表作非递减有序线性表的存储结构。函数deleteklist(LinkList head)的功能是删除表中所有数值相同的多余元素,并释放结点空间。 [函数3.1] Void deleteklist (LinkList head) LinkNode *p,*q; p=head->next; while (p!=head) q=p->next; while( (1) ) (2) ; free(q); q=p->next; p=p->next; [函数说明3.2] 已知一棵完全二叉树存放于一个一维数组T[n]中,T[n]中存放的是各结点的值。下面的程序的功能是:从T[0]开始顺序读出各结点的值,建立该二叉树的二叉链表表示。 [函数3.2] #include<istream.h> typedef struct node int data; stuct node leftChild,rightchild; BintreeNode; typedef BintreeNode *BinaryTree; void ConstrucTree(int T[] , int n, int i, BintreeNode *&ptr) if(i>=n) (3) ; /*置根指针为空*/ else ptr=(BTNode*) malloc(sizeof(BTNode)) ptr->data=T[i]; ConstrucTree (T,n, 2*i+1, (4) ); ConstrucTree (T,n, (5) ,ptr->rightchild); main(void) /*根据顺序存储结构建立二叉链表*/ Binarytree bitree; int n; printf("please enter the number of node: \n%s"; n); int *A=(int*)malloc (n*sizeof (int)) ; for (int i=0; i<n; i++) scanf("%d" ,A+i); /*从键盘输入结点值*/ for (int i=0; i<n; i++) printf("%d",A[i]); ConstructTree (A,n, 0,bitree);
会计电算化档案包括机内会计数据,软盘等备份的会计数据,以及打印输出的会计凭证、账簿、报表等数据。()
A. 对
B. 错
Passage Two
A. The Investments in financial assets.
B. The accumulation of past savings of income.
C. The money we hold in cash.
D. The net revenue in the transaction.