-
小巧C编译器
小巧C编译器 The Google Account help advocates using two step authentication The Google Account help advocates using two step authentication
- 2022-09-25 07:50:03下载
- 积分:1
-
本例子是利用VC++编写的一个聊天室软件,希望对大家有所帮助...
本例子是利用VC++编写的一个聊天室软件,希望对大家有所帮助-This example is the use of VC++ written in a chat room software, want to help everyone
- 2022-11-22 12:20:04下载
- 积分:1
-
非常好的32为调试器
很容易也很使用是一个好帮手
非常好的32为调试器
很容易也很使用是一个好帮手-very good for the debugger is also very easy to use is a good helper
- 2023-08-10 14:45:03下载
- 积分: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
-
一个可以任意更改界面上的控件位置。使用者可按自已的方式排列。满足不同的需求.
一个可以任意更改界面上的控件位置。使用者可按自已的方式排列。满足不同的需求.-One can change the location of interface control. Users can arrange their own way. To meet different needs.
- 2022-02-03 21:08:21下载
- 积分:1
-
纯SDK API的方式实现各种控件,值得学习,新手可以下载
纯SDK API的方式实现各种控件,值得学习,新手可以下载-Net SDK API way to achieve a variety of controls, it is worth learning, novices can be downloaded
- 2022-05-11 00:51:51下载
- 积分:1
-
packed category, to facilitate access to the operating system
包装好的类,可以方便地获得操作系统的个类信息-packed category, to facilitate access to the operating system- the kind of message
- 2022-11-04 18:40:03下载
- 积分:1
-
WINDOW服务程序管理器
WINDOW服务程序管理器-WINDOW service program manager
- 2022-03-03 00:00:53下载
- 积分:1
-
Based on the VHDL language, and practical watchdog function of the design proces...
基于VHDL语言,实用的看门狗功能设计程序-Based on the VHDL language, and practical watchdog function of the design process
- 2022-01-22 07:11:37下载
- 积分:1
-
一个简单的调用DLL的实例,非常适用,具体是调用Messagebox的实例。...
一个简单的调用DLL的实例,非常适用,具体是调用Messagebox的实例。-A simple example of calling DLL is very applicable to the specific example is the call Messagebox.
- 2022-03-18 17:03:34下载
- 积分:1