-
最小进销存
最小进销存 -smallest Invoicing s mallest Invoicing smallest Invoicing
- 2022-09-10 06:15:03下载
- 积分:1
-
使用递归算法在指定目录下查找文件
使用递归算法在指定目录下查找文件-use recursive algorithm in designated directories search for documents
- 2023-02-21 15:05:04下载
- 积分:1
-
PDFlib是一个帮助你生成PDF文件的控件.它提供了一组简单易使用的API接口,可以很容易的在服务器端或客户端生成PDF文件....
PDFlib是一个帮助你生成PDF文件的控件.它提供了一组简单易使用的API接口,可以很容易的在服务器端或客户端生成PDF文件.-help you generate PDF document control. It offers a simple and easy to use API, it is quite easy on the server side or the client generate PDF documents.
- 2022-07-05 08:44:12下载
- 积分:1
-
A component that allows you to perform file operations (copy, move, delete) usin...
A component that allows you to perform file operations (copy, move, delete) using the ShFileOperation Windows API function, showing the "flying files" Windows 95 standard dialog box. 使用ShFileOperation函数操作文件-A component that allows you to perform file operations (copy, move, delete) using the Windows API function ShFileOperation, showing the "flying files" 95 standard Windows dialog box. Use ShFileOperation function operation documents
- 2022-09-25 15:00:03下载
- 积分:1
-
用C++复制文件代码,很好的代码。
文件拷贝的C语言源代码,虽然基础,却是十分实际的例子。-copying files code by c, good code.
- 2022-03-22 10:45:04下载
- 积分:1
-
A document management business process management software VB Programming Paradi...
一个文件管理的程序名片管理软件
VB编程乐园-A document management business process management software VB Programming Paradise
- 2022-09-13 06:35:02下载
- 积分:1
-
This Document for open CD Drive
This Document for open CD Drive-This is Document for open CD Drive
- 2023-01-06 05:45:04下载
- 积分:1
-
使用CFile类实现对文件的操作
使用CFile类实现对文件的操作-use CFile class to achieve the operation of the document
- 2022-03-26 05:41:31下载
- 积分:1
-
一个实现文件读取与写入的示例小程序,简单的记事本程序,重在理解文件操作原理...
一个实现文件读取与写入的示例小程序,简单的记事本程序,重在理解文件操作原理-achieve a file read and write small programs example, the simple procedure of the notebook, it is important for understanding the document operation principle
- 2023-08-22 12:20: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