-
achieve WINDOWS tablet. Achieving a lot of functions. Extracting Password : www....
实现WINDOWS写字板。实现了很多功能。 解压密码:www.programsalon.com-achieve WINDOWS tablet. Achieving a lot of functions. Extracting Password : www.programsalon.com
- 2022-06-29 12:43:09下载
- 积分:1
-
文件读写的例子,初学对文件操作的朋友可以看看.程序是用CFILE类....
文件读写的例子,初学对文件操作的朋友可以看看.程序是用CFILE类.-document literacy example, when a document to the operation of friends can see. Procedures used CFILEs category.
- 2022-04-13 16:12:01下载
- 积分:1
-
MP3 ID3V23标签的读、写、删除模块和测试程序,适合学习文件操作的朋友....
MP3 ID3V23标签的读、写、删除模块和测试程序,适合学习文件操作的朋友.-the module can read,write delete mp3 ID3V23,it is suitable for studying file operation
- 2022-05-19 01:35:54下载
- 积分:1
-
比较2个文件夹(a,b)中的所有文件和文件夹,删除文件a中与b中相同的文件,保留不同文件和文件夹....
比较2个文件夹(a,b)中的所有文件和文件夹,删除文件a中与b中相同的文件,保留不同文件和文件夹.-Comparison of two folders (a, b) all files and folders, delete files a and b in the same document, to retain the different files and folders.
- 2022-01-25 16:24:06下载
- 积分:1
-
朴素贝叶斯分类器
应用背景那ïVE贝叶斯分类器:关键技术Java机器学习朴素贝叶斯文本分类器
- 2022-02-04 05:08:35下载
- 积分:1
-
一个文本文件读写类,基本的文件操作完成…
一个读写文本文件的类,基本上各种文件操作都齐全了-read and write text files a class, basically documents the operations are complete
- 2022-07-13 07:26:37下载
- 积分:1
-
这是一个用二分法搜索数据的例子,希望对朋友们有帮助。
这是一个用二分法查找数据的例子,希望对朋友们有所帮助。-This is a search for data using dichotomy example, and I hope to help friends.
- 2022-02-02 23:11:55下载
- 积分: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:的。。。。可以监控用户可设置为其它盘...
回收站监视本程序只设置对C:有效,删除C:的。。。。可以监控用户可设置为其它盘
- 2022-03-22 15:23:22下载
- 积分:1
-
多文档程序,使用VC6完成carichive类序列的。
多文档程序,vc6下完成,利用CArichive类实现文件序列化,实现两个绘图窗口的简单响应.-more documentation procedures, vc6 completed using CArichive category sequence files, graphics window to achieve two simple response.
- 2022-01-25 18:55:29下载
- 积分:1