-
Source of data mining algorithms, a clustering algorithm, sorting algorithm, neu...
数据挖掘算法源码,有聚类算法、分类算法、神经网络分类算法-Source of data mining algorithms, a clustering algorithm, sorting algorithm, neural network classification algorithm
- 2022-04-10 22:27:31下载
- 积分: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
-
with Verilog HDL language written on display in the pattern of the source
用verilog HDL 语言写的在显示器上显示图案的源程序-with Verilog HDL language written on display in the pattern of the source
- 2022-06-26 11:06:17下载
- 积分:1
-
LCS问题就是求两个字符串最长公共子串的问题。解法就是用一个矩阵来记录两个字符串中所有位置的两个字符之间的匹配情况,若是匹配则为1,否则为0。然后求出对角线最长...
LCS问题就是求两个字符串最长公共子串的问题。解法就是用一个矩阵来记录两个字符串中所有位置的两个字符之间的匹配情况,若是匹配则为1,否则为0。然后求出对角线最长的1序列,其对应的位置就是最长匹配子串的位置。 最长递增子序列LCS的实现C源码!-LCS problem for two strings is the longest common sub-string problem. Solution is to use a matrix to record the location of two strings of all the matches between the two characters in the situation, if the match is one, otherwise to 0. And one of the longest diagonal obtained sequence, the location of its corresponding sub-string match is the longest position. The longest increasing sub-sequence source C implementation of the LCS!
- 2022-08-19 18:20:36下载
- 积分:1
-
五子棋,网上找到的,发来分享下,请大家多指教。
五子棋,网上找到的,发来分享下,请大家多指教。-331, the Internet and made to share, please enlighten everyone. Thank you
- 2022-07-18 09:33:04下载
- 积分:1
-
GNSS源代码
利用MATLAB对GPS、北斗信号进行动态的捕获跟踪,能够很好的帮助理解GPS/北斗的导航原理,也可以改进进行相关的研究
- 2023-05-05 14:25:03下载
- 积分:1
-
封装好的Edit类,现在它可以更好地支持Drag&Drop及UndoRedo
封装好的Edit类,现在它可以更好地支持Drag&Drop及UndoRedo-Packaging good Edit category, and now it can better support Drag
- 2022-08-18 18:07:29下载
- 积分:1
-
a sms send program
用VC程序编写的文本,
- 2022-03-23 22:30:50下载
- 积分:1
-
输入一个句子(由空格分隔的若干个词)将该句子按如下的要求输出:
1.第偶数个词反序,第奇数个词不反序
2.个词之间只留一个空格
3.句首和句尾不留空...
输入一个句子(由空格分隔的若干个词)将该句子按如下的要求输出:
1.第偶数个词反序,第奇数个词不反序
2.个词之间只留一个空格
3.句首和句尾不留空格-importation of a sentence (space separated by the number of words) Revise the sentence requested by the following output : 1. even the first-term anti-sequence, section 000 odd word does not fight sequence two. between the words out, leaving only a blank 3. the first sentence and the end of the sentence without leaving spaces
- 2022-02-09 18:33:21下载
- 积分:1
-
这是一个GB18030和UNICODE转换的程序,采用查表法。其中GB18030有两字节和四字节部分。两字节的好显示,而四字节的需要特殊处理。...
这是一个GB18030和UNICODE转换的程序,采用查表法。其中GB18030有两字节和四字节部分。两字节的好显示,而四字节的需要特殊处理。-This is a UNICODE conversion GB18030 and procedures, the use of look-up table method. GB18030 which there are two-byte and four-byte part. Two bytes of a good show, and four bytes of the need for special treatment.
- 2022-11-30 10:40:04下载
- 积分:1