Showing posts with label 简单(Easy). Show all posts
Showing posts with label 简单(Easy). Show all posts

9/01/2015

[简单] 转换十进制(Decimal)为二进制(Binary)

 en  <-- Greetings! Click here for English!

你看到一堆‘0’和‘1’的时候会不会觉得是黑客所用的东西呢?其实这个原理很简单罢了哦!

首先,你要先知道为什么电脑利用‘0’和‘1’来显示资料。这些‘0’和‘1’是二进制(Binary),他的作用很像一个开关,‘0’代表关,‘1’代表开。所以,八个开关就组成了一字节(Byte)。1字节能够打到一个字。

二进制可以形成一串编号来代表一个字(叫做ASCII code)。举个例子,'A'的code在十进制是65,而二进制是’01000001‘。




回想你的小学
想了解二进制,我们要回想你的小学的数学。老师教了你数位值,例如百位,十位和个位。

 百 | 十 | 个
  1  |  9  |  3

你们已经知道,百是100,十是10和个是1。
所以,要计算这组号码,我们可以这样乘:

100 * 1 = 100
10 * 9 = 90
1 * 3 = 3

然后把它加在一起:

100 + 90 + 3 = 193

所以答案是193!很容易吧!
简单来看,我们可以这样写数位值:

 10^2 | 10^1 | 10^0
     1   |    9    |     3

二进制
现在,把原本一个数位值有10个号码(0-9)变成2个(0和1)。

2^2 | 2^1 | 2^0

试试算二进制的101看看。

2^2 | 2^1 | 2^0
 1    |   0   |   1

2 ^ 2 = 4
2 ^ 1 = 2
2 ^ 0 = 1

4 * 1 = 4
2 * 0 = 0
1 * 1 = 1

所以答案是5!
是不是很容易呢?

现在算10010110给我!

2^7 | 2^6 | 2^5 | 2^4 | 2^3 | 2^2 | 2^1 | 2^0
  1   |   0   |   0   |   1  |   0   |   1   |   1   |   0

128 + 16 + 4 + 2 = 140

你现在能证明给朋友你是非常'专业'的电脑用户了!

[Easy] Convert decimal to binary

 zh  <-- 萌萌哒!换去华语!

Do looking at a bunch of  '0' and '1' makes you feel like a hacker or something? It just a number, but represented using only '0' and '1'.

First, why computer uses '0' and '1' instead of the numbers we use in daily life? Binary acts like a switch, '0' means Off while '1' means On. So, have 8 switches together would makes you a byte, which is enough to type an alphabet.

A bunch of binary numbers will form a character based on the code assigned by the computer (The ASCII code). For example, the alphabet 'A' have a code of '65' in decimal and '01000001' in binary.



Recalling your mathematic lesson
To understand binary, we have to recall your primary school mathematics. Teacher will tell you to put number in different place value, like Hundreds (H), Tens (T) and Ones (O).

 H | T | O
  1 | 9 | 3

As you know, hundred is 100, ten is 10 and one is 1.
So, to calculate how much is the number, we multiply the amount of it like so:

100 * 1 = 100
10 * 9 = 90
1 * 3 = 3

And we add them together, like so :

100 + 90 + 3 = 193

So, the answer is 193, very easy, right?!
At a glance, place value just work like this :

 10^2 | 10^1 | 10^0
     1   |    9    |     3

Binary Part
Now, instead of having 10 digits (0-9) in a place value, we only use 2 digits (0 and 1) in a place value, which changes the calculation slightly:

2^2 | 2^1 | 2^0

So, can you calculate the 101 in binary now?

2^2 | 2^1 | 2^0
 1    |   0   |   1

2 ^ 2 = 4
2 ^ 1 = 2
2 ^ 0 = 1

4 * 1 = 4
2 * 0 = 0
1 * 1 = 1

So the answer is 5!
Really easy huh? Although I teaches you to count step by step...

Now calculate 10010110 for me!

2^7 | 2^6 | 2^5 | 2^4 | 2^3 | 2^2 | 2^1 | 2^0
  1   |   0   |   0   |   1  |   0   |   1   |   1   |   0

128 + 16 + 4 + 2 = 140

Now proof how 'professional' you are to your friends!

8/28/2015

[简单] 检查你的电脑性别?

 en  <-- Greetings! Click here for English!

您知道你的电脑其实是有性别的吗?如果不知道你就现在试试这个教学!

制作阅读文件
1. 打开Notepad
2. 输入CreateObject("SAPI.SpVoice").Speak"Hello"
3. 保存您的文件在Desktop(桌面),File Name(文件名)为Gender.vbsSave as type(文件种类)为All Files
4. 在你的桌面开启Gender.vbs来查看!

建议:你可以自己改掉你想要电脑读的词!

后语
恭喜你如果你的电脑是女的!(如果你是男的) :3

[Easy] Check your computer's gender?!

 zh  <-- 萌萌哒!换去华语!

Do you know that your computer have a gender? If you don't then you should check it out!

Creating the test file
1. Open Notepad.
2. Type in CreateObject("SAPI.SpVoice").Speak"Hello".

















3. Save the file in your Desktop, for the File name type it as Gender.vbs, change the Save as type to All Files.













4. Run the Gender.vbs in your desktop and listen!

OPTIONAL : You can actually edit the text to the one you like!

Final Words
Congratulation if you get a girl voice (If you are a boy) :3

8/17/2015

[Easy] Play pirated Minecraft

 zh  <-- 萌萌哒!换去华语!

Disclaimer : This tutorial was meant for demonstration purposes.

A big shout out to my friend KohGeek for this tutorial.

1. Download this file. (I will call this as Minecraft Version Downloader.)
- .exe is recommended.

2. Create a Minecraft Account.
- This is a free registration.
- Remember to verify your registration in your email Inbox or it won't work.

3. Open up your Minecraft Version Downloader. You shall encounter this login screen.
















- Enter the Email Address you registered on Mojang website along with your password. 

4. After you login this is what you will see.
- Don't get shocked with the Play Demo.
* You may download other version by clicking the Edit Profile button.
Stuffs in Edit Profile














* You can logout by clicking on Switch User.

5. Click on Play Demo and wait. When the game launched, close the Minecraft Version Downloader.
- You may play demo world by clicking the Play Demo World button.
- Press Options to adjust your settings.

6. Now, download Mineshafter for another launcher. (I call it Minecraft Launcher)
- You don't need to register here.

7. Launcher the Minecraft Launcher. You will see this screen. Press Switch User.

8. Here, type any username in the Username section. (Use the username if you registered a Mineshafter account.), Password can be typed randomly.

9. Press Play and done!

10. Press Single Player and make your own world!

- Minecraft Realms will not work.
- Press Options > Language to change language, or press the Globe icon beside Options.

Some of you will ask, why don't we just download Minecraft versions using the Mineshafter Minecraft Launcher? This is due to the Mineshafter is a cracked launcher, the connection to server won't authenticate the download.

[简单] 盗版玩当个创世神

 en  <-- Greetings! Click for English tutorial!

警告:本教程属于示范教学。

特别感谢KohGeek~

1. 先下载这个。(我把它叫做Minecraft Version Downloader)
- 建议下载.msi的。

2. 做一个Minecraft Account
- 不需要钱的,不用担心。
- 记得要去你的Email Verify你的Account,不然行不通哦。

3.  把你所下载了的Minecraft Version Downloader打开。你会看到类似这个的窗口。













- 把你Register的Email Address (Mojang) 输入进去,然后打你Account的密码。

4. Log In后你会看到这个窗口。













- 不要被Play Demo吓到!
*你可以用Edit Profile下载其他Version。
Edit Profile里面的东东














*你们可以用Switch User来Log Out

5. 按Play Demo,等你们下载完后会被带到这里。你们可以关掉它了。












- 你们也可以按Play Demo World来试玩。
- 按Options来调整你的设置。

6. 现在,去Mineshafter来下载另外一个Launcher。(我把它叫做"Minecraft Launcher)
- 在这里,你可以不用Register东西

7. 把Minecraft Launcher打开,你应该会看到这个,按Switch User。













8. 这个时候,在Username随意打一个名字(如果你在Mineshafter register了就用回那个名字),Password可以随便打。













9. 按Play就完成了啊~!













10. 按Single Player自己做一个世界玩吧~














- Minecraft Realms用不到。
- 按Options > Language 来调你的语言,或者按Options旁边的地球按钮。

在此,为何我们不直接用Minecraft Launcher来Download Minecraft呢?
因为Minecraft Launcher不是Premium的,所以绝对下载不到。

8/16/2015

[Easy] Google wallpaper are too small?

 zh  <-- 萌萌哒!换去华语!

Sometimes you would like to have a new look for desktop, therefore you would look for some wallpaper in Google...

Right after you found it, of course you would save the picture...
Thats huge!











Wait what?















That's because you save it before the picture is fully loaded. You should wait until it is complete.
That's blur
















The complete picture would be clearer.















And while in my desktop...
As you can see, it is better.
















So, next time, you should wait patiently for your wallpaper!

[简单] Google照片很小?

 en  <-- Greetings! Click for English tutorial!

有时候你想为你的电脑桌面换新意,所以想去Google看看有没有你喜欢的壁纸 (〜 ̄▽ ̄)〜

你找到了,便Right-Click来下载她...

好大哦!











也太小了吧?! (╥﹏╥)














那是因为你没有等照片load完你就按Save了!
你要等照片下面的Loading Bar完成才Save (・ω・)
看看,很模糊吧~

















等Google load了照片才Save的:














然后把它Set为Wallpaper后~
会不会清楚一点呢~

















所以,以后想要下载照片,要乖乖等哦~ ♪(´ε` )

大爱初音啊!!!喵! (づ ̄ ³ ̄)づ