-
这是我在做C++课程设计时写的,也是我第一个用写出来的Windows下的窗口应用程序.这个是一个单词查询的小程序,单词保存在word.txt文件中,解释保存在m...
这是我在做C++课程设计时写的,也是我第一个用写出来的Windows下的窗口应用程序.这个是一个单词查询的小程序,单词保存在word.txt文件中,解释保存在menning.txt文件中.两个文件用单词索引号联系和查询-This is what I do in C programs written by design, I also used to write a paragraph out of the window under Windows applications. This is a small word inquiry procedures , the word preserved in word.txt document, menning.txt explained deposited in the document. 2 Word documents, links and index inquiries
- 2022-02-24 15:14:18下载
- 积分:1
-
It s a portscan example in multithread mode
It s a portscan example in multithread mode
- 2022-08-20 14:52:32下载
- 积分:1
-
数字频率计
数字频率计
- 2022-03-21 01:04:13下载
- 积分:1
-
分形图象压缩的软件,利用迭呆法实现图象的压缩算法
分形图象压缩的软件,利用迭呆法实现图象的压缩算法-Fractal image compression software, use again and again to stay law realize image compression algorithm
- 2022-06-16 02:12:52下载
- 积分:1
-
simple text processing
简单的文本处理程序-simple text processing
- 2022-03-06 15:25:18下载
- 积分: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
-
CIniFile功能很多,直接将ini文件读写简单,CON…
cinifile类封装了大量的函数,能直接对ini文件进行读写操作,操作简单,方便,实用-cinifile a lot of functions, will direct the ini file read and write simple, convenient and practical
- 2022-03-23 14:35:55下载
- 积分:1
-
一个很好用的读写INI文件的类,各函数使用方法请看头文件
一个很好用的读写INI文件的类,各函数使用方法请看头文件-the class can read/write ini file,to get more info.,you can see the head file
- 2022-02-03 13:26:34下载
- 积分:1
-
一个实用的Word操作用例!
在这里你将会深深体会到Delphi操作WORD的方便性....
一个实用的Word操作用例!
在这里你将会深深体会到Delphi操作WORD的方便性.-a practical Word operate with cases! Here you will be deeply felt that the operation of Delphi WOR D convenience.
- 2022-01-27 16:45:11下载
- 积分:1
-
可以用此代码播放自己想听的WAV和MIDI声音文件以及系统声音文件。软件虽小但用处很大...
可以用此代码播放自己想听的WAV和MIDI声音文件以及系统声音文件。软件虽小但用处很大-can use this code to listen to the players themselves WAV and MIDI sound files and the system sound files. Software is a small but very useful
- 2023-02-28 23:05:03下载
- 积分:1