-
一个如何作内存映射的程序,同过一个范例说明内存映射函数的使用...
一个如何作内存映射的程序,同过一个范例说明内存映射函数的使用-A demo program about MMF
- 2022-06-19 03:50:06下载
- 积分: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
-
自动产生变化的序列号
自动产生变化的序列号-automatically produce changes in the sequence of
- 2023-08-20 07:45:03下载
- 积分:1
-
可以显示农历的日历程序
可以显示农历的日历程序- May demonstrate the lunar calendar the calendar program
- 2022-03-18 22:40:58下载
- 积分:1
-
在我的系统设置软件“系统飞狐”中,应用到一个获取系统信息的源代码 ,在VC++中经过巧妙转换应用到我的软件中,取得了良好的效果,也许很多人都见过这个简单的获取系...
在我的系统设置软件“系统飞狐”中,应用到一个获取系统信息的源代码 ,在VC++中经过巧妙转换应用到我的软件中,取得了良好的效果,也许很多人都见过这个简单的获取系统信息的类sysinfo,在系统飞狐中充分扩展了它的功能 。该类首先需要编译一个DLL文件然后再调用它根据需要生成我们自己的应用程序。-in my system setup software "flying fox system," the application access to an information system"s source code, the VC cleverly conversion applications to the software and achieved good results, perhaps many people have seen this simple access to the type of information system sysinfo, in the system were flying fox fully expanded its functions. Such first need to build a DLL file and then call it necessary to the formation of our own applications.
- 2022-04-23 16:17:06下载
- 积分:1
-
这个程序的作用是监测信息的过程中,如果目标…
这个程序的作用就是监视进程信息,如果发现目标进程则立即把它干掉,从而达到禁止程序运行的目的-The role of this procedure is to monitor the process of information, if the target process immediately kill it, so as to achieve the purpose of the prohibition of the procedure to run
- 2022-02-15 11:26:42下载
- 积分:1
-
This paper briefly discusses the use of DirectX Input received mouse input appro...
本文简单阐述了使用DirectX Input获得鼠标输入的办法。简单介绍DirectX Input使用的函数。-This paper briefly discusses the use of DirectX Input received mouse input approach. A brief introduction to the use of DirectX Input function.
- 2022-08-18 04:09:15下载
- 积分:1
-
windows debug trace example
windows debug trace example
- 2022-05-29 04:23:28下载
- 积分:1
-
LibGC is a thread
Portable thread-based garbage collection library, for C-LibGC is a thread-based garbage-collection library with the following features:
thread-based garbage collection.
precise collection.
uses the mark & sweep algorithm.
portable uses no low-level O/S-specific features.
no dependencies headers only.
weak pointers.
garbage-collected strong and weak arrays.
customizable garbage collection with user-defined finalize and mark callbacks.
wrapper class for non-garbage-collected classes.
- 2022-12-23 06:05:03下载
- 积分:1
-
Process to monitor the original program, it is also useful, specific look at the...
进程监控的原程序,值得参考,具体看原码.-Process to monitor the original program, it is also useful, specific look at the original code.
- 2022-12-17 11:00:02下载
- 积分:1