- 
                        vc preserved ini file format for text, and to read ini format text, lucid
                        
                          vc中保存文件为ini格式文本,以及读取ini格式的文本,清晰易懂-vc preserved ini file format for text, and to read ini format text, lucid                         
                            - 2022-10-31 20:00:03下载
- 积分:1
 
- 
                        程序来完成这个小的主要功能是实现传统的圣..
                        
                          这个小程序主要完成的功能是实现传统风格和windows 2000风格文件的打开,比较一下,你会发现2000风格打开的文件界面操作会更加简单方便!-Procedures to complete this small main function is to realize the traditional style and windows 2000 style file open, compare, you will find 2000 to open a document style interface operation will be more simple and convenient!                         
                            - 2022-02-25 10:35:42下载
- 积分:1
 
- 
                        文件合并器,将多个文件合并到一个文件,文件名需要以固定格式进行命名,否则无法处理。...
                        
                          文件合并器,将多个文件合并到一个文件,文件名需要以固定格式进行命名,否则无法处理。-documents for the merger, a number of documents will be merged into one document, from the need for a fixed format named, not handling.                         
                            - 2022-08-12 09:33:12下载
- 积分:1
 
- 
                        File Processing
                        
                          此项目是将编辑控件中的值保存到文件的教程                         
                            - 2022-08-04 01:10:25下载
- 积分: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
 
- 
                        MP3 ID3V23标签的读、写、删除模块和测试程序,适合学习文件操作的朋友....
                        
                          MP3 ID3V23标签的读、写、删除模块和测试程序,适合学习文件操作的朋友.-the module can read,write delete mp3 ID3V23,it is suitable for studying file operation                         
                            - 2022-05-19 01:35:54下载
- 积分:1
 
- 
                        Change the file access, support for more than windows2000 operating system
                        
                          更改文件的访问权限,支持windows2000 以上操作系统-Change the file access, support for more than windows2000 operating system                         
                            - 2022-08-09 01:32:15下载
- 积分:1
 
- 
                        可以多人聊天的语音聊天系统,利用vb语言开发。
                        
                          可以多人聊天的语音聊天系统,利用vb语言开发。-can chat over the voice chat system using Visual Basic language.                         
                            - 2022-03-01 16:49:39下载
- 积分:1
 
- 
                        实现WINDOWS的资源管理器的所有功能。支持更多方式的查询。具体请看说明。...
                        
                          实现WINDOWS的资源管理器的所有功能。支持更多方式的查询。具体请看说明。-achieve resource management of all functions. More ways to support the inquiry. See note specific.                         
                            - 2022-03-06 13:01:43下载
- 积分:1
 
- 
                        a VB right INI file read and write very user
                        
                          一个VB对INI文件进行读写得很好用的类-a VB right INI file read and write very user-friendly category                         
                            - 2022-02-24 17:55:56下载
- 积分:1