• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 298
  • 54
  • 46
  • 9
  • 4
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • Tagged with
  • 512
  • 512
  • 75
  • 72
  • 69
  • 63
  • 62
  • 58
  • 56
  • 50
  • 50
  • 50
  • 49
  • 48
  • 47
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
211

Modeling scheduling algorithms with alternative process plans in an optimization programming language

Harihara, Ramachandra Sharma. January 2004 (has links)
Thesis (M.S.)--Ohio University, November, 2004. / Title from PDF t.p. Includes bibliographical references (p. 87-89)
212

Cell loading and scheduling in a shoe manufacturing company

Subramanian, Ananthanarayanan K. January 2004 (has links)
Thesis (M.S.)--Ohio University, November, 2004. / Title from PDF t.p. Includes bibliographical references (p. 126-130)
213

A decision support system for the faculty/course assignment problem /

Chapman, Dona Elizabeth, January 1985 (has links)
Thesis (M.S.)--Virginia Polytechnic Institute and State University, 1985. / Vita. Abstract. Includes bibliographical references (leaves 174-175). Also available via the Internet.
214

Scheduling program based on the theory of constraints

Malherbe, Johannes Louw 03 1900 (has links)
Thesis (MEng)--Stellenbosch University, 2003. / ENGLISH ABSTRACT: The goal of this thesis is to provide a stepping-stone for the design and development of a software package that implements the Goal System Algorithm, based on the Theory of Constraints (TOC). This includes the complete description and explanation of the Goal System Algorithm (GS), as well as the partial implementation of this algorithm using Microsoft Access as a Database Management System (DBMS) and Microsoft Visual C++ as programming language. The main development effort was put into the development of a scheduling algorithm and the implementation of a data structure that lies at the core of this algorithm. The reason for the development of such a package is that it will aid a production manager, working in a small to medium size job-shop, in generating a schedule for production that will increase throughput, while simultaneously reducing both inventory and operating expense thereby generating profits and cash flow. With regard to this thesis and the overall project goal the following have been achieved. 1. The complete project has been researched, scoped and each step has been explained. 2. The complete program structure has been defined and broken into two separate modules; the Data Mining and Conversion Module and the TOC Scheduling Algorithm. 3. The database containing all the MRP data necessary for scheduling has been designed and implemented using a MS Access database with an ODBC connection. An ODBC connection to the database was used so that a smooth transmission to other database management systems can be made. 4. The TOC Scheduling Algorithm has been developed and the following have been implemented: • A basic user interface has been created for the insertion of all the user input and to display the constraint schedule. • A data structure called a linked list has been developed and used to store the scheduling data in memory. • The complete GS algorithm had been researched and explained. • The GS algorithm has been and implemented and tested up to the point where it schedules the constraint. • The pseudo code for the part of the GS algorithm that was not implemented has been documented and included in this report. More development needs to be done and a proper Graphical User Interface must also be created to complete this project, but after completion a Toe software package will exist that is completely unique in South Africa and the market potential for this package will be considerable. / AFRIKAANSE OPSOMMING: Die doel van hierdie tesis is om die grondslag te skep vir die ontwerp en ontwikkeling van 'n sagteware pakket wat Goldratt se Doel Sisteem Algoritme, gebasseer op die 'Theory of Constraints', implementeer. Dit sluit die gedetaileerde beskrywing van die Doel Sisteem Algoritme in en 'n gedeeltelike implementasie van die algortime, deur gebruik te maak van 'n Microsoft Access databasis as databasis bestuur sisteem en Microsoft Visual C++ as 'n programerings taal. Die hoof klem is gelê op die ontwikkeling van die skedulerings algortime en die implementasie van die strukture wat deel van die kern uitmaak van die algoritme. Die hoof rede vir die ontwikkeling van so 'n pakket is sodat dit 'n produksie bestuurder van 'n klein to medium grootte vervaardigings besigheid sal help om 'n skedule vir produksie the genereer wat die vloer se deurset sal verhoog, terwyl dit voorraad en operasionele kostes sal verlaag. Met ander woorde dit sal die besigheid help om meer geld te maak huidiglik en in die toekoms. Met betrekking tot die tesis en die algehele projek doel is die volgende bereik: 1. Die hele projek is nagevors, uit een gesit en verduidelik. 2. Die hele program struktuur is gedefinieer en opgebreek in twee aparte modules; nl. die 'Data Mining and Conversion Module' en die 'TOC Scheduling Algorithm'. 3. Die databasis wat al die nodige MRP inligting bevat wat benodig word vir skedulering is ontwerp en geimplementeer deur gebruil te maak van 'n MS Access databasis met 'n ODBC konneksie. Daar is van 'n ODBC konneksie gebruik gemaak sodat as die nodig is, daar sonder enige moeite na ander databasis bestuurs sisteme oorgeskakel kan word. 4. Die 'TOC Scheduling Algorithm' is onwikkel en die volgende is geimplementeer. • A basisse gebruikers vlak is ontwikkel sodat al die nodig invoer data in die program ingevoer kan word. • 'n Geskakelde lys is ontwikkel en gebruik as die data struktuur om al die skedulerings informasie in geheue te stoor. • Die Doel Sisteem algorimte is in sy geheel verduidelik en gedokumenteer. Die Doel Sisteem algoritme is geïmplementeer tot op die punt waar dit die primêre bottelnek skeduleer. • Die pseudo kode vir die deel van die GS algoritme wat nie geimplementeer is nie is uitgelê in ingesluit as deel van die verslag. Verdere ontwikkeling word nog benodig en 'n beter gebruikers vlak moet nog geskep word om die projek te finaal afte handel, maar na dit gedoen is sal daar 'n TOe skedulering pakket bestaan wat heeltemal uniek is tot Suid-Afrika en 'n groot mark potensiaal sal hê.
215

Operating system scheduling optimization

Anderson, George Georgevich 28 May 2013 (has links)
D.Phil. (Electrical and Electronic Engineering) / This thesis explores methods for improving, or optimizing, Operating System (OS) scheduling. We first study the problem of tuning an OS scheduler by setting various parameters, or knobs, made available. This problem has not been addressed extensively in the literature, and has never been solved for the default Linux OS scheduler. We present three methods useful for tuning an Operating System scheduler in order to improve the quality of scheduling leading to better performance for workloads. The first method is based on Response Surface Methodology, the second on the Particle Swarm Optimization (PSO), while the third is based on the Golden Section method. We test our proposed methods using experiments and suitable benchmarks and validate their viability. Results indicate significant gains in execution time for workloads tuned with these methods over execution time for workloads running under schedulers with default, unoptimized tuning parameters. The gains for using RSM-based over default scheduling parameter settings are only limited by the type of workload (how much time it needs to execute); gains of up to 16:48% were obtained, but even more are possible, as described in the thesis. When comparing PSO with Golden Section, PSO produced better scheduling parameter settings, but it took longer to do so, while Golden Section produced slightly worse parameter settings, but much faster. We also study a problem very critical to scheduling on modern Central Processing Units (CPUs). Modern CPUs have multicore designs, which corresponds to having more than one CPU on a single chip. These are known as Chip Multiprocessors (CMPs). The CMP is now the standard type of CPU for many different types of computers, including Personal Computers.
216

Tvorba rozvrhování výroby s realizací výrobního layoutu / Creation of Production Scheduling with the Realization of the Production Layout

Šopor, Tomáš January 2015 (has links)
Diploma thesis focuses on creation of scheduling system for production processes and labour within heat pump manufacturing line in Daikin Device Czech Republic, connected with modification of production and warehouse layout. First part analyzes products, assembly line and its current state of layout. Furthermore it deals with measurement and analysis of work performed by operatives. Proposal part describes layout changes, whereupon line balancing is processed for different production levels and finally comes creation of scheduling system itself.
217

FMS performance versus WIP under different scheduling rules

Young-On, Harold 16 December 2009 (has links)
Master of Engineering
218

A systems engineering approach towards scheduling and operations at the Peninsula Center

Macri, Steven 23 December 2009 (has links)
<p>This report identifies the activities of the Peninsula Center (P.C.) located 1n Hampton, Virginia and defines the dynamic system that exists at this facility. It explains the functions and responsibilities of the personnel, and ultimately details the site's activities throughout the semester. This is done in an effort to illustrate the opportunity for improvements in efficiency and enhancement of system capabilities.</p> / Master of Science
219

Planning horizons for aggregate planning and master production scheduling /

Chung, Chen Hua January 1982 (has links)
No description available.
220

A constrained Markov population model /

Sahr, Louis Edgar January 1978 (has links)
No description available.

Page generated in 0.1222 seconds