-
drawing for the general drawing functions, including (point, line, rectangle, el...
画图,提供一般的画图功能,包括(点,直线,矩形,椭圆,多边形等)-drawing for the general drawing functions, including (point, line, rectangle, ellipse, polygon, etc.)
- 2022-10-09 00:05:03下载
- 积分:1
-
这是我用MFC写的一个小程序,主要功能是投票的机会。
这个是我用MFC写的一个小程序,主要功能是选票操作,没有采用数据库,而是采用的文本方式.是我初学MFC的做品.-This is what I use MFC to write a small program, the main function is to vote operations and the absence of the use of the database, instead of using the text mode. Is my beginner
- 2023-08-24 05:10: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
-
关于编程控制office系统的输出,提供随时打印功能
关于编程控制office系统的输出,提供随时打印功能-programming control office on the system"s output, ready for printing
- 2022-04-01 14:24:35下载
- 积分:1
-
000 compressed archive utility. According to the document, size, type (file or d...
个压缩归档实用程序。按照文件的时间、大小、类型(文件或者目录)、最后修改时间等进行筛选 能够把这些文件压缩,并添加适当的注释帮助辨认 能够添加校验值以确保复制和网络传输时不出错 保持备份时的目录结构以便恢复。-000 compressed archive utility. According to the document, size, type (file or directory), last modified time to screen these documents compression, and add the appropriate Notes can be added to help identify the checksum to ensure replication and network transmission time is not wrong to keep the backup directory structure to restore.
- 2022-07-02 07:44:05下载
- 积分:1
-
一个不错的文件操作类
一个不错的文件操作类-good files operation cla
- 2022-02-04 23:56:46下载
- 积分:1
-
java读取配置文件的几种方法.txt请认真书写上传资料的详细功能、包含内容说明...
java读取配置文件的几种方法.txt请认真书写上传资料的详细功能、包含内容说明-java to read configuration files in several ways. txt Please carefully write a detailed upload features, including the content description
- 2022-03-14 07:10:46下载
- 积分:1
-
关于文件上传时的操作 开发工具 JAVA+JAVABEAN+SERVLET
关于文件上传时的操作 开发工具 JAVA+JAVABEAN+SERVLET-on file upload operation Java development tools JAVABEAN SERVLET
- 2022-07-21 15:23:04下载
- 积分:1
-
扫盲计划的源程序(风险投资)
读写pdf文件的程序开发库源码 (vc++)-literacy program for the source (vc)
- 2022-08-15 03:58:29下载
- 积分:1
-
使用CFile类实现对文件的操作
使用CFile类实现对文件的操作-use CFile class to achieve the operation of the document
- 2022-03-26 05:41:31下载
- 积分:1