Este artigo ou seção é sobre uma futura missão de exploração espacial. A informação apresentada pode mudar com frequência. Não adicione especulações, nem texto sem referência a fontes confiáveis.
Foguete Haas 2
O Haas 2 é um veículo de lançamento orbital romeno de dois estágios que encontra-se em desenvolvimento pela ARCA (ONG).
Índice
1Características
2Objetivo
3Ver também
4Referências
Características |
Impressão artística do avião supersônico IAR 111 lançando um foguete Haas 2
O mesmo foi projetado para ser carregado sob a fuselagem do avião supersônico IAR 111, que liberará o foguete Haas 2 durante o voo e os propulsores do foguete serão acionados fazendo com que o Haas 2 alcance à órbita. Ele será alimentado pelo novo motor de foguete de combustível líquido Executor[1] em desenvolvimento pela ARCA. Sua altitude de lançamento pretendida é de aproximadamente 17.000 metros. Pretende-se colocar uma carga útil de 400 kg em órbita terrestre baixa.[2][3]
Objetivo |
O foguete está programado para lançar uma sonda que participar na competição "Google Lunar X Prize", cujo grande prêmio é no valor de 30 milhões de dólares. O concurso será vencido pela equipe que conseguir até o final de 2015 enviar à Lua um veículo capaz de viajar 500 metros sobre a superfície lunar e tirar uma foto e enviar para a Terra.[3]
Ver também |
Haas (família de foguetes)
IAR 111
Referências
↑«Executor Rocket Engine» (em inglês). ARCA. Consultado em 24 de outubro de 2014
↑«ARCA HAAS-2» (em inglês). Consultado em 24 de outubro de 2014
↑ ab«Acesta trebuia să fie supersonicul lui Ceauşescu!» (em romeno). Liber Tatea. Consultado em 24 de outubro de 2014
0
I found a lot of questions abount appendices and ToC. Many users want appendices to be grouped in an Appendix part, however some problems arise with ToC, hyperref, PDF viewer bookmarks, and so on. There are different solutions which require extra packages, command patching and other extra code, however none of them satisfies me. I almost found an easy way to accomplish a good result, where appendices are added to bookmarks in the right way and hyperref links point to the right page. However, the number of the "Appendix" part page is wrong (it's the number of appendix A). Is there any EASY way to fix that? This is a MWE: documentclass{book} usepackage[nottoc,notlot,notlof]{tocbibind} usepackage{hyperref} begin{document} frontmatter tableofcontents mainmatter part{First} chapter{...
1
In the sklearn.model_selection.cross_val_predict page it is stated: Generate cross-validated estimates for each input data point. It is not appropriate to pass these predictions into an evaluation metric. Can someone explain what does it mean? If this gives estimate of Y (y prediction) for every Y (true Y), why can't I calculate metrics such as RMSE or coefficient of determination using these results?
python scikit-learn cross-validation
share | improve this question
edited Nov 28 '18 at 17:52
desertnaut
20.3k 7 43 79
...
0
I have problem with inserting data to MySQL from modal. My modal: <a href="#" class="badge badge-pill badge-success">6 komentarzy</a> <a href="#" class="badge badge-pill badge-danger">brak komentarzy</a> <a data-toggle="modal" href="#add_desk_comm_{$desk_['desk_id']}" data-target="#add_desk_comm_{$desk_['desk_id']}" class="ediiit">(dodaj)</a> <div class="modal fade" id="add_desk_comm_{$desk_['desk_id']}" tabindex="-1" role="dialog" aria-labelledby="edit_printer" aria-hidden="true"> <div class="modal-dialog" role="document"> ...