-
一个根据PATH环境变量设置来查找执行文件位置的程序
一个根据PATH环境变量设置来查找执行文件位置的程序- Establishes according to the PATH environment variable searches
the execution file position the procedure
- 2022-02-22 01:15:33下载
- 积分:1
-
一个用VC调用VB写的DLL的调用例子程序.也许有人觉得奇怪,但这也是一种方法...
一个用VC调用VB写的DLL的调用例子程序.也许有人觉得奇怪,但这也是一种方法-a VC was called VB DLL calls examples of procedures. Some people may find it strange, but it is also a method
- 2022-01-25 18:18:18下载
- 积分:1
-
VC中如何捕获和释放鼠标
VC中如何捕获和释放鼠标-VC how to capture and release the mouse
- 2023-06-21 17:55:02下载
- 积分:1
-
graph traversal of the display (c language curriculum design data structures tha...
图的遍历的演示(c 语言 数据结构课程设计题)
/*定义图*/
typedef struct{
int V[M]
int R[M][M]
int vexnum
}Graph
/*创建图*/
void creatgraph(Graph *g,int n)
{
int i,j,r1,r2
g->vexnum=n
/*顶点用i表示*/
for(i=1 iV[i]=i
}
/*初始化R*/
for(i=1 iR[r1][r2]=1
g->R[r2][r1]=1
scanf("%d,%d",&r1,&r2)
}
}
-graph traversal of the display (c language curriculum design data structures that)/* definition of the map*/typedef s truct V (int int [M] R [M] [M]) int vexnum Graph/* create map*/void creatgraph (Graph* g, int n) (int i, j, r1, r2 g-
- 2023-05-29 19:45:03下载
- 积分:1
-
C#的例子
C#的例子-C# Example
- 2023-03-17 18:00:03下载
- 积分:1
-
这是一个通过发送虚拟键盘控制其它程序的例子,比如控制powerpoint的切换等操作。是遥控程序的一个典型例子...
这是一个通过发送虚拟键盘控制其它程序的例子,比如控制powerpoint的切换等操作。是遥控程序的一个典型例子-This is a virtual keyboard by sending control procedures other examples, such as the switching control powerpoint operational. Remote procedure is a typical example of
- 2023-07-28 20:40:03下载
- 积分:1
-
编程库函数查询字典
编程库函数查询字典-programming library functions inquiries dictionary
- 2022-01-26 04:34:43下载
- 积分:1
-
简单实现了航带网摄影测量中相对定向元素的解算,模型的绝对定向,和自由航带网的生成的功能。...
简单实现了航带网摄影测量中相对定向元素的解算,模型的绝对定向,和自由航带网的生成的功能。-Achieved with a simple route network Photogrammetry relative orientation elements solvers, model absolute orientation, and free flights with the generation of network functions.
- 2022-03-15 08:28:06下载
- 积分:1
-
一个注册表浏览编辑器,编辑功能还没有完善,可以参考,不错的!...
一个注册表浏览编辑器,编辑功能还没有完善,可以参考,不错的!-Browse a registry editor, editing features have not yet perfect, can refer to, good!
- 2022-03-07 06:19:20下载
- 积分:1
-
api32 detailed usage.
api32的详细使用方法. -api32 detailed usage.
- 2023-01-16 16:25:03下载
- 积分:1