-
数字 CMOS VLSI 设计方法
这解释数字 CMOS VLSI 设计方法中的全部细节。它描述了数字 CMOS 集成电路和细节设计方面。A 必须为研究生。
- 2022-06-03 20:32:34下载
- 积分:1
-
一个自己编写的window文件管理程序!!模拟window
一个自己编写的window文件管理程序!!模拟window-a prepared their document management procedures window! ! Simulation window
- 2022-01-22 17:44:20下载
- 积分:1
-
vb6编写的zip文件操作程序,可对zip文件进行生成、编辑、删除操作...
vb6编写的zip文件操作程序,可对zip文件进行生成、编辑、删除操作-VB6 prepared operating procedures zip file can be generated on the zip file, edit, delete operations
- 2022-08-04 07:40:24下载
- 积分:1
-
then use to access documents directly access of a business process, The procedur...
使用随即存取文件进行直接存取处理的一个事务处理程序,该程序用来维护银行帐户信息。可添加,更新和删除银行帐户。-then use to access documents directly access of a business process, The procedure used to protect information on bank accounts. They can add, update and delete bank account.
- 2022-10-04 03:35: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
-
一个用C++Builder编写的文件合成分割器的源文件,文本文件可以完好合成,但有些类型的文件还没能完好合成,请高手们多指教!...
一个用C++Builder编写的文件合成分割器的源文件,文本文件可以完好合成,但有些类型的文件还没能完好合成,请高手们多指教!-a C Builder synthesis document prepared by the division of the source files, text files can sound synthesis, but some type of document can not intact synthesis, 19:56 Nearly weekend!
- 2022-03-10 10:06:09下载
- 积分:1
-
Decrypt File in C#
这个程序提供了一个算法来解密你的数据
- 2023-06-28 09:55:03下载
- 积分:1
-
通过读取CAPP系统产生的XML文件获取工艺信息
通过读取CAPP系统产生的XML文件获取工艺信息-CAPP system by reading the XML documents obtained Process Information
- 2023-08-25 09:05:09下载
- 积分:1
-
这是我在做C++课程设计时写的,也是我第一个用写出来的Windows下的窗口应用程序.这个是一个单词查询的小程序,单词保存在word.txt文件中,解释保存在m...
这是我在做C++课程设计时写的,也是我第一个用写出来的Windows下的窗口应用程序.这个是一个单词查询的小程序,单词保存在word.txt文件中,解释保存在menning.txt文件中.两个文件用单词索引号联系和查询-This is what I do in C programs written by design, I also used to write a paragraph out of the window under Windows applications. This is a small word inquiry procedures , the word preserved in word.txt document, menning.txt explained deposited in the document. 2 Word documents, links and index inquiries
- 2022-02-24 15:14:18下载
- 积分:1
-
the procedures detailed copy of the document to delete mobile, and a detailed co...
本程序详细的复制移动删除文档,并有详细的代码说明
- 2023-06-06 23:47:43下载
- 积分:1