-
一个用文件流实现对文本的颜色、字体、字体大小等属性存取的程序。...
一个用文件流实现对文本的颜色、字体、字体大小等属性存取的程序。-a document with the flow of the text color, typeface, font size attributes such as access to the procedure.
- 2022-12-05 22:20:03下载
- 积分:1
-
将任何文件以16进制输出!如:0x11,0x12,
将任何文件以16进制输出!如:0x11,0x12,
- 2022-04-06 16:54:35下载
- 积分:1
-
防止别人连接你的文件/图片的程序
防止别人连接你的文件/图片的程序-prevent others access to your files/Photo procedures
- 2022-04-18 14:58:56下载
- 积分:1
-
文件和文件夹,以确定类文件的存在,可以是路径…
文件和文件夹存在性判断类的实现文件,可以对文件的路径以及文件进行判断-Files and folders to determine the existence of class files, can be the path to the file and documents to determine
- 2022-06-26 04:33:18下载
- 积分:1
-
读写文件操作的源代码…打开封闭的D。
VC++读写文件的操作源代码...打开关闭文件,得到文件大小等等,有很大的参考价值-VC++ Read and write documents the operation of the source code ... open closed document, the file size, etc., there are a lot of reference value
- 2022-01-28 07:35:52下载
- 积分:1
-
为了互相交流,我上传原创了! 这是关于字符串CString的强大功能各种使用方法。处理1,能排序,处理2,涉及文件输出。...
为了互相交流,我上传原创了! 这是关于字符串CString的强大功能各种使用方法。处理1,能排序,处理2,涉及文件输出。-the sake of mutual exchange, I upload original! This is a string of powerful redeem the use of various methods. Dealing with a will, in order to deal with two, involving document output.
- 2022-02-09 16:47:07下载
- 积分:1
-
土壤粒径转换程序
土壤粒径转换程序:基于Matlab土壤粒径由国际制向美国制转换的三次样条插值的程序代码
- 2023-05-25 11:55:03下载
- 积分: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
-
FreeRTOS v9.0 avr 单片机的 SPI 头文件 (书面 ATmega128,但它应该工作为其他 AVR 太)
这是一个用AVR写几个配置选项的广义SPI的头文件。对于配置您需要在C源文件中的更改的选项。目前该头文件只适合硬件SPI。我会更新同软件SPI过一段时间后。我试图使头文件可读,但仍然如果有人面临任何问题,请让我。我一到网上就尽快回复。任何建议都欢迎也是我第一次把我的头文件的OL。
- 2022-10-25 04:30:03下载
- 积分:1
-
zip files java source code for the operation and class files
java 操作 zip 文件 源代码及class文件-zip files java source code for the operation and class files
- 2022-05-26 18:17:59下载
- 积分:1