-
一个不错的文件操作类
一个不错的文件操作类-good files operation cla
- 2022-02-04 23:56:46下载
- 积分:1
-
Fortran2003 功能的示例
示例面向对象编程使用 Fortran 2003 新增功能:类型扩展和继承、 多态性、 动态类型分配类型绑定过程
- 2022-03-14 22:48:34下载
- 积分:1
-
实用的小型FAT文件系统源码,包含的文件目录操作,读写操作等一些基本操作。...
实用的小型FAT文件系统源码,包含的文件目录操作,读写操作等一些基本操作。-Useful source of small FAT file system, including the file directory operations, such as reading and writing some of the basic operation of the operation.
- 2022-02-22 00:13:53下载
- 积分:1
-
一个可以写AVI视频文件的源程序,可以用来学习如何使用AVI文件的读写...
一个可以写AVI视频文件的源程序,可以用来学习如何使用AVI文件的读写-it can use to write avi file,you can use it to study reading/writing avi file
- 2022-05-20 22:19:38下载
- 积分:1
-
工资管理系统
这是一个很好的工资系统程序用此程序中使用的文件系统。欢迎下载,试用。谢谢您的支持。
- 2022-04-11 00:05:28下载
- 积分:1
-
在vc++环境中,对文件实行目录方式的查找
在vc++环境中,对文件实行目录方式的查找-in vc environment, the implementation of Contents of the document the way you! !
- 2022-12-30 05:55: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
-
excel的函数范例,既全面又易学,适合收藏
excel的函数范例,既全面又易学,适合收藏-excel function example, is both comprehensive and easy to learn, for collection
- 2023-06-17 09:50:03下载
- 积分:1
-
可以实现画图和文档保存功能操作的单文档小小应用程序
可以实现画图和文档保存功能操作的单文档小小应用程序-can achieve drawing and document retention operation of the small single-file applications
- 2022-10-01 20:00:03下载
- 积分:1
-
获取文件属性(大小、创建时间、修改时间、访问时间等)
获取文件属性(大小、创建时间、修改时间、访问时间等)-access to file attributes (size, creation time, the modification time, the time for the visit)
- 2022-05-30 15:07:36下载
- 积分:1