-
that file describe openGl and specifications of it
that file describe openGl and specifications of it -that file describe openGl and specifications of it
- 2023-01-08 11:25:02下载
- 积分:1
-
It s a simple case of READ
这是一个使用MSXML4读写XML的简单例子
- 2023-02-24 22:40:03下载
- 积分: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
-
一个非常不错的文本编辑器,运行平台为Linux希望大家用了以后多做评价...
一个非常不错的文本编辑器,运行平台为Linux希望大家用了以后多做评价-a very good text editor, running the Linux platform for us to want to do more evaluation of the future
- 2022-08-26 12:55:10下载
- 积分:1
-
程序检查如果rapidshare文件仍然活跃
Program to check if Rapidshare files are still active
- 2022-06-12 16:16:02下载
- 积分: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
-
很好文件搜索工具,支持多线程搜索,还能搜索隐藏和系统属性的文件...
很好文件搜索工具,支持多线程搜索,还能搜索隐藏和系统属性的文件-good document search tools, supports multi-threaded search, but also search hidden and system attributes of document
- 2022-02-11 22:46:55下载
- 积分:1
-
简易的学生资料管理系统,用一个文件来存储资料。
简易的学生资料管理系统,用一个文件来存储资料。
- 2022-03-25 04:48:09下载
- 积分:1
-
C++梯度法
这种方法是为梯度法中的应用
这是项目的很容易采用这一想法对任何类型
- 2022-01-22 12:56:40下载
- 积分:1
-
~Eliminating Explorer s delay when deleting an in
~Eliminating Explorer s delay when deleting an in-use file
- 2023-06-24 23:30:03下载
- 积分:1