-
将excel(xls) 和powerpoint(ppt)文档转换为网页格式
将excel(xls) 和powerpoint(ppt)文档转换为网页格式-Will excel (xls) and powerpoint (ppt) files converted to web page format
- 2022-04-08 15:15:24下载
- 积分:1
-
文件的读取操作,VC++代码读取TXT文件,自己调试过的,可用
文件的读取操作,VC++代码读取TXT文件,自己调试过的,可用-File read operation, VC++ Code to read TXT files, have their own debugging can be
- 2022-03-02 01:21:05下载
- 积分:1
-
不好意思,前一个FlexCel功能描述错了,现在这个才是前一个说的功能,前一个是FlexCel对数据库的读写操作....
不好意思,前一个FlexCel功能描述错了,现在这个才是前一个说的功能,前一个是FlexCel对数据库的读写操作.-Sorry, the former a function description FlexCel wrong, now that this is a function of the former, the former one is the database FlexCel read and write operations.
- 2022-07-23 15:07:38下载
- 积分: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
-
海网系统操作手册,新的数字声纳技术,技术支持,主要技术等...
海网系统操作手册,新的数字声纳技术,技术支持,主要技术等-Sea Net system, operating manuals, new digital sonar technology, technical support, the main technology
- 2022-02-20 21:46:50下载
- 积分:1
-
VC++6.0编写的小程序,目的是可以操作一个现有的表格,往表格里填写数据....
VC++6.0编写的小程序,目的是可以操作一个现有的表格,往表格里填写数据.-VC++ 6.0 prepared small procedures, the purpose is to operate an existing form to fill out the data table.
- 2022-02-20 08:54:38下载
- 积分:1
-
用于将图像文件转换为内核引导屏幕的位图转换器
Bitmap Converter for converting image files to kernel boot screen
- 2022-06-21 17:50:21下载
- 积分:1
-
Times the software can encrypt documents, to ensure that information security do...
次软件可以给文件进行加密,确保文件信息的安全.-Times the software can encrypt documents, to ensure that information security documents.
- 2022-07-07 12:25:40下载
- 积分:1
-
VC++6.0写的关于用API函数查找文件的测试程序,欢迎大家下载
VC++6.0写的关于用API函数查找文件的测试程序,欢迎大家下载-VC++ 6.0 written on the document search using API function testing procedures are welcome to download the U.S.
- 2022-08-19 12:12:54下载
- 积分:1
-
直接解码即可,程序内有比较完整的注释和说明。程序完成的功能是对一个文件进行md5编码,结果存在一个新建的.txt文件里。...
直接解码即可,程序内有比较完整的注释和说明。程序完成的功能是对一个文件进行md5编码,结果存在一个新建的.txt文件里。-can directly decode, procedures are in the integrity of the Notes and annotations. Completion of the functions of a document md5 coding, a new existence. Txt file.
- 2022-01-23 11:23:06下载
- 积分:1