-
这是注册表编辑器下的电脑,我的移植原工艺…
这个是PC下的注册表编辑器,我对原来的程序进行了移植并做了相应的修改。原作者是在EVC在模拟器上做的,相信大家看了之后也可以进行相应的操作的-This is a PC under the Registry Editor, I am the original process of the transplant and the corresponding changes. Author of the EVC done in the simulator, I believe we can also read after the corresponding operation
- 2022-04-17 06:52:46下载
- 积分: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
-
这是用VB边学的一个写字板。,纯属联系,希望对喜欢的朋友有缩帮组...
这是用VB边学的一个写字板。,纯属联系,希望对喜欢的朋友有缩帮组-It is used as a tablet to learn VB. Is purely in hopes of favorite group of friends to help shrink
- 2022-02-14 21:53:25下载
- 积分:1
-
This program searches disk for files that matches specified mask and deletes the...
This program searches disk for files that matches specified mask and deletes them to clean disk from unused and unneeded files.
- 2022-03-26 06:32:35下载
- 积分:1
-
由所获得的测井数据求取相应的层速度,密度,反射系数,并成图...
由所获得的测井数据求取相应的层速度,密度,反射系数,并成图-convert the log data to layer velocity,decity,reflectance,and plot them
- 2022-05-15 22:19:58下载
- 积分:1
-
用于将图像文件转换为内核引导屏幕的位图转换器
Bitmap Converter for converting image files to kernel boot screen
- 2022-06-21 17:50:21下载
- 积分:1
-
这是用Delphi7在windows下开发的“搜索目录”小程序。软件大小为:(400KB)...
这是用Delphi7在windows下开发的“搜索目录”小程序。软件大小为:(400KB)-This is the windows with Delphi7 developed under "Search Directory" small programs. Software Size : (400KB)
- 2022-08-18 03:04:44下载
- 积分:1
-
FAT32文件系统结构研究
.对 FAT32 文件系统的结构和技术实质进行了详细分析...
FAT32文件系统结构研究
.对 FAT32 文件系统的结构和技术实质进行了详细分析-FAT32 file system structure. On the FAT32 file system structure and technology, a detailed analysis of the substance of
- 2022-05-20 05:44:51下载
- 积分:1
-
一个监控文件夹源程序
一个监控文件夹源程序-a source control folder
- 2022-03-17 15:42:11下载
- 积分:1
-
多目标nsga最新算法,自己改进
多目标nsga最新算法,自己改进后的,对学习这个方向的很有帮助
- 2022-01-26 08:31:23下载
- 积分:1