-
程序提供了对文件指针的操作,利用指针可以快速的在文件中定位,进行插入替换等操作...
程序提供了对文件指针的操作,利用指针可以快速的在文件中定位,进行插入替换等操作-procedures for the operation of the file pointer, the use of indicators to quickly position in the document, other drop-in replacement operation
- 2022-06-12 02:37:43下载
- 积分:1
-
perl language based on the MS
基于perl语言实现的MS-Word文档信息提取程序,方便以后进行全文检索-perl language based on the MS-Word document information extraction procedures to facilitate subsequent full-text retrieval
- 2022-11-16 10:30:03下载
- 积分:1
-
simple text processing
简单的文本处理程序-simple text processing
- 2022-03-06 15:25:18下载
- 积分:1
-
一个非常好的磁盘扇区编辑工具,可以很难读写任何教派…
一款非常优秀的磁盘扇区编辑工具,可以对硬盘的任意扇区进行读写,修改,备份!希望对你有用,另外代码有详尽注释-A very good disk sector editing tool that can be hard to read and write any sector, modify, backup! Hope that useful to you, another code has detailed notes
- 2022-06-27 03:41:01下载
- 积分:1
-
This program searches disk for files that matches specified mask and deletes the...
This program searches disk for files that matches specified mask and deletes them to clean disk from unused and unneeded files.
- 2022-03-26 06:32:35下载
- 积分:1
-
Visual C++中的记事本,本源码对MFC的单文档作了比较详尽的说明,适合初学者入门学习参考,了解MFC单文档框架结构...
Visual C++中的记事本,本源码对MFC的单文档作了比较详尽的说明,适合初学者入门学习参考,了解MFC单文档框架结构-Visual C of the notebook, the source of MFC single document made a more detailed note, suitable for beginners learning portal reference understanding MFC single document frame structure
- 2023-02-22 18:25:03下载
- 积分:1
-
write the log file a class, of course, can also be used for recording time data...
写log文件的一个类,当然也可以用作记录适时数据使用。该类使用了临界区、事件、文件读写、线程等技术,是学习这些技术非常有参考价值的实例.-write the log file a class, of course, can also be used for recording time data access. The use of such a critical, events, document literacy, threading technology, learning technology is very useful examples.
- 2023-03-12 21:55:03下载
- 积分:1
-
好的XML文件读写程序,不错不错
希望能给大家带来帮助。
好的XML文件读写程序,不错不错
希望能给大家带来帮助。-Good to read and write XML documents procedures, good good hope that they will be helpful to everyone.
- 2022-08-21 16:25:03下载
- 积分:1
-
VC7到VC6工程的转换工具 VC7到VC6工程的转换工具
VC7到VC6工程的转换工具 VC7到VC6工程的转换工具-Vc7 to VC6 project Vc7 conversion tools to convert VC6 project tools
- 2022-04-15 04:04:53下载
- 积分: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