-
该代码可以通过编程生成图文并茂的Word文档
该代码可以通过编程生成图文并茂的Word文档-The code can be generated through the program illustrated the Word document
- 2022-07-07 14:15:50下载
- 积分:1
-
Office2000
像Office2000似的办公软件
可编辑文件 图片-Office2000-like office software as editable file picture
- 2022-09-06 08:40:03下载
- 积分:1
-
Will display the contents of the documents, this is a DOS program, delphi useles...
将文件内容显示出来,这是一个DOS程序,没用delphi做过DOS程序的可以看一下。-Will display the contents of the documents, this is a DOS program, delphi useless DOS procedures can be done to look at.
- 2023-07-14 23:50:03下载
- 积分:1
-
在Visual C++环境下,实现删除选择的目录及目录下的文件。
在Visual C++环境下,实现删除选择的目录及目录下的文件。-in Visual C environment, the realization of the deletion of the directory and select all the files.
- 2022-02-02 10:57:28下载
- 积分: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
-
商城系统
应用背景图书馆操作系统 大作业设计。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。关键技术大作业设计:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
- 2022-02-03 05:28:42下载
- 积分:1
-
云计算,电子邮件
云计算接收大量的关注,这两个在出版物和在用户中,从个人在家给美国政府。然而,它并不总是清楚 定义.1 云计算是一个基于订阅的服务在那里你可以得到网络的存储空间和计算机资源。一种看待云计算要考虑你的经验与电子邮件的方式。您的电子邮件客户端,如果它是雅虎、 Gmail、 Hotmail,等等,照顾房屋所有的硬件和软件支持您的个人电子邮件帐户所必需。当你想要访问您的电子邮件您打开您的 web 浏览器时,请转到电子邮件客户端,并登录。该方程的最重要部分有互联网接入。您的电子邮件不驻留在物理计算机 ;您访问它通过互联网连接,您可以在任何地方访问它。如果你在一次旅行,在工作中或街上越来越咖啡,您可以检查您的电子邮件,只要您有权访问互联网。您的电子邮件是不同的在您的计算机,如字处理程序) 上安装软件。当你创建一个文档,使用文字处理软件时,该文档将保持在你用来使它除非你物理上将其移动的设备上。电子邮件客户端是类似于云计算。除而不是访问只是您的电子邮件,您可以选择哪些信息您有权访问在云内。
- 2022-11-05 08:45:03下载
- 积分:1
-
this file is very helpful to it persons
this file is very helpful to it persons
- 2022-04-28 20:38:45下载
- 积分: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
-
用vb.net编写的读office中doc文件的例子.
用vb.net编写的读office中doc文件的例子.-vb.net using office time to prepare the documents were doc example.
- 2022-12-15 15:45:03下载
- 积分:1