-
一个vc下的汉字转十六进制的小程序,希望对大家有帮助
一个vc下的汉字转十六进制的小程序,希望对大家有帮助-A vc transfer hexadecimal characters under a small program, we want to help
- 2023-01-31 00:20:04下载
- 积分:1
-
这是一个关于Excel的操作,是我自己写的,我觉得还可以,是在vb.net下完成的。...
这是一个关于Excel的操作,是我自己写的,我觉得还可以,是在vb.net下完成的。-This programme which is written by me using vb.net describes an operation on Excel .and I think the effect is good.So you may have a try!
- 2022-10-04 16:00:03下载
- 积分:1
-
Source code to operate (read/write) image files in .pcx format.
Reading every...
Source code to operate (read/write) image files in .pcx format.
Reading every layer of image in separate matrix.
Writing in simple pcx archive.
- 2023-05-11 08:00:02下载
- 积分:1
-
使用LabWindows实现文件的拖拽操作。本程序将拖拽的文件名显示在文本框内,并记录下鼠标的释放位置。...
使用LabWindows实现文件的拖拽操作。本程序将拖拽的文件名显示在文本框内,并记录下鼠标的释放位置。-Use LabWindows implementation file drag and drop. This program will drag the file name displayed in the text box, and record the location of the next release of the mouse.
- 2022-02-01 17:33:29下载
- 积分: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
-
在Visual C++环境下,实现删除选择的目录及目录下的文件。
在Visual C++环境下,实现删除选择的目录及目录下的文件。-in Visual C environment, the realization of the deletion of the directory and select all the files.
- 2022-02-02 10:57:28下载
- 积分:1
-
一个汉语拼音的程序,很简单实用。可以查询…
一个汉字转拼音的程序,非常简单实用.能够还能够查询功能。-a Chinese pinyin transfer procedures, a very simple and practical. Inquiries can also be able to function.
- 2023-01-20 20:15:04下载
- 积分:1
-
药物滥用的角色
这是联合国ñPeque O PROGRAMA德阙德java就像比如第实习一个秋波ficheros EN java Y ordenarlos ;
- 2022-01-26 19:28:24下载
- 积分:1
-
文件合并分离器,平时看到很多文件捆绑器,可是要分析其程序必须要分离,从网上找到的不是太好用,也不可控,就自己做了1个...
文件合并分离器,平时看到很多文件捆绑器,可是要分析其程序必须要分离,从网上找到的不是太好用,也不可控,就自己做了1个-merger document separator, usually see a lot of paper-bound, but should analyze its procedures must be separated from the Internet is not handy, nor controllable, it had become a
- 2022-07-27 02:18:27下载
- 积分:1
-
Simple to realize. Txt file compression format, this is my first to do curriculu...
实现了简单的对.txt格式文件的压缩,这是我做的第一个课程设计,希望对大家有帮助-Simple to realize. Txt file compression format, this is my first to do curriculum design, in the hope that everyone has to help
- 2023-04-09 02:05:03下载
- 积分:1