搜索资源列表
roller
- 本源程序是实现军用卷图机通过输入页码来是卷图机卷至指定得页码的功能,其中实现了卷动中相应页码输入,向前卷动,向后卷动,返回上次操作等操作,但由于时间原因在红外接口部分没有做好接口-the source is military aircraft through the volumes imported map pages is to map volumes to the designated machine rolls in the pages of the function, which ach
lesson2
- 实现了对地图图层的操作,是基于ArcEngine的二次开发,是学习AE的基础-Operation of map layers, based ArcEngine secondary development, learning AE
therotate
- 不带对话框的3D旋转图,可以实现多角度的旋转,自己设置角度来进行相应的操作-Figure 3D rotation without dialog, you can achieve multi-angle rotation, set up their own perspective to the corresponding operation
xianxingbiao
- 实现顺序表的基本操作(最终提交“.cpp”) 程序要求: 先给出顺序表的类型定义 给出顺序表的如下基本操作的算法函数定义 构造一个空的线性表:InitList_Sq(SqList &L) 在顺序表L的第i个位置之前插入新的元素e:ListInsert_Sq(SqList &L, int I, ElemType e) 在顺序表L中删除第i个元素,并用e返回其值:ListDelete_Sq(SqList &L, int I, ElemTy