-
makefile函数总结和使用方法
makefile用到的函数总结有使用方法,包括shell命令函数,匹配模式等,linux环境下使用。
- 2022-02-11 19:22:53下载
- 积分:1
-
列表头文件注册系统
应用背景我在大学时使用的头文件。相当简单,它只使用结构和指针。关键技术在C++中,它只需要头文件。我会更新,后来寿。这是在西班牙,但我不认为这是一个麻烦
- 2022-01-28 20:19:53下载
- 积分:1
-
文件批量重命名小工具,可以批量的把修改文件名,支持新文件名的格式自定义...
文件批量重命名小工具,可以批量的把修改文件名,支持新文件名的格式自定义-file renaming
- 2022-04-06 17:23:37下载
- 积分: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
-
创建一个大文件,不过预先要在指定的目录路下创建一个文件...
创建一个大文件,不过预先要在指定的目录路下创建一个文件-create a large file, but prior to the specified directory under way to create a document
- 2022-03-21 17:46:49下载
- 积分:1
-
written topic, the right to a document that would document all of the characters...
笔试题目,对给定的文件1,将文件中的字符全部反写入文件2中,要注意汉字,回车等字符的处理-written topic, the right to a document that would document all of the characters written into the document-2, to the attention of Chinese characters, such as carriage return characters in the address
- 2023-04-11 07:35:03下载
- 积分:1
-
用Delphi 6编写的filesnoop。运行在Windows 9x/我,NT 4、2000和XP。FI…
FileSnoop 用 Delphi 6 编写。可以运行在Windows 9x/Me,NT 4.0,2000和XP。FileSnoop 使你快速获得文件的所有基本信息。对于每一种类型的文件,它最多可以提供四种视图来察看:信息视图,格式化视图,文本视图和十六进制视图。 信息视图除提供基本的文件信息(如类型、属性)外,还根据不同的文件类型提供其特定的信息内容。如图像文件会包含图像的高度和宽度以及其它的详细信息。格式化视图只针对某些文件有用,包括.rtf,.html,.avi和各种声音、位图和图标文件。它可以播放声音和动画以及显示图像。文本视图可以察看文本文件,选项设置可以将非打印字符剥离出来。此特性可以让你扫描.exe文件中的所有错误信息。十六进制视图可以用十六进制形式显示文件。-FileSnoop prepared with Delphi 6. Runs on Windows 9x/Me, NT 4.0, 2000 and XP. FileSnoop make you fast access to documents of all basic information. For each type of document, it can provide a maximum of four to see View : View information, formatting View, text and hexadecimal View View. Information View from providing basic file information (such as the type, nature), but also according to different types of documents provide specific information content. If the image files will contain the image height and width, and other detailed information. Formatting View only useful against certain documents, including. Rtf. Html. Avi and voices icon and bit
- 2022-10-11 07:45:03下载
- 积分:1
-
disk scanning all documents examples
扫描磁盘所有文件的例子-disk scanning all documents examples
- 2023-05-20 07:35:04下载
- 积分:1
-
PIO用于开发用关读写excel文件在java开发环境中
PIO用于开发用关读写excel文件在java开发环境中-PIOexceljava
- 2022-01-21 22:31:29下载
- 积分:1
-
C++ Json序列化
自己基于jsoncpp实现的json的解析的序列化,很好用的,使用它就可以快速的掌握Json在c++里的对象序列化工作,代码写的很清楚,放在自己的工程里就可以使用了
- 2022-03-26 13:27:00下载
- 积分:1