Search Results - (( java implementation during algorithm ) OR ( pattern operating efficient algorithm ))

Refine Results
  1. 1

    A new split based searching for exact pattern matching for natural texts by Hakak, Saqib Iqbal, Kamsin, Amirrudin, Shivakumara, Palaiahnakote, Idris, Mohd Yamani Idna, Gilkar, Gulshan Amin

    Published 2018
    “…Exact pattern matching algorithms are popular and used widely in several applications, such as molecular biology, text processing, image processing, web search engines, network intrusion detection systems and operating systems. …”
    Get full text
    Get full text
    Article
  2. 2

    Pairwise testing tools based on hill climbing algorithm (PTCA) by Lim, Seng Kee

    Published 2014
    “…The actual implementation of the algorithm which is in Java programming language, the program is implemented on Net Bean 7.0.1. …”
    Get full text
    Get full text
    Undergraduates Project Papers
  3. 3

    Multi-Reservoir System Optimization Based on Hybrid Gravitational Algorithm to Minimize Water-Supply Deficiencies by Karami, Hojat, Farzin, Saeed, Jahangiri, Aylin, Ehteram, Mohammad, Kisi, Ozgur, El-Shafie, Ahmed

    Published 2019
    “…The growing prevalence of droughts and water scarcity have increased the importance of operating dam and reservoir systems efficiently. Several methods based on algorithms have been developed in recent years in a bid to optimize water release operation policy, in order to overcome or minimize the impact of droughts. …”
    Get full text
    Get full text
    Article
  4. 4

    A novel Master–Slave optimization algorithm for generating an optimal release policy in case of reservoir operation by Turgut, Mert Sinan, Turgut, Oguz Emrah, Afan, Haitham Abdulmohsin, El-Shafie, Ahmed

    Published 2019
    “…This level of optimal control can only be achieved using an efficient optimization algorithm to optimally derive the operation rule for such a complex water system. …”
    Get full text
    Get full text
    Article
  5. 5

    Optimization of multipurpose reservoir operation using evolutionary algorithms / Mohammed Heydari by Mohammed , Heydari

    Published 2017
    “…Two efficient operators of Genetic Algorithm, that is, mutation and crossover are used in the obtained algorithm, the mutation causes an increase in the diversity of the population and the intersection of information between the particles of the population. …”
    Get full text
    Get full text
    Get full text
    Thesis
  6. 6
  7. 7
  8. 8

    Embedded system for indoor guidance parking with Dijkstra’s algorithm and ant colony optimization by Mohammad Ata, Karimeh Ibrahim

    Published 2019
    “…The circuits have been designed by proteus, the microcontrollers have been programmed by micro C, and the Graphical User Interface (GUI) has been implemented in Java. Few by electronic components such as RFID, multiplexer, XBee, and servo motors have been used to realize the system. …”
    Get full text
    Get full text
    Thesis
  9. 9

    Optimization of overcurrent relays coordination using Artificial Hummingbird Algorithm (AHA) by Noor Zaihah, Jamal, Arfan Haziq, Fathul Azmi

    Published 2023
    “…The AHA is a bio-inspired metaheuristic algorithm that mimics the movement patterns of hummingbirds. …”
    Get full text
    Get full text
    Get full text
    Get full text
    Conference or Workshop Item
  10. 10

    Compact structure representation in discovering frequent patterns for association rules by Mustapha, N., Sulaiman, M.N., Othman, M., Selamat, M.H.

    Published 2002
    “…Structure used in typical algorithms for solving this problem operate in several database scans and a large number of candidate generation. …”
    Get full text
    Get full text
    Get full text
    Article
  11. 11

    Compact structure representation in discovering frequent patterns for association rules by Mustapha, Norwati, Sulaiman, Md. Nasir, Othman, Mohamed, Selamat, Mohd Hasan

    Published 2002
    “…Structure used in typical algorithms for solving this problem operate in several database scans and a large number of candidate generation. …”
    Get full text
    Get full text
    Get full text
    Article
  12. 12

    Performance optimization on axial-flux permanent magnet coreless generator using novel hybrid computational method based on genetic algorithm and pattern search / Lok Choon Long by Lok , Choon Long

    Published 2016
    “…Complex real-world problems can be solved by heuristic optimization efficiently. Improved hybrid optimization method using Pattern Search (PS) and Genetic Algorithm (GA) onto Axial-Flux Permanent Magnet (AFPM) Coreless generator is presented in this thesis, and the optimization is based on the popular multi-objective sizing equation. …”
    Get full text
    Get full text
    Get full text
    Thesis
  13. 13

    New reflector shaping methods for dual-reflector antenna by Quzwain, Kamelia, Yamada, Yoshihide, Kamardin, Kamilia, Abd Rahman, Nurul Huda, Ismail, Alyani

    Published 2022
    “…Through comparison of the equivalent parabola with the equivalent circle reflectors, an antenna efficiency of 67.6% is obtained and better multi beam radiation patterns are demonstrated using the equivalent circle reflector. …”
    Get full text
    Get full text
    Article
  14. 14

    Smart IoT energy optimisation and localisation monitoring for e-bike sharing by Mohamed, Mawada Ahmed, Toha, Siti Fauziah, Rahman, Md Ataur, Khairudin, Moh.

    Published 2025
    “…The results demonstrated a 15% improvement in energy efficiency, which increased battery state-of-charge (SOC) and extended operational range. …”
    Get full text
    Get full text
    Get full text
    Get full text
    Article
  15. 15
  16. 16

    Optimal short term load forecasting using LSSVM and improved BFOA considering Malaysia pandemic disrupted situation by Zaini, Farah Anishah

    Published 2024
    “…These sudden and dramatic shifts in consumption patterns posed a significant challenge for power system operations, which rely heavily on accurate short-term load forecasting (STLF) for efficient and cost-effective operation. …”
    Get full text
    Get full text
    Get full text
    Get full text
    Thesis
  17. 17
  18. 18

    Talkout : Protecting mental health application with a lightweight message encryption by Gavin Teo Juen

    Published 2022
    “…The investigation of lightweight message encryption algorithms is conducted with systematic quantitative literature and experiment implementation in Java and Android running environment. …”
    Get full text
    Get full text
    Get full text
    Academic Exercise
  19. 19

    GPU-based odd and even hybrid string matching algorithm by Rahbari, Ghazal, Abdul Rashid, Nur’Aini, Husain, Wahidah

    Published 2016
    “…String matching is considered as one of the fundamental problems in computer science.Many computer applications provide the string matching utility for their users, and how fast one or more occurrences of a given pattern can be found in a text plays a prominent role in their user satisfaction.Although numerous algorithms and methods are available to solve the string matching problem, the remarkable increase in the amount of data which is produced and stored by modern computational devices demands researchers to find much more efficient ways for dealing with this issue.In this research, the Odd and Even (OE) hybrid string matching algorithm is redesigned to be executed on the Graphics Processing Unit (GPU), which can be utilized to reduce the burden of compute-intensive operations from the Central Processing Unit (CPU).In fact, capabilities of the GPU as a massively parallel processor are employed to enhance the performance of the existing hybrid string matching algorithms.Different types of data are used to evaluate the impact of parallelization and implementation of both algorithms on the GPU. …”
    Get full text
    Get full text
    Get full text
    Conference or Workshop Item
  20. 20

    Design & Development of a Robotic System Using LEGO Mindstorm by Abd Manap, Nurulfajar, Md Salim, Sani Irwan, Haron, Nor Zaidi

    Published 2006
    “…The system is capable in operating an off-line programming method, starting from its programming sequences until robotic implementation of the program. During early stages, the research is emphasis more towards designing a robotic system using RoboLab software and C++ programming language. …”
    Get full text
    Get full text
    Get full text
    Conference or Workshop Item