-
sales accounting system
销售业绩核算系统-sales accounting system
- 2023-05-09 03:50:03下载
- 积分:1
-
使用VC++平台开发的扫雷游戏,基本功能和windows自带的差不多
使用VC++平台开发的扫雷游戏,基本功能和windows自带的差不多-Use VC++ Platform development of mine-clearing game, the basic functions and windows built-in almost
- 2022-03-04 05:38:25下载
- 积分:1
-
vb 获取外网ip
"获取外网ip源码
Private Sub Command1_Click()
Dim h As Object
Dim i As Integer
Dim s As String
Set h = CreateObject("Microsoft.XMLHTTP")
GetInternetIP = False
g_strInternetServerIP = ""
h.Open "GET", "http://ip.3322.net", True "False
h.Send
If (h.ReadyState = 4) And (h.Status = 200) Then
&nb
- 2022-10-06 09:35:03下载
- 积分:1
-
通用二叉搜索树,包含的算法有:输出广度优先遍历、前序、中序、后序遍历结果,按树的形状打印树,统计总节点数,统计叶子节点数,统计右节点数,计算树的高度,删除所有叶...
通用二叉搜索树,包含的算法有:输出广度优先遍历、前序、中序、后序遍历结果,按树的形状打印树,统计总节点数,统计叶子节点数,统计右节点数,计算树的高度,删除所有叶子节点,插入节点,查找节点,删除节点,由前序遍历结果和中序遍历结果生成树,由后序遍历结果和中序遍历结果生成树,检查该树是否平衡和完全平衡。-generic binary search tree contains the algorithm are : output breadth- first traversal, the former sequence, sequence, after the preorder, the shape of the tree by tree print, the total number of nodes statistics, statistics leaf nodes, the nodes to the right statistics to calculate tree height, remove all leaf nodes, insert nodes, the nodes you delete nodes from the former preorder results and the results of Spanning Tree preorder, After the preorder from the results and the results preorder spanning tree, check whether the tree balanced and complete balance.
- 2022-06-28 10:58:58下载
- 积分:1
-
用c语言对魔方阵进行编写,在vc下成功运行,希望对大家有帮助...
用c语言对魔方阵进行编写,在vc下成功运行,希望对大家有帮助-right matrix for the preparation of the devil, under the vc successful operation, and I hope to be helpful
- 2022-05-04 23:01:40下载
- 积分:1
-
手机游戏 适用于入门级学者 简单易懂 推荐下载 有中文说明
手机游戏 适用于入门级学者 简单易懂 推荐下载 有中文说明-mobile games in the entry-level academics are simple to download a Chinese explanation
- 2023-03-30 14:35:04下载
- 积分:1
-
Liezi
有很多列子廷有用的 第1章 窗体、界面与控件 第2章 多媒体与图形 第3章 数据库技术 第4章 文件与系统 第5章 网络与Internet-Liezi-ting a lot of useful forms a chapter, and the control interface Chapter 2 multimedia and graphics database Chapter 3 Chapter 4 technical documents and Chapter 5 of system network and the Internet
- 2022-07-13 02:18:36下载
- 积分:1
-
one shooting small game, including games and source code, for the preparation of...
一款射击小游戏,包含游戏与源码,对编写大的设计游戏可能有帮助,谢谢参考研究-one shooting small game, including games and source code, for the preparation of the big game design might be helpful, thank reference research
- 2023-03-16 18:05:04下载
- 积分:1
-
彩色图像自动阀值分割论文,是我做项目时用到的最好的文档资料...
彩色图像自动阀值分割论文,是我做项目时用到的最好的文档资料
- 2023-05-17 19:55:02下载
- 积分:1
-
迷宫
随机产生用方块代替的地图,在里面设置入口和出口,并最终找出最短的路径...
迷宫
随机产生用方块代替的地图,在里面设置入口和出口,并最终找出最短的路径-Box instead of randomly generated maze with a map inside entrance and exit, and ultimately find the shortest path
- 2022-07-14 14:47:57下载
- 积分:1