Giter Club home page Giter Club logo

bd-tp2's Introduction

nota do mario: fiquei com dificuldade de mudar os arquivos hash.cpp, seek2.cpp e os arquivos do diretório B+Tree, se quiserem tentar dar uma mexida

Alunos

Beatriz Emilly Silva Aguiar, Matheus Souza de Oliveira e Mario Haddad Neto

Pré-requisitos

  • É necessário descompactar o arquivo "artigo.csv" na pasta root.
  • Tente executar os arquivos nas pastas que estão, para não precisar alterar paths.

Executando as funções

Os comandos estão organizados para serem executados dentro do diretório root:

  • Para rodar upload.cpp

    g++ B+Tree/IndicePrimario.cpp B+Tree/IndiceSecundario.cpp Implementacao/hash.cpp Implementacao/upload.cpp -o upload
    
    ./upload artigo.csv
    
  • Para rodar findrec.cpp

    g++ Implementacao/findrec.cpp Implementacao/hash.cpp -o findrec
    
    ./findrec <ID do Registro>
    
  • Para o seek1

    g++ B+Tree/IndicePrimario.cpp B+Tree/IndiceSecundario.cpp Implementacao/hash.cpp Implementacao/seek1.cpp -o seek1
    
    ./seek1 <ID do Registro>
    
  • Para o seek2

    g++ B+Tree/IndicePrimario.cpp B+Tree/IndiceSecundario.cpp Implementacao/hash.cpp Implementacao/seek2.cpp -o seek2
    
    ./seek2 <Título do Registro>
    

bd-tp2's People

Contributors

mario-hn avatar matheuscooper avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.