For example, when we refer to "data transfer speed" and "hard disk storage space", kilobytes represent 1000 (103), and when it comes to memory or CPU cache capacity, kilobytes represent 1024 (210) because they are stored here by byte-code address.
In practical applications, we often need to convert bytecode to KB, MB, GB, and so on, where we use JavaScript to convert bytecode:
The code is as f
In the computer newspaper, I saw that ABN Amro's 20 data centers have about 7PB of disk and more than 20PB of tape storage, and the annual 50%~70% growth of storage,
So I want to see how big the PB is, and calculate the 27PB size of the hard disk about 400,000 80.
1Byte = 8 Bit (0,1)
1 KB = 1,024 Bytes (size of a shortcut)
1 MB = 1,024 KB = 1,048,576 Bytes (size of one floppy disk)
1 GB = 1,024
Today, I received an email from the Hotmail Member Service. It is said that there will be another change in Microsoft products.
In addition to increasing the size of the Hotmail inbox from 250 MB to 1 GB, Microsoft also launched the live series Windows Live Mail.
Windows Live Mail has the following features:
Brand new design-Select your own color and layout.
2
Exposure to computers all day, inevitably with a variety of measurement units to deal with, especially data, but you know bit, Byte, KB, GB, TB and so on all means how much data? Have you heard of EB, ZB, YB?
Bit (bit) is the initials of binary digit, the unit that measures information, and the smallest unit that represents the amount of content, only 0 or 12 binary states. 8 bits make up a byte (byte), can hold an English character, and a Chinese ch
Bit-----bit, bit, both of which can be said. It is the smallest unit of storage data in the computer.For example: 1111 1111 or 0000 0000 Each 1 or each 0 is a bit.byte--byte (denoted by B), which is the basic unit of computer storage capacity1 byte = 8 bit = "A" or "B"//is a letter of 26 letters anyway.2 byte = 1 Kanji =2 * 8=16 bit (this sentence can also be written in 2b=1 kanji =16 bit)Kb1 KB = 1024x768 byte (or write 1 KB = 1024x768 B)MB1 MB = 102
I learned the fread reading command and used the filesize function to compile the statistics file size function.
I learned the fread reading command and used the filesize function to compile the statistics file size function.
Use the filesize () function command to calculate the file size. The value 1 must be an output of GB, MB, KB, and B. 2. the order of magnitude must be greater than 1 and less than
Using the FileSize () function command to achieve file size statistics, requires: 1, in GB, MB, KB, b in one output; 2. The order of magnitude must be greater than 1 and less than 1024, and two decimal places are reserved;
Commenced construction:
Copy CodeThe code is as follows:
$len = FileSize ("1.RMVB");
$i = 4;
while ($i) {
if ($out = $len/pow (1024x768, $i)) >1.0| | $i ==1) {
Switch ($i) {
Case 4: {pri
Using the FileSize () function command to achieve file size statistics, requires: 1, in GB, MB, KB, b in one output; 2. The order of magnitude must be greater than 1 and less than 1024, and two decimal places are reserved;
Commenced construction:
Copy the Code code as follows:
$len = FileSize ("1.RMVB");$i = 4;while ($i) {if ($out = $len/pow (1024x768, $i)) >1.0| | $i ==1) {Switch ($i) {Case 4: {printf ("%
, that is, the 70-power byte of 2, the pronunciation of "Z Byte"1yib (yottabyte) = 1024zib, that is, the power byte of 2, the pronunciation of "y Byte"
Legend has it that
1nib (nonabyte) = 1024yib, that is, the 90-power byte of 21dib (doggabyte) = 1024nib, that is, the 100 power byte of 21cib (corydonbyte) = 1024dib, that is, the 100 power byte of 2
Note: many materials on the Internet have reversed nib and DiB. NB is not the largest. dB is better than Nb. Haha! The bigger one is CB.
We can see
Php obtains the file size and converts the file size to gb, mb, and kb. this code uses the php program to obtain the file size and displays the file size as gb, mb, the code of kb code is very intelligent. the code is as follows:
Function sizecount ($ filesize ){
If ($ filesize> = 1073741824 ){
$ Filesize = round
Use the filesize () function command to calculate the file size. The value 1 must be an output of GB, MB, KB, and B. 2. the order of magnitude must be greater than 1 and less than 1024, and two decimal places must be retained;
Start:
Copy codeThe Code is as follows: $ len = filesize ("1. rmvb ");
$ I = 4;
While ($ I ){
If ($ out = $ len/pow (1024, $ I)> 1.0 | $ I = 1 ){
Switch ($ I ){
Case 4: {printf
PHP implements the original method of converting Byte to KB, MB, GB, and TB.
This example describes how to convert the number of bytes in PHP to KB, MB, GB, or TB. We will share this with you for your reference. The details are as follows:
The previous section describes how to convert the number of bytes in java to KB,
Use the FileSize () function command to implement statistics for file size, requiring: 1, one output in GB, MB, KB, B, 2. The order of magnitude must be greater than 1 less than 1024 and retain two decimal places;
Commencement of construction:
Copy Code code as follows:
$len = FileSize ("1.RMVB");
$i = 4;
while ($i) {
if ($out = $len/pow (1024, $i) >1.0| | $i ==1) {
Switch ($i) {
C
1bit=1 bit 2 binary information 1B (byte byte)1KB (kilobyte KB) =2 (Ten) b=1024b=2 (ten) B;1MB (Megabyte MBytes) =2 (Ten) kb=1024kb=2 B; equivalent to the content of a short story.1GB (Gigabyte gigabytes) =2 (mb=1024mb=2) B; the equivalent of a short story.1TB (Trillionbyte) =2 (gb=1024gb=2) B; equivalent to the music content of Beethoven's fifth movement Symphony.1PB (Petabyte) =2 (tb=1024tb=2) B; the equi
The smallest basic unit is byte should not have many people do not know, the following first in order to give all units
Byte, KB, MB, GB, TB, PB, EB, ZB, YB, DB, NB
I only know the top five, and most people know it, according to the rate of 1024 calculation
1tb=2 's 40-Time Square byte=1099511627776 Byte
1pb=2 's 50-time Square Byte=1125899906842624byte
1eb=2 60-Time Square byte= 1152921504606846976 Byte
1z
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.