2011年3月21日
摘要: <1>计算机系统概述 计算机硬件主要由 运算器。控制器。存储器。输入输出设备 组成 运算器和控制器为中央处理器 原理大多基于 风诺依曼结构<2>计算机类型和应用: 按工作能力:分为 巨型机,大型机,小型机,微型机 按功能分: 通用计算机和嵌入式计算机<3>按处理指令和数据的方式:分为 SISD.SIMD.MISD.MIMD<4>应用领域: 数值计算,信息处理,实时控制,人工智能,计算机辅助设计 计算机辅助教学,计算机辅助管理<5>CPU的功能: 程序控制 。CPU通过执行指令来控制程序的执行顺序 操作控制 。CPU 根据指令产生操作信 阅读全文
posted @ 2011-03-21 21:04 志神Soft 阅读(367) 评论(0) 推荐(0)
摘要: <1>.Net与C#概述: .Net是微软公司推出的新平台开发环境 C#(C Sharp) 是一种强大的,面向对象的程序,开发语言,是专为.NET开发而设计出的语言 <2>使用C# 能做什么: C#--->Internet应用程序ASP.NET --->桌面应用程序WinForms --->Windows服务程序 Windows Service -->Web服务程序 Web Service<3> IDE概述 一套完整的开发工具集 为快速开发提供强大支持<4>变量 变量命名规范: 52个字母 10个数字 下划线 开头 :字母 阅读全文
posted @ 2011-03-21 20:33 志神Soft 阅读(383) 评论(0) 推荐(0)
摘要: 数据绑定控件关系BaseDataBoundControl DataBoundControl-- HierarchcalDataControlHierarchcalDataControlTree--MenuDataBoundControl AdRotator---ListControl--CompositeDataBoundControlListControl DropDownList CheckBoxList RadioButtonList ListBox BulletListCompositeDataBoundControl GridView---DetaisView---FormView. 阅读全文
posted @ 2011-03-21 12:46 志神Soft 阅读(871) 评论(0) 推荐(1)
摘要: Windows provides a user-friendly graphical (71) including pop-up menus, scroll bars, dialogue boxes, icons and etc. (71)A.display B.surface C.interface D.help参考译文 Windows向用户提供了用户友好的图形界面,包括弹出式菜单、滚动条、对话框和图标等。参考答案 (71)C Bitmap images use a grid of small squares known as (72) to represent images. (72)A. 阅读全文
posted @ 2011-03-21 12:03 志神Soft 阅读(892) 评论(0) 推荐(1)