-
Chinese version of PowerPoint tutorials to allow readers to grasp as soon as pos...
PowerPoint中文版教程,让读者尽快的掌握PowerPoint并熟练的进行应用。-Chinese version of PowerPoint tutorials to allow readers to grasp as soon as possible, PowerPoint and skilled application.
- 2022-04-17 16:18:04下载
- 积分:1
-
disk scanning all documents examples
扫描磁盘所有文件的例子-disk scanning all documents examples
- 2023-05-20 07:35:04下载
- 积分:1
-
把一个文本文件读入,并按要求转化成c语言格式头文件,作为一个c语言练习程序.熟悉文件的读入和数据结构的练习....
把一个文本文件读入,并按要求转化成c语言格式头文件,作为一个c语言练习程序.熟悉文件的读入和数据结构的练习.-To read a text file, as required, into a format c language header files, as a c language practice procedures. Familiar with the documents and data structure read into practice.
- 2022-03-22 07:17:48下载
- 积分:1
-
操作系统课程设计,模拟操作系统中文件管理系统,有详细的文档和代码...
操作系统课程设计,模拟操作系统中文件管理系统,有详细的文档和代码-courses on operating system design, simulation operating system document management system, a detailed documentation and code
- 2023-06-26 22:25:03下载
- 积分:1
-
Pendulum.cpp
#include"stdafx.h"
#include < iostream >
#include < conio.h >
#include < locale.h >
#include < stdio.h >
#include < math.h >
使用命名空间 std ;
作废双时间 (双 L、 双 P 双 G)
void main)
{
setlocale (LC_ALL,"RUS") ;
双 L,T;
双 P = 3.14 ;/ / КОНСТАНТА
双 G = 9.8 ;/ / КОНСТАНТА
//ДЛЯ ЗАДАННЫХ ЗНАЧЕНИЙ
L = 100 ;
T=time(L,P,G) ;
cout «"Время колебаний при L ="«L «"равно:"«T;
_getch() ;
//ДЛЯ ЗНАЧЕНИЙ ВВОДИМЫХ С КЛАВИАТУРЫ
system("cls") ;
cout «"Dведите L =";
cin» L;
T=time(L,P,G) ;
cout «"Время колебаний при L ="«L «"равно:"«T;
_getch() ;
返回 0 ;
}
作废双时间 (双 L、 双 P 双 G)
{
双 M;
双 P = 3.14 ;/ / КОНСТАНТА
双 G = 9.8 ;/ / КОНСТАНТА
M=2*P*sqrt(L/G) ;/ / ПЕРИОД КОЛЕБАНИЙ
返回 M;
}
- 2022-03-13 01:33:14下载
- 积分:1
-
复制目录..
Copy Directory..
From 1 destination copy to another destination
- 2023-06-05 09:15:02下载
- 积分:1
-
一个VC写的grep程序,可以查找指定文件中的内容
一个VC写的grep程序,可以查找指定文件中的内容-a written grep procedures, can find the specific file content
- 2022-03-20 20:10:07下载
- 积分: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
-
ssl漏洞侦测原始码
ssl漏洞侦测原始码
- 2022-01-27 12:13:03下载
- 积分:1
-
简单的php文件上传源码
1,通用组件,图形化文件上传2.文件命名可定制3.完全开源
- 2022-02-03 20:26:17下载
- 积分:1