|
| |
| | Computer Science |
 | | Prerequisite: Computer Science 18 and Computer Science 19. |  | | Courses: Computer Science 25; Mathematics 16, 20, 22; and one of Mathematics 38 or 88 or Computer Science 85 with approval of the Undergraduate Advisor. |  | | This course provides an overview of computing and computer science, including such topics as the history of computers, computer applications, introductory concepts in digital electronics and computer architecture, computer languages, theory of computation, artificial intelligence, and the impact that computers have had on society and are likely to have in the future. |
|
http://www.dartmouth.edu/~reg/courses/desc/cosc.html
(5453 words)
|
|
| |
| | Method (computer science) - Wikipedia, the free encyclopedia |
 | | An accessor method is a method that is usually small, simple and provides the means for the state of an object to be accessed from other parts of a program. |  | | Like a procedure in procedural programming languages, a method usually consists of a sequence of statements to perform an action, a set of input parameters to parameterize those actions, and possibly an output value (called return value) of some kind. |  | | Used mainly in object-oriented programming, the term method refers to a piece of code that is exclusively associated either with a class (called class methods, static methods, or factory methods) or with an object (called instance methods). |
|
http://en.wikipedia.org/wiki/Method_(computer_science)
(786 words)
|
|
| |
| | Category:Computer science - Wikipedia, the free encyclopedia |
 | | Computer science is the study of the theoretical foundations of information and computation, and their implementation and application in computer systems. |  | | In practice, computer science includes a variety of topics relating to computers, which range from the abstract analysis of algorithms, formal grammars, etc. to more concrete subjects like programming languages, software, and computer hardware. |  | | As a scientific discipline, it is distinct from mathematics, programming, software engineering, informatics, and computer engineering, although there are significant overlaps and no clear demarcation. |
|
http://en.wikipedia.org/wiki/Category:Computer_science
(181 words)
|
|
| |
| | What is Computer Science? |
 | | Computer Science is the study of principles, applications, and technologies of computing and computers. |  | | Computer science is a discipline that involves the understanding and design of computers and computational processes. |  | | In computer science there is an inherent intermingling of the theoretical concepts of computability and algorithmic efficiency with the modern practical advancements in electronics that continue to stimulate advances in the discipline. |
|
http://www.cs.mtu.edu/~john/whatiscs.html
(1048 words)
|
|
| |
| | Some Computer Science Issues in Ubiquitous Computing |
 | | The fruitfulness of ubiquitous computing for new Computer Science problems clinched our belief in the ubiquitous computing framework. |  | | Ubiquitous computing is the method of enhancing computer use by making many computers available throughout the physical environment, but making them effectively invisible to the user. |  | | An example of a new problem in theoretical computer science emerging from ubiquitous computing is optimal cache sharing. |
|
http://www.ubiq.com/hypertext/weiser/UbiCACM.html
(6355 words)
|
|
| |
| | Computer Science |
 | | The computing section may be browsed by the following subjects: computing milieux, hardware, computer systems organization, software, data, theory of computation, mathematics of computing, information systems, computing methodologies, computer applications, and general. |  | | C. Daily is a computer science news site. |  | | There are also books in the Q 300s on artificial intelligence, TK 5100s on computer networks, and TK 7800s on computer hardware and engineering. |
|
http://library.albany.edu/subject/csci.htm
(8069 words)
|
|
| |
| | computer science |
 | | Computer science is concerned with creating appropriate computational models for problems along with techniques for solving them using computers. |  | | Because computers solve problems from a wide range of disciplines, it is important for computer science majors to be broadly educated and to have good analytical and communication skills. |  | | Computer science should not be confused with computer programming. |
|
http://www.bsu.edu/web/catalog/undergraduate/programs/Programs02/compsc02_csh.html
(1838 words)
|
|
| |
| | Welcome to MCS |
 | | The division's computing environment, consisting of nearly 2,000 different computers, is based on a network of diverse workstations including Linux, Windows, and PCs for administrative and database purposes; portable computing devices (laptops); home computing devices; and local area network communications gear. |  | | In this role, he hopes to foster the convergence of computing and science by providing a home and meeting place for talented scientists who are dedicated not only to applying but also to advancing computer technology. |  | | Mathematical, Information, and Computational Sciences Division, Office of Advanced Scientific Computing Research, Office of Science of the U.S. Department of Energy. |
|
http://www-fp.mcs.anl.gov
(551 words)
|
|
| |
| | The Math Forum - Math Library - Computer Science |
 | | Barry Adams is a professor of mathematics and computer science at Laurentian University in Ontario, Canada. |  | | Originally compiled for the CRC Dictionary of Computer Science, Engineering and Technology: a dictionary of algorithms, algorithmic techniques, data structures, and archetypical problems, with related definitions. |  | | Math journals range from Mathematical Physics to the Mathematics of Computation to Applied Mathematics and Computation. |
|
http://mathforum.org/library/topics/computer_science
(2409 words)
|
|
| |
| | MSCS: Computer Science |
 | | This includes the engineering aspects of the design of complex systems, fundamental theories of computer science, and techniques and tools used in a range of applications. |  | | You are here: Home > Comp > Computer Science |  | | While the number of research ares that can be grouped under the term 'Computer Science' is enormous, research efforts within the school are collected under three broad banners: The Software Engineering Research Group, Artificial Intelligence and the Distributed Systems Research Group. |
|
http://www.mcs.vuw.ac.nz/comp
(298 words)
|
|
| |
| | Fred Cohen 'Computer Security Encyclopedia. Computer Viruses.' (VX heavens) |
 | | As of this writing, there are over 100 well known real-world computer viruses, affecting every type of computer and operating system, and according to IBM's high integrity computing laboratory [58], new viruses are being found in the environment at a rate of about one every 6 days. |  | | Several computer viruses have been distributed by well known computer software manufacturers in legitimate "factory" distributions. |  | | A "computer virus" [1,13] was (informally) defined as a program that can "infect" other programs by modifying them to include a possibly evolved version of itself. |
|
http://vx.netlux.org/lib/afc04.html
(9819 words)
|
|
| |
| | School of Computer Science |
 | | System.out.println(50); The method is println, the object (which determines where the output will appear) is System.out. |  | | theInputFrame.getInt(); The method is getInt, the object is theInputFrame. |  | | In fact, the methods move, turn, penUp, penDown and restart are all defined in a file called Turtle. |
|
http://www.cs.bham.ac.uk/resources/courses/java/fyw/lectures/lect5.php
(6371 words)
|
|
| |
| | Computer Programming [encyclopedia] |
 | | noun: programming, programing, computer programming, computer programing = creating a sequence of instructions to enable the computer to do something. |  | | A program is a sequence of instructions that tells a computer what operations to perform. |  | | Software is the various kinds of programs used to operate computers and related devices. |
|
http://www.kosmoi.com/Computer/Programming
(589 words)
|
|
| |
| | Computer Science |
 | | Introduction to programming languages; computer system levels; classification of languages: levels of abstraction; generations of languages; procedural/declarative; object-oriented languages; phases of a compiler; Pascal programming; C programming; comparative study of C and Pascal. |  | | Need for numerical computation; algorithms and flowcharts; errors in computations; basic methods for the solution of single equations; the simple iterative method; Newton-Raphson method; solution of polynomial equations; interpolation. |  | | Systems in general; classification of automated systems: online systems; real time systems; batch processing systems; process control systems; information systems for organisations: transaction processing systems; management information systems; decision support systems; emergence of databases; artificial intelligence; expert systems; the internet; web technology. |
|
http://www.ou.ac.lk/fac_natural/dpt_maths/BSCdetailsy.html
(1497 words)
|
|
| |
| | History of the University of Utah School of Computing |
 | | The School of Computing (until 2000 the Computer Science Department) at the University of Utah has a long history of distinguished faculty and alumni who have made substantial contributions to research and industry. |  | | Founded the computer science department and was its first chairman from 1965-1973 |  | | Martin Newell, Ph.D. 1975, Computer Science Faculty 1977-1979 |
|
http://www.cs.utah.edu/dept/history
(1004 words)
|
|
| |
| | Collection of Lecture Notes, Survey Papers, etc |
 | | CRC Handbook of Computer Science, 1997, to appear. |  | | Seffi Naor : Probabilistic Methods in Computer Science |  | | Material on the one-semester graduate course taught in the department of Computer Science of Tel Aviv University at 10/94-2/95. |
|
http://wwwcs.upb.de/fachbereich/AG/agmadh/WWW/english/scripts.html
(2924 words)
|
|
| |
| | Dictionary of Algorithms and Data Structures |
 | | You may find terms dealing with hardware, the computer industry, slang, etc., in the Free On-Line Dictionary Of Computing or in A Glossary of Computer Oriented Abbreviations and Acronyms. |  | | We do not include algorithms particular to business data processing, communications, operating systems or distributed algorithms, programming languages, AI, graphics, or numerical analysis: it is tough enough covering "general" algorithms and data structures. |  | | We need help in automata theory, combinatorics, parallel or randomized algorithms, heuristics, and quantum computing. |
|
http://www.nist.gov/dads
(612 words)
|
|
| |
| | Lab 2, Computer Science 2311 |
 | | This is an exercise in using static methods and loops, and in expressing algorithms in Java. |  | | For a 100 digit number, that algorithm will not finish within the lifetime of the computer. |  | | This method is required to use the subtle algorithm outlined above, using Fermat-witnesses. |
|
http://www.cs.ecu.edu/~karl/2310/spr05/lab3.html
(1971 words)
|
|
| |
| | Department of Computer Science Department of Computer Science |
 | | Department of Computer Science Department of Computer Science |  | | Personal information is the set of files that exist on all your computers and network drives. |  | | Wenn Sie diese Website regelmässig benutzen, empfehlen wir Ihnen, auf Ihrem Computer einen aktuellen Browser zu installieren. |
|
http://www.inf.ethz.ch
(513 words)
|
|
| |
| | Semantic, Method and Process Integration in a Software Development Environment (ResearchIndex) |
 | | Semantic, Method and Process Integration in a Software Development Environment (1994) |  | | Semantic, Method and Process Integration in a Software Development Environment (ResearchIndex) |  | | @techreport{ wright94semantic, author = "S. Wright and V. Veraart", title = "Semantic, Method and Process Integration in a Software Development Environment", number = "CS/94/03", address = "Murdoch 6150, Australia", year = "1994", url = "citeseer.ist.psu.edu/wright94semantic.html" } |
|
http://citeseer.ist.psu.edu/554680.html
(359 words)
|
|
| |
| | CS Topic Generator |
 | | The technique described here for selecting a research topic is far superior to the method currently in use because it can be automated -- a computer program can be written to select a phrase at random whenever one is needed. |  | | Computer Science is facing a major roadblock to further research. |  | | The problem is most evident with students, but afflicts many researchers as well: people simply have a tough time inventing research topics that sound sufficiently profound and exciting. |
|
http://www.cs.purdue.edu/homes/dec/essay.topic.generator.html
(210 words)
|
|
| |
| | Bibliography on the B method for formal specification of software |
 | | You may use Lucene syntax, available fields are: |  | | Bibliography on the B method for formal specification of software |  | | This a bibliography relating to the B method and other areas of formal specification |
|
http://liinwww.ira.uka.de/bibliography/SE/Bmethod.html
(134 words)
|
|
| |
| | PGSS: Computer Science |
 | | The remaining methods are more complex, requiring some elementary physics and trigonometry. |  | | Each of these bouncing methods will look very simple, but you have to think through the mathematics carefully to write them. |  | | method to draw the ball into the current frame. |
|
http://www.cs.cmu.edu/~ref/pgss/work/self/ex6.html
(1077 words)
|
|
|