资源列表

« 1 2 ... .69 .70 .71 .72 .73 2774.75 .76 .77 .78 .79 ... 3005 »

[汇编语言yuesehuanwenti

说明:约瑟夫环问题。本程序要求设编号为1-n的n(n>0)个人按顺时针方向围成一圈.首先第1个人从1开始顺时针报数.报m的人(m 为正整数).令其出列。然后再从他的下一个人开始,重新从1顺时针报数,报m的人,再令其出列。如此下去,直到圈中所有人出列为止。-Josephus problem. The procedural requirements set numbered 1-n of n (n> 0) Personal clock
<juwairen> 在 2024-10-09 上传 | 大小:1024 | 下载:0

[汇编语言hash

说明:散列表。它通过把关键码值映射到表中一个位置来访问记录,以加快查找的速度。这个映射函数叫做散列函数,存放记录的数组叫做散列表。在理想情况下,查找、插入、删除操作的时间均为O(1),是一种高效的动态集合结构。-Hash table. It to access records by key value mapped to a table in a position to accelerate the lookup speed. This ma
<juwairen> 在 2024-10-09 上传 | 大小:1024 | 下载:0

[汇编语言paixu

说明:排序。当有 n 件任务同时来临时,每件任务需要用时ni,求让所有任务等待的时间和最小的任务处理顺序。-Sort. When there are n pieces tasks simultaneously comes when each task needs ni, seeking to make all the tasks waiting time and minimum of tasking order.
<juwairen> 在 2024-10-09 上传 | 大小:1024 | 下载:0

[汇编语言zuiduanlujin

说明:最短路径。最短路径问题是图论研究中的一个经典算法问题, 旨在寻找图(由结点和边组成的)中两结点之间的最短路径。-The shortest path. The shortest path problem in graph theory is a classical algorithm issue, aimed at finding the shortest path diagram Two nodes (the nodes and edg
<juwairen> 在 2024-10-09 上传 | 大小:2048 | 下载:0

[汇编语言Web-Spider

说明:图的遍历。若用有向网表示网页的链接网络,其中顶点表示某个网页,有向弧表示网页之间的链接关系。试设计一个网络蜘蛛系统,分别以广度优先和深度优先的策略抓取网页。-Graph traversal. If the web page to the network by indicating links network where vertices represent a page, there are links to the arcs repr
<juwairen> 在 2024-10-09 上传 | 大小:2048 | 下载:0

[汇编语言priority-queue

说明:优先级队列(priority queue)就是遵循两个排序规则的集合。首先,具有高优先级的项目在先。第二,具有相同优先级的项目使用先进先出方法来确定其排序。-Priority queue (priority queue) is to follow two collations set. First, a high-priority item first. Second, with the same priority projects u
<juwairen> 在 2024-10-09 上传 | 大小:1024 | 下载:0

[汇编语言sizeyunsuan

说明:四则运算表达式求值,将四则运算表达式用中缀表达式,然后转换为后缀表达式,并计算结果。-Four arithmetic expression uation, the four arithmetic expressions used in infix expression, and then converted to a postfix expression, and calculate the results.
<juwairen> 在 2024-10-09 上传 | 大小:3072 | 下载:0

[汇编语言76

说明:FPGA的76个实用例程源码,适用于新手的快速入门-FPGA' s 76 practical routines source for novice Getting Started
<zhu> 在 2024-10-09 上传 | 大小:1059840 | 下载:0

[汇编语言pianzuixiao

说明:非常好的偏最小二乘分析的程序,包含了典型相关分析、主成分分析和多元线性回归。可以根据具体的需要更改代码变成非线性回归,建立多个自变量和多个因变量之间的关系应用很广。包含计算程序和画图表示结果的程序两个m文件-Very good partial least squares analysis of programs, including the canonical correlation analysis, principal compon
<张雨萌> 在 2024-10-09 上传 | 大小:1024 | 下载:0

[汇编语言Cpp1

说明:编写背包问题的动态规划求解代码。 背包问题 ,背包容量为W,物品个数为n,随机产生n个物品的体积(物品的体积不可大于W)与价值,求解该实例的最优解。 -Write knapsack problem dynamic Solver code. Knapsack problem, knapsack capacity of W, the number of items is n, randomly generated vol
<圣经> 在 2024-10-09 上传 | 大小:1024 | 下载:0

[汇编语言ToDoList1

说明:一款VC写的日程安排软件,容量较小,大多数行程安排的需求可以满足。-Write a VC scheduling software
<qbs1111> 在 2024-10-09 上传 | 大小:843776 | 下载:0

[汇编语言SDKDemo

说明:一个用Java+C实现串口连接的程序示例-An example of a program of serial port connection using Java+C
<> 在 2024-10-09 上传 | 大小:4186112 | 下载:0
« 1 2 ... .69 .70 .71 .72 .73 2774.75 .76 .77 .78 .79 ... 3005 »

源码中国 www.ymcn.org