搜索资源列表
sjjgkcsj
- 数据结构是计算机专业的核心课程,是计算机科学的算法理论基础和软件设计的技术基础-computer data structure is the core professional courses computer science is the theoretical basis of algorithms and software design technology base
绿鹰PC精灵3.84
- 一个C++安装软件,适合各位计算机系的学生下载实习。没有解压密码-a C installation of the software suitable for you and the Department of Computer Science students to download interns. No extracting passwords
CsharpDeveloperGuide
- C#开发指南,东北大学计算机专业可视化开发课件-C# Developer' s Guide, Northeastern University computer science visual development of courseware
AddisonWesley_DistributedVirtualMachines.pdf
- Distributed Virtual Machines (inside the Rotor CLR) for scientific programming. Distributed programming has been recognized as a sub discipline of computer science for almost half a century, although it has not evolved into an essential computin
Rob_Miles_CSharp_Yellow_Book_2010
- C#黄皮书 C# Programming Rob Miles Edition 2.0 July 2010 Department of Computer Science University of Hu-C# Yellow Book C# Programming Rob Miles Edition 2.0 July 2010 Department of Computer Science University of Hull
Rob-Miles_CSharp_Yellow_Book_2010
- C# Programming Yellow Book Rob Miles Edition 2.0 July 2010 Department of Computer Science University of Hull Good Introdutory book to learn computer programming and/with C#-C# Programming Yellow Book Rob Miles Edition 2.0 July
dddd
- 随着现代科学技术的发展,越来越多的公司和企业对职工的考勤都实行了信息化管理,使用计算机系统代替复杂的手工方式来管理考勤事务。考勤管理系统可以有效地管理公司员工的出勤情况,规范人事制度管理,保证公司正常的工作,是人力资源管理的重要组成部分。-With the development of modern science and technology, more and more companies and enterprises have implemented the employee' s
Chapter9
- 是c#的学习资料的其中一个编程之一,对学习计算机学的和与计算机相关专业的学习有很大的启发-C# learning materials is one program, one of the study computer science and computer-related professional learning a great inspiration
World_Wind_1.4.0_Source
- NASA World Wind是美国航天局发布的一款三维地理信息浏览系统。其支持无限插件的特点,及官方论坛的良好维护,使其成为研究并进一步开发三维GIS系统的平台,供所有对三维GIS感兴趣的人学习研究。到目前为止1.4是最新版本。-NASA World Wind is a three-dimensional geographic information system developed by the National Aeronautics & Space Administration (NAS
6_1
- 1. 定义一个抽象学生类CStudent,它具有公有成员函数Average(),该函数用于计算学生的平均分,函数为虚函数;定义一个文科学生类CStudentLiberalArts,它是类CStudent的派生类,并以公有方式派生,它具有的成员有: 1) 保存英语、政治、数学、地理和历史、美术成绩的整形成员变量; 2) 设置上述变量的公有成员函数; 3) 输出上述变量的公有成员函数; 4) 公有的成员函数Average()用于计算学生的平均分; 定义一个理科学生类CStuden
DianHua
- 企业电话客服系统使用说明书 本系统运用现代化的技术,为中小型企业提供现代化的管理手段,提高企业产品信息的收集、处理能力,联动及反映能力,为各级领导和管理人员提供准确、及时的分析数据,提高管理的科学性和工作效率,促进企业管理工作合理化、规范化、系统化。 本系统主要实现以下目标: 系统采用人机交互的方式,界面美观友好,信息查询灵活、方便,数据存储安全可靠。 对用户输入的数据,进行严格的数据检验,尽可能的避免人为错误。 客户在拨
Kkexuejishufa
- 对于非常大或者非常小的数据,我们通常用科学记数法来表示。例如在科技文献和电脑中经常遇到的 2.3×106 (计算机中的科学记数法表示为:2.3E6),或者 9.18×10-5 (科学记树法表示:9.18E-5)这种类型的数据。 输入: 用科学记数法表示的数据。即为符合C语言表示的科学记数法表示。 输出: 该数据的双精度表示 说明: 输入数据的精度不高于小数点后50位。 输入数据时,在实数和幂之间有空格进行分隔,空格个数不定。 结果保留
dashufenjie
- 2007级在“计算机科学导论”的期末考试中有一道试题。下面请你看看那题目应该如何编写。 从键盘输入的一个大于 1 的整数,通过算法将该整数分解为若干因子的乘积。 输入: 一个正整数。 输出: 分解后的各个因子。 -2007 there is a questions in the " Introduction to Computer Science" in the final exam. Here is how you should
C-Lang
- 北京航空航天大学 计算机学院开设的高级程序设计语言课程 专用资料 适合C语言编程初学者学习-C language learning material Computer Science Department of Beihang University
MergeSort
- In computer science, merge sort (also commonly spelled mergesort) is an efficient, general-purpose, comparison-based sorting algorithm.
bubblesort
- 冒泡排序(Bubble Sort),是一种计算机科学领域的较简单的排序算法。它重复地走访过要排序的数列,一次比较两个元素,如果他们的顺序错误就把他们交换过来。-Bubble Sort (Bubble Sort), is a relatively simple sorting algorithm field of computer science. It repeatedly visited the number of columns to be sorted, a comparison of t
Binary-Trees-(ABB)
- In computer science, a binary tree is a tree data structure in which each node has at most two children, which are referred to as the left child and the right child. A recursive definition using just set theory notions is that a (non-empty) binary tr
