资源列表

« 1 2 ... .90 .91 .92 .93 .94 15195.96 .97 .98 .99 .00 ... 28522 »

[人工智能/神经网络/遗传算法Simulated-annealing-pseudocode

说明:模拟退火算法的伪代码 可在各大编程软件上编程并调试运行-Simulated annealing algorithm pseudo-code program in the major programming and debugging software running on
<林晓> 在 2025-08-25 上传 | 大小:3kb | 下载:0

[数据结构常用算法Sudoku-dengqiong

说明:数独~~1、嵌套循环(最简单的行代码就解出来一个解) 2、深度优先搜索(将数独作为树节点,建立深度优先搜索树,也是只解一个解) 还有关于这个的设计~~~ -Sudoku- ~ 1, nested loops (the most simple lines of code out a solution on the solution) 2, depth-first search (to Sudoku as a tree node, to establish the depth-fi
<Dairy Queen> 在 2025-08-25 上传 | 大小:3.35mb | 下载:0

[数据结构常用算法pai-xu

说明:利用随机函数产生N个随机整数(20000以上),对这些数进行多种方法进行排序。-Generated using random function of N random integers (20000), the number of these sort a variety of methods.
<武朝阳> 在 2025-08-25 上传 | 大小:31kb | 下载:0

[数据结构常用算法1

说明:1.定义线性表的链式存储结构 2.在线性表的链式存储结构上,编写函数实现链表的初始化,插入、删除,输出、销毁等算法。 -1. Define the linear form of the chain store structure 2. Online sex store chain structure of the table, write a function to achieve the initialization list, insert, delete, export, dest
<武朝阳> 在 2025-08-25 上传 | 大小:1kb | 下载:0

[数据结构常用算法yy2

说明:1.定义顺序栈的数据结构 2.编写函数实现的栈的初始化、入栈、出栈、判断栈是否为空的算法,并应用与表达式的括号匹配检测。 3.定义队列的链式数据结构 4.编写函数实现链队列的入队列、出队列算法 -1. Stack data structure defines the order of 2. Write a function to achieve the stack initialization, stack, stack, to determine the stack is em
<武朝阳> 在 2025-08-25 上传 | 大小:180kb | 下载:0

[数据结构常用算法yy3

说明:1.定义串的顺序存储结构。 2.编写函数实现串的初始化、分配、取子串算法 3.编写函数据实现串的模式匹配 -1. Defined string stored in the order structure. 2. To achieve the initialization string write function, distribution, taking substring algorithm 3. Write function according to string patter
<武朝阳> 在 2025-08-25 上传 | 大小:182kb | 下载:0

[数据结构常用算法yy4

说明:1.定义二叉树的链式数据结构。 2.编写函数,创建下图所示的二叉树。 3.编写函数输出二叉树的先序、中序、后序遍历。 -1. Binary tree data structure defined chain. 2. Write a function to create the binary tree shown below. 3. Write a function of the first binary output sequence, in order, the order
<武朝阳> 在 2025-08-25 上传 | 大小:173kb | 下载:0

[数据结构常用算法7

说明:编写C++程序完成以下功能: (1) 实现简单电话本功能,用姓名来搜索电话号码; (2) 用户输入姓名,程序查找并输出结果; (3) 用户可以通过输入,添加姓名和电话号码; (4) 用户可以删除姓名和电话号码; (5) 电话本可以保存在指定文件中; (6) 电话可被从指定文件中读入到内存。 -Write C++ program performs the following functions: (1) simple phone book function, with
<yaoy92> 在 2025-08-25 上传 | 大小:2kb | 下载:0

[数据结构常用算法yy5

说明:1.定义图的数据结构。 2.编写函数,用邻接表实现图的存储结构,求图的顶点的度数。 3.编写函数,输出图的遍历序列。 -1. Define the graph data structure. 2. Write functions to achieve with the adjacency list graph storage structure, find the vertex degree. 3. Write function, the output graph traversal
<武朝阳> 在 2025-08-25 上传 | 大小:173kb | 下载:0

[数据结构常用算法yy6

说明:1.定义哈希表数据结构。 2.除留余数法做为哈希函数、 H(key) = key P 用线性探测再散列解决冲突方法,编写函数,实现哈希造表的过程,并输出哈希表。 3.编写函数,求查找成功时的平均查找长度(ASL)。 -1. Define the hash table data structure. 2. In addition to leaving the remainder as the hash function method, H (key) = key P re-h
<武朝阳> 在 2025-08-25 上传 | 大小:154kb | 下载:0

[数值算法/人工智能Montgomery-apply

说明: Montgomery算法被认为是计算大数模乘的最快的算法。本文详细叙述了它的理论基础和算法原理,加以改进并应用在RSA 模幂运算中。-Montgomery algorithm is considered the model of large numbers by calculating the fastest algorithm. This paper describes its theoretical basis and algorithm theory, be improved and
<yaoy92> 在 2025-08-25 上传 | 大小:172kb | 下载:0

[matlab例程sq

说明:电磁数据频谱分析程序,可以在matlab下运行,可以对实数序列操作-Electromagnetic spectrum data analysis program that can run in matlab, you can operate on the sequence of real numbers
<liuhw> 在 2025-08-25 上传 | 大小:2kb | 下载:0
« 1 2 ... .90 .91 .92 .93 .94 15195.96 .97 .98 .99 .00 ... 28522 »

源码中国 www.ymcn.org