-
VC++6.0写的关于用API函数把文件放入回收站的测试程序,欢迎大家下载...
VC++6.0写的关于用API函数把文件放入回收站的测试程序,欢迎大家下载-VC++ 6.0 written on the use of API functions to the file into the recycle bin of the test procedure, welcome everyone to download
- 2023-04-01 13:35:03下载
- 积分:1
-
这是一个关于Excel的操作,是我自己写的,我觉得还可以,是在vb.net下完成的。...
这是一个关于Excel的操作,是我自己写的,我觉得还可以,是在vb.net下完成的。-This programme which is written by me using vb.net describes an operation on Excel .and I think the effect is good.So you may have a try!
- 2022-10-04 16:00:03下载
- 积分:1
-
程序来完成这个小的主要功能是实现传统的圣..
这个小程序主要完成的功能是实现传统风格和windows 2000风格文件的打开,比较一下,你会发现2000风格打开的文件界面操作会更加简单方便!-Procedures to complete this small main function is to realize the traditional style and windows 2000 style file open, compare, you will find 2000 to open a document style interface operation will be more simple and convenient!
- 2022-02-25 10:35:42下载
- 积分:1
-
TinyXML is an open
TinyXML是一个开源的解析XML的解析库。这个解析库的模型通过解析XML文件,然后在内存中生成DOM模型,从而让我们很方便的遍历这课XML树。给出了tinyxml应用示例,vc实现。-TinyXML is an open-source parsing XML parsing library. The analytical model of the library by parsing XML file, and then generate the DOM model in memory, so that we are very convenient to traverse the XML tree that lesson. Tinyxml application examples are given, vc achieved.
- 2022-03-22 06:35:10下载
- 积分:1
-
vc make the Notepad, a simple, string processing, input input
vc做的记事本,简单,字符串处理,输入输入-vc make the Notepad, a simple, string processing, input input
- 2023-02-08 16:50:04下载
- 积分: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
-
文件的读写操做,delphi7源代码开发调试成功.
文件的读写操做,delphi7源代码开发调试成功.-document literacy parade so delphi7 debug source code development success.
- 2022-03-14 14:02:44下载
- 积分:1
-
Anuvad introduce
阿努瓦德介绍
- 2022-05-13 20:41:32下载
- 积分:1
-
super text
超级文本处理软件,我设计该软件的目的是让它的功能远远地超过写字板-super text-processing software, the software design is aimed to allow its capabilities far exceeded tablet
- 2022-03-15 22:41:15下载
- 积分:1
-
我写的一对小批量的翻译程序,使用的话。
我自己写的一个对单词进行批量翻译的小程序 还好用-I wrote the words for one pair of small quantities translation procedures used better
- 2022-07-15 00:15:46下载
- 积分:1