-
EXE+BPL+DLL+Interface项目解决方案演示 先打开ExeBplDll.bpg工程编译安装DataCentre.dpk,然后再编译所有的工程 输出
EXE+BPL+DLL+Interface项目解决方案演示 先打开ExeBplDll.bpg工程编译安装DataCentre.dpk,然后再编译所有的工程 输出放在Release目录下-EXE DLL Interface BPL solution demonstration project to open ExeBplDll.bpg works DataCentre.dpk compiler installation, and then compile all the works on the output directory Release
- 2023-04-29 23:50:02下载
- 积分:1
-
vb开发的取得cpu序列号的com组件,好用
vb开发的取得cpu序列号的com组件,好用-vb development cpu serial number to obtain the com components, easy to use
- 2022-07-07 17:06:39下载
- 积分:1
-
数据库底层函数库接口,采用ANSI
数据库底层函数库接口,采用ANSI-C实现,不支持并发,采用gnu版权发布-underlying database library interface, using ANSI-C achieved, do not support concurrent use gnu copyright release
- 2022-03-01 03:11:56下载
- 积分:1
-
四叉树的使用代码示例~
四叉树的使用代码示例~ -Quadtree example of the use of the code used to four-tree sample code ~
- 2022-07-05 09:15:05下载
- 积分: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
-
简单快捷的批量重命名软件,支持撤销。内含资源管理器目录树控件的全部源码,不含第三方控件,绿色软件。
简单快捷的批量重命名软件,支持撤销。内含资源管理器目录树控件的全部源码,不含第三方控件,绿色软件。-Simple and quick batch rename software to support the revocation. Intron Explorer directory tree control of all source code, excluding third-party control, green software.
- 2023-06-17 00:10:04下载
- 积分:1
-
禁止程序在开始运行时新建一个文挡
禁止程序在开始运行时新建一个文挡-prohibited procedures at the beginning of a new run-block
- 2022-08-13 21:13:41下载
- 积分:1
-
利用 Windows API 函数,通过画图过程改变系统菜单样式,设置自定义风格的菜单。...
利用 Windows API 函数,通过画图过程改变系统菜单样式,设置自定义风格的菜单。-use Windows API function, the process of change through painting style menu system, Settings defined style menu.
- 2022-05-20 22:48:47下载
- 积分:1
-
检查文件是否正在使用(EXE,DLL)的例子
检查文件是否正在使用(EXE,DLL)的例子-check whether documents are in use (EXE, DLL) examples
- 2023-03-22 20:10:03下载
- 积分:1
-
注册表浏览器,可以罗列出注册表的各项信息
注册表浏览器,可以罗列出注册表的各项信息-registry browser, you can set out the registry of information
- 2022-10-19 11:45:02下载
- 积分:1