-
三星的基于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
-
简单的文件打包管理工具.虽然简单,但原理都是一样,希望对有用的人有所启发.做到资源的统计管理,加密管理等....
简单的文件打包管理工具.虽然简单,但原理都是一样,希望对有用的人有所启发.做到资源的统计管理,加密管理等.-simple document management tool package. Although simple, but the principle remains the same. hope to a useful source of inspiration. the statistics do resources management, encryption management.
- 2022-06-03 10:57:47下载
- 积分:1
-
VB2005 a used copy of the document prepared by the time the date and then a smal...
一个用VB2005编写的文件拷贝并用时间日期随即命名的小程序-VB2005 a used copy of the document prepared by the time the date and then a small program named
- 2022-06-18 02:46:23下载
- 积分:1
-
一个比较好的C程序,这是我们的课程设计得了优的程序!
一个比较好的C程序,这是我们的课程设计得了优的程序!-a better C, this is the course we had a better design procedures!
- 2022-10-13 08:35:03下载
- 积分:1
-
转换任何格式文件为十六进制编码的代码(C++)
前段时间找到的一个代码,输入文件可以是任何格式,输出文件里的数据是十六进制格式,以逗号间隔开,16个字节一行。也可能是你正需要的。
- 2022-08-20 18:40:28下载
- 积分:1
-
安装能实现自删除的程序
安装能实现自删除的程序-installation can be achieved since the deletion of procedures
- 2022-01-26 08:07:58下载
- 积分:1
-
成批量删除文件的源程序,使用这个大家可想清楚了,删除就没有,想当初为了测试这个软件,我误删了整个D盘的文件,让我郁闷了好几天...
成批量删除文件的源程序,使用这个大家可想清楚了,删除就没有,想当初为了测试这个软件,我误删了整个D盘的文件,让我郁闷了好几天-batch delete the file into the source code, you can use this to be clear, there is no delete. At first, in order to test the software, I mistakenly deleted a whole plate of documents D, let me depressed for a few days! !
- 2022-03-03 14:19:51下载
- 积分:1
-
读取文本文件的c++类
读取文本文件的c++类-read text files c category
- 2022-11-04 23:40: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
-
单字字频统计、排序输出;二字组串频统计,统计结果浏览 我学文本分类时的程序...
单字字频统计、排序输出;二字组串频统计,统计结果浏览 我学文本分类时的程序-words character frequency statistics, sorting out; The second group Series Frequency statistics, statistical results browser I studied the text classification procedures
- 2023-08-12 02:45:02下载
- 积分:1