-
This is a tool to find key word in Office Word Document.
使用C#编写的一款Office Word文档的关键字查询工具-This is a tool to find key word in Office Word Document.
- 2023-07-17 03:40:03下载
- 积分:1
-
扫盲计划的源程序(风险投资)
读写pdf文件的程序开发库源码 (vc++)-literacy program for the source (vc)
- 2022-08-15 03:58:29下载
- 积分:1
-
用VC操作文件的一些代码,包括存入,读取数据到文件中
用VC操作文件的一些代码,包括存入,读取数据到文件中-some code which operate file in VC
- 2022-07-02 14:25:32下载
- 积分:1
-
similar to a free email software has increased its own new word
一个类似于金山词霸的软件 可以自己曾加新单词-similar to a free email software has increased its own new word
- 2022-10-19 18:55:03下载
- 积分:1
-
C语言读取txt文件,非常好用,很简单,
c语言读txt文件,非常好用,非常简单,-c language read txt file, very easy to use, very simple,
- 2022-11-26 11:25:03下载
- 积分:1
-
这是一个文件监控程序,可以在应用层级别对指定目录下的文件操作进行监控,包括修改删除新建重命名等,并且可以指定文件的类型,以进行细粒度控制...
这是一个文件监控程序,可以在应用层级别对指定目录下的文件操作进行监控,包括修改删除新建重命名等,并且可以指定文件的类型,以进行细粒度控制-This is a document control procedures, the application layer level to the designated directory file operations to monitor, the new amendments include the deletion rename, and can specify the type of document, for fine-grained control
- 2022-12-19 05:45:03下载
- 积分:1
-
FTP client for file and folder enumeration and populate the list box and then up...
用于FTP客户端文件和文件夹的列举并填入列表框中然后上传,和下载-FTP client for file and folder enumeration and populate the list box and then upload, and download
- 2022-08-16 14:21:14下载
- 积分:1
-
electronic wordlists of the system to achieve the target : a record recorded wor...
电子生词本
系统实现目标:
记录单词
记录文章(作为单词的上下文,可以分析出单词)
系统分为三层结构:磁盘存储、内存管理、用户交互-electronic wordlists of the system to achieve the target : a record recorded word article (as a word in the context, can analyze words) system is divided into three-tier structure : disk storage, memory management, user interaction
- 2022-03-19 03:07:12下载
- 积分: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
-
VC7.1项目文件将被转换为VC6.0
将 vc7.1 的工程文件转换为vc6.0的-Vc7.1 the project file will be converted to the vc6.0
- 2022-04-20 10:26:06下载
- 积分:1