Open Access. Powered by Scholars. Published by Universities.®

Physical Sciences and Mathematics Commons

Open Access. Powered by Scholars. Published by Universities.®

Wright State University

Discipline
Keyword
Publication Year
Publication
Publication Type
File Type

Articles 1411 - 1440 of 3840

Full-Text Articles in Physical Sciences and Mathematics

Cs 350/550: Computational Tools And Techniques For Data Analysis, John C. Gallagher Apr 2011

Cs 350/550: Computational Tools And Techniques For Data Analysis, John C. Gallagher

Computer Science & Engineering Syllabi

CS 350/550 is an introduction to the representation, visualization, and modeling of large data sets using standard, high-level software tools. The course is designed to expose students to tools and methods useful to conduct analysis of large data sets often encountered in science and engineering pursuits. The goal of this course is to help students understand how they might summarize and how to make predictions based on that date. Topics include data filtering, clustering, classification, and data mining. A familiarity with spreadsheet software is assumed. Students should also be able to construct simple programs in a "C like" language (C, …


Cs 400/600-01,02: Date Structures And Algorithms, Sarah Gothard Apr 2011

Cs 400/600-01,02: Date Structures And Algorithms, Sarah Gothard

Computer Science & Engineering Syllabi

Study of the implementation of date structures and control structures in professional computer programs. Introduction to the fundamentals of complexity and analysis. Study of common standard problems (e.g., transitive closure and critical path). Emphasis on high-level language software design.


Cs 242: Computer Programming Iii, Mateen M. Rizki Apr 2011

Cs 242: Computer Programming Iii, Mateen M. Rizki

Computer Science & Engineering Syllabi

No abstract provided.


Cs/Mth 317/517: Applications Of Numerical Methods For Computational Science, Ronald F. Taylor Apr 2011

Cs/Mth 317/517: Applications Of Numerical Methods For Computational Science, Ronald F. Taylor

Computer Science & Engineering Syllabi

Applications of computing for solving scientific and engineering problems. Numerical solution of initial value and boundary value problems for ordinary and partial differential equations are covered. Applications involving numerical optimization methods are included. Special topics presented as schedule permits. Four hour lecture.


Cs 405/605-02: Introduction To Database Management Systems, Keke Chen Apr 2011

Cs 405/605-02: Introduction To Database Management Systems, Keke Chen

Computer Science & Engineering Syllabi

This course will cover the following topics: (1) Logical and physical aspects of database management systems (2) Data models including entity-relationship (ER) and relational models (#) Physical implementation (data organization and indexing) methods. (3) Query languages including SQL and relational algebra. (4) High level concepts: transactions, relation normalization, and security and privacy. Students will gain experience in creating and manipulating a database, and gain knowledge on professional and ethical responsibility and on the importance of privacy/security of data.


Cs 466/666: Introduction To Formal Languages, Guozhu Dong Apr 2011

Cs 466/666: Introduction To Formal Languages, Guozhu Dong

Computer Science & Engineering Syllabi

CS 466/666 is an introduction to formal language and automata theory. In this course we will examine methods for defining syntax of languages and recognizing patterns in strings/sentences: the syntax of languages can be defined using grammars and the patterns can be accepted by finite state machines. Along with presenting the fundamentals of these two topics, the course will develop and investigate the relationships between language definition mechanisms and pattern recognition devices. The text will be the third edition of Languages and Machines: An Introduction to the Theory of Computer Science, by Thomas Sudkamp.


Cs 415: Social Implications Of Computing, Leo Finkelstein Apr 2011

Cs 415: Social Implications Of Computing, Leo Finkelstein

Computer Science & Engineering Syllabi

CS 415 is a communication skills course using as its subject matter current salient issues associated with the social implications of computing. In addition to the course text, you will need to use certain reading materials in the library and elsewhere, and you will be responsible for using concepts and theories provided in class lectures and discussions.


Cs 784: Programming Languages, Krishnaprasad Thirunarayan Apr 2011

Cs 784: Programming Languages, Krishnaprasad Thirunarayan

Computer Science & Engineering Syllabi

This course introduces concepts related to the specification and design of high-level programming languages. It discusses different programming paradigms, algebraic specification and implementation of data types, and develops interpreters for specifying operationally the various programming language features/constructs. It also introduces attribute grammar formalism and axiomatic semantics briefly. The programming assignments will be coded in Scheme.


Cs 740: Complexity Theory And Algorithm Analysis, Pascal Hitzler Apr 2011

Cs 740: Complexity Theory And Algorithm Analysis, Pascal Hitzler

Computer Science & Engineering Syllabi

What does it mean to say that some computational problem is intrinsically more difficult than some other problem? How can I claim that I have found a good algorithmic solution? The study of these questions gives rise to an area of area of Theoretical Computer Science called Complexity Theory, which is based on a systematic and thorough formal study of the complexity of problems with respect to their algorithmic solvability, using Turing machines as main conceptual tool. In this class, we will understand how problem and algorithm complexity is measured, and discuss some of the main complexity classes arising from …


Ceg 221-01: Advanced C For Engineers, Jay Dejongh Apr 2011

Ceg 221-01: Advanced C For Engineers, Jay Dejongh

Computer Science & Engineering Syllabi

This course introduces advanced constructs, algorithms, and data structures in the C programming language. Emphasis is on problem solving and techniques useful to engineers. Topics include functions, arrays, pointers, and structures as well as sorting algorithms, linked lists, binary files, complex numbers, and numerical methods applications. 4 credit hours. Prerequisite: CEG220 (Introduction to C Programming for Engineers).


Ceg 233-01: Linux And Windows, Prabhaker Mateti Apr 2011

Ceg 233-01: Linux And Windows, Prabhaker Mateti

Computer Science & Engineering Syllabi

Introduction to Linux and Windows systems. GUI and Windowing Systems. Files and Directories, Ownership and Sharing. Programs and Processes. System calls, Libraries. Loading. Dynamic linking. Command Line Shells. Scripting languages. Regular expressions. Clients and Servers. Web browser clients and servers. Secure shell, sftp. SSUTSL. HTTPS. System Administration. 4 credit hours. 3 hours lectures, 2 hours labs. Prerequisites: None.


Ceg 260-01: Digital Circuits, Jack Jean Apr 2011

Ceg 260-01: Digital Circuits, Jack Jean

Computer Science & Engineering Syllabi

No abstract provided.


Ceg 355-01: Introduction To The Design Of Information Technology Systems, Thomas C. Hartrum Apr 2011

Ceg 355-01: Introduction To The Design Of Information Technology Systems, Thomas C. Hartrum

Computer Science & Engineering Syllabi

Introduction to the design of information systems comprising modern technologies such as SQL database programming, networks, and distributed computing with CORBA, electronic and hypertext (HTML) documents, and multimedia.


Ceg 360-01: Digital System Design, Travis E. Doom Apr 2011

Ceg 360-01: Digital System Design, Travis E. Doom

Computer Science & Engineering Syllabi

Design of digital systems. Topics include flip-flops, registers, counters, programmable logic devices, memory devices, register-level design, and microcomputer system organization. Students must show competency in the design of digital systems. 3 hours lecture, 2 hours lab. Prerequisite: CEG 260.


Ceg 402/602-01: Introduction To Computer Communication, Bin Wang Apr 2011

Ceg 402/602-01: Introduction To Computer Communication, Bin Wang

Computer Science & Engineering Syllabi

No abstract provided.


Ceg 403/603-01: Personal Area Networks, Yong Pei Apr 2011

Ceg 403/603-01: Personal Area Networks, Yong Pei

Computer Science & Engineering Syllabi

No abstract provided.


Ceg 433/633-01,02: Operating Systems, Sarah Gothard Apr 2011

Ceg 433/633-01,02: Operating Systems, Sarah Gothard

Computer Science & Engineering Syllabi

Overview of operating systems internals. File-system usage and design, process usage and control, virtual memory, multi-user systems, access control. Course projects use C++ language.


Ceg 416-01: Matrix Computations, Ronald F. Taylor Apr 2011

Ceg 416-01: Matrix Computations, Ronald F. Taylor

Computer Science & Engineering Syllabi

This course is a survey of numerical methods in linear algebra for application to problems in engineering and the sciences. Emphasis is on using modern software tools on high performance computing systems. This course covers the mathematics of linear equations, eigenvalue problems, singular value decomposition, and least squares. Material covered will be relevant to applications areas such as structural analysis, heat transfer, neural networks, mechanical vibrations, and image processing in biomedical engineering. A familiarity with MATLAB is useful, and the ability to program in languages such as C/C++ of Fortran is very important. A basic knowledge of matrix algebra is …


Ceg 429/629-01: Internet Security, Prabhaker Mateti Apr 2011

Ceg 429/629-01: Internet Security, Prabhaker Mateti

Computer Science & Engineering Syllabi

Introduction to security issues arising primarily from computer networks. Topics include node and service authentication, address spoofing, hijacking, SYN floods, smurfing, sniffing, routing tricks, and privacy of data en route. Buffer overruns and other exploitation of software development errors. Hardening of operating systems. Intrusion detection. Firewalls. Ethics. Prerequisites: CEG 433


Ceg 434/634-01: Concurrent Software Design, Soon M. Chung Apr 2011

Ceg 434/634-01: Concurrent Software Design, Soon M. Chung

Computer Science & Engineering Syllabi

No abstract provided.


Ceg 479/679-01: Computer Animation, Thomas Wischgoll Apr 2011

Ceg 479/679-01: Computer Animation, Thomas Wischgoll

Computer Science & Engineering Syllabi

No abstract provided.


Ceg 498-01: Design Experience, Thomas C. Hartrum Apr 2011

Ceg 498-01: Design Experience, Thomas C. Hartrum

Computer Science & Engineering Syllabi

CEG 498 (Team Projects I and II) is a summative computer engineering design project course that builds upon previous engineering, science, mathematics and communications course work. CEG 498 projects are a minimum of two quarters in length and must be completed in groups of at least three students. Projects are selected under the guidance of the course instructor and are tailored to both student interest and formal classroom preparation. Students are evaluated both on their individual contributions as recorded in graded engineering journals and on the quality of their collective efforts as reflected in group generated products.


Ceg 770-01: Computer Engineering Mathematics, Jack Jean Apr 2011

Ceg 770-01: Computer Engineering Mathematics, Jack Jean

Computer Science & Engineering Syllabi

No abstract provided.


Ceg 751-01: Microprocessors Ii, Jack Jean Apr 2011

Ceg 751-01: Microprocessors Ii, Jack Jean

Computer Science & Engineering Syllabi

No abstract provided.


Role Of The 3'Lghrr In Tcdd-Induced Suppression Of The Immunoglobulin Heavy Chain, Jayharsh L. Panchal, Eric J. Romer, David Ellis, Tharu Fernando, Courtney E. W. Sulentic Apr 2011

Role Of The 3'Lghrr In Tcdd-Induced Suppression Of The Immunoglobulin Heavy Chain, Jayharsh L. Panchal, Eric J. Romer, David Ellis, Tharu Fernando, Courtney E. W. Sulentic

Symposium of Student Research, Scholarship, and Creative Activities Materials

2,3,7,8-Tetrachlorodibenzo-p-dioxin (TCDD) inhibits antibody secretion and immunoglobulin heavy chain (IgH) expression. Our previous work has shown that a possible mechanism for inhibition of IgH expression could be inhibition of the 3’IgH regulatory region (3’IgHRR). The 3’IgHRR has four enhancer regions (hs3a; hs1,2; hs3b; hs4) which are purported to control IgH gene expression. Previously we demonstrated a sensitive inhibition by TCDD of LPS-induced 3’IgHRR activity which is correlated with an inhibition of LPS-induced hs1,2 enhancer activity; however, the hs4 enhancer showed TCDD-induced activation following the co-treatment of TCDD and LPS. Therefore, the objective of the current study was to determine if …


Cs 801: Advanced Database Systems, Soon M. Chung Apr 2011

Cs 801: Advanced Database Systems, Soon M. Chung

Computer Science & Engineering Syllabi

Introduction of current trends and research issues in database systems.


Cs 790: Optimizing Compliers For Modern Architectures, Meilin Liu Apr 2011

Cs 790: Optimizing Compliers For Modern Architectures, Meilin Liu

Computer Science & Engineering Syllabi

This course studies compiler optimization for modern architectures. Between parsing the input program and generating the target machine code, optimizing compilers perform a wide range of program transformations on a program to improve its performance. In this course we focus on data dependence analysis, program transformations and loop transformations, loop scheduling, and a combination of these optimizing techniques.


Cs 470/670: System Simulation, Mateen M. Rizki Apr 2011

Cs 470/670: System Simulation, Mateen M. Rizki

Computer Science & Engineering Syllabi

No abstract provided.


Cs/Mth 316/516: Survey Of Numerical Methods For Computational Science, Ronald F. Taylor Apr 2011

Cs/Mth 316/516: Survey Of Numerical Methods For Computational Science, Ronald F. Taylor

Computer Science & Engineering Syllabi

Introduction to numerical methods used in the sciences and engineering. Included will be methods for interpolation, data smoothing, integration, differentiation, and solution of systems of linear and nonlinear equations. Discussion of sources of error in numerical methods. Applications to science, engineering and applied mathematics are an integral part of the course. Special topics presented as schedule permits. Four hours lecture.


Cs 242: Computer Programming Iii, Thomas Wischgoll Apr 2011

Cs 242: Computer Programming Iii, Thomas Wischgoll

Computer Science & Engineering Syllabi

No abstract provided.