-
操作PE文件的一个类,对于理解PE文件的格式有帮助
操作PE文件的一个类,对于理解PE文件的格式有帮助-operation of a document PE class for understanding the format of PE help
- 2022-03-06 18:09:10下载
- 积分:1
-
WINAPI所操作的INI文件的封装类,可以实现写数字字符串文件创建等功能....
WINAPI所操作的INI文件的封装类,可以实现写数字字符串文件创建等功能.-WINAPI operated package INI file type, you can write numbers and strings to achieve the functions of file creation.
- 2022-01-25 15:44:01下载
- 积分:1
-
开源 DXF 文件处理库
很多开发人员和地理信息系统 (GIS) 专家一直无法使用 Drawing Interchange Format (DXF) 格式的文件。这些 AutoCAD 格式的文件通常需要安装了 Windows® 和 AutoCAD 才能打开。借助便捷的开源库 dxfLib,您的应用程序就可以读取任何操作系统上的 DXF文件,并且不产生任何成本。
- 2022-12-03 11:20:03下载
- 积分: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
-
使用递归算法在指定目录下查找文件
使用递归算法在指定目录下查找文件-use recursive algorithm in designated directories search for documents
- 2023-02-21 15:05:04下载
- 积分:1
-
ResourceEidtor Base Speadrum CPU, This is the exe file
ResourceEidtor Base Speadrum CPU, This is the exe file
- 2022-03-26 17:22:17下载
- 积分:1
-
一个VC写的grep程序,可以查找指定文件中的内容
一个VC写的grep程序,可以查找指定文件中的内容-a written grep procedures, can find the specific file content
- 2022-03-20 20:10:07下载
- 积分:1
-
单文档,可以像TXT记事本一样操作,但比记事本功能多
单文档,可以像TXT记事本一样操作,但比记事本功能多-Single document, can be like Notepad as TXT, but more than Notepad function
- 2022-09-17 13:45:03下载
- 积分:1
-
源代码)免费软件,能够自动查找系统的垃圾文件 可手动添加垃圾文件格式。只需对磁盘做个快照,以后可以随时搜索磁盘新增文件,然后将其删除。可将这些搜索到的新增文件以...
源代码)免费软件,能够自动查找系统的垃圾文件 可手动添加垃圾文件格式。只需对磁盘做个快照,以后可以随时搜索磁盘新增文件,然后将其删除。可将这些搜索到的新增文件以文件的方式保存,便于以后清理。注册表Add/Remove清理,使得你清理注册表更方便、快捷。-source code) free software to automatically search the garbage documents can be manually add garbage files. Just to be a snapshot of the disk, then you can always search the new disk, and then to delete it. They can be searched in the new document to the document preservation, to facilitate later cleared. Registry Add/Remove clear that you clean up the registry more convenient and efficient.
- 2022-02-26 22:38:41下载
- 积分:1
-
Simple to realize. Txt file compression format, this is my first to do curriculu...
实现了简单的对.txt格式文件的压缩,这是我做的第一个课程设计,希望对大家有帮助-Simple to realize. Txt file compression format, this is my first to do curriculum design, in the hope that everyone has to help
- 2023-04-09 02:05:03下载
- 积分:1