-
霍夫曼编码 源码
霍夫曼编码 源码-Huffman source
- 2023-06-17 18:35:03下载
- 积分:1
-
VC++6.0写的关于用API函数查找文件的测试程序,欢迎大家下载
VC++6.0写的关于用API函数查找文件的测试程序,欢迎大家下载-VC++ 6.0 written on the document search using API function testing procedures are welcome to download the U.S.
- 2022-08-19 12:12:54下载
- 积分:1
-
本程序的功能是将大文件进行分割,便于网络速度慢的情况下进行文件传输。
本程序对一份已有的文件分割软件进行了改进,修正了上面的一系列BUG...
本程序的功能是将大文件进行分割,便于网络速度慢的情况下进行文件传输。
本程序对一份已有的文件分割软件进行了改进,修正了上面的一系列BUG
-this procedure is the function of the documents will be divided to facilitate slow speed network for the conduct of file transfer. The program has been a division of documents and software enhancements, the amendment to the above series BUG
- 2022-03-01 08:10:22下载
- 积分:1
-
网上最全的UltraEdit
网上最全的UltraEdit-32语言着色配置文件,将近600种语言的着色配置,可以让编程更简单。-Most comprehensive online UltraEdit-32 language coloring configuration files, and nearly 600 kinds of colored configuration language that allows programming easier.
- 2022-08-22 04:03:54下载
- 积分: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
-
PDFlib是一个帮助你生成PDF文件的控件.它提供了一组简单易使用的API接口,可以很容易的在服务器端或客户端生成PDF文件....
PDFlib是一个帮助你生成PDF文件的控件.它提供了一组简单易使用的API接口,可以很容易的在服务器端或客户端生成PDF文件.-help you generate PDF document control. It offers a simple and easy to use API, it is quite easy on the server side or the client generate PDF documents.
- 2022-07-05 08:44:12下载
- 积分:1
-
安装能实现自删除的程序
安装能实现自删除的程序-installation can be achieved since the deletion of procedures
- 2022-01-26 08:07:58下载
- 积分:1
-
Excel通用导入设计源码
有时候我们的数据存放在Excel中(特别是对于用户来说更喜欢使用Excel收集一些常用数据),而系统又需要这些数据来处理其他业务,那么此时我们就需要将这些数据导入到数据库中。但是鉴于Excel的样式多种多样,因此每次导入时都必须书写很多重复的代码。很明显对于一个软件开发者做这些重复劳动是一件很无趣的事情。那么怎样来寻中一种通用的方法呢?今天我们就一块看一下如何来解决这个问题。主要内容 Excel操作组件的选择总体设计思路配置文件设计类设计
- 2022-12-28 10:05:04下载
- 积分:1
-
c常用算法源程序集之1 或者看看有没有这个文件:samples_win32_multithread.zip,或 samples_win32_multithrea...
c常用算法源程序集之1 或者看看有没有这个文件:samples_win32_multithread.zip,或 samples_win32_multithread.rar-c common algorithms Set a source or to see if there is the document : samples_win32_multithread.zip or samples_win32_multithread.rar
- 2022-03-21 09:08:29下载
- 积分:1
-
a copy of the document Liezi, they can refer to http://www.micrel.cz/delphi/inde...
一个复制文件的列子,可以参考http://www.micrel.cz/delphi/index_e.html-a copy of the document Liezi, they can refer to http://www.micrel.cz/delphi/index_e.html
- 2022-05-08 19:14:06下载
- 积分:1