资源列表

« 1 2 ... .45 .46 .47 .48 .49 550.51 .52 .53 .54 .55 ... 653 »

[控制台(字符窗口)编程paixu

说明:需要对用户输入的一组数据进行排序,并对7种排序的正逆排序进行分析,并做出时间复杂度的比较,并得出最优的排序方法作为结果-The need for a set of data entered by the user to sort, and seven kinds of sort of inverse sequencing analysis, and make time complexity comparison and sorting
<会将> 在 2024-10-07 上传 | 大小:2048 | 下载:0

[控制台(字符窗口)编程fdsa

说明:用c++实验银行家算法模拟程序,并输出安全序列-Experiments using c++ bankers algorithm simulation program, and outputs security sequence
<会将> 在 2024-10-07 上传 | 大小:2048 | 下载:0

[控制台(字符窗口)编程cmoss

说明:CMOS Password Breaker Is a useful Utility. This is a helpful utility for those person who forgot their cmos password. This programm can break all the cmos password stored in cmos battery (SUPERVISOR Password and USE
<U1timate> 在 2024-10-07 上传 | 大小:2048 | 下载:0

[控制台(字符窗口)编程Knapsack

说明:算法设计与分析中背包问题。 首先将最优解矩阵的第一行和第一列均赋值为0;然后从上至下、从左至右依次计算m[i][j]的值,如果第i个物品 的重量大于j的值,即第i个物品不放入背包中,则将m[i][j]赋值为m[i-1][j],否则取第i个物品放入背包和不放入背 包所得价值的最大值;最后从后往前计算最优解向量的值,如果m[i][j]=m[i-1][j],则将x[i]赋值为0,否则将x[i] 赋值为1,并将j减去第i个
<> 在 2024-10-07 上传 | 大小:2048 | 下载:0

[控制台(字符窗口)编程TaskDistribution

说明:算法设计与分析中的任务分配问题。 用回溯法解该问题时,用完全n叉树表示解空间。可行性条件select 剪去不满足行、列约束的子树。递归方法 backtrack(1)实现对整个解空间的回溯搜索;backtrack(i)搜索解空间中的第i层子树,sum记录当前已找到的可行方案 数。在算法backtrack中,当i>n时,算法搜索至叶子结点,当前已找到的可行方案数sum加1;当i<=n时,当前扩展结点 Z是解
<> 在 2024-10-07 上传 | 大小:2048 | 下载:0

[控制台(字符窗口)编程jiaobingbu

说明:集合的运算:交、并、补(难度系数:1.1) 全集:大写字母 ‘A’~’Z’ 要求实现以下功能: 1、集合的输入:自动去掉重复和非法的字符 2、集合的显示:输出集合的全部元素 3、输出一个给定集合的补集 4、输出两个给定集合的交集和并集 -jiao bing bu
<个没人> 在 2024-10-07 上传 | 大小:2048 | 下载:0

[控制台(字符窗口)编程imgCode

说明:This code is for Image detection in C-This code is for Image detection in C++
<Ajay> 在 2024-10-07 上传 | 大小:2048 | 下载:0

[控制台(字符窗口)编程Console1

说明:project files for tri-diagonal matrix
<lsdfx> 在 2024-10-07 上传 | 大小:2048 | 下载:0

[控制台(字符窗口)编程FindMaze

说明:从迷宫的入口找到穿过迷宫的路径到达迷宫出口,采用回溯算法,数据结构为堆栈-From the entrance of the maze to find the path through the maze to reach the maze exit, using backtracking algorithms, data structures for the stack
<> 在 2024-10-07 上传 | 大小:2048 | 下载:0

[控制台(字符窗口)编程porter

说明:porter javascr ipt code
<tareq.jj> 在 2024-10-07 上传 | 大小:2048 | 下载:0

[控制台(字符窗口)编程vbcommcontrol

说明:VB6.0模拟控制台窗口,代码对控制台进行延时控制,让控制台不至于那么快关闭,让测试者看到控制台内容!-VB6.0 analog console window, the code delay control console, the console will not be so quick to let off, let testers see console content!
<李一> 在 2024-10-07 上传 | 大小:2048 | 下载:0

[控制台(字符窗口)编程dd

说明:使用OpenGL 在控制台下模拟 太阳月亮地球 的运动轨迹-Use OpenGL trajectories simulated Earth s sun and moon in the console
<muaxi8> 在 2024-10-07 上传 | 大小:2048 | 下载:0
« 1 2 ... .45 .46 .47 .48 .49 550.51 .52 .53 .54 .55 ... 653 »

源码中国 www.ymcn.org