-
file cuts,siplest come true.
文件分割 最简单的实现-file cuts,siplest come true.
- 2022-03-22 12:05:39下载
- 积分:1
-
本程序演示了如何用VC编程实现读Outlook Express邮件系统里面的邮件。...
本程序演示了如何用VC编程实现读Outlook Express邮件系统里面的邮件。-this program demonstrated how to use VC Programming Reading Outlook Express mail system inside the mail.
- 2022-05-16 10:33:42下载
- 积分:1
-
样本文件为碳或碳
the sample file for C or C-the sample file for C or C++
- 2022-04-09 10:58:30下载
- 积分:1
-
定时清理Windows的指定的目录程序源码,在它运行时它会毫不客气地把指定目录下的东西Kill掉,不可恢复...
定时清理Windows的指定的目录程序源码,在它运行时它会毫不客气地把指定目录下的东西Kill掉,不可恢复-regularly clean up the Windows directory specified procedures source, it will run when it bluntly designated directory Kill things out, not to resume
- 2022-03-24 21:09:14下载
- 积分:1
-
mapinfo二次开发,检查数据格式是否为等值线数据
mapinfo二次开发,检查数据格式是否为等值线数据-MapInfo secondary development, inspection data format for data isogram
- 2023-07-24 06:50: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
-
一个可以自动对C源代码进行规范处理的软件的原代码,可以让你的源代码整齐规范...
一个可以自动对C源代码进行规范处理的软件的原代码,可以让你的源代码整齐规范-A C source code automatically to regulate the treatment of software source code, you can make your source code tidy norms
- 2023-02-09 03:10:04下载
- 积分:1
-
Perl脚本的FTP客户端
Perl Script Ftp Client - Connect the Ftp server and some file operation like create directly and file etc-Perl Script Ftp Client- Connect the Ftp server and some file operation like create directly and file etc
- 2022-03-16 11:46:20下载
- 积分:1
-
可以将int类型的转换为ascii码,输入为一个为binary为内容的文件,输出为一个ascii内容的文件。...
可以将int类型的转换为ascii码,输入为一个为binary为内容的文件,输出为一个ascii内容的文件。-Int type can be converted to ascii code for a binary input for the content of the document, the contents of the output to a ascii file.
- 2022-05-19 15:13:30下载
- 积分:1
-
Spatial data files, data format conversion shp files into OGC specifications wkt...
空间数据文件,数据格式的转换shp文件转换成OGC规范的wkt数据格式-Spatial data files, data format conversion shp files into OGC specifications wkt data format
- 2022-04-17 07:57:56下载
- 积分:1