-
能够操作excel, 代码短小清晰, 作用学习操作excel 的学习实例.
能够操作excel, 代码短小清晰, 作用学习操作excel 的学习实例.-Can handle excel, the code short and clear, the role of learning how to operate the learning instances of excel.
- 2022-02-20 16:41:25下载
- 积分:1
-
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
-
原始数据划分为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
-
sdcc 在 8051 的生成文件
#GNU 生成文件使用 SDCC
########################################################################
# GNU 生成文件证明 C 和汇编源文件的组合
# 文件名称: 生成文件
# 所有目标文件中的宏定义是按顺序都处理由 SDCC
# 到 "file.hex" 使用 GNU 使创建的文件,只是执行 "做"
########################################################################
TRG = led_pb
OBJ = led_pb.rel
设备 = mmcs51
SDCCCFLAGS =--模型小
ASLINKFLAGS =--代码-loc 0x8000 — — xram-loc 0xC000
- 2023-02-01 01:30:04下载
- 积分:1
-
编程时发现,网上下的许多代码文件开头的几个都不是所需要的代码,因此就写了个简单的除去一个文件每行开始的几个字符的程序,最近发现每次要选文件的路径不方便,改用直接...
编程时发现,网上下的许多代码文件开头的几个都不是所需要的代码,因此就写了个简单的除去一个文件每行开始的几个字符的程序,最近发现每次要选文件的路径不方便,改用直接拖东文件更方便
-discard the first byte from a source file,this new editon,you can drap source file and not to select source file s path
- 2022-03-22 17:13:29下载
- 积分:1
-
在指定目录内删除指定的后缀文件,支持自定义,多种后缀名。...
在指定目录内删除指定的后缀文件,支持自定义,多种后缀名。-Delete the specified directory specified suffix documents in support of custom, multi-suffix name.
- 2023-05-05 21:40:03下载
- 积分:1
-
文件捆绑器,可以把几个文件合并到一起来执行
文件捆绑器,可以把几个文件合并到一起来执行-File bundled device, you can put together a few files into an implementation
- 2022-01-25 19:36:40下载
- 积分:1
-
VC产生的临时文件有时真的很烦人!这是一个专门清理VC垃圾的小工具,隔一段时间运行一次,彻底清除指定类型的垃圾文件...
VC产生的临时文件有时真的很烦人!这是一个专门清理VC垃圾的小工具,隔一段时间运行一次,彻底清除指定类型的垃圾文件-VC generated temporary file is sometimes really annoying! This is a specialized VC garbage clean-up of small tools, from time to time to run time, the elimination of designated types of junk file
- 2022-11-06 04:55:02下载
- 积分:1
-
多文档程序,使用VC6完成carichive类序列的。
多文档程序,vc6下完成,利用CArichive类实现文件序列化,实现两个绘图窗口的简单响应.-more documentation procedures, vc6 completed using CArichive category sequence files, graphics window to achieve two simple response.
- 2022-01-25 18:55:29下载
- 积分:1
-
document for Byte Swap
Swap Byte for document -document for Byte Swap
- 2022-02-25 06:04:58下载
- 积分:1