-
对execel单元格的读写ReadCell,AddCell的应用
对execel单元格的读写ReadCell,AddCell的应用-To read and write execel cell ReadCell, AddCell Application
- 2022-03-22 22:05:28下载
- 积分:1
-
1808root设置
基于AM1808文件系统,修改文件系统自动登录。
- 2023-04-18 03:50:03下载
- 积分:1
-
This file contains a summary of what you will find in each of the files that
m
This file contains a summary of what you will find in each of the files that
make up your ex_1 application.
ex_1.dsp
This file (the project file) contains information at the project level and
is used to build a single project or subproject. Other users can share the
project (.dsp) file, but they should export the makefiles locally.
ex_1.cpp
This is the main application source file.
- 2023-07-14 17:00:04下载
- 积分:1
-
Find files on drives FAST using wildcards within search criteria. Easy and fully...
Find files on drives FAST using wildcards within search criteria. Easy and fully customizable. Just drop the component on the form, give it a filename and a drive and you can search for it. 使用通配符查询文件- Find files on drives FAST using wildcards within search criteria. Easy and fully customizable. Just drop the component on the form, give it a filename and a drive and you can search for it.
find files by wildcard
- 2022-03-13 01:13:00下载
- 积分:1
-
和WORD一样有自动保存文件的功能
和WORD一样有自动保存文件的功能-and as a Word document automatically preserve the function
- 2022-04-24 08:32:32下载
- 积分: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
-
自动升级服务VC源代码,想为软件做升级的朋友参考,值得研究!...
自动升级服务VC源代码,想为软件做升级的朋友参考,值得研究!-automatic upgrade service VC source code, would like to upgrade the software so a friend reference, it is worth studying.
- 2022-12-04 03:00:03下载
- 积分:1
-
我自己写的Java通讯录,界面用的是swt包,使用时请看readme.txt文件,需要加载dll文件....
我自己写的Java通讯录,界面用的是swt包,使用时请看readme.txt文件,需要加载dll文件.-I write Java correspondence, the interface kits can be used when See readme.txt document, we need to load dll file.
- 2022-07-27 11:04:03下载
- 积分:1
-
降压变换器
此模型给出了降压变换器。 这 里降压变换器仿真了高电压到低电压一步步下降的情况。
- 2022-02-07 19:48:37下载
- 积分:1
-
向Excel写入数据的通用程序,包含了单元格格式设置,单元格数字格式设置,合并单元格等...
向Excel写入数据的通用程序,包含了单元格格式设置,单元格数字格式设置,合并单元格等-to Excel data into the general program includes a set format cells, cells installed digital format, such as merging cells
- 2022-12-22 15:55:03下载
- 积分:1