-
AirPIF files translation cad
AirPIF文件转换--cad-AirPIF files translation cad
- 2022-11-24 19:00:03下载
- 积分:1
-
列表头文件注册系统
应用背景我在大学时使用的头文件。相当简单,它只使用结构和指针。关键技术在C++中,它只需要头文件。我会更新,后来寿。这是在西班牙,但我不认为这是一个麻烦
- 2022-01-28 20:19:53下载
- 积分:1
-
The software supports multi
本软件源码支持多文档操作。(Lab Windows)删除文件是电脑应用中最常使用到的操作之一了,一般说来,我们删除文件的目的就是把文件弃之不要或为了腾出更多的磁盘空间,但是系统为了防止我们删除后又后悔,设计可谓用心良苦,这一点最充分体现在回收站的出现。 当我们将文件删除后,文件其实只是被转移到了磁盘中一个叫“Recycled”的文件夹中,以防备万一你需要“回收”。这种设计的好处是不言而喻的,但也有一些问题,如果你 删除的文件内容含有重大的商业秘密或个人隐私,而你又没有及时清空回收站的话,别人很容易从你的回收站中“捡”出这些有价值的文件;另一方面,这种删除方法其实并没有给你的磁盘腾出空间,改变了我们删除文件的初衷。那么要如何才能真正地删除文件呢?-The software supports multi-source operating documents. (Lab Windows) delete the file is a computer application to the most commonly used one of the operators, in general, we have deleted the purpose of the paper is to document or not to abandon it in order to free more disk space, but the system in order to prevent our regret later deleted, the design is well intentioned, this the most fully reflected in the emergence of Recycling. When we delete the document, in fact, is being transferred to a disk called "Recycled" folder, to prevent the event that you need to "recovery." The benefits of this design is self-evident, but there are some proble
- 2022-08-16 13:40:33下载
- 积分: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
-
从可执行文件中读取版本信息 从可执行文件中读取版本信息
从可执行文件中读取版本信息 从可执行文件中读取版本信息-from executable file version information read from the document read executable version
- 2022-11-18 20:45:04下载
- 积分:1
-
主要用于文件的传输,仿制于网络上的文件传输法。文件的传送...
主要用于文件的传输,仿制于网络上的文件传输法。文件的传送-mainly for document transmission, in imitation on the network file transfer method. The document transmission
- 2022-07-01 14:13:51下载
- 积分: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
-
file type detection programs
文件类型探测程序-file type detection programs
- 2022-08-16 09:28:45下载
- 积分:1
-
文件批量重命名小工具,可以批量的把修改文件名,支持新文件名的格式自定义...
文件批量重命名小工具,可以批量的把修改文件名,支持新文件名的格式自定义-file renaming
- 2022-04-06 17:23:37下载
- 积分:1
-
讲解dll的来龙去脉,思路清晰,从根本上解决了对它的认识,是初学者快速入门。...
讲解dll的来龙去脉,思路清晰,从根本上解决了对它的认识,是初学者快速入门。-Dll to explain the ins and outs, clear, from the fundamental solution to the understanding of it is the beginners get started.
- 2022-11-05 15:00:03下载
- 积分:1