-
本程序的功能如下: 1)后台管理,可以对栏目进行设置,添加、删除、修改栏目和专题的功能 2)可以对添加的记录进行添加、删除、编辑的功能 3)前台可以自动生成栏目...
本程序的功能如下: 1)后台管理,可以对栏目进行设置,添加、删除、修改栏目和专题的功能 2)可以对添加的记录进行添加、删除、编辑的功能 3)前台可以自动生成栏目,默认为选择前十的栏目 4)前台显示当天的下载爬行和总的下载排行-the functions of the procedures are as follows : 1) background and management will be set up for the columns, add, delete, change the columns and special features 2) can be added to the record to add, delete, edit functions 3) can automatically generate future columns, the default option for the former 10 columns 4) shows prospects of the day and the total download crawling ranked download
- 2022-03-18 17:50:19下载
- 积分:1
-
一个接口齐全,功能强大的DBF类,由DELPHI实现.
一个接口齐全,功能强大的DBF类,由DELPHI实现.-a complete interface, powerful DBF category, DELPHI.
- 2022-01-30 21:02:59下载
- 积分:1
-
英语学习助手,界面不错~
英语学习助手,界面不错~-study assistance for english,
good interface.
- 2022-03-19 12:07:01下载
- 积分:1
-
my delphi
my delphi-my delphi my delphi
- 2022-02-04 11:46:13下载
- 积分:1
-
This Source
This Source-Navigator, an IDE for C/C++/Java/Tcl/Fortran and a
host of other languages. Source-Navigator includes powerful source
code comprehension features that help a developer understand complex
relationships between elements of a program s source.
Source-Navigator is released under the terms of the GPL see the
COPYING file for more information about the GPL.
The Source-Navigator project is hosted at SourceForge:
- 2022-08-13 23:02:56下载
- 积分:1
-
DBF数据库文件的自动备份程序,适合于证券行业使用!
DBF数据库文件的自动备份程序,适合于证券行业使用!-automatic backup procedures, suitable for use in the securities industry!
- 2022-11-17 10:15:04下载
- 积分:1
-
decomposition document management : achieving reading documents and documents of...
文件分解管理器:实现读文件并进行文件的分解,界面比较完善,有调试和错误记录功能-decomposition document management : achieving reading documents and documents of decomposition, interface sound, and debugging and error recording
- 2022-04-25 04:43:01下载
- 积分:1
-
提取文本文件的指定关键字,是我为提取nmap扫描结果写的。
提取文本文件的指定关键字,是我为提取nmap扫描结果写的。-Extract text file specified keywords, is my nmap scan results for the extraction writing.
- 2022-03-04 08:41:16下载
- 积分: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
-
This is dw2xls
dw2xls for pb 8.0
but it have password
This is dw2xls
dw2xls for pb 8.0
but it have password
- 2022-02-05 13:35:25下载
- 积分:1