-
与Windows搜索文件的定位系统可以搜索文件相符…
文件查找系统,跟Windows中的搜索文件一样可以查找所对应的文件-document locator system with the Windows search can search for documents corresponding to the document
- 2023-08-25 20:20:02下载
- 积分:1
-
一个类似于记事本的.net程序,实现了经典的文档视图模式即MVC模式,有很好的扩展性,可以作为学习.net的实例。...
一个类似于记事本的.net程序,实现了经典的文档视图模式即MVC模式,有很好的扩展性,可以作为学习.net的实例。-similar to the one in the notebook. Net program, realized the classic document view mode that MVC model, good scalability, can be used as learning. net examples.
- 2023-04-11 05:30:04下载
- 积分:1
-
基于OpenDWG开发AutoCAD Proxy对象图元分解程序
基于OpenDWG开发AutoCAD Proxy对象图元分解程序-OpenDWG based on the development of AutoCAD Proxy Object map yuan decomposition process
- 2022-05-28 05:57:11下载
- 积分:1
-
可以实现画图和文档保存功能操作的单文档小小应用程序
可以实现画图和文档保存功能操作的单文档小小应用程序-can achieve drawing and document retention operation of the small single-file applications
- 2022-10-01 20:00:03下载
- 积分:1
-
自己开发的可任意大小文件切割工具,适用于文本文件切割,应用于手机类只能读取特定大小文件的设备应用。...
自己开发的可任意大小文件切割工具,适用于文本文件切割,应用于手机类只能读取特定大小文件的设备应用。-its own development of any size paper cutting tools, applicable to text files cutting, used in cell phone read only specific types of paper the size of equipment applications.
- 2022-11-11 11:20:03下载
- 积分:1
-
用delphi写的文件更改名称的小程序,希望对学习文件操作的人有所帮助...
用delphi写的文件更改名称的小程序,希望对学习文件操作的人有所帮助-used to write the document to change the name of the small programs, and I hope to study documents the operation of some help
- 2022-01-26 17:20:23下载
- 积分: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
-
*
*
* 38 11/03/98 2:10p Admin
* Added jackpot and gambit. Removed random player selection. Added part
* of MPede support. Added response to ChatgamesID request. Added code
* to track server name.
*/-*
* 38 11/03/98 2:10p Admin
* Added jackpot and gambit. Removed random player selection. Added part
* of MPede support. Added response to ChatgamesID request. Added code
* to track server name.
*/
- 2022-03-04 22:34:58下载
- 积分:1
-
hex 数据读取例子
hex 数据读取例子-hex data read examples
- 2022-03-20 18:42:55下载
- 积分:1
-
读取当前目录下的Ini文件类 CIiniFile功能:系统提供的WriteProfileInt()等函数,写到注册表或系统ini文件,调用比较麻烦,而且会占用注...
读取当前目录下的Ini文件类 CIiniFile功能:系统提供的WriteProfileInt()等函数,写到注册表或系统ini文件,调用比较麻烦,而且会占用注册表资源,下载了网上的ini类用起来又不太顺手,所以参照写了一个读取当前目录下ini文件的类。程序有详细的注释,欢迎批评指正-read in the current directory Ini document CIiniFile functional categories : the system provides WriteProfileInt () function, wrote registry or system ini document, called more trouble, but will occupy the registry resources, downloaded online category with the ini I did not dig up, a reference was made to read current directory ini document type. Detailed procedures of the Notes welcome criticism correction
- 2022-01-30 15:03:49下载
- 积分:1