-
一个可以自动对C源代码进行规范处理的软件的原代码,可以让你的源代码整齐规范...
一个可以自动对C源代码进行规范处理的软件的原代码,可以让你的源代码整齐规范-A C source code automatically to regulate the treatment of software source code, you can make your source code tidy norms
- 2023-02-09 03:10:04下载
- 积分:1
-
实现文件对话框的相关操作
实现文件对话框的相关操作-files related to the operation of dialog
- 2022-01-28 03:49:35下载
- 积分:1
-
首先填入文件所在的目录,并且文件一定要带上扩展名,点击右侧...
首先填入文件所在的目录,并且文件一定要带上扩展名,点击右侧-first document to the directory, and the document must be put on extension, click on the right
- 2022-01-23 11:15:07下载
- 积分:1
-
读取 ini类型的配置文件
读取 ini类型的配置文件-Type of configuration file read ini
- 2022-01-27 23:04:45下载
- 积分: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
-
一个FTP工具,武器和传统的客户端代码可以运行
一个ftp工具,有素武器和客户端代码,可以运行-an ftp tools, weapons and the traditional client code can run
- 2023-04-25 15:40:02下载
- 积分:1
-
用VC读取excel
能够很好的将常用的数据格式中的数据读取出来...
用VC读取excel
能够很好的将常用的数据格式中的数据读取出来-Read excel with VC can be a very good data format commonly used to read out the data in the
- 2022-02-04 16:04:02下载
- 积分:1
-
文件捆绑器程序源代码
文件捆绑器程序源代码 - 作者徐景周 -documents bundled with the source code-author Xu Jing Zhou documents bundled with the source code-author Xu Jing Zhou
- 2022-03-02 14:16:03下载
- 积分:1
-
初用DELPHI编写的一个小工具,可以实现文件的粉碎删除,采用的是用字符对原文件进行填充的方法,效率不是很高...
初用DELPHI编写的一个小工具,可以实现文件的粉碎删除,采用的是用字符对原文件进行填充的方法,效率不是很高-DELPHI written in the beginning with a small tool that allows the file to delete crush, using the characters of the method of filling the original document, efficiency is not very high! ! ! !
- 2022-05-06 19:47:49下载
- 积分:1
-
procedures Note : 1 : Multi
程序说明: 1:多用户系统 2:商品分类支持多级; 3:支持IPAY 在线支付系统和银行转账; 4:功能完整,可以收藏,EMAIL推荐给好友,在线充值,银行转账 具体功能见演示-procedures Note : 1 : Multi-User System 2 : Commodity Classification support multi-level; 3 : support IPAY online payment systems and bank transfers; 4 : functional integrity, collections, EMAIL recommended to friends, online prepaid, bank transfer specific functions to see demo
- 2022-03-29 11:57:22下载
- 积分:1