-
记录事件和日志的类
记录事件和日志的类-record of the incident and type of log
- 2022-05-24 23:03:34下载
- 积分:1
-
代码检查Windows系统的页面文件的大小。
The code checks the size of pagefile in windows systems.
- 2022-11-04 17:20:03下载
- 积分:1
-
二进制文件编辑程序源代码,我试了一下还行,实在没有了
二进制文件编辑程序源代码,我试了一下还行,实在没有了-binary file editing source code, I tried it also OK, it is not a
- 2022-01-26 00:36:40下载
- 积分:1
-
vb 图像处理
文件包括图像平滑处理,灰度拉伸,梯度法锐化,拉普拉斯锐化,色彩变换 二值化,边缘增强等, 还有众多的直方图。是学习vb 图像处理的一个很好的实例!
- 2023-01-16 23:00:03下载
- 积分:1
-
one used to read and write office excel document library
一个用来读取,和写office excel 文件的类库-one used to read and write office excel document library
- 2023-06-14 15:10:03下载
- 积分:1
-
原始数据划分为train.dat和test.dat
应用背景开始是做movielense的数据,可以把原始数据任意划分为train.dat和test.dat,主要是为了做验证实验。非常简单明了,适合初学者看看,如果不喜欢,请轻喷。关键技术# -*- coding: cp936 -*-
from sklearn import cross_validation
c = []
filename = r"Raw.data" #原始数据
out_train = open(r"train.txt","w") #训练集
out_test = open(r"test.txt","w") #测试集
for line in open(filename):
items = line.strip().split(",")
c.append(items)
c_train,c_test = cross_validation.train_test_split(c,test_size=0.1)#size =你需要的比例
for i in c_train:
out_train.write(",".join(i)+"
")
for i in c_test:
out_test.write(",".join(i)+"
")
- 2022-01-25 21:21:56下载
- 积分:1
-
整理MiniDX字典来源数据进行排序和成千上万的代码发布…
Minidx字典整理程序源代码发布
几千条数据排序并去除重复纪录可以有很多排序算法直接内存中操作,但是假如说有几百万条记录需要处理,那就不一定适用了。这个程序最初的目的为了解决Minidx字典中重复数据的问题,但是发现写文件时I/O限制比较明显,虽然可以解决问题,但是效果却不怎么样。
工程基于VS2005,MFC的Unicode模式下编译的,利用了Sqlite3.5.0,作了C++封装处理。写处理中开启了事务.
相关链接 http://cn.minidx.com/index.php?option=com_content&task=view&id=88&Itemid=9
-Finishing Minidx dictionary source code release of thousands of data to sort and remove duplicate records can have a lot of sorting algorithm to operate directly in memory, but if that has millions of records that need to be addressed, it does not necessarily apply. The original objective of this procedure in order to resolve the duplication of data dictionary Minidx, but found time to write a document I/O limitations more obvious, although the problem can be solved, but not how to effect. Works based on the VS2005, MFC compile the Unicode mode, the use of Sqlite3.5.0, made C++ Package deal. Write a deal to open the Services. Http://cn.minidx.com/index.php?option=com_content
- 2022-08-09 23:26:05下载
- 积分:1
-
一个用vc7封装的xml文件访问对象。带例子
一个用vc7封装的xml文件访问对象。带例子-a vc7 Compliant with the xml document the visit. With examples
- 2022-05-09 05:05:09下载
- 积分:1
-
通过该程序可以删除指定目录下的所有文件夹和文件
通过该程序可以删除指定目录下的所有文件夹和文件-Through the program can delete the specified directory of all the folders and files
- 2023-02-13 13:40:04下载
- 积分:1
-
前回扫方法
前向/后向扫描算法IEEE测试系统径向配电网潮流分析
- 2023-01-11 02:05:03下载
- 积分:1