-
读取ACVIEW 的shpfile 格式文件,并输出为文本文件的小程序。
读取ACVIEW 的shpfile 格式文件,并输出为文本文件的小程序。-the shpfile ACVIEW read format, and output to a text file of small programs.
- 2022-02-15 08:28:00下载
- 积分:1
-
koogra 用与读Excel表,特点是速度快。
koogra 用与读Excel表,特点是速度快。-Reading koogra using Excel sheet, characterized by speed.
- 2022-06-26 06:38:00下载
- 积分:1
-
主要功能:用于实现文本文件的查找与替换,用VC编写,用到类CStdioFile...
主要功能:用于实现文本文件的查找与替换,用VC编写,用到类CStdioFile
-main functions : to make the full text of the document search and replace, with VC preparation, use category CStdioFile
- 2022-03-21 13:09:56下载
- 积分:1
-
这是一个比较bin或者rbf与hex文件内容不同的工具。能在窗口上显示出不同处,同时能生成记录txt文件。...
这是一个比较bin或者rbf与hex文件内容不同的工具。能在窗口上显示出不同处,同时能生成记录txt文件。-This is a more or rbf bin hex contents of the documents and different tools. Window can display different, but will generate record txt document.
- 2022-01-28 22:48:24下载
- 积分:1
-
This example is a LabWindows environment, open the windows system, under the ini...
本实例是在LabWindows环境下,打开windows系统下的ini文件,并读取出其中的信息。-This example is a LabWindows environment, open the windows system, under the ini files, and read out the information.
- 2022-08-05 13:24:26下载
- 积分:1
-
flv_conversion guide file
flv_conversion guide file
- 2022-03-24 13:43:38下载
- 积分:1
-
反激变换器
如何通过使用 simporer 的设计反激变换器和将的绘图输出和在放在其他的转换器的手你拥有要下载 simporer v9 工作用这个模拟
- 2022-02-11 22:28:29下载
- 积分:1
-
file attributes directly run FileAttr.exe management. Paper copies of running Fi...
文件属性管理 直接运行FileAttr.exe。 文件的复制 运行FileCopy.exe后,选择源文件和目的文件。 汉字字模提取程序 运行GetFont.exe时,一定要将字库文件Hzk16拷贝到当前目录中。写字板 直接运行Word.exe。-file attributes directly run FileAttr.exe management. Paper copies of running FileCopy.exe, select the source and purpose of documents. Chinese Abstraction GetFont.exe running, it must document Hzk16 library copy of the current directory. Tablet Word.exe direct running.
- 2022-03-22 14:18:15下载
- 积分: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
-
对完整的文件名进行按盘符、路径、文件扩展名进行分割。
对完整的文件名进行按盘符、路径、文件扩展名进行分割。-On the integrity of the file name to carry out by letter, path, file extension separated.
- 2022-07-21 19:23:39下载
- 积分:1