-
三星的基于nand flash的文件系统的专利,对于理解U盘虚拟映射技术有很大帮助。...
三星的基于nand flash的文件系统的专利,对于理解U盘虚拟映射技术有很大帮助。-Samsung nand flash-based file system patents, understanding virtual U-mapping technique is very helpful.
- 2022-04-10 00:03:44下载
- 积分:1
-
该代码值实现了清空上网记录的功能。主要是对注册表的读写和对系统文件的操作。...
该代码值实现了清空上网记录的功能。主要是对注册表的读写和对系统文件的操作。-value of the code achieved emptied Internet records of the function. The main thing is to read and write and registry of the operating system files.
- 2022-05-18 11:34:42下载
- 积分:1
-
一个简单功能的文件复制工具,通过API函数、THandleStream类和TFileStream三种方法复制文件!...
一个简单功能的文件复制工具,通过API函数、THandleStream类和TFileStream三种方法复制文件!-a tool have simple function about copy files,
there are three methods: APIfunction, THandleStream class and TFileStream.
- 2023-08-10 23:50:03下载
- 积分:1
-
查看access密码的VB源程序,可以查看access 2000 access2003等文件
查看access密码的VB源程序,可以查看access 2000 access2003等文件-See the VB source code access password, you can view access 2000 access2003 and other documents
- 2023-02-09 18:45:04下载
- 积分:1
-
Win32 API 提供了OpenFile 和 WriteFile 函数, 可以对二进制的文件进行读/写。 这两个函数使读/写格式化的文件更加灵活。 这里演示了...
Win32 API 提供了OpenFile 和 WriteFile 函数, 可以对二进制的文件进行读/写。 这两个函数使读/写格式化的文件更加灵活。 这里演示了操作大量格式化数组的一种技巧, 一次完成, 无须一个一个地操作。
- 2022-04-19 01:30:45下载
- 积分:1
-
环境污染与防治 环境污染与防治
环境污染与防治 环境污染与防治-pollution and pollution control and prevention and control of environmental pollution
- 2022-03-01 13:07:57下载
- 积分:1
-
在vc++环境中,对文件实行目录方式的查找
在vc++环境中,对文件实行目录方式的查找-in vc environment, the implementation of Contents of the document the way you! !
- 2022-12-30 05:55:03下载
- 积分:1
-
该软件实现指定文件下的文件的定时拷贝,效果好,方便实用,行业内号...
该软件实现指定文件下的文件的定时拷贝,效果好,方便实用,行业内号-the software under the specified file regular copy paper, effective, convenient and practical, industry,
- 2022-11-08 21:15:02下载
- 积分: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
-
简单的小写字母改为大写字母的程序读取文件…
简单的把读的文件中的字母由小写改为大写
只需在程序写的相应目录建相应文件即可-Simple to read documents in lowercase letters changed to uppercase by the program just to write the corresponding directory to build the corresponding document can be
- 2022-06-26 09:03:07下载
- 积分:1