资源列表
[控制台(字符窗口)编程] fdsa
说明:用c++实验银行家算法模拟程序,并输出安全序列-Experiments using c++ bankers algorithm simulation program, and outputs security sequence<会将> 在 2024-11-02 上传 | 大小: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-11-02 上传 | 大小: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-11-02 上传 | 大小:2048 | 下载:0
[控制台(字符窗口)编程] TaskDistribution
说明:算法设计与分析中的任务分配问题。 用回溯法解该问题时,用完全n叉树表示解空间。可行性条件select 剪去不满足行、列约束的子树。递归方法 backtrack(1)实现对整个解空间的回溯搜索;backtrack(i)搜索解空间中的第i层子树,sum记录当前已找到的可行方案 数。在算法backtrack中,当i>n时,算法搜索至叶子结点,当前已找到的可行方案数sum加1;当i<=n时,当前扩展结点 Z是解<> 在 2024-11-02 上传 | 大小:2048 | 下载:0
[控制台(字符窗口)编程] jiaobingbu
说明:集合的运算:交、并、补(难度系数:1.1) 全集:大写字母 ‘A’~’Z’ 要求实现以下功能: 1、集合的输入:自动去掉重复和非法的字符 2、集合的显示:输出集合的全部元素 3、输出一个给定集合的补集 4、输出两个给定集合的交集和并集 -jiao bing bu<个没人> 在 2024-11-02 上传 | 大小:2048 | 下载:0
[控制台(字符窗口)编程] imgCode
说明:This code is for Image detection in C-This code is for Image detection in C++<Ajay> 在 2024-11-02 上传 | 大小:2048 | 下载:0
[控制台(字符窗口)编程] Console1
说明:project files for tri-diagonal matrix<lsdfx> 在 2024-11-02 上传 | 大小: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-11-02 上传 | 大小: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-11-02 上传 | 大小:2048 | 下载:0
[控制台(字符窗口)编程] FFT
说明:其中的函数FFT用于计算一组数据的快速傅里叶变换,输入参数为一个数组,元素个数为2的n次方。程序包含FFT排序算法和蝶形运算。-Function which Fast Fourier Transform FFT calculation for a set of data, the input parameters for an array of n number of elements in a power of 2. Program<zhongyang> 在 2024-11-02 上传 | 大小:2048 | 下载:0
[控制台(字符窗口)编程] dd
说明:使用OpenGL 在控制台下模拟 太阳月亮地球 的运动轨迹-Use OpenGL trajectories simulated Earth s sun and moon in the console<muaxi8> 在 2024-11-02 上传 | 大小:2048 | 下载:0