-
a terrific C revenue log processing. Functional strong!
一个很棒的C++开源的日志处理程序。功能很强!-a terrific C revenue log processing. Functional strong!
- 2023-03-20 17:30:04下载
- 积分:1
-
MP3方案的NON UMS的FILE SYSTEM实现
MP3方案的NON UMS的FILE SYSTEM实现-MP3 program NON UMS to achieve the FILE SYSTEM
- 2023-08-11 18:50: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
-
This is the company which I do a document data recording function module part. C...
这是我公司里面做的一个文件数据记录模块功能的一部分。压缩包里面有设计文档,大家可以参考下。-This is the company which I do a document data recording function module part. Compressed with a design document, we can refer to the next.
- 2022-03-12 01:23:34下载
- 积分:1
-
source of the large amount of data space spatial data retrieval
本源码是对大数据量的空间数据进行空间检索的-source of the large amount of data space spatial data retrieval
- 2022-03-20 05:56:20下载
- 积分:1
-
一个小脂肪文件系统的源代码
一个小型的FAT文件系统源码-a small FAT file system source code
- 2022-02-21 08:08:04下载
- 积分:1
-
对LZSS压缩进行改进, 提高了LZSS对连续编码的效果.相当于LZSS + RLE....
对LZSS压缩进行改进, 提高了LZSS对连续编码的效果.相当于LZSS + RLE.-Compression of LZSS improve LZSS enhance the effect of continuous coding. Equivalent LZSS+ RLE.
- 2022-01-25 14:03:00下载
- 积分:1
-
一个遍历文件夹中文件的例子,已经在源码上做了修改,方便调用!...
一个遍历文件夹中文件的例子,已经在源码上做了修改,方便调用!-traverse a document folder example, the source code has been revised to facilitate the call!
- 2022-01-22 17:09:13下载
- 积分:1
-
PE文件解析
应用背景对EXE DLL文件pe结构 进行解析 ,包括 是否PE文件 资源表 导入表 导出表 重定位表 等各目录表项 PE文件基本信息 入口点 大小 区段等关键技术pe文件的各结构 进行解析 各目录表项:1.资源表 2.重定位表 3.导出表 4.导入表等 详细信息:入口点 大小 区段等
- 2022-04-14 18:19:04下载
- 积分:1
-
获取文件属性(大小、创建时间、修改时间、访问时间等)
获取文件属性(大小、创建时间、修改时间、访问时间等)-access to file attributes (size, creation time, the modification time, the time for the visit)
- 2022-05-30 15:07:36下载
- 积分:1