intTypePromotion=1
zunia.vn Tuyển sinh 2024 dành cho Gen-Z zunia.vn zunia.vn
ADSENSE

Explicit techniques

Xem 1-20 trên 47 kết quả Explicit techniques
  • This research undertakes a comparative analysis of lane detection methodologies, explicitly focusing on traditional image processing techniques and Convolutional Neural Networks (CNNs). The evaluation utilized a sample of 500 images from the CULane dataset, which encompasses a diverse range of traffic scenarios.

    pdf14p vithomson 02-07-2024 0 0   Download

  • Ebook "Electrogenerated chemiluminescence: Protocols and applications" focuses on the fundamentals of and new developments in electrochemiluminescence (ECL), presenting high-quality content and explicitly aiming to summarize and disseminate the current state-of-the-art. The topics covered include the fundamental theory, mechanism, types of reactions involved, and the instrumental techniques.

    pdf161p coduathanh1122 27-03-2024 2 1   Download

  • Ebook "Non-linear optical response in atoms, molecules and clusters: An explicit time dependent density functional approach" is to present, in sufficient detail, a non-perturbative technique for calculating optical hyperpolarizabilities. The ability to efficiently compute hyperpolarizabilities, for a variety of different molecular systems, makes this brief invaluable for those engaged in the computational design of new electro-optical materials.

    pdf74p nhanphanguyet 28-01-2024 5 2   Download

  • In this paper, we proposed an error resilience scheme for wireless video coding based on adaptive Flexible Macroblock Ordering (FMO) and intra refresh. An FMO explicit map is generated frame-by-frame using prior information. This information involves estimated locations of guard and burst section in the channel and estimated effect of error propagation (EEP) from the previous frame to the current frame.

    pdf11p vijeff 01-12-2023 4 3   Download

  • Continued part 1, part 2 of ebook "Advanced geotechnical analyses: Developments in soil mechanics and foundation engineering-4" has presents the following content: finite deformation analysis of soil penetration problems; analysis of the dynamics of pile driving; finite layer methods in geotechnical analysis; the explicit finite difference technique applied to geomechanics;...

    pdf229p dieptieuung 19-07-2023 5 3   Download

  • Part 1 of book "Concepts, techniques, and models of computer programming" provide with knowledge about: explicit state; object-oriented programming; shared-state concurrency; relational programming; specialized computation models; graphical user interface programming; distributed programming; constraint programming; mozart system development environment;...

    pdf496p britaikridanik 05-07-2022 12 3   Download

  • The iCLIP and eCLIP techniques facilitate the detection of protein–RNA interaction sites at high resolution, based on diagnostic events at crosslink sites. However, previous methods do not explicitly model the specifics of iCLIP and eCLIP truncation patterns and possible biases.

    pdf17p vialfrednobel 29-01-2022 9 0   Download

  • Genotypes not directly measured in genetic studies are often imputed to improve statistical power and to increase mapping resolution. The accuracy of standard imputation techniques strongly depends on the similarity of linkage disequilibrium (LD) patterns in the study and reference populations. Here we develop a novel approach for genotype imputation in low-recombination regions that relies on the coalescent and permits to explicitly account for population demographic factors.

    pdf12p vilarryellison 29-10-2021 10 1   Download

  • This study conducted a literature review about the necessity to apply some effective strategies to improve learners‟ English vocabulary instruction. The results indicated that it is advisable for teachers to use different vocabulary teaching techniques i.e. explicit, implicit and independent vocabulary teaching. Based on three approaches, some pedagogical implications for vocabulary development are put forward as resourceful references for teachers of English to exploit effective vocabulary teaching opportunities through different vocabulary teaching strategies.

    pdf8p trinhthamhodang11 04-05-2021 19 3   Download

  • In this paper, the phase field method will be used to model the cracking propagation at the small scale for elastic media. This method is doing well in DEAL.II with the help of local refinement technique which allows studying the tensile strength of fractured rock mass behavior without prior knowledge of cracking propagation path and reduction of computational consumption.

    pdf9p kequaidan8 02-11-2020 17 1   Download

  • A large number of computational methods have been proposed for predicting protein functions. The underlying techniques adopted by most of these methods revolve around predicting the functions of an unannotated protein p from already annotated proteins that have similar characteristics as p. Recent Information Extraction methods take advantage of the huge growth of biomedical literature to predict protein functions.

    pdf15p vicoachella2711 27-10-2020 18 0   Download

  • This paper reports on a participatory action research study, which explores how ICT application adoption may be enhanced through ‘empathetic participatory design’ as a method for creating knowledge that may have meaningful application utility. This is achieved through user behavioural simulation. The main mode of data collection and analysis was the repertory grid technique used to elicit constructs from simulated prototyped elements of a selection of applications.

    pdf17p quenchua8 29-09-2020 17 0   Download

  • The ultimate stability of nonlinear time-varying systems with multiple delays and bounded disturbances are investigated in this paper. Based on some comparison techniques via differential inequalities, explicit delay-independent conditions are derived for determining an ultimate bound such that all state trajectories of the system converge exponentially within that bound. The obtained results also guarantee exponential stability of the system when the input disturbance vector is ignored. Numerical simulations are given to illustrate the effectiveness of the obtained results.

    pdf14p nguathienthan6 06-07-2020 12 1   Download

  • We give an explicit algorithm and source code for constructing risk models based on machine learning techniques. The resultant covariance matrices are not factor models. Based on empirical backtests, we compare the performance of these machine learning risk models to other constructions, including statistical risk models, risk models based on fundamental industry classifications, and also those utilizing multilevel clustering based industry classifications.

    pdf28p nguyenanhtuan_qb 09-07-2020 16 2   Download

  • This topic will describe the storage of objects in containers, we will focus on linear orderings: Implicitly defined linear orderings (sorted lists), explicitly defined linear orderings. We will summarize this information and look briefly at: Hierarchical orderings, partial orderings, equivalence relations, adjacency relations.

    ppt50p nanhankhuoctai9 23-06-2020 14 1   Download

  • An Abstract Deque (Deque ADT) is an abstract data structure which emphasizes specific operations: Uses a explicit linear ordering, insertions and removals are performed individually, allows insertions at both the front and back of the deque. This topic discusses the concept of a queue: Description of an Abstract Deque, applications, implementations, the STL and iterations.

    ppt18p nanhankhuoctai9 23-06-2020 21 1   Download

  • An Abstract Queue (Queue ADT) is an abstract data type that emphasizes specific operations: Uses a explicit linear ordering, insertions and removals are performed individually, there are no restrictions on objects inserted into (pushed onto) the queue - that object is designated the back of the queue,... This topic discusses the concept of a queue: Description of an Abstract Queue, list applications, implementation, queuing theory, standard template library.

    ppt46p nanhankhuoctai9 23-06-2020 26 1   Download

  • An Abstract List (or List ADT) is linearly ordered data where the programmer explicitly defines the ordering. We will now look at our first abstract data structure: Relation - explicit linear ordering, operations, implementations of an abstract list with linked lists and arrays, memory requirements, strings as a special case, the STL vector class.

    ppt41p nanhankhuoctai9 23-06-2020 25 0   Download

  • An Abstract Stack (Stack ADT) is an abstract data type which emphasizes specific operations: Uses a explicit linear ordering, insertions and removals are performed individually, there are no restrictions on objects inserted into (pushed onto) the queue that object is designated the back of the queue,... This topic discusses the concept of a stack: Description of an Abstract Stack, list applications, implementation, example applications, standard template library.

    ppt22p nanhankhuoctai9 23-06-2020 16 0   Download

  • This paper intends to manufacture a methodically system for design RM, which comprises of three measurements, including the work force measurement, technique measurement and time measurement, explicitly supervisory faculty, the executives strategies and the development procedure, consistently.

    pdf32p christabelhuynh 04-06-2020 22 4   Download

CHỦ ĐỀ BẠN MUỐN TÌM

ADSENSE

nocache searchPhinxDoc

 

Đồng bộ tài khoản
2=>2