-
java 编写的背包问题,按不同的方法(第二种)
java 编写的背包问题,按不同的方法(第二种)-prepared by the knapsack problem by different methods (second)
- 2022-04-24 09:32:36下载
- 积分:1
-
固定增量法的c++源程序,是经典的最优化算法程序
固定增量法的c++源程序,是经典的最优化算法程序-Fixed increment method of c++ source code, is a classical optimization algorithm procedure
- 2022-02-25 09:08:32下载
- 积分:1
-
关于vc和matlab接口的资料matlab大观园有不少文字介绍,大家可以方便地获得参考。为 加深大家的理解,我给大家提供一个简单的例子作为感性认识本文只介绍用...
关于vc和matlab接口的资料matlab大观园有不少文字介绍,大家可以方便地获得参考。为 加深大家的理解,我给大家提供一个简单的例子作为感性认识本文只介绍用引擎接口方式 ,这对于Simulink与vc接口尤为重要。-on vc Matlab and Matlab interface information herald many words, we can facilitate access to information. To enhance the understanding, I will give you a simple example perceptions as presented in this paper only way interface with the engine, which Simulink and vc interface is particularly important.
- 2022-02-02 14:40:52下载
- 积分:1
-
nrComm componentes
Delphi nrComm XE5的组件,包含gsm、串行端口和许多其他组件
- 2023-06-23 04:10:08下载
- 积分:1
-
进程管理器
进程资源管理器,可以显示正在运行的进程,线程和模块。其着找到基地,并开始地址。例如,使用
EnumProcessModulesEx和NtQueryInformationThread功能在C#。
void PrintModules (Int32 ProcID)
{
IntPtr hProcess = OpenProcess(ProcessAccessFlags.QueryInformation | ProcessAccessFlags.VMRead, false, ProcID);
if (hProcess != IntPtr.Zero)
&nbs
- 2022-01-22 17:14:27下载
- 积分:1
-
虚拟内存管理,用最先适配法,最优适配法,最差适配法
虚拟内存管理,用最先适配法,最优适配法,最差适配法-Virtual Memory management using First-fit, Best-fit and Worst-fit
- 2022-06-28 05:08:51下载
- 积分:1
-
windwos操作系统下缓冲区溢出演示源代码。。珍品。收藏
windwos操作系统下缓冲区溢出演示源代码。。珍品。收藏-Windows operating system source code buffer overflow demo. . Treasures. Favorites
- 2023-01-28 05:50:03下载
- 积分:1
-
ifidf算法的实现, ifidf算法的实现
ifidf算法的实现, ifidf算法的实现-ifidf algorithm, ifidf Algorithm
- 2023-05-01 07:50:03下载
- 积分:1
-
针对遥感影像的光谱信息进行分类,并评价分类精度。但需要人为调整数组的大小,来控制输入变量,将训练样本和检验样本存为.txt格式的文件,执行即可得到分类后属于各个...
针对遥感影像的光谱信息进行分类,并评价分类精度。但需要人为调整数组的大小,来控制输入变量,将训练样本和检验样本存为.txt格式的文件,执行即可得到分类后属于各个类别的概率,以及混淆矩阵。-Spectral imaging for remote sensing information classification, and to evaluate the classification accuracy. However, the need to artificially adjust the size of the array to control input variables, the training samples and the samples tested for the depositors. Txt files, the implementation can be sorted and the probability of belonging to each category, as well as the confusion matrix.
- 2023-01-30 01:55:03下载
- 积分:1
-
VC 操控 IE 的使用方式
VC 操控 IE 的使用方式-VC control the use IE
- 2022-11-24 05:40:03下载
- 积分:1