-
该程序是基于对话筐的MFC应用程序,主要是将了在不打开文件的情况下在窗体中显示文件的属性...
该程序是基于对话筐的MFC应用程序,主要是将了在不打开文件的情况下在窗体中显示文件的属性-that the procedure was based on dialogue basket MFC applications, mainly to the open files in the case of the form shown in the document properties
- 2022-03-07 05:39:01下载
- 积分:1
-
使用 CPP 打字教程
取得使用 cpp 的打字教程。它有 3 种模式即评价模式。培训模式和词模式。
你打字的速度和准确性,没有错的字显示类型和其他的分析。
- 2023-07-31 20:40:03下载
- 积分:1
-
This is my company to do an initial software, its function is to achieve : the d...
这是我为公司做的一个初步软件,其实现功能是:在指定的文件夹下生成缺少的ini文件(对应wma音乐文件),并且在TreeView控件中显示文件名,点击可以进行编辑,修改-This is my company to do an initial software, its function is to achieve : the designated folder generation indispensable ini file (for WMA music files), and the TreeView control display of file names, it can edit, modify, etc.
- 2023-03-01 00:10:03下载
- 积分:1
-
在jsp中实现接收上传文件的java源代码
在jsp中实现接收上传文件的java源代码-in achieving upload documents to receive the java source code
- 2022-05-21 00:51:05下载
- 积分:1
-
vc开发的简单XML查看器,很方便,有助于学习XML开发。
vc开发的简单XML查看器,很方便,有助于学习XML开发。-vc developed a simple XML viewer, it is convenient and conducive to learning XML development.
- 2022-02-22 03:47:09下载
- 积分: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
-
一个读取和写入ini配置文件的例子。从list1中读出数据写入到ini文件,再从ini文件写入到list2。...
一个读取和写入ini配置文件的例子。从list1中读出数据写入到ini文件,再从ini文件写入到list2。-Ini to read and write a configuration file example. List1 in读出数据from written to ini file, ini file from the write to list2.
- 2022-01-22 01:10:49下载
- 积分:1
-
ssl漏洞侦测原始码
ssl漏洞侦测原始码
- 2022-01-27 12:13:03下载
- 积分:1
-
用delphi编写的实现文件分割与合并功能的小程序,有源码。
用delphi编写的实现文件分割与合并功能的小程序,有源码。-with delphi achieve document prepared by the division of functions and consolidation of small procedures, the source code.
- 2022-03-14 19:41:01下载
- 积分:1
-
chm 帮助很多人问起现在的CHM帮助文档如何作为软件的热点敏感帮助,网上搜索的资料也不多,可能是太简单了吧,...
chm 帮助很多人问起现在的CHM帮助文档如何作为软件的热点敏感帮助,网上搜索的资料也不多,可能是太简单了吧,-chm helpful to a lot of people asked now how CHM help documentation software as a hot-sensitive help. Search online information is not large, may be too simplistic a bar, Oh
- 2022-02-03 09:15:52下载
- 积分:1