-
This Source
This Source-Navigator, an IDE for C/C++/Java/Tcl/Fortran and a
host of other languages. Source-Navigator includes powerful source
code comprehension features that help a developer understand complex
relationships between elements of a program s source.
Source-Navigator is released under the terms of the GPL see the
COPYING file for more information about the GPL.
The Source-Navigator project is hosted at SourceForge:
- 2022-08-13 23:02:56下载
- 积分:1
-
RSA MD5算法源代码
RSA MD5算法源代码-the source coude of rsa md5
- 2022-08-14 04:05:30下载
- 积分:1
-
简易的学生资料管理系统,用一个文件来存储资料。
简易的学生资料管理系统,用一个文件来存储资料。
- 2022-03-25 04:48:09下载
- 积分:1
-
Download address translation, can be converted Thunderbolt, Express, Cyclones, r...
下载地址转换,可以转换迅雷、快车,旋风,rayfile的下载地址.-Download address translation, can be converted Thunderbolt, Express, Cyclones, rayfile download address.
- 2023-01-02 19:40:19下载
- 积分:1
-
一个汉语拼音的程序,很简单实用。可以查询…
一个汉字转拼音的程序,非常简单实用.能够还能够查询功能。-a Chinese pinyin transfer procedures, a very simple and practical. Inquiries can also be able to function.
- 2023-01-20 20:15:04下载
- 积分: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
-
原始数据划分为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
-
VB文件检索程序,支持根据后缀名查找,文件内容匹配
资源描述VB文件检索程序,支持根据后缀名查找文件,根据搜索内容和文件内容匹配查找相应文件,适用于在大量代码文件中查找特点语句。软件运行效果图:。文件检索速度取决于文件数量和硬盘读写速度。
- 2022-11-27 05:10:03下载
- 积分:1
-
把各种格式文件打包成一个文件。可以用于方便网络传输。
把各种格式文件打包成一个文件。可以用于方便网络传输。-This program for file pack,you can use the .exe file put all format file into one package!
- 2022-07-03 20:57:41下载
- 积分:1
-
TXT files to split into files of any size, easy to portable devices such as mobi...
对TXT文件进行分割成任意大小的文件,便于手机等便携设备出里-TXT files to split into files of any size, easy to portable devices such as mobile phones out in
- 2022-08-11 22:30:49下载
- 积分:1