-
matlab 三种聚类算法合集(机器学习)
机器学习的基础在于分类与聚类,此处分享三种聚类算法,matlab平台
- 2023-02-25 06:15:03下载
- 积分:1
-
上传几个数据结构源代码,比较简单。用标准c++写的。
上传几个数据结构源代码,比较简单。用标准c++写的。-upload a few data source code structure, relatively simple. Standard c writes.
- 2022-01-30 14:19:15下载
- 积分:1
-
数据库开发的Visual Basic.NET示例,其中包含了一些典型案例。
Visual Basic.NET数据库开发实例,里面包含一些典型的案例和源码-Visual Basic.NET example of database development, which contains some typical cases and the source
- 2022-02-26 06:13:49下载
- 积分:1
-
数据结构的演示,其中包括了大多数常用数据结构的算法图示和程序...
数据结构的演示,其中包括了大多数常用数据结构的算法图示和程序
- 2022-03-23 12:53:30下载
- 积分:1
-
最好用的数据库管理助手,帮助大家方便管理和使用数据库
最好用的数据库管理助手,帮助大家方便管理和使用数据库-The best use of database management assistant to help facilitate the management and use of U.S. data
- 2022-02-11 20:03:18下载
- 积分:1
-
Including the string reversal, list reversal, to determine the existence of two...
包括字符串反转, 链表反转, 判断两个数组中是否存在相同的数字, 判断链表是否存在环, 找出单向链表的中间结点, 如何判断一棵二叉树是否是平衡二叉树, strstr()的简单实现,-Including the string reversal, list reversal, to determine the existence of two different array of figures to determine the existence of ring list, find the middle of a one-way linked list nodes, how to determine whether it is a balanced binary tree Binary Tree, strstr () to achieve a simple,
- 2022-04-24 01:21:16下载
- 积分:1
-
八 方块移动游戏要求从一个含8个数字(用1
八 方块移动游戏要求从一个含8个数字(用1-8表示)的方块以及一个空格方块(用0表示)的3x3矩阵的起始状态开始,不断移动该空格方块以使其和相邻的方 块互换,直至达到所定义的目标状态。空格方块在中间位置时有上、下、左、右4个方向可移动,在四个角落上有2个方向可移动,在其他位置上有3个方向可移 动。例如,假设一个3x3矩阵的初始状态为:
8 0 3
2 1 4
7 6 5
目标状态为:
1 2 3
8 0 4
7 6 5-Eight-box requirements of mobile games from one containing eight numbers (1-8 with express) the box, as well as a space box (with 0) of the 3x3 matrix of the initial start, and constantly move the box to make space its adjacent box and swap until they reach their defined target state. Spaces in the middle position box has the upper and lower, left and right direction of four removable, in the four corners there are two directions can be mobile, in other locations has three movable direction. For example, suppose a 3x3 matrix of the initial state as follows: 803,214,765 target state as follows: 123,804,765
- 2022-03-22 21:44:29下载
- 积分:1
-
python 文本压缩编码
描述 (英文): (提示: 至少 100 个字符。请尽你所能描述您的项目的详细信息。更好的内容将为您获得更多的分数)描述 (英文): (提示: 至少 100 个字符。请尽你所能描述您的项目的详细信息。更好的内容将为您获得更多的分数)描述 (英文): (提示: 至少 100 个字符。请尽你所能描述您的项目的详细信息。更好的内容将为您获得更多的分数)描述 (英文): (提示: 至少 100 个字符。请尽你所能描述您的项目的详细信息。更好的内容将为您获得更多的分数)
- 2022-12-21 15:25:04下载
- 积分:1
-
图的建立与多种遍利方法
图的建立与多种遍利方法-map and the establishment of a variety of methods !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! good times
- 2022-01-28 13:17:26下载
- 积分:1
-
connection/object pool. A program may require a IMAP connection po ol and LDAP c...
Many applications use connection/object pool. A program may require a IMAP connection pool and LDAP connection pool. One could easily implement a IMAP connection pool, then take the existing code and implement a LDAP connection pool. The program grows, and now there is a need for a pool of threads. So just take the IMAP connection pool and convert that to a pool of threads (Copy, paste, find, replace????). Need to make some changes to the pool implementation? Not a very easy task, since the code has been duplicated in many places. Re-inventing source code is not an intelligent approach in an object oriented environment which encourages re-usability. It seems to make more sense to implement a pool that can contain any arbitrary type rather than duplicating code. How does one do that? The answer is to use type parameterization, more commonly referred to as templates.-connection/object pool. A program may require a IMAP connection po ol and LDAP connection pool. One could easily im plemen
- 2023-05-15 08:25:03下载
- 积分:1