-
E
An e-book of File Structures
- 2022-01-21 04:12:27下载
- 积分: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
-
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
-
该程序具有初始化学生成绩,录入学生成绩,修改学生成绩,删除学生成绩,添加学生成绩,按总成绩查询,按姓名查询,按总分查询排名,按英语成绩查询,显示所有学生的数据等...
该程序具有初始化学生成绩,录入学生成绩,修改学生成绩,删除学生成绩,添加学生成绩,按总成绩查询,按姓名查询,按总分查询排名,按英语成绩查询,显示所有学生的数据等功能。-the initialization procedure with student performance, recording student performance, changes to student performance, student achievement delete, add to student performance, by a total score inquiries by name inquiries, inquiries by scores ranked by their English inquiries revealed that all the students data capabilities.
- 2022-08-08 20:39:00下载
- 积分:1
-
文件读写的例子,初学对文件操作的朋友可以看看.程序是用CFILE类....
文件读写的例子,初学对文件操作的朋友可以看看.程序是用CFILE类.-document literacy example, when a document to the operation of friends can see. Procedures used CFILEs category.
- 2022-04-13 16:12:01下载
- 积分:1
-
VC7到VC6工程的转换工具 VC7到VC6工程的转换工具
VC7到VC6工程的转换工具 VC7到VC6工程的转换工具-Vc7 to VC6 project Vc7 conversion tools to convert VC6 project tools
- 2022-04-15 04:04:53下载
- 积分:1
-
读写文件操作的源代码…打开封闭的D。
VC++读写文件的操作源代码...打开关闭文件,得到文件大小等等,有很大的参考价值-VC++ Read and write documents the operation of the source code ... open closed document, the file size, etc., there are a lot of reference value
- 2022-01-28 07:35:52下载
- 积分:1
-
查看DLL文件的VC代码
查看DLL文件的VC代码-view vc code about DLL files
- 2022-09-09 12:10:02下载
- 积分:1
-
vb procedures. Decompression can be used later. A background system. Cheerleadin...
vb的程序。解压缩后即能使用。一个后台系统。啦啦啦啦~-vb procedures. Decompression can be used later. A background system. Cheerleading Cheerleading ~
- 2023-04-26 08:35:03下载
- 积分:1
-
1,2,3,4 there is a figure that can vary the composition of the number of duplica...
有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少?-1,2,3,4 there is a figure that can vary the composition of the number of duplicate and without the three-digit figure? How many are?
- 2022-10-02 09:05:03下载
- 积分:1