-
geographic information systems professionals a skeleton algorithm with the proce...
地理信息系统专业一种骨架法算法的程序,取周围9个矢量点的值叠加分析-geographic information systems professionals a skeleton algorithm with the procedures for around nine points of the value vector overlay analysis
- 2022-01-25 16:15:42下载
- 积分:1
-
6tunnel功能添加
6tunnel功能添加
-6tunnel functionality addition
- 2022-07-16 15:18:34下载
- 积分:1
-
在VC++环境中,显示文件的属性、设置文件的属性
在VC++环境中,显示文件的属性、设置文件的属性-in VC environment, the document shows that the attributes, document properties
- 2023-08-14 02:25:03下载
- 积分:1
-
PDF格式的压缩图像文件格式的电子书。
Ebook on Compressed Image File Formats in pdf format.
- 2022-08-07 21:43:12下载
- 积分:1
-
C程序源代码美化(缩进)工具
C程序源代码美化(缩进)工具-tool about beautifying c code
- 2022-10-05 03:40:03下载
- 积分:1
-
文件夹目录监视对PowerBuilder的PBNI接口,需要PBNI环境
文件夹目录监视对PowerBuilder的PBNI接口,需要PBNI环境-folder directory surveillance of PowerBuilder PBNI interface, the environment needs PBNI
- 2022-03-24 07:34:31下载
- 积分: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
-
信号分析仪探测器和平均为今天的数字通信标准
快速准确的测量方法,在今天的数字通信信号需要适当使用信号分析仪探测器模式和平均类型。测量传输信号、 杂散信号、 邻道功率和噪声的最佳速度和信心远比复杂的普通连续波 (CW) 信号测量。本文介绍了不同的频谱分析仪探测器模式和平均的类型,及其 W-CDMA,主要通信标准的关系是-2000,
GSM 和边缘。对测量精度的影响速度和还将讨论统计置信水平。
- 2022-08-06 17:25:12下载
- 积分:1
-
用vc++编写的多线程文件搜索器源码,供参考
用vc++编写的多线程文件搜索器源码,供参考
- 2023-06-13 07:30:04下载
- 积分:1
-
ASP源码 / 文章管理主要功能如下:
生成HTML文件,
支修用户自已修改模板
管理用户,支持二级用户
管理分类,支持二级分类与后台排序...
ASP源码 / 文章管理主要功能如下:
生成HTML文件,
支修用户自已修改模板
管理用户,支持二级用户
管理分类,支持二级分类与后台排序
添加文章支持图文
管理文章,支持批量删除
-ASP source/articles manage the main functions are as follows : generate HTML documents, Xiu-users themselves to change the templates management users, user management support two classifications, with the support of two classifications Sort add background articles support for the management articles supporting the mass deletion
- 2022-02-11 16:52:28下载
- 积分:1