-
线程间的数据共享
线程间的数据共享-threads of data sharing
- 2022-08-22 06:25:07下载
- 积分:1
-
excel automation的使用
excel automation的使用-the use of excel automation
- 2022-01-25 14:52:03下载
- 积分:1
-
利用加速度计定位算法
positioning algorithm using accelerometer
- 2022-01-28 03:56:39下载
- 积分:1
-
FTP的上传与下载
资源描述用C#语言写的FTP的上传与下载功能,自己测试过是可以使用的。用C#语言写的FTP的上传与下载功能,自己测试过是可以使用的。用C#语言写的FTP的上传与下载功能,自己测试过是可以使用的。用C#语言写的FTP的上传与下载功能,自己测试过是可以使用的。用C#语言写的FTP的上传与下载功能,自己测试过是可以使用的。
- 2022-08-04 00:48:05下载
- 积分: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
-
a simple menu of programming examples ~
一个简单的菜单编程示例~-a simple menu of programming examples ~
- 2022-04-01 20:08:26下载
- 积分:1
-
有用的 FTP 客户端
一个用于传输文件或文件夹的FTP客户端,在里面能够实现在本地电脑文件的上传,以及在服务器上面下载文件或者文件夹。
在这个实例的代码里面,有比较详细的注释,代码里面也实现了浏览文件夹跟文件的算法,已经获取注册表上文件图标的方法函数。使用了一些在FTP常用的函数。
- 2022-11-29 18:25:03下载
- 积分:1
-
Think the contest score boards are wrong? Here s your chance to come up with the...
Think the contest score boards are wrong? Here s your chance to come up with the right rankings.
Contestants are ranked first by the number of problems solved (the more the better), then by decreasing
amounts of penalty time. If two or more contestants are tied in both problems solved and penalty time,
they are displayed in order of increasing team numbers. A problem is considered solved by a contestant if
any of the submissions for that problem was judged correct. Penalty time is computed as the number of
minutes it took for the first correct submission for a problem to be received plus 20 minutes for each
incorrect submission received prior to the correct solution. Unsolved problems incur no time penalties.
- 2023-03-01 06:25:03下载
- 积分:1
-
欧几里德分类器
- 2022-05-06 22:13:15下载
- 积分:1
-
程序运行初期,程序首先会通过LoadLibrary函数加载动态链接库Shell32.dll,并且把加载后的操作句柄存储在LibHandle中。然后通过@SHEm...
程序运行初期,程序首先会通过LoadLibrary函数加载动态链接库Shell32.dll,并且把加载后的操作句柄存储在LibHandle中。然后通过@SHEmptyRecycleBin:=GetProcAddress (LibHandle, SHEmptyRecycleBinA )语句读取SHEmptyRecycleBinA函数的地址,如果以上语句能够正确执行(也就是@SHEmptyRecycleBin不等于nil),那么就调用SHEmptyRecycleBin完成清空回收站的操作。最后释放动态链接库。-The early run, the program will first of all through the LoadLibrary function to load dynamic link library Shell32.dll, and after the load operation is stored in the handle of LibHandle. Then @ SHEmptyRecycleBin: = GetProcAddress (LibHandle, SHEmptyRecycleBinA) statement read function SHEmptyRecycleBinA address, If the above statement to the correct implementation (that is, @ SHEmptyRecycleBin does not mean nil), then call the Empty Recycle Bin SHEmptyRecycleBin complete operation. Finally the release of a dynamic link library.
- 2022-11-16 11:20:03下载
- 积分:1