Academic literature on the topic 'Minimalization'

Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles

Select a source type:

Consult the lists of relevant articles, books, theses, conference reports, and other scholarly sources on the topic 'Minimalization.'

Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.

You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.

Journal articles on the topic "Minimalization"

1

Kulpa, W. "Compact minimalization of inverse systems." Colloquium Mathematicum 57, no. 2 (1989): 229–34. http://dx.doi.org/10.4064/cm-57-2-229-234.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Zewdie, R., J. Hora, and Y. Nigussie. "Circular Colouring for Emission Minimalization." Transactions on Transport Sciences 6, no. 4 (December 1, 2013): 159–68. http://dx.doi.org/10.2478/v10158-012-0043-y.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Courcelle, Bruno. "A note on the minimalization of tree-automata." Banach Center Publications 21, no. 1 (1988): 197–203. http://dx.doi.org/10.4064/-21-1-197-203.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Lei, Kin-fong, Péter Baranyi, and Yeung Yam. "Complexity Minimalization of Nonsingleton-based Fuzzy-Neural Network." Journal of Advanced Computational Intelligence and Intelligent Informatics 4, no. 4 (July 20, 2000): 286–93. http://dx.doi.org/10.20965/jaciii.2000.p0286.

Full text
Abstract:
Singular value based reduction has been proposed for a singleton-based generalized neural network that is general in the sense that singleton-consequent-based fuzzy logic function generators are applied to define nonlinear weighting functions on connections among neurons. The product-sum-gravity inference technique with singleton consequent defines piece-wise linear approximation of nonlinear weighting functions. This paper proposed the use of nonsingleton-consequent-based product-sumgravity fuzzy algorithm that results in a piece-wise nonlinear approximation of weighting functions that considerably improve the approximation properties of the generalized network. This network is called a nonsingleton-based generalized neural network. The main objective of this technical report is to introduce the extension of the singular value based reduction technique to the nonsingleton-based neural network.
APA, Harvard, Vancouver, ISO, and other styles
5

Sharma, M. M. "Strategies of conducting reactions on a small scale. Selectivity engineering and process intensification." Pure and Applied Chemistry 74, no. 12 (January 1, 2002): 2265–69. http://dx.doi.org/10.1351/pac200274122265.

Full text
Abstract:
Advances in conducting reactions, new catalysts, and reactors have made manufacturing on a small scale very facile and even efficient. Selectivity engineering and process intensification permit minimalization of the chemical industry, and some demanding chemistry can be handled in a facile way.
APA, Harvard, Vancouver, ISO, and other styles
6

Doodran, Ramona Javadi, Shayan Khakmardan, Aref Shirazi, and Adel Shirazy. "Minimalization of Ash from Iranian Gilsonite by Froth Flotation." Journal of Minerals and Materials Characterization and Engineering 09, no. 01 (2021): 1–13. http://dx.doi.org/10.4236/jmmce.2021.91001.

Full text
APA, Harvard, Vancouver, ISO, and other styles
7

Ruhiat, Yayat, Firmanul Catur Wibowo, and Yuvita Oktarisa. "Air Pollutants Minimalization of Pollutant Absorber with Condensation System." Journal of Physics: Conference Series 846 (May 2017): 012014. http://dx.doi.org/10.1088/1742-6596/846/1/012014.

Full text
APA, Harvard, Vancouver, ISO, and other styles
8

Kostuch, Ryszard, and Czesław Lipski. "POSSIBILITY MINIMALIZATION OF FLOAD DEVASTATION AN THE KASINKA RIVER." Inżynieria Ekologiczna 43 (2015): 179–85. http://dx.doi.org/10.12912/23920629/58921.

Full text
APA, Harvard, Vancouver, ISO, and other styles
9

Nakano, Iwao. "Minimalization of travel time bias using the tomographic inverse method." Journal of the Acoustical Society of America 90, no. 4 (October 1991): 2302. http://dx.doi.org/10.1121/1.401086.

Full text
APA, Harvard, Vancouver, ISO, and other styles
10

Mazirov, Mikhail A., and Valeria A. Arefieva. "Allelopatic potential of weeds under the minimalization of soil treatment." EURASIAN JOURNAL OF SOIL SCIENCE (EJSS) 3, no. 1 (March 1, 2014): 25. http://dx.doi.org/10.18393/ejss.70992.

Full text
APA, Harvard, Vancouver, ISO, and other styles
More sources

Dissertations / Theses on the topic "Minimalization"

1

Albrecht, Daniel. "Hodnocení a minimalizace rizik v oblasti BOZP u stavebních společností." Master's thesis, Vysoké učení technické v Brně. Ústav soudního inženýrství, 2019. http://www.nusl.cz/ntk/nusl-402610.

Full text
Abstract:
This diploma thesis focuses on the evaluation and minimization of risks in the area of occupational health and safety (OSH), specifically on risks in the construction industry. The analysis of the current state evaluates the issue of current OSH from the European and national point of view, defines terms and contains basic principles of safe work with construction machines. The main task of this work is to analyze the risk associated with the performed activity on a model example and propose suitable measures for their minimization including financial evaluation.
APA, Harvard, Vancouver, ISO, and other styles
2

Veselý, Lukáš. "Korektor diakritiky." Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2007. http://www.nusl.cz/ntk/nusl-236816.

Full text
Abstract:
The goal of this diploma work is the suggestion and the implementation of the application, which allows adding / removing of diacritics into / from Czech written text. Retrieval "trie" structure is described along with its relation to finite state automata. Further, algorithm for minimization of finite state automata is described and various methods for adding diacritics are discussed. In practical part the implementation in Java programming language with usage of object-oriented approach is given. Achieved results are evaluated and analysed in the conclusion.
APA, Harvard, Vancouver, ISO, and other styles
3

Procházka, Lukáš. "Redukce nedeterministických konečných automatů." Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2011. http://www.nusl.cz/ntk/nusl-237032.

Full text
Abstract:
Nondeterministic finite automaton is an important tool, which is used to process strings in many different areas of programming. It is important to try to reduce its size for increasing programs' effectiveness. However, this problem is computationally hard, so we need to search for new techniques. Basics of finite automata are described in this work. Some methods for their reduction are then introduced. Usable reduction algorithms are described in greater detail. Then they are implemented and tested. The test results are finally evaluated.
APA, Harvard, Vancouver, ISO, and other styles
4

Paar, Martin. "Využití genetických algoritmů při optimalizaci procesů v elektroenergetice." Doctoral thesis, Vysoké učení technické v Brně. Fakulta elektrotechniky a komunikačních technologií, 2009. http://www.nusl.cz/ntk/nusl-233505.

Full text
Abstract:
Current trends in regulation of electricity supply continuity in the power engineering industry includes introduction of systems and customers standards. The electricity market liberalization in the European Union is speeded up the process furthermore. Companies included in the distribution network bussiness therefore began to be interested more in the evaluation of risks associated with the aplication of these standards. The aim of the thesis is to minimize the expenses caused by power losses of the distribution network by means of distribution network reconfiguration depending on the standard selection. For the minimization two of the Genetic algorithms was selected. As an criterion the overall expenses caused by power losses and the expenses caused by an electricity shortage. Furthermore the influence of the inclusion of the power loss to the calculation on the operation costs for given regulation standards. Two contemporary standards - finish and portugues - are considered together with three experimental standards. The aim of including experimental standards is to complete the regulation standards with parameters uncovered in the portuguese and finish standard. The results described in the thesis can be used in the distribution network optimization process from the point of reliability and operational costs.
APA, Harvard, Vancouver, ISO, and other styles
5

Švikruha, Patrik. "Využití technologie Blazor s frameworkem DotVVM." Master's thesis, Vysoké učení technické v Brně. Fakulta elektrotechniky a komunikačních technologií, 2019. http://www.nusl.cz/ntk/nusl-400921.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

KOLÁŘ, Pavel. "Optimalizace daňového zatížení u daně z příjmů fyzických osob, aneb legální daňové úniky." Master's thesis, 2007. http://www.nusl.cz/ntk/nusl-46326.

Full text
Abstract:
I decided to devote my thesis to the optimalization of tax burden of income tax {--} the legal tax avoidance. The main aim of this work is to point out legal possibilities how to abate the tax base of the income tax and tax liabilities of natural persons, which enables the curently valid law of income tax, as well as other rules and regulations conditioning taxation. My partial aims are to compare particular variants abating the tax base and the personal income tax, to evaluate the best possibilities and to illustrate their practical solutions on concrete situations. The thesis is divided into three main parts. In the first part I mentioned the main significance of taxes in the budget of the Czech Republic and the incorporation of the personal income tax into the tax system. Next, I tried to clear up the mater of the personal income tax, as for example who a tax-payer is, what the object of the tax is, what belongs to the tax base, what tax rebates and nontaxable parts of the tax base are, how to calculate the tax. It concerns in particular tax-deductible items, re-deduction of property, reserves, the way of financing new property, lump expenses, collective taxation of spouses etc. The last part is focused on presentation and practical solving of problems. I tried to include such examples which concern great number of tax-payers or which are most often used in practice.
APA, Harvard, Vancouver, ISO, and other styles
7

Strnadová, Mirka. "Souvislost charakteristik tazatele a odpovědí respondenta při face to face interview." Master's thesis, 2015. http://www.nusl.cz/ntk/nusl-333307.

Full text
Abstract:
This diploma thesis shows a connection between an interviewer's demographic characteristics and a respondent's answers during a face-to-face interview. The analysis uses the American data from General Social Survey and the Czech data from CVVM. The monitored variables are sex, age, education and the size of place. On the ground of the theory of interpersonal communication, social distance and stereotypical answers to certain questions the following questions were chosen to be analysed: the willingness to have certain group of people as neighbours, opinions on marihuana, the death penalty, abortions and homosexuals. The analysis proves that the interviewer's demographic characteristics do influence the answers to some of these questions. However there is no set of rules that could prove which particular characteristics would influence which particular questions. The methods used in this thesis are correlational analysis, binary logistic regression and an advanced mixed models analysis. The next part consists of a qualitative research, which uses a fictional face-to-face interviews and following cognitive interviews with respondents. This part shows the importance of the actual question because when the respondent answers a certain question for the first time he is more likely to be influenced by the...
APA, Harvard, Vancouver, ISO, and other styles
8

Šedinová, Pavla. "Výtvarný a hudební minimalismus." Master's thesis, 2011. http://www.nusl.cz/ntk/nusl-299981.

Full text
Abstract:
Pavla Šedinová: Minimal art and minimal music Abstract: This thesis focuses on the theoretical description of minimalism in the fine arts and music. It follows the progression of minimisation in art in the first half of the twentieth century, which culminates in minimal art and minimal music, and compares its principles with multiplication in the work of Andy Warhol and Velvet Underground. At the same time the paper discusses the difference between American minimalism and its European and Czech parallels. The aim of this thesis is describing main concepts of minimalism that could be relevant for teaching purposes. The pedagogical part of the thesis focuses on the manner in which the obtained information about the fine arts and music could be utilised in teaching, particularly in Elementary Art Schools. The practical part demonstrates my own approach to minimalist principles.
APA, Harvard, Vancouver, ISO, and other styles

Books on the topic "Minimalization"

1

Pengembangan model optimalisasi penjadwalan bahan bakar dengan metode programming linear untuk minimalisasi biaya produksi sistem kelistrikan Jawa-Bali: Laporan penelitian dosen muda = Development model optimalisation fuel scheduling with method linear programming for minimalitation [i.e. minimalization] of production cost electrical system at Java Bali. [Surabaya]: Fakultas Teknik, Jurusan Pend. Teknik Elektro, Universitas Negeri Surabaya, 2007.

Find full text
APA, Harvard, Vancouver, ISO, and other styles

Book chapters on the topic "Minimalization"

1

Spahiu, Blerina, Riccardo Porrini, Matteo Palmonari, Anisa Rula, and Andrea Maurino. "ABSTAT: Ontology-Driven Linked Data Summaries with Pattern Minimalization." In The Semantic Web, 381–95. Cham: Springer International Publishing, 2016. http://dx.doi.org/10.1007/978-3-319-47602-5_51.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Molewijk, H. E., A. M. van der Poel, J. Tolboom, and B. Olivier. "Minimalization of Animal use in Models of Psychopharmacology: A Modified “Up&Down” Method for ED50 Estimation." In Animal Models in Psychopharmacology, 429–33. Basel: Birkhäuser Basel, 1991. http://dx.doi.org/10.1007/978-3-0348-6419-0_42.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Polák, Libor. "Minimalizations of NFA Using the Universal Automaton." In Implementation and Application of Automata, 325–26. Berlin, Heidelberg: Springer Berlin Heidelberg, 2005. http://dx.doi.org/10.1007/978-3-540-30500-2_37.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Kruszynska, Sabina. "The Human Nature and Freedom." In The Paideia Archive: Twentieth World Congress of Philosophy, 63–67. Philosophy Documentation Center, 1998. http://dx.doi.org/10.5840/wcp20-paideia199816317.

Full text
Abstract:
The liberal French thinker Benjamin Constant develops a conception of human nature which shows the triplicity of being human. Such triplicity manifests itself in the close connection between emotion, rationality, and animality. He also develops an idea of liberty which treats it only as a real, historically conditioned minimalization of external limitations. Liberty thus understood enjoys metaphysical rootedness in human nature.
APA, Harvard, Vancouver, ISO, and other styles

Conference papers on the topic "Minimalization"

1

Mierka, Martin, and Rene Hartansky. "Minimalization of a TEM CELL." In 2021 13th International Conference on Measurement. IEEE, 2021. http://dx.doi.org/10.23919/measurement52780.2021.9446837.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Sakai, Takeyasu, Mitsunori Kitamura, Takahiro Aso, and Kazuaki Hoshinoo. "SBAS Ionospheric Correction with Minimalization of the Ionospheric Threat." In 2017 International Technical Meeting of The Institute of Navigation. Institute of Navigation, 2017. http://dx.doi.org/10.33012/2017.14943.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Wnuk, M. "Multi-band microstrip antenna with minimalization of radiation towards head." In 2010 IEEE International Symposium on Electromagnetic Compatibility - EMC 2010. IEEE, 2010. http://dx.doi.org/10.1109/isemc.2010.5711361.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Arniah, Arniah, Nurul Annisa, and Laode Rijai. "COST MINIMALIZATION ANALYSIS (CMA) DAN COST EFECTIVNESS ANALYSIS ANALYSIS (CEA) ANTIBIOTIKA PROFILAKSIS DAN PASKA BEDAH SESAR TERINDIKASI DI SALAH SATU RUMAH SAKIT SAMARINDA." In the 5th Mulawarman Pharmaceuticals Conferences. Fakultas Farmasi, Universitas Mulawarman, Samarinda, 2017. http://dx.doi.org/10.25026/mpc.v5i1.218.

Full text
APA, Harvard, Vancouver, ISO, and other styles
We offer discounts on all premium plans for authors whose works are included in thematic literature selections. Contact us to get a unique promo code!

To the bibliography