• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 12
  • Tagged with
  • 12
  • 4
  • 3
  • 3
  • 3
  • 3
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
11

Fortalecendo laços: o conceito chinês de parceria estratégica aplicado às relações bilaterais sino-russa e sino-brasileira / Strenthening ties: the chinese concept of strategic partnership applied to sino-russian and sino-brazilian bilateral relations

Arthur Derenusson Kowarski 31 July 2013 (has links)
Esta dissertação trata das relações bilaterais sino-russa e sino-brasileira a partir do conceito de parceria estratégica, tal como este aparece na formulação teórica dos chineses. Neste sentido, a análise recai sobre o pensamento político chinês e como este articula uma concepção própria sobre as relações internacionais, na qual é dada uma ênfase às relações bilaterais da China com países aos quais confere peso estratégico no rol de suas relações bilaterais. O conceito de parceria estratégica, neste trabalho, refere-se a relações bilaterais constituídas com um grau de institucionalização de meios de consulta e organismos permanentes entre os Estados, sem com isso em traduzir-se em alianças entre os dois países ou voltadas contra um terceiro Estado. Oficialmente, o termo parceria estratégica aparece na diplomacia chinesa para caracterizar as relações bilaterais da China com o Brasil e a Rússia, por exemplo, entendidas como o tipo de relacionamento mais harmonioso do país asiático com outros Estados, uma vez que a República Popular não constitui mais alianças ou relações de muita proximidade com qualquer membro do sistema internacional. Levando em conta a validade deste conceito de parceria estratégica, são analisadas as relações bilaterais sino-russa e sino-brasileira, para compreender até que ponto é válido o conceito como ferramenta explicativa. / This paper addresses the bilateral Sino-Russian and Sino-Brazilian from the concept of strategic partnership, as it appears in the Chinese theoretical formulation. In this sense, the analysis falls on Chinese political thought and how this articulates its own conception of international relations, in which emphasis is placed on the bilateral relations between China and the countries to which it confers strategic weight. The concept of strategic partnership in this work refers to bilateral relations established with a degree of institutionalization means of consultation and with permanent organs between Member States, without thereby translating into alliances between the two countries or directed against a third State. Officially, the term strategic partnership in China's diplomacy appears to characterize China's bilateral relations with Brazil and Russia, for example, understood as the kind of relationship more harmonious Asian country with other states, since the Republic is not more alliances or relationships very closely with any member of the international system. Taking into account the validity of the concept of strategic partnership, it is discussed Sino-Russian and Sino-Brazilian bilateral relations, in order to understand to what extent the concept is valid as explanatory tool.
12

Experimentos Computacionais com ImplementaÃÃes de Conjunto por EndereÃamento Direto e o Problema de Conjunto Independente MÃximo / Computational Experiments with Set Implementations by Direct Addressing and the Maximum Independent Set Problem

Marcio Costa Santos 13 September 2013 (has links)
CoordenaÃÃo de AperfeiÃoamento de Pessoal de NÃvel Superior / A utilizaÃÃo de vetores de bits à prÃtica corrente na representaÃÃo de conjuntos por endereÃamento direto com o intuito de reduzir o espaÃo de memÃria necessÃrio e melhorar o desempenho de aplicaÃÃes com uso de tÃcnicas de paralelismo em bits. Nesta dissertaÃÃo, examinamos implementaÃÃes para representaÃÃo de conjuntos por endereÃamento direto. A estrutura bÃsica nessas implementaÃÃes à o vetor de bits. No entanto, alÃm dessa estrutura bÃsica, implementamos tambÃm duas variaÃÃes. A primeira delas consiste em uma estratificaÃÃo de vetores de bits, enquanto a segunda emprega uma tabela de dispersÃo. As operaÃÃes associadas Ãs estruturas implementadas sÃo a inclusÃo ou remoÃÃo de um elemento do conjunto e a uniÃo ou interseÃÃo de dois conjuntos. Especial atenÃÃo à dada ao uso de paralelismo em bits nessas operaÃÃes. As implementaÃÃes das diferentes estruturas nesta dissertaÃÃo utilizam uma interface e uma implementaÃÃo abstrata comuns, nas quais as operaÃÃes sÃo especificadas e o paralelismo em bits à explorado. A diferenÃa entre as implementaÃÃes està apenas na estrutura utilizada. Uma comparaÃÃo experimental à realizada entre as diferentes estruturas utilizando algoritmos enumerativos para o problema de conjunto independente mÃximo. Duas abordagens sÃo utilizadas na implementaÃÃo de algoritmos enumerativos para o problema de conjunto independente mÃximo, ambas explorando o potencial de paralelismo em bits na representaÃÃo do grafo e na operaÃÃo sobre subconjuntos de vÃrtices. A primeira delas à um algoritmo do tipo {em branch-and-boound} proposto na literatura e a segunda emprega o mÃtodo das bonecas russas. Em ambos os casos, o uso de paralelismo em bits proporciona ganhos de eficiÃncia quando empregado no cÃlculo de limites inferiores baseados em cobertura por cliques. Resultados de experimentos computacionais sÃo apresentados como forma de comparaÃÃo entre os dois algoritmos e como forma de avaliaÃÃo das estruturas implementadas. Esses resultados permitem concluir que o algoritmo baseado no mÃtodo das bonecas russas à mais eficiente quanto ao tempo de execuÃÃo e quanto ao consumo de memÃria. AlÃm disso, os resultados experimentais mostram tambÃm que o uso de estratificaÃÃo e tabelas de dispersÃo permitem ainda maior eficiÃncia no caso de grafos com muito vÃrtices e poucas arestas. / The use of bit vectors is a usual practice for represent sets by direct addressing with the aim of reduce memory consumed and improve efficiency of applications with the use of bit parallel techniques. In this text, we study implementations for represent sets by direct addressed. The basic structure in this implementations is the bit vector. Besides that basic implementation, we implement two variations also. The first one is a stratification of the bit vector, while the second uses a hash table. The operations linked to the implemented structure are include and remove an element and the union and intersection of two sets. Especial attention is given to the use of bit parallel in this condition. The implementation of the different structures in this work use an base interface and a base abstract class, where the operations are defined and the bit parallel is used. An experimental comparative between this structures is carry out using enumerative algorithms for the maximum stable set problem. Two approaches are used in the implementation of the enumerative algorithms for the maximum stable set problem, both using the bit parallel in the representation of the graph and on the operations with subsets of vertices. The first one is a known branch-and-bound algorithm and the second uses the Russian dolls method. In both cases, the use of bit parallel improve efficiency when the lower bounds are calculated based in a clique cover of the vertices. The results of computational experiments are presented as comparison between the two algorithms and as an assessment of the structures implemented. These results show that the algorithm based on the method Russian Dolls is more efficient regarding runtime and the memory consumed. Furthermore, the experimental results also show that the use stratification and hash tables also allow more efficiency in the case of sparse graphs.

Page generated in 0.0364 seconds