2015年2月27日

c#基础 第一讲

摘要: using System;using System.Collections.Generic;using System.Text;namespace MYTest{ class Program { static void Main(string[] args) ... 阅读全文

posted @ 2015-02-27 16:58 16932970 阅读(110) 评论(0) 推荐(0) 编辑

二进制转换,八进制,十六进制转换

摘要: 计算器的转换手动转换10转2,转8 转16。2转8 转16模型向外除全取余模型向内展开相加 阅读全文

posted @ 2015-02-27 13:45 16932970 阅读(162) 评论(0) 推荐(0) 编辑

导航