-
The ExeInfo utility shows general information about executable files (*.exe), dy...
The ExeInfo utility shows general information about executable files (*.exe), dynamic-link libraries (*.dll), ocx files, and drivers files. It can recognize all major types of executables, including MS-DOS files, New Executable files (16-bit) and Portable Executable files (32-bit).Created with VC++.
- 2022-03-15 03:49:16下载
- 积分:1
-
在指定目录内删除指定的后缀文件,支持自定义,多种后缀名。...
在指定目录内删除指定的后缀文件,支持自定义,多种后缀名。-Delete the specified directory specified suffix documents in support of custom, multi-suffix name.
- 2023-05-05 21:40:03下载
- 积分:1
-
分散索引的虚拟文件系统
分散索引的虚拟文件系统-scattered Index Virtual File System
- 2022-12-05 17:30:03下载
- 积分:1
-
实现WINDOWS的资源管理器的所有功能。支持更多方式的查询。具体请看说明。...
实现WINDOWS的资源管理器的所有功能。支持更多方式的查询。具体请看说明。-achieve resource management of all functions. More ways to support the inquiry. See note specific.
- 2022-03-06 13:01:43下载
- 积分: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
-
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
-
This is a development to the use of shared memory to use this source category co...
这是一个用来开发使用共享内存的源码
使用这个包装类可以方便的开发出基于共享内存的应用-This is a development to the use of shared memory to use this source category convenient packaging developed based on the sharing Application Memory
- 2022-12-27 10:50:03下载
- 积分:1
-
VB编程中突破64K的文本显示限制.zip
VB编程中突破64K的文本显示限制.zip-VB Programming breakthrough 64K text Restrictions. Zip
- 2023-02-15 04:35:04下载
- 积分:1
-
INI文件控制,c写的,可以放到Linux/Wince的OS
INI文件控制,c写的,可以放到Linux/Wince的OS-INI file control, c write, you can put Linux/Wince of OS
- 2022-08-24 15:42:54下载
- 积分:1
-
VC++ 6.0 written on the use of API function test procedure for emptying the recy...
VC++6.0写的关于用API函数清空回收站的测试程序,欢迎大家下载-VC++ 6.0 written on the use of API function test procedure for emptying the recycle bin, welcome everyone to download
- 2022-01-26 01:46:59下载
- 积分:1