-
这是一个用C语言实现的通讯录问题,可以直接运行
这是一个用C语言实现的通讯录问题,可以直接运行-This is a language with C
- 2022-05-15 18:47:37下载
- 积分:1
-
好的程序大家分享
好的程序大家分享- Good procedure everybody shares
- 2022-01-31 15:38:35下载
- 积分:1
-
under the curve data source code
根据数据作出曲线源代码-under the curve data source code
- 2022-08-02 11:01:17下载
- 积分:1
-
步骤:。编译DLL:CL / LD f.cpp。查看出口:dumpbin /exports f.dll的…
steps: . compile dll: cl /LD f.cpp . view the exports: dumpbin /exports f.dll . compile exe: cl test.cpp . run: test
- 2022-03-24 08:35:04下载
- 积分:1
-
最优化中的实例,利用黄金分割法求出下单峰函数极小点
最优化中的实例,利用黄金分割法求出下单峰函数极小点-Optimization of the examples, the use of golden section method are obtained under the single-peak function minima
- 2023-02-28 03:20:03下载
- 积分:1
-
简单的局域网五子棋,可以开发人得大脑,不信你试试。
简单的局域网五子棋,可以开发人得大脑,不信你试试。-LAN Gobang easy, people can develop a brain, do not believe you try.
- 2023-06-06 19:00:03下载
- 积分:1
-
Harbin Industrial University ACM Online Collection of questions, and for your ab...
哈尔滨工业大学ACM 竞赛网上在线试题集锦,对你的编程能力的提高一定有很大帮助-Harbin Industrial University ACM Online Collection of questions, and for your ability to improve programming be of much help
- 2022-03-14 11:04:19下载
- 积分:1
-
super market
1) 在线
- 2023-01-31 10:45:03下载
- 积分:1
-
用于 C 语言的个人通信库
C 语言 (PCL) 个人通信库是一个异步通信库
设计经验丰富C.在编程的软件开发人员
四个编译器,这是支持: 微软优化 C、 Microsoft 快速 C、 Borland涡轮增压 C 和混合动力 C.
个人通信库较少。超过 6 K 字节
特点:
o 小、 紧凑型、 中型及大型内存模型。
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-04-24 12:26:37下载
- 积分:1
-
以深度为k的满二叉树(n=2k
以深度为k的满二叉树(n=2k-1)为例,假设表中每个记录的查找概率相等,即 pi=1/n(1≤i≤n),而树的第i层上有2i-1个结点,因此,折半查找的平均查找长度为:
所以,折半查找的平均时间复杂度为O(log2n)。
-To a depth of k over the binary tree (n = 2k-1) as an example, suppose the table to find the probability of each record the same, that is, pi = 1/n (1 ≤ i ≤ n), and the tree layer of the first i There are 2i-1 nodes, therefore, to find half the average length of search as follows: Therefore, to find half the average time complexity is O (log2n).
- 2023-08-09 03:30:03下载
- 积分:1