搜索资源列表
vcgenie
- The most important task was to understand how an add-in works, and the key is to grasp the DevelperStudio object model. Well, the object model is just simple, compared to things in Microsoft Office, but the study also took time and energy. After look
Filemon
- 对系统之间通信的数据安全性进行评估。 这里主要包括密码等机要数据在网络传输时是否存在被截获、修改等可能。-Communication between the system data security assessment. The key players here, including passwords and other confidential data transmitted over the network whether there have been intercepted, mo
adw
- 动态修改Static控件的内容,使用MFC编写,关键理解消息映射的机制,走出这一步,就使得MFC的理解更深入。-Static control dynamically modify the contents of the use of MFC to prepare, the key to understand the message mapping mechanism, this step would allow more in-depth understanding of MFC.
paixu
- 编写顺序查找的方法public static int[] ordinalSearch(int data[],int key),要求该方法返回一个数组(如果key存在,数组中各元素的值分别为关键字key在原数组data中的下标;如果key不存在,则返回一个长度为1的数组,数组元素为-1)。-Write a sequential search method public static int [] ordinalSearch (int data [], int key) This method re