• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 4843
  • 2023
  • 688
  • 613
  • 421
  • 254
  • 170
  • 90
  • 80
  • 76
  • 45
  • 39
  • 36
  • 36
  • 36
  • Tagged with
  • 11301
  • 1659
  • 1309
  • 965
  • 871
  • 847
  • 777
  • 749
  • 709
  • 656
  • 612
  • 565
  • 557
  • 525
  • 514
  • 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.
131

A study on the effectiveness of visiting schools in mainland China for teacher development /

Chin, Yiu-ming, January 2002 (has links)
Thesis (M. Ed.)--University of Hong Kong, 2002. / Includes bibliographical references (leaves 147-151).
132

Quality control of a diagnostic tool through qualitative and quantitative measurement assessment of field testing

Jidegren, Martin, Gupta, Tushar January 2015 (has links)
The purpose of this study is to develop a method to qualitatively and quantitatively measure and assess the field testing of a diagnostic tool by identifying the parameters that are relevant to assess a field test. The study is conducted at Scania CV AB, Södertälje, Sweden, a world leading manufacturer of trucks, buses and industrial and marine engines, where a method to assess the field test of their diagnostic currently does not exist. The study follows a deductive approach while taking a positivistic and hermeneutic perspective. The relevant theories and literature such as quality development and software testing are described to give a better understanding of the study. The study is conducted in four main steps- description of present situation, situation analysis, development of the assessment approach or framework and evaluation of the framework. The empirical information gathered from numerous interviews and meetings is presented in the description of present situation along with the various data sources available. The collected data from different databases is analysed where hypotheses are formulated based on the different influencing parameters for field testing. The correlations between the parameters are then calculated and analysed to verify the hypothesis as True or False. The ECU updates are also analysed to show that the ECU updates performed during field testing is a good representation of the actual usage after release. The framework to assess the field test is then developed using the available data and analysis made. A holistic view is taken to include the processes before and after the field test in the framework. The framework is in the form of an Excel workbook where data is either copied from databases or manually entered and relevant graphs describing the field test are generated automatically. The time period to be displayed on the graphs can be selected manually. This gives a good base to take decisions about how a field test has gone and whether or not the software is ready for release. Based on the correlation of the different parameters, a table with different key values of how much field test usage that should be conducted based on the number of implemented change requests are presented. Thus the result is that the most important attributes to consider for a field test are the amount of implemented changes where each field test usage occasion increases the chance of finding potential faults in the software of the diagnostic tool. An unrestricted framework is also described using data that may be available, but currently difficult to utilise effectively. Thus the recommended future work is represented by this framework which describes what information that can be obtained from different data sources and how they can be used to get a detailed understanding of what exactly has been used during field testing as well as after the software has been released. The framework is assessed in the last step and its uses along with limitations are described.  The difficulty in describing the success of software testing is also discussed to give a good context to the framework and understand its utility.
133

Synthesis of silicon/germanium nanowires and field emission studies of 1-D nanostructures

Bae, Joonho, 1972- 14 June 2012 (has links)
Using the vapor-liquid-solid (VLS) growth method, silicon nanowires and germanium nanowires are grown. We find the high growth rate is responsible for the silicon nanowires with less growth defects when they are grown by use of silicon tetrachloride as a precursor and hydrogen as a carrier gas. Based on this funding, large area, high aspect ratio, h111i oriented silicon nanowires are successfully grown on Si (111) and Si (100). Novel growth mechanisms of VLS growth method were discovered in SiOx nanoflowers and silicon nanocones. In SiOx nanoflowers grown at the tip of silicon nanowires, it is found that they are produced via the enhanced oxidation of silicon at the gold-silicon interface. Furthermore, the analysis of the flower pattern reveals that it is the observation of the dense branching morphology on nanoscale and on spherical geometry. For the silicon nanocones, they are grown by the in situ etching of the catalysts of Ga/Al by HCl during the growth. Scanning electron microscopy (SEM), transmission electron microscopy (TEM) reveal that the nanocones are composed of amorphous silicon oxides and crystalline Si. Based on the similar chemistry of hydrogen reduction of SiCl₄ for the growth of silicon nanowires, single crystalline germanium nanowires are grown by use of GeCl4 as a precursor and H₂ as a carrier gas. As one of important application of one dimensional nanostructures, the field emission properties of 1-D nanostructures are explored. The field emission properties of a single graphite nanocone are measured in SEM. The inter-electrode separation is controlled using scanning tunneling microscopy (STM) approach method, allowing the precise and ne determination of the separation. Its Fowler-Nordheim plot shows it emits currents in accordance with the Fowler-Nordheim field emission. Its onset voltage, field enhancement factor show that its basic field emission parameters are comparable to those of a single carbon nanotube. It is observed that single nanocone is damaged after emitting a current of about 100 nA, which seems to be due to its hollow interior structure. / text
134

ArchSyn: an energy-efficient FPGA high-level synthesizer

Lin, Yu, Colin., 林郁. January 2012 (has links)
Due to their high potential performance and reduced energy and power consumption, field-programmable gate arrays (FPGAs) are widely used as accelerators for today’s computationally intensive applications. These applications use advanced algorithms more sophisticated than ever before. The high design complexity along with fast development process challenges the traditional FPGA design methodology using hardware description languages. High-level synthesis accelerates design implementation by raising the level of design abstraction beyond register transfer level. This dissertation work develops a highly energy-efficient FPGA high-level synthesis tool, ArchSyn, using an application-specific coarse-grain architecture as an intermediate synthesis step. ArchSyn provides rapid and energy-efficient compilation of dataflow graphs (DFGs) on FPGAs by scheduling the dataflow operations on an array of directly connected simple configurable processing elements (CPEs). Each CPE in the array performs primitive compute operations according to a small local sequencer at each cycle. Data are communicated via multi-hop routing within the direct interconnect network. The scheduler schedules each compute operation of the DFG obtained from the high-level design to execute on a particular hardware CPE at a particular cycle. It also determines the communication schedule of the intermediate data among the producing and consuming CPEs, optionally buffering them with distributed memory along the path. As such, the lengthy process of synthesizing a full custom hardware design on FPGA is reduced to a scheduling and mapping process. By restricting the fine-grain programmability into a coarse grain processor network scheduling problem, the compilation time can be improved substantially, thereby improving the overall productivity of the designer. Furthermore, taking advantage of the programmability of FPGAs, the effect of the array interconnect architecture on the energy-efficiency of the resulting system is studied. By altering the array configuration, the data communication scheme among the CPEs must also be changed. This has a net effect on both the energy consumption spent on data movement as well as on the overall compute performance. It is shown that by using array topology that is customized to the input DFG, up to 28% improvement in energy-efficiency could be achieved. An exploratory framework based on a genetic algorithm was developed that allows us to obtain such application-specific connection network. Such degree of customization is possible only with the programmability of FPGAs. Moreover, such topology adaptation can be achieved rapidly as only routings between a fixed set of pre-placed CPEs are required. Implementations using ArchSyn and an existing FPGA compilation tool xPilot were compared. ArchSyn gave a 2X better energy consumption and a 11X better energy-delay product for computation with very regular and simple data dependency. For computation with irregular data dependency, the energy consumption and energy-delay product improvement was 9.6X and 199X. / published_or_final_version / Electrical and Electronic Engineering / Doctoral / Doctor of Philosophy
135

Investigation on the holographic principle

Jiang, Li 28 August 2008 (has links)
Not available / text
136

Routing algorithms for field-programmable gate arrays

Lee, Seokjin 28 August 2008 (has links)
Not available / text
137

FIELD THEORIES INVOLVING TENSOR AND CONNECTION FIELDS

McKellar, Robert James January 1978 (has links)
No description available.
138

MATHEMATICAL FOUNDATIONS OF THE EINSTEIN FIELD EQUATIONS

Anderson, Ian, 1952- January 1976 (has links)
No description available.
139

Charge transport in uniaxially aligned liquid-crystalline polymer transistors

Lee, Mijung January 2011 (has links)
No description available.
140

Developments in quantum theory of fields

Salam, Abdus January 1952 (has links)
No description available.

Page generated in 0.0481 seconds