-
in Delphi convinces procedures memory
在DELPHI中使程序具有记忆功能-in Delphi convinces procedures memory
- 2022-03-24 13:33:57下载
- 积分: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
-
编写动态存储分配的一部分
Memory Allocation in C-write part of a dynamic storage allocation
package. The package provides three function calls: void initalloc(), to
initialize the data structures involved char* alloc(int n), which returns
a pointer to a block of n chars when called and void freef(char* p), which
frees the block of n chars earlier given to the data structure so that
it can be given out to another.
- 2022-06-30 05:19:02下载
- 积分:1
-
该系统是由VB环境下开发的酒店管理系统,使用前请先修改.
该系统是由VB环境下开发的酒店管理系统,使用前请先修改.-The system is developed under VB hotel management system, using the former to amend the post.
- 2023-05-16 14:10:03下载
- 积分:1
-
Foreigners iso format, delphi full source code editor
老外的iso格式编辑的delphi完整源代码-Foreigners iso format, delphi full source code editor
- 2023-08-05 03:40:03下载
- 积分:1
-
改变nt登录密码
改变nt登录密码-nt change login passwords
- 2022-10-17 04:20:03下载
- 积分:1
-
一个桌面涂鸦的小程序
一个桌面涂鸦的小程序-Spray-painted on a desktop applets
- 2023-05-24 19:50:02下载
- 积分:1
-
计算1970年1月1日8:00:00到目前的秒数,关键字:日历时间,格林时间...
计算1970年1月1日8:00:00到目前的秒数,关键字:日历时间,格林时间-Calculation of January 1, 1970 to the current number of seconds to 8:00:00, keyword: calendar time, Green Time
- 2023-01-30 13:30:03下载
- 积分:1
-
多进程同步读写 使用互斥量,事件量同步读写操作,数据记录存放在内存映射文件中,读写指针也存放在内存映射文件中.基于对话框的程序,使用listbox控件显示运行状...
多进程同步读写 使用互斥量,事件量同步读写操作,数据记录存放在内存映射文件中,读写指针也存放在内存映射文件中.基于对话框的程序,使用listbox控件显示运行状态,并及时清空listbox控件。进程之间共享数据。-?????掏 ????列
- 2022-02-21 16:46:01下载
- 积分:1
-
有时需要全屏幕显示窗口或视图文件,本程序基于VC++平台实现了全屏显示功能。...
有时需要全屏幕显示窗口或视图文件,本程序基于VC++平台实现了全屏显示功能。-Sometimes necessary display window or full-screen view of a document, the procedures based on VC++ Platform realize the full-screen display function.
- 2022-01-30 22:49:26下载
- 积分:1