-
此程序排名使用熵技术功能。
Entropy.cpp
这个程序排名功能使用熵技术,坎塔尔季奇临 48
输入 ︰ 平面文件、 制表符分隔,大小 m 样品 (行) x n 功能 (列)
输出 ︰ 功能排名
假设 ︰
-输入文件的第一行包含每一列的"标题"
-输入的文件只包含非数字数据
-熵的计算使用 Hammming 距离
-有缺失数据的行被忽略
-输出打印到文件 output.txt
如何运行它:
c + + Entropy.cpp
a.out < 测试 >
在哪里测试是一个批处理文件 (请参见目录中),
和出是输出文件。
- 2022-01-29 03:35:45下载
- 积分:1
-
窗口杀手 在使用win2000/xp的时候发现,老是出现n个输入法的窗口,不能关掉,又总在最上面,看着很不爽,就写了这个小程序来把他们关掉。 方法很简单,就是F...
窗口杀手 在使用win2000/xp的时候发现,老是出现n个输入法的窗口,不能关掉,又总在最上面,看着很不爽,就写了这个小程序来把他们关掉。 方法很简单,就是FindWindow()在PostMessage(WM_CLOSE,...),没有技术含量,仅仅图实用而已。-window Win2000/xp killer in the use of the time found that there always n input window, we can not switch off, the total at the top, watching very quickly wrote a small procedure to them to switch off. It is very simple, FindWindow () PostMessage (WM_CLOSE etc. no technical content, it only practical plan.
- 2023-03-02 12:10:03下载
- 积分:1
-
向u盘拷贝文件
调用windows的dl文件,获取u盘在pc上的盘符,然后向u盘中拷贝文件。
源方法如下。
判断指定驱动器的类型:GetDriveTypeA函数
该函数能依据根目录识别1个驱动器是软驱或光驱或硬盘等。声明:
Declare Function GetDriveType Lib "kernel32" Alias "GetDriveTypeA" (ByVal nDrive As String) As Long
参数nDrive:驱动器根目录路径的字符串,如"C : ".
函数返回值为1个常数,指定驱动器类型:DRIVE_ REMOVABLE=2,软驱; REMOVABLE是可移动的
如果驱动器不能识别,则返回0,如指定目录不 DRIVE_ FIXED=3,硬盘。
存在,则返回1。 DRIVE _REMOTE=4,网络驱动器;
DRIVE _CDROM=5,光驱;
DRIVE_ RAMDISK=6虚拟磁盘
调用如:
Private Const DRIVE_CDROM = 5
- 2023-02-14 04:40:03下载
- 积分:1
-
基于VC++ 6.0 MFC 的网络通信聊天程序设计源代码
基于VC++ 6.0 MFC 的网络通信聊天程序设计源代码-Based on VC 6.0 MFC chat network communication programming source code
- 2022-01-26 05:17:42下载
- 积分:1
-
ini文件的读写方法
ini文件的读写方法-ini file read and write methods
- 2022-02-02 20:32:38下载
- 积分:1
-
打开一个给定视频,有一个进度条能够控制视频的播放进度,进度条的单位为帧数。
打开一个视频,计算视频的帧数,有一个进度条,以帧数为单位进行播放的调整。
- 2022-03-03 12:25:11下载
- 积分:1
-
robot visual simulation of the source, can be likened to a radar scan procedure
机器人视觉模拟的源程序,可以引申为雷达扫描的程序-robot visual simulation of the source, can be likened to a radar scan procedure
- 2022-04-29 20:41:29下载
- 积分:1
-
C system of the code was developed for the White Box category C code and example...
C++系统中对自己编制的代码进行白盒测试的C++代码类及例子-C system of the code was developed for the White Box category C code and examples
- 2023-03-07 06:30:03下载
- 积分:1
-
vc++ become bitmap subtidal environment, as well as the self
vc++环境下生成为位图,以及自绘位图,有保存删除等基本功能
-vc++ become bitmap subtidal environment, as well as the self-drawn bitmap, has preserved the basic functions such as delete
- 2022-11-23 21:25:03下载
- 积分:1
-
< 一个非常完美的工业曲线显示控件,错过将会十分遗憾>>补遗二...
< 一个非常完美的工业曲线显示控件,错过将会十分遗憾>>补遗二-lt; Lt; A perfect curve showed industrial controls, will be missed very much regret gt; Gt; Addendum 2
- 2022-06-29 23:23:52下载
- 积分:1