-
读出"已存在"的文本文件(英文),将其中的单词写入另一个文件...
读出"已存在"的文本文件(英文),将其中的单词写入另一个文件-read out "the existence of a" text files (English), which will write another word document
- 2022-03-24 04:56:14下载
- 积分:1
-
文件操作,读取文件,并同时写进另一个文件中去 。
文件操作,读取文件,并同时写进另一个文件中去 。-file manipulation, reading the paper and also included in another document.
- 2022-05-14 00:55:25下载
- 积分:1
-
Encrypt File in C#
这个程序提供了一个算法来加密文件中的数据很容易加密您的文件其他人无法查看您的文件内容。
- 2022-08-09 03:35:03下载
- 积分:1
-
BVH文件阅读器的头文件
bvh reader header file
- 2022-12-01 00:30: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
-
递归实现目录及以下的文件的拷贝,删除,移动等操作的C++ 源代码...
递归实现目录及以下的文件的拷贝,删除,移动等操作的C++ 源代码-recursive directory and the following copy of the document, delete, mobile operators such as the C source code
- 2022-08-19 17:53:27下载
- 积分:1
-
输入两个正整数m和n,求其最大公约数和最小公倍数。
输入两个正整数m和n,求其最大公约数和最小公倍数。-Enter two positive integers m and n, for their common denominator and least common multiple.
- 2022-03-16 13:31:06下载
- 积分:1
-
虚拟文件系统 这个简单的文件系统实现了最简单的文件系统功能,是使用一个磁盘文件来模拟磁盘的。...
虚拟文件系统 这个简单的文件系统实现了最简单的文件系统功能,是使用一个磁盘文件来模拟磁盘的。-virtual file system this simple file system to achieve the most simple functions of the file system is to use a disk file to simulate disk.
- 2022-01-21 17:28:34下载
- 积分:1
-
单文档,可以像TXT记事本一样操作,但比记事本功能多
单文档,可以像TXT记事本一样操作,但比记事本功能多-Single document, can be like Notepad as TXT, but more than Notepad function
- 2022-09-17 13:45:03下载
- 积分:1
-
将网页上的文字提取下来保存在本地数据文件的工具.
将网页上的文字提取下来保存在本地数据文件的工具.-website will be extracted from the text stored in the local data files tool.
- 2023-07-30 18:35:03下载
- 积分:1