-
使用CFile和CArchive来存储与加载变量(没有使用序列化Serialize)!Enjoy it!谢谢~...
使用CFile和CArchive来存储与加载变量(没有使用序列化Serialize)!Enjoy it!谢谢~-Use CFile and CArchive to store and load variables (do not use serialization Serialize)! Enjoy it! Thank you ~
- 2022-02-03 00:12:14下载
- 积分:1
-
样本文件为碳或碳
the sample file for C or C-the sample file for C or C++
- 2022-04-09 10:58:30下载
- 积分:1
-
VC++6.0写的关于用API函数删除已经存在的文件夹的测试程序,欢迎大家下载...
VC++6.0写的关于用API函数删除已经存在的文件夹的测试程序,欢迎大家下载-VC++ 6.0 written on the use of API function to delete a folder that already exists test procedures are welcome to download the U.S.
- 2023-07-10 14:40: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
-
helloWork h object-oriented programming in PHP took place about six years
- 2022-01-26 07:00:49下载
- 积分:1
-
文件锁定
这是模拟器基本上开发了在 C# 语言中我们让两个文件系统 1 那文件合并在哪两个用户在同一时间将他们的文件合并和 2 是该文件中,在一个时间只能有一个用户合并他们的文件锁定和第二个用户将被锁定
- 2022-02-12 10:58:19下载
- 积分:1
-
VC++6.0写的关于用API函数把文件放入回收站的测试程序,欢迎大家下载...
VC++6.0写的关于用API函数把文件放入回收站的测试程序,欢迎大家下载-VC++ 6.0 written on the use of API functions to the file into the recycle bin of the test procedure, welcome everyone to download
- 2023-04-01 13:35:03下载
- 积分:1
-
数字 CMOS VLSI 设计方法
这解释数字 CMOS VLSI 设计方法中的全部细节。它描述了数字 CMOS 集成电路和细节设计方面。A 必须为研究生。
- 2022-06-03 20:32:34下载
- 积分:1
-
PIC 4 位数液晶显示接口
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*项目 016-4 位数液晶模块的接口CCS 编译器由 Michel 柴 (c) 2004 年 9 月。http://users.skynet.be/bk317494/---bavin@skynet.be-----......享受 !仅用于个人或教育的开放源码。*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////#include < 18f452 h =""> / / 设备选择#device adc = 10 * = 16#fuses XT、 NOWDT、 NOPROTECT、 NOLVP、 放、 NOBROWNOUT、 NOOSCSEN、 CCP2C1、 NOSTVREN、 NODEBUG#use delay(clock=4000000) / / 4 兆赫 !ADC 不是最优 20 MhZ + 电力消费双打#use rs232 (波特率 19200,传输分类 = = PIN_C6,垃圾车 = PIN_C7)#use i2c (主,sda = PIN_C4,沙田至中环线 = PIN_C3,快速)#zero_ram#PRIORITY#use fast_io(A)#use fast_io(B)#use fast_io(C)#use fast_io(D)#use
- 2022-07-17 12:47:31下载
- 积分:1
-
Txt文本文件与Access文件互转换(功能还没有完善)例子中用到了第三方控件,有时间再整理一下....
Txt文本文件与Access文件互转换(功能还没有完善)例子中用到了第三方控件,有时间再整理一下.
-text files and archives documents Access Transformation (feature is not perfect) example uses a third-party control, have time to tidy up.
- 2022-02-15 06:40:17下载
- 积分:1