- 
                        讲解dll的来龙去脉,思路清晰,从根本上解决了对它的认识,是初学者快速入门。...
                        
                          讲解dll的来龙去脉,思路清晰,从根本上解决了对它的认识,是初学者快速入门。-Dll to explain the ins and outs, clear, from the fundamental solution to the understanding of it is the beginners get started.                         
                            - 2022-11-05 15:00:03下载
- 积分:1
 
- 
                        一个非常好的磁盘扇区编辑工具,可以很难读写任何教派…
                        
                          一款非常优秀的磁盘扇区编辑工具,可以对硬盘的任意扇区进行读写,修改,备份!希望对你有用,另外代码有详尽注释-A very good disk sector editing tool that can be hard to read and write any sector, modify, backup! Hope that useful to you, another code has detailed notes                         
                            - 2022-06-27 03:41:01下载
- 积分:1
 
- 
                        英文词干化
                        
                          这个程序用来把英语单词词干化,从而节约电脑内存,以及 外部磁盘的存储空间,这样不仅在空间上有了优化,在时间上也有了优化。而且,这样分词后,意思相近的就可以看做是一个单词,有利于处理文档和查询关键词,提高查询效率。                         
                            - 2022-07-09 10:42:42下载
- 积分:1
 
- 
                        自己写的一个直接操作win2000/xp下的磁盘的程序,可读写。
                        
                          自己写的一个直接操作win2000/xp下的磁盘的程序,可读写。-himself in a direct operation of the disk Win2000/xp the procedure can read and write.                         
                            - 2022-09-09 21:30:04下载
- 积分:1
 
- 
                        读取DLL资源,可以把DLL资源里面的东东读到自己的程序里
                        
                          读取DLL资源,可以把DLL资源里面的东东读到自己的程序里-reader DLL resources, it can DLL resources inside the Wanton read their own procedures Lane                         
                            - 2022-11-27 07:25:03下载
- 积分:1
 
- 
                        VC6.0 modify the host file to add the host domain host if there is no there is n...
                        
                          VC6.0 修改host文件 向host添加主机域名
若没有则添加 有则不添加-VC6.0 modify the host file to add the host domain host if there is no there is not added, add                         
                            - 2022-08-06 00:51:18下载
- 积分:1
 
- 
                        微处理器实验室程序
                        
                          我这里有一些 Java 程序。
	如:
	1.堆栈操作
	2.队列的操作
	3.异常处理
	4.单和多级继承
	5.矩阵乘法
	6.冒泡排序
	7.字符串记号
	8.字符串操作等                         
                            - 2022-03-10 03:13:17下载
- 积分:1
 
- 
                        This project extracts strings from sourcefiles
and collects them for translati...
                        
                          This project extracts strings from sourcefiles
and collects them for translation                         
                            - 2022-02-12 02:00:18下载
- 积分: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
 
- 
                        VC++ Document batch class, you can access a volume directory file name format, s...
                        
                          VC++的文件批处理的类,可以批量的获得某目录下的文件的名字大小类型格式等操作.-VC++ Document batch class, you can access a volume directory file name format, such as the size of the type of operation.                         
                            - 2022-08-15 07:38:16下载
- 积分:1