摘要:
using System;using System.Collections.Generic;using System.Text;namespace ExceptionHandling{ class Program { static int Main(string[] args) { string firstNamne; string ageText; int age; int result = 0; while (true) { Console.WriteLine("Enter your first name: "); firstNamne = Console.ReadLi 阅读全文
posted @ 2012-12-25 16:29
陳さん様
阅读(122)
评论(0)
推荐(0)
摘要:
字符编码历史计算机,发明在20世纪中期西方国家。计算机内部使用二进制作为表示任何东西的基础,为了能够在计算机中使用整数、浮点数等都要对其进行编码,只是这个编码是在硬件层的(CPU指令),而计算机要与人进行交互就要对人所能识别的文字进行编码,ASCII就在那个时候诞生。ASCII(AmericanStandardCodeforInformationInterchange,美国信息互换标准代码)美国标准编码,用于编码英文字母的编码方式。它用了0-127的数字之间来表示a-z等可见字符和一些控制字符,而这个字符集的编码就确定了ASCII字符集,而这个字符集要想要在计算机的二进制方式下使用就必须用计算 阅读全文
posted @ 2012-12-25 10:04
陳さん様
阅读(214)
评论(0)
推荐(0)

浙公网安备 33010602011771号