"Algorithm" Essays and Research Papers

Sort By:
Satisfactory Essays
Good Essays
Better Essays
Powerful Essays
Best Essays
Page 9 of 50 - About 500 Essays
  • Satisfactory Essays

    Cv for Proffesor

    • 7254 Words
    • 30 Pages

    Michael Mitzenmacher michaelm@eecs.harvard.edu 617-496-7172 Research Interests Education Design and Analysis of Algorithms; Networks and Data Transmission; Information Theory. UNIVERSITY OF CALIFORNIA AT BERKELEY‚ Berkeley‚ CA Ph.D. in Computer Science awarded December‚ 1996. Dissertation: The Power of Two Choices in Randomized Load Balancing. Advisor: Alistair Sinclair. GPA: 4.0/4.0 CAMBRIDGE UNIVERSITY‚ Cambridge‚ England Attended as one of ten recipients of the Churchill Fellowship. Cambridge

    Premium Computer science Algorithm

    • 7254 Words
    • 30 Pages
    Satisfactory Essays
  • Good Essays

    completion of this tutorial/lab‚ you should be able to: Identify inputs‚ outputs‚ and processing components from a problem description. Work out solution algorithm for the defined problem with sequence‚ selection and repetition control structures. Write the solution algorithm with pseudocode. Task 1: Tutorial Short Questions. Task 2: Algorithms Development Problem 1. A simple problem with only sequence Problem 2. A problem with single selection Problem 3. A problem with multiple selections Problem

    Premium Algorithm Mathematics Programming language

    • 572 Words
    • 4 Pages
    Good Essays
  • Powerful Essays

    Motion Detection

    • 697 Words
    • 3 Pages

    SIMULINK models for tracking single and multiple objects. We present various algorithms for tracking objects and determining the velocity of moving object in sequence of frames. Using the segmentation technique we can locate a target in the current frame. Target localization in current frame was computationally much complex in the conventional algorithms. Searching an object in the current frame using these algorithms starts from its location of the previous frame in the basis of attraction probably

    Premium Algorithm Image processing

    • 697 Words
    • 3 Pages
    Powerful Essays
  • Good Essays

    frontiers of capability of these mechanical devices. There are separate courses that deal with circuits and switching theory (computer logic) and with instruction sets and register arrangements (computer ar-chitecture) and with data structures and algorithms and operating systems and compiler design and artificial intelligence and so forth. All of these courses have a theoretical component‚ but they differ from our study in two basic ways. First‚ they deal only with computers that already exist; our

    Premium Mathematics Algorithm Programming language

    • 2550 Words
    • 11 Pages
    Good Essays
  • Good Essays

    Unknown

    • 4395 Words
    • 18 Pages

    Programming Fundamentals CSHT-102 Discrete Structures Digital Electronics Calculus and Matrices CSHT-203 Data Structures Semester – II CSHT-204 computer Systems Architecture English Calculus and Geometry using C++ Semeser – III CSHT-305 Algorithms CSHT-306 Systems Programmin g CSHT-307 File Structures and Database Basic Probability and Statistics Semester – IV CSHT-408 Operating Systems CSHT-409 Data Communica tion and Computer CSHT-410 Software Engineering Real Analysis / Differential

    Premium Software testing Computer Software engineering

    • 4395 Words
    • 18 Pages
    Good Essays
  • Powerful Essays

    Image Processing

    • 1831 Words
    • 8 Pages

    Adaptive Shape Contour Tracing Algorithm by Emad Attalla‚ Ph.D. ABSTRACT In this paper we are going to present a new shape contour tracing algorithm called ¡§Adaptive Contour Tracing Algorithm¡¨. The algorithm can trace open and closed discontinuous digital shapes and return an ordered set of boundary points that represent the contour of the shape. Unlike other algorithms that return boundary points that are part of the traced shape‚ our algorithm returns background points that are adjacent

    Premium Image processing Shape Algorithm

    • 1831 Words
    • 8 Pages
    Powerful Essays
  • Good Essays

    Steps in Program Development Computer programming is an art. Many peoplebelieve that a programmer must be good at mathematics‚ have a memory for figures and technical information‚ and be prepared to spend many hours sitting at a computer‚ typing programs. However‚ given the right tools and steps to follow‚ anyone can write well designed programs. It is a task worth doing‚ as it is both stimulating and fullfilling. Programming can be defined as the development of a solution to and identified

    Premium Programming language Algorithm Computer programming

    • 876 Words
    • 4 Pages
    Good Essays
  • Good Essays

    In pattern recognition‚ the k-Nearest Neighbors algorithm (or k-NN for short) is a non-parametric method used for classification and regression. In both cases‚ the input consists of the k closest training examples in the feature space. The output depends on whether k-NN is used for classification or regression: • In k-NN classification‚ the output is a class membership. An object is classified by a majority vote of its neighbors‚ with the object being assigned to the class most common among its k

    Premium Machine learning Data mining Algorithm

    • 789 Words
    • 4 Pages
    Good Essays
  • Powerful Essays

    is satisfied. else stop. If not‚ return in current population and go to Step 2. Each repetition of this process is called generation. The entire generation sets are called a run. [14][16]. Complexity The complexity of the genetic algorithm depends on the number of items (N) and the number of chromosomes in each generation (Size). It is

    Premium Combinatorial optimization Continuous knapsack problem Cutting stock problem

    • 2736 Words
    • 11 Pages
    Powerful Essays
  • Good Essays

    PT1420 Assign. 10

    • 702 Words
    • 4 Pages

    to open it in append mode‚ what happen? If the file does not exist‚ it will be created. Algorithm Workbench Design a program that opens an output file with the external name my_name.dat‚ write your name to the file‚ and then close the file. Declare OutputFile myFile Open myFile "my_name.dat" Write myFile "Power" Close myFile Design a program that opens the my_name.dat file that was created by the algorithm in question 1‚ reads your name from the file‚ display the name on the screen‚ and then

    Premium Data Computer Programming language

    • 702 Words
    • 4 Pages
    Good Essays
Page 1 6 7 8 9 10 11 12 13 50