-
某心理咨询公司有三个顾员,其编号为1~3,他们上班时间为每天的8~17点,请打出某天他们接待咨询的时间。...
某心理咨询公司有三个顾员,其编号为1~3,他们上班时间为每天的8~17点,请打出某天他们接待咨询的时间。-a psychological consulting company three LAB, the No. 1 ~ 3, They go to work every day for the 8 ~ 17:00, making Somewhere they receive counseling time.
- 2022-02-05 03:45:00下载
- 积分:1
-
数据结构学习中常用的程序.用c语言编写.vc++6.0运行通过...
数据结构学习中常用的程序.用c语言编写.vc++6.0运行通过-data structure commonly used to study the procedures. C language used. Vc++6.0 running through
- 2022-01-25 17:31:30下载
- 积分:1
-
银行定储模拟程序
银行定储模拟程序-Reserve Bank is scheduled simulation program
- 2022-03-19 22:05:44下载
- 积分:1
-
Gauss iteration method for solving linear equations of the source code!
高斯迭代法求解线性方程组的源代码! -Gauss iteration method for solving linear equations of the source code!
- 2022-03-09 20:56:55下载
- 积分:1
-
车辆管理
车辆管理-vehicle management
- 2022-02-22 09:17:58下载
- 积分:1
-
文件包含的内容: 常见的algorithm,使用vc6开发的 包括排序算法...
文件包含的内容: 常见的algorithm,使用vc6开发的 包括排序算法-document contains elements : common algorithm used in the development vc6 Sorting Algorithm
- 2022-11-06 22:20:03下载
- 积分:1
-
mallet_wavelet.m this function for research Mallet filter algorithm design and f...
mallet_wavelet.m
此函数用于研究Mallet算法及滤波器设计
此函数仅用于消噪-mallet_wavelet.m this function for research Mallet filter algorithm design and function only for denoising
- 2022-03-17 19:19:20下载
- 积分:1
-
C#编写的OleDb数据库连接通用类库。
C#编写的OleDb数据库连接通用类库。-C# OleDb prepared by the General Class Database Connection.
- 2023-08-19 18:25:03下载
- 积分:1
-
本程序是以图形化,慢动作显示经典棋盘覆盖算法问题。
本程序是以图形化,慢动作显示经典棋盘覆盖算法问题。-This procedure is based on graphical, slow-motion show the classic board covering algorithm problem.
- 2022-02-05 19:24:52下载
- 积分:1
-
堆排序:思想: 用二叉树的结构来表示数组,及用数组来表示二叉树的结构,比如i为父节点其孩子为,2i,和2i+1.其中,大顶堆中 父节点大于其两个孩子
算法平...
堆排序:思想: 用二叉树的结构来表示数组,及用数组来表示二叉树的结构,比如i为父节点其孩子为,2i,和2i+1.其中,大顶堆中 父节点大于其两个孩子
算法平均时间复杂度: O(nlogn)
-HEAPSORT: thinking: using binary tree structure to express the array, and used to express an array of binary tree structure, such as i the parent node for its children, 2i, and 2i+ 1. Among them, the big top of a pile of the parent node greater than two children on average time complexity of algorithm: O (nlogn)
- 2022-07-11 06:36:53下载
- 积分:1