-
我玩的一个游戏嘛
我玩的一个游戏嘛-I play a game!
- 2022-10-27 12:00:04下载
- 积分:1
-
简单代码的随机文件生成器
应用背景这是基于随机技术和C++编程。它被设计与视觉工作室2015。视觉工作室2015是很好的开发环境。关键技术随机化是非常简单的。用户可以使用此代码生成一些缓冲区和文件。它也可用于加密。
- 2022-02-01 00:56:38下载
- 积分:1
-
CPictureEx类(GIF (including animated GIF87a and GIF89a), JPEG, BMP, WMF, ICO, CUR)
GIF (including animated GIF87a and GIF89a), JPEG, BMP, WMF, ICO, CUR
- 2023-05-05 21:10:03下载
- 积分: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
-
using C++ Language to accomplish a link
using C++ Language to accomplish a link-list to solve the problem of Josephus.
- 2022-07-23 16:34:34下载
- 积分:1
-
圆心在原点,半径为R的第一个4分圆的Bresenham画圆算法程序,将该算法程序推广到任一四分圆,从而形成一般的Bresenham画圆算法。并利用Bresenh...
圆心在原点,半径为R的第一个4分圆的Bresenham画圆算法程序,将该算法程序推广到任一四分圆,从而形成一般的Bresenham画圆算法。并利用Bresenham画圆算法画出一个圆心在点(xc,yc), 半径为R, 圆周颜色为color的圆-Center in the basics of radius R for the first four hours round the Bresenham algorithm Circle procedures, procedures for the promotion of this algorithm, arrived on January 4 pm yen, thus forming a general Circle Bresenham algorithm. Circle and the use of Bresenham algorithm to identify a point in the center of a circle (xc, yc), the radius R, Circle color color circle
- 2022-05-29 18:18:15下载
- 积分:1
-
remoting 入门,很经典的几个例子,是源代码的,不错哦
remoting 入门,很经典的几个例子,是源代码的,不错哦-remoting entry, it is a few examples of classic and is the source code, yes oh
- 2023-07-10 23:35:03下载
- 积分:1
-
在 VB6.0 中的联系人信息系统
嗨,我是拉姆,我开发并上传代码使用,希望跟信息系统的个人和官方使用。欢迎使用它。
- 2023-06-24 13:30:04下载
- 积分:1
-
处理Word文档与数据库的互联,很有用处的
处理Word文档与数据库的互联,很有用处的-handle Word documents and database connectivity, very useful
- 2022-01-25 21:23:10下载
- 积分:1
-
用于椭圆和直线的检测
用于直线和椭圆的检测,检测效果不错,查全率较高,为亚像素精度。
- 2023-07-08 12:45:03下载
- 积分:1