-
模拟采用二级目录结构的磁盘文件系统中的文件操作(操作系统)
一、数据结构...
模拟采用二级目录结构的磁盘文件系统中的文件操作(操作系统)
一、数据结构-Simulation of two-level directory structure of the disk file system file operations (operating system) a data structure
- 2022-06-02 11:09:10下载
- 积分:1
-
创建一个大文件,不过预先要在指定的目录路下创建一个文件...
创建一个大文件,不过预先要在指定的目录路下创建一个文件-create a large file, but prior to the specified directory under way to create a document
- 2022-03-21 17:46:49下载
- 积分:1
-
Source for DB V1.0 with ISAM File Manager
Source for DB V1.0 with ISAM File Manager
- 2023-05-28 17:35:03下载
- 积分: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
-
一个用文件流实现对文本的颜色、字体、字体大小等属性存取的程序。...
一个用文件流实现对文本的颜色、字体、字体大小等属性存取的程序。-a document with the flow of the text color, typeface, font size attributes such as access to the procedure.
- 2022-12-05 22:20:03下载
- 积分:1
-
can give multiple files for batch rename the system;
可以给多个文件进行批量重命名的系统;-can give multiple files for batch rename the system;
- 2022-04-17 10:38:02下载
- 积分:1
-
要写的文件,该文件将被读出确定形成列表,根据吨。
对文件的读写操作,将文件读出形成行链表,根据文件的信息进行解析,修改文件内容-to write the document, the document will be read out OK formed List, According to the information, analyze, and revise the contents of the documents
- 2023-03-09 02:45:04下载
- 积分: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
-
一个目录拷贝的源码例子,可以整个目录检索和拷贝
一个目录拷贝的源码例子,可以整个目录检索和拷贝-Copy of the source code example of a directory
- 2022-03-07 09:49:54下载
- 积分:1
-
FreeRTOS v9.0 avr 单片机的 SPI 头文件 (书面 ATmega128,但它应该工作为其他 AVR 太)
这是一个用AVR写几个配置选项的广义SPI的头文件。对于配置您需要在C源文件中的更改的选项。目前该头文件只适合硬件SPI。我会更新同软件SPI过一段时间后。我试图使头文件可读,但仍然如果有人面临任何问题,请让我。我一到网上就尽快回复。任何建议都欢迎也是我第一次把我的头文件的OL。
- 2022-10-25 04:30:03下载
- 积分:1