-
C++下的一些通用模板库, 可跨平台使用
C++下的一些通用模板库, 可跨平台使用-some template libraries in c++,and it can be used to other platforms.
- 2022-01-29 02:23:42下载
- 积分:1
-
请求段式存储管理方式,是一个可以运行并实现管理功能的小程序...
请求段式存储管理方式,是一个可以运行并实现管理功能的小程序-NOTE:
Request segment memory management method,This is a small program executing and implementing management function
- 2022-04-01 18:24:14下载
- 积分:1
-
Draws the ball which using CONSOLA.LIB under the CONSOLE pattern bounces (Visual...
用什么来拉球控制台库在控制台模式下弹跳(Visual C++ 6)
- 2022-03-20 10:40:40下载
- 积分:1
-
吉林大学车辆工程考研资料,欢迎大家下载。欢迎大家提出意见。...
吉林大学车辆工程考研资料,欢迎大家下载。欢迎大家提出意见。-Jilin University vehicle engineering study section of the information, welcome you to download. Welcome to submit their views.
- 2023-05-26 20:35:04下载
- 积分:1
-
An open source program to create your own Portable Application.
An open source program to create your own Portable Application.
- 2022-01-22 15:16:29下载
- 积分:1
-
此函数计算Kullback-Leibler散度距离为高斯。
This function calculates the Kullback Leibler divergence distance for Gaussians.
- 2022-02-15 09:15:21下载
- 积分:1
-
array.h: 安全数组 linkedlist.h: 普通表 dclinkedlist: 双向循环链表 hashtable.h: 哈希表 binstree.h...
array.h: 安全数组 linkedlist.h: 普通表 dclinkedlist: 双向循环链表 hashtable.h: 哈希表 binstree.h: 二叉搜索树 avltree.h: AVL 树 如果要存储集合(元素不可重复)并快速查找,最佳的是 binstree.h(二叉搜索树)。 如果要存储二维或更高维的表格,最佳的是 hashtable.h(哈系表)。AVL 树的插入成本非常高(删除函数也没有实现),但 AVL 的搜索效率极高,所以适用于在程序开始前初始化程-NOTE:
array.h :secure array,linkedlist.h:common table,
dclinkedlist:dual cycle linkedlist,
hashtable.h:hash table
binstree.h:binary search tree,
avltree.h: AVL tree,
if you want to store set(elements no repeating) and to lookup it swiftly,best is binstree.h(binary search tree).if you want to store two dimensions s or more dimensions s table,best hashtable.h(hash table).the cost of AVL tree s insertion is very high(delete function is not completed),but effiency of AVL tree s search is very high,so it is the same with initialize programme before beginning programme.
- 2022-08-16 05:08:19下载
- 积分:1
-
OpenGL的一个简单列子,实现图形的绘制功能
OpenGL的一个简单列子,实现图形的绘制功能-OpenGL Liezi a simple, graphical implementation of the mapping function
- 2022-03-21 06:06:56下载
- 积分:1
-
FTP多线程断点续传下载文件,封装成DLL,并且用链表方式进行多任务管理...
FTP多线程断点续传下载文件,封装成DLL,并且用链表方式进行多任务管理-it user FTP and mutithread to download files
- 2022-04-07 00:53:02下载
- 积分:1
-
取图片上某点的颜色值,支持ARGB4444,ARGB1555和ARGB
取图片上某点的颜色值,支持ARGB4444,ARGB1555和ARGB-Take pictures, the color value of a point to support ARGB4444, ARGB1555 and ARGB
- 2022-12-12 12:40:03下载
- 积分:1