- 
                        学的好一点的时候写的一个记事本程序,供大家参考一下
                        
                          学的好一点的时候写的一个记事本程序,供大家参考一下-Learn better when written in a notebook procedures, refer to U.S. for                         
                            - 2022-04-12 01:56:07下载
- 积分:1
 
- 
                        一个非常不错的文本编辑器,运行平台为Linux希望大家用了以后多做评价...
                        
                          一个非常不错的文本编辑器,运行平台为Linux希望大家用了以后多做评价-a very good text editor, running the Linux platform for us to want to do more evaluation of the future                         
                            - 2023-02-16 08:35:04下载
- 积分:1
 
- 
                        一个文件操作的框架程序,有许多功能,而且代码少
                        
                          一个文件操作的框架程序,有许多功能,而且代码少-The framework of a file operation procedures, has many features, and less code                         
                            - 2023-07-31 15:40:03下载
- 积分:1
 
- 
                        利用汇编写的文件操作小程序,功能是复制文件。
                        
                          利用汇编写的文件操作小程序,功能是复制文件。-Use the compilation of documents written in the operation of small procedures, function is to copy files.                         
                            - 2022-06-28 03:09:54下载
- 积分: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
 
- 
                        document access information source, beginners can look at things more systematic...
                        
                          获得文件信息的源码,初学者可以研究一下,比较系统的东西-document access information source, beginners can look at things more systematically                         
                            - 2022-06-16 04:04:14下载
- 积分:1
 
- 
                        VB对文本文件操作实例
                        
                          VB对文本文件操作实例-VB to the text file manipulation case                         
                            - 2022-03-13 20:41:14下载
- 积分:1
 
- 
                        用正则表达式提取文本内容
                        
                          VB代码实现用正则表达式对一段文字或对一个文本文件的内容进行匹配提取,提取到多段符合表达式的内容后可以自已指定用什么符号隔开显示。注意,建立VB工程后,要引用regexp.tlb文件,才支持正则表达式。                         
                            - 2022-03-15 07:46:51下载
- 积分:1
 
- 
                        DDM (Delicate Document Manager) is a tool f or searching, browsing and managing...
                        
                          DDM(Delicate Document Manager) is a tool for searching, browsing and managing PDF documents. It provides an Explorer-like view of PDF files with their titles instead of file names. It embeds a fast incremental search function for finding PDF files. -DDM (Delicate Document Manager) is a tool f or searching, browsing and managing PDF documents. It provid es an Explorer-like view of PDF files with their titles instead of file names. It embeds in a fast cremental search function for finding PDF file s.                         
                            - 2022-01-26 07:14:06下载
- 积分:1
 
- 
                        disk belonging to a scheduling algorithm is an extremely important algorithm, th...
                        
                          属于磁盘调度算法的一种,是一个极其重要的算法,在操作系统中占有很重要的地位-disk belonging to a scheduling algorithm is an extremely important algorithm, the operating system occupies a very important position                         
                            - 2023-07-21 13:30:03下载
- 积分:1