资源列表
Tasks
- 问题描述:n个任务分配给n个人,任务j分配给人i的成本是C[i,j],希望完成所有任务的成本最低,算法如何设计? ★编程任务:给定任务表示如下表,编程计算所需完成任务最低的成本。 ★数据输入:输入数据由文件名为input.txt的文本文件提供。文件的第1行为任务总数(人数)n;在接下来的n行中,每行有n个自然数,表示成本。 ★结果输出: 程序运行结束时,将计算结果输出到文件output.txt中。 -Problem Descr iption: n tasks assigned t
APA
- 语音回声消除的APA算法,空间传递函数自己模拟-echo cancellation APA algorithm
51
- 单片机C语言程序设计实训100例 基于8051+Proteus仿真-Microcontroller C Programming Language Training 100 cases based on 8051+ Proteus simulation
rundll32
- 快速锁定计算机的快捷方式,点击就能立即锁定计算机-Quick shortcut to lock your computer, you can immediately click Lock Computer (useless features, huh playing in)
dls
- 最小二乘椭圆检测,但是要求特征矩阵的特征值为正的椭圆才能检测到。-The least-squares ellipse detection
matrixChain
- 矩阵连乘问题,求解最优计算次序的最优解,并输出最终结果。-Matrixcontinuallymultiply problem, solve the optimal order of computing the optimal solution, and outputs the final result.
LightCompensate
- 光照补偿,,将输入的rgb图像做线性补偿,,后期检测明显。效果好-lightcompensate,it s good for detection after using this method
pauli_cov
- 极化Pauline分解 MATLAB 代码 希望有用-pauli decomposition MATLAB code
testYourComputer
- 通过计算一批整数的阶乘来测试电脑的运行速度。-Test running speed of a computer by calculating a power of some int numbers. And the program is writen with QT.
PLFhybridmethod
- 大气湍流中,关于亚谐波的产生方法有三种,此程序为用LANE的方法产生-Atmospheric turbulence, with regard to sub-harmonic generation in three ways, the program is produced by a method LANE
pid
- 一个用masm32编写的显示windows系统中所有活动的进程名的源程序.-The masm32 source code which display all active process name in windows system is prepared.
kiushi2
- 编写C++程序完成以下功能: (1) 输入一个文本文件名 (2) 使用ofstream 向一个二进制文件中输出各种类型的数据,并打开文件观察结果: 整数、无符号整型、长整型、浮点型、字符串、…… -The preparation of C++ Process is complete the following functions: (1) enter a text file name (2) ofstream to a binary file in the ou