-
An MFC document operational procedures, can all be used for reference
一个MFC的文件操作程序,可以拿来参考,里面有注释-An MFC document operational procedures, can all be used for reference
- 2022-07-27 13:28:58下载
- 积分:1
-
批量更改windows文件名。
批量更改windows文件名。-volume changes windows file.
- 2022-12-18 07:15:02下载
- 积分: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
-
a platform based on the source document segmentation procedures can set separate...
一个基于c++平台的 文件分割程序源码 可以设置文件分割大小等-a platform based on the source document segmentation procedures can set separate document size
- 2022-03-23 21:53:55下载
- 积分:1
-
只许要把文件放到文件夹为“III”的同一目录,运行将可以文件夹加密...
只许要把文件放到文件夹为“III”的同一目录,运行将可以文件夹加密-only the documents should put to the folder "III" in the same directory, will be running folder encryption
- 2022-03-23 04:03:52下载
- 积分:1
-
VC7.1项目文件将被转换为VC6.0
将 vc7.1 的工程文件转换为vc6.0的-Vc7.1 the project file will be converted to the vc6.0
- 2022-04-20 10:26:06下载
- 积分:1
-
用VC操作文件的一些代码,包括存入,读取数据到文件中
用VC操作文件的一些代码,包括存入,读取数据到文件中-some code which operate file in VC
- 2022-07-02 14:25:32下载
- 积分:1
-
用delphi编写的实现文件分割与合并功能的小程序,有源码。
用delphi编写的实现文件分割与合并功能的小程序,有源码。-with delphi achieve document prepared by the division of functions and consolidation of small procedures, the source code.
- 2022-03-14 19:41:01下载
- 积分:1
-
一个文件捆绑器代码,编译时把杀毒软件关了,因为它会被杀毒软件杀。...
一个文件捆绑器代码,编译时把杀毒软件关了,因为它会被杀毒软件杀。-bundled with a document code, compile-time antivirus software related, because it will be scrapped antivirus software.
- 2022-03-06 17:14:46下载
- 积分:1
-
液晶刺激
基本液晶刺激 C 编程、 结构演示展示了如何设计一个液晶显示器样品。
- 2022-09-26 07:35:02下载
- 积分:1