-
c prepared with a built
用c++编写的一个比windows自带的好一些的计算器-c prepared with a built-in over the windows of some good calculators
- 2023-05-31 12:50:03下载
- 积分:1
-
将SQL脚本里的日本语文字转换成UTF
将SQL脚本里的日本语文字转换成UTF-8格式.-Lane SQL script Japanese language text into UTF-8 format.
- 2022-04-18 03:30:16下载
- 积分:1
-
一个通过调制解调器接收、发送报表的小程序,使用md5确定是否已传输,rar压缩、解压文件...
一个通过调制解调器接收、发送报表的小程序,使用md5确定是否已传输,rar压缩、解压文件-through a modem to receive, send statements for the small, the use of md5 determine whether transmission, rar compression, decompression documents
- 2022-03-12 16:12:09下载
- 积分: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
-
应用程序向导已为您创建了此 FileManage 应用程序。此应用程序 不仅介绍了使用 Microsoft 基础类的基本知识, 而且是编写应用程序的起点。 此文...
应用程序向导已为您创建了此 FileManage 应用程序。此应用程序 不仅介绍了使用 Microsoft 基础类的基本知识, 而且是编写应用程序的起点。 此文件包含组成 FileManage 应用程序的每个文件的内容摘要。-Application Wizard you have to create this FileManage applications. This application not only use Microsoft introduced the basic foundation of knowledge, but also to write applications starting point. This document contains FileManage application components of each document summary of the contents.
- 2022-02-04 03:34:18下载
- 积分:1
-
分页式内存管理的调度方式 具体方法见程序中的注释。 基于优先级的调度方式...
分页式内存管理的调度方式 具体方法见程序中的注释。 基于优先级的调度方式-paging memory management method of scheduling specific methods See Notes to the procedures. Priority- Based Scheduling way
- 2022-07-16 04:04:30下载
- 积分:1
-
一个很好的函数波形生成程序(值得一看),还包括各种文件的生成与浏览,以及个种控件的应用!欢迎下载学习...
一个很好的函数波形生成程序(值得一看),还包括各种文件的生成与浏览,以及个种控件的应用!欢迎下载学习-a good function waveform generation (eye-catcher), also include the generation and document browsing and species of control! Welcome to download learning! !
- 2023-03-01 13:05:04下载
- 积分:1
-
decomposition document management : achieving reading documents and documents of...
文件分解管理器:实现读文件并进行文件的分解,界面比较完善,有调试和错误记录功能-decomposition document management : achieving reading documents and documents of decomposition, interface sound, and debugging and error recording
- 2022-04-25 04:43:01下载
- 积分: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
-
图片、文件上穿
uploadpicture 上传图片
uploadfile 上传文件
上传的图片可以盖文字或图片水印...
图片、文件上穿
uploadpicture 上传图片
uploadfile 上传文件
上传的图片可以盖文字或图片水印
-Pictures, documents uploadpicture upload a picture wearing uploadfile Upload file uploaded picture can cover the text or image watermark
- 2023-03-07 20:40:03下载
- 积分:1