Academic literature on the topic 'X10'
Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles
Consult the lists of relevant articles, books, theses, conference reports, and other scholarly sources on the topic 'X10.'
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 "X10"
Mikaresti, Pamela, Ana Nurmalia, and Dwi Kristanti. "Analisis Pengaruh Indikator Persepsi dan Partisipasi Layanan Bantuan Akademik Terhadap Prestasi Akademik Mahasiswa Peserta Tutorial di UPBJJ-UT Bengkulu." Jurnal Kependidikan: Jurnal Hasil Penelitian dan Kajian Kepustakaan di Bidang Pendidikan, Pengajaran dan Pembelajaran 7, no. 1 (March 3, 2021): 185. http://dx.doi.org/10.33394/jk.v7i1.2883.
Full textNdari, Tria Wulan, Wahyuningsih Wahyuningsih, and Yobert Kornelius. "FAKTOR-FAKTOR YANG DIPERTIMBANGKAN KONSUMEN MEMUTUSKAN MEMBELI DAN MENGGUNAKAN SMARTPHONE MEREK OPPO DI KECAMATAN PALU SELATAN." Jurnal Ilmu Manajemen Universitas Tadulako (JIMUT) 1, no. 1 (January 31, 2015): 57–70. http://dx.doi.org/10.22487/jimut.v1i1.9.
Full textMondal, Sabita, M. M. Adhikary, Ridip Ranjan Saharia, and Babli Dutta. "Elucidation of the Socio –Political Construct Of Rural Leaders: An Agro- Economic and Socio- Political Discourse." International Journal of Social Sciences and Management 2, no. 4 (October 25, 2015): 343–47. http://dx.doi.org/10.3126/ijssm.v2i4.13611.
Full textMayta-Tovalino, Frank, Yens Mendoza-Martiarena, Percy Romero-Tapia, María Álvarez-Paucar, Luis Gálvez-Calla, Juan Calderón-Sánchez, Rodolfo Bolaños-Cardenas, and Antonio Diaz-Sarabia. "An 11-Year Retrospective Research Study of the Predictive Factors of Peri-Implantitis and Implant Failure: Analytic-Multicentric Study of 1279 Implants in Peru." International Journal of Dentistry 2019 (June 24, 2019): 1–8. http://dx.doi.org/10.1155/2019/3527872.
Full textPurba, Djuli Sjafei. "ANALISIS KINERJA PERUSAHAAN DAERAH AIR MINUM DI SUMATERA UTARA." Jurnal Ilmiah Accusi 2, no. 1 (May 21, 2020): 1–15. http://dx.doi.org/10.36985/jia.v2i1.47.
Full textPurba, Djuli. "ANALISIS KINERJA PERUSAHAAN DAERAH AIR MINUM DI SUMATERA UTARA." Jurnal Ilmiah AccUsi 2, no. 1 (May 21, 2020): 01–15. http://dx.doi.org/10.36985/accusi.v2i1.48.
Full textMazurkin, P. M. "The shares of land and vegetation from the total land area in the subjects of Western Siberia." Zemleustrojstvo, kadastr i monitoring zemel' (Land management, cadastre and land monitoring), no. 1 (January 1, 2022): 32–37. http://dx.doi.org/10.33920/sel-04-2201-04.
Full textAugustine A. Unimke, Abiye A. Ibiene, and Phillip O. Okerentugba. "Iko River estuary: Oil exploration and the microbial community shift." World Journal of Advanced Research and Reviews 10, no. 3 (June 30, 2021): 025–32. http://dx.doi.org/10.30574/wjarr.2021.10.3.0509.
Full textHasan, Md Amirul, Md Aminul Islam, Mohammad Showkat Mahmud, ASM Ashab Uddin, and Shamim Ahmed. "Microbial analysis of raw and pasteurized milk from selected areas of Dinajpur, Bangladesh." Asian Journal of Medical and Biological Research 1, no. 2 (November 23, 2015): 292–96. http://dx.doi.org/10.3329/ajmbr.v1i2.25624.
Full textDewi, Ida Ayu Listia, and I. Made Sudarma. "FAKTOR-FAKTOR PENDUKUNG KEBERLANJUTAN USAHATANI KOPI ARABIKA DI PROVINSI BALI." SOCA: Jurnal Sosial, Ekonomi Pertanian 14, no. 1 (January 31, 2020): 158. http://dx.doi.org/10.24843/soca.2020.v14.i01.p13.
Full textDissertations / Theses on the topic "X10"
Kumar, Vineet. "Mix10: a MATLAB to X10 compiler for high performance." Thesis, McGill University, 2014. http://digitool.Library.McGill.CA:80/R/?func=dbin-jump-full&object_id=123273.
Full textMATLAB est un langage de programmation dynamique, orienté-tableaux communément utilisé par les étudiants, les scientifiques et les ingénieurs qui apprécient son style de développement interactif, la richesse de ses opérateurs sur les tableaux, sa librairie impressionnante de fonctions de base et le fait qu'on aie pas à déclarer statiquement le type des variables. Bien que ces usagers apprécient MATLAB, leurs programmes nécessitent sou- vent des ressources de calcul importantes qui sont offertes par les nouveaux systèmes de haute performance. Cette thèse fait le rapport de MIX10, un compilateur source-à-source qui fait la traduction automatique de programmes MATLAB à X10, un langage construit pour "la performance et la productivité à grande échelle." Ainsi, MIX10 aide les program- meurs scientifiques à faire un meilleur usage des ressources des systèmes de calcul de haute performance.Il y a un écart sémantique important entre le typage dynamique et le focus sur les tableaux de MATLAB et l'approche orientée-objet, le typage statique et les abstractions de haut niveau sur les tableaux de X10. Cette thèse discute des défis principaux qui doivent être surmontés afin de produire du code X10 séquentiel compétitif avec les meilleurs compilateurs statiques pour MATLAB qui traduisent vers des langages impératifs plus conventionnels, tels que C et Fortran. Fort de cette fondation efficace, cette thèse décrit ensuite la traduction de l'instruction parfor de MATLAB afin d'utiliser les opérations sophistiquées de traitement concurrent de X10.Le compilateur MIX10 a été implémenté à l'aide de la suite d'outils de McLab, un projet libre de droits, disponible à la communauté de recherche ainsi qu'aux utilisateurs de MATLAB. Nous avons utilisé notre implémentation afin d'effectuer des mesures empiriques de performance sur un jeu de 17 programmes MATLAB. Nous démontrons que le code généré par MIX10 est considérablement plus rapide que le système MATLAB de Mathworks et que nos résultats sont compétitifs avec les meilleurs compilateurs statiques qui produisent du code C et Fortran. Nous montrons également l'importance d'une représentation appropriée des tableaux en X10 et la nécessité d'une analyse IntegerOkay qui permet de déter- miner quelles variables de type réel (double) peuvent être correctement représentées par des entiers (int). Finalement, nous montrons que notre traitement de l'instruction parfor en X10 nous permet d'atteindre des vitesses d'exécution considérablement meilleures que dans MATLAB.
Grufvik, Marita. "När journalister lanserar en produkt. : Hur PR-kampanjer påverkar nyhetstexter." Thesis, Södertörns högskola, Institutionen för kommunikation, medier och it, 2010. http://urn.kb.se/resolve?urn=urn:nbn:se:sh:diva-5680.
Full textRomagnoli, Simone. "Analisi del linguaggio x10 per architetture parallele: il caso di studio dell’algoritmo Gift Wrapping." Bachelor's thesis, Alma Mater Studiorum - Università di Bologna, 2020. http://amslaurea.unibo.it/21642/.
Full textGaynullin, Bakhram. "LASER-TESTING RIG : Measurement System for evaluation of Shape of concentrating reflector for solar collector Absolicon X10." Thesis, Högskolan Dalarna, Energi och miljöteknik, 2009. http://urn.kb.se/resolve?urn=urn:nbn:se:du-4645.
Full textGiacomini, Giovana. "A infecção murina pelo Trypanosoma cruzi clone Sylvio X10/4: envolvimento do sistema imune no controle da parasitemia." Universidade de São Paulo, 2013. http://www.teses.usp.br/teses/disponiveis/42/42133/tde-17062013-103436/.
Full textTrypanosoma cruzi, the parasite responsible for Chagas´ disease, displays virulent isolates and low-virulence ones. We explored the involvement of the immune system in the low level parasitemia of mice infected with low-virulence Sylvio X10/4 parasites. C57BL/6 WT mice do not show patent parasitemias after 24 hours after infection and the parasite load revealed that most parasites go to the liver and spleen. The involvement of natural antibodies was discarded and a small participation of the complement system was suggested. However, infected IFN-gKO mice showed intermittent patent parasitemias in the first weeks of infection and this can not be attributed to deficiency in the production of acute phase proteins. Parasite-specific antibodies seem crucial for parasite control, in addition, animals that have only IgM are resistant to infection. Thus, we suggest that the rapid clearance that follows Sylvio X10/4 inoculation is an active removal process and, at the long run, not only IgG, but also IgM play an important role in protection.
Piši, Daniel. "Inteligentní dům pro seniory." Master's thesis, Vysoké učení technické v Brně. Fakulta elektrotechniky a komunikačních technologií, 2010. http://www.nusl.cz/ntk/nusl-218814.
Full textMarinho, Claudio Romero Farias. "A infecção murina pelo clone Sylvio X10/4 de Trypanosoma cruzi: um modelo para estudo da patogenia da doença de Chagas crônica." Universidade de São Paulo, 2003. http://www.teses.usp.br/teses/disponiveis/42/42133/tde-22092008-140739/.
Full textThis work describes a novel murine model of the chronic infection by T. cruzi using the clone Sylvio X10/4. The infection in the C3H/HePAS mouse strain is characterized by intense inflammatory lesions in the heart, which can be comparable to the observed in the human Chagas\' disease. Moderate striated muscle lesions are also present in C3H/HePAS mice. In the heart of the chronic animals viable parasites were detected, confirming the hypothesis that the development of the heart pathology in the Chagas\' disease is related to parasite persistence in the inflamed tissue. By contrast, in infected A/J mice, develop lesions in the liver and skeletal muscle, while in the heart, lesions nor parasites were not observed. The phenotypic analysis of the generations F1 and F2 (A/J X C3H/HePAS) mice suggests that the genetic predisposition to develop the inflammatory lesions caused by T. cruzi is heterogeneous because the heart and liver pathology segregate in the F2 generation. These findings raise the hypothesis that the pathology heterogeneity observed in humans with Chagas\' disease (absence and presence of cardiac or digestive chronic lesions) can be attributed to host genetic factors.
Baxter, Michael Scott. "An Open Architecture for Versatile Machine and Actuator Control." BYU ScholarsArchive, 2004. https://scholarsarchive.byu.edu/etd/793.
Full textJohnsson, Kim, Christoffer Turfors, and Eric Ericson. "Utveckling av ett öppet Home Automation-protokoll för användning över IP-nätverk." Thesis, Linnaeus University, School of Computer Science, Physics and Mathematics, 2010. http://urn.kb.se/resolve?urn=urn:nbn:se:lnu:diva-6248.
Full textDetta arbete tar upp utvecklingen av ett nytt protokoll för användning inom Home Automation över IP-nätverk, med stor vikt på flexibilitet och enkelhet. Vi valde att utveckla ett nytt protokoll för Home Automation då en granskning av dagens protokoll visar att dessa inte är tillräckligt öppna eller flexibla för att passa alla enheter som används eller alla scenarion som kan uppstå.
I våra litteraturstudier samlades information in som skapade grunderna för vårt protokoll och gav oss en större inblick i teknikerna bakom dagens tekniker inom home automation. Detta gav oss även möjlighet att senare jämföra vårt färdiga protokoll med redan existerande protokoll för att se om vi lyckats skapa något som kan användas. Metoden vi valde för att utveckla protokollet är en generell designmetod där vi efter granskningen av tidigare protokoll tar fram ett antal punkter som det nya protokollet skall uppnå. Det visade sig dock vara problematiskt att få fram svar om vissa protokoll så vi frångick metoden genom att istället utveckla protokollet utefter ett antal olika scenarion som det bör kunna hantera.
Resultatet av arbetet är ett protokoll som uppfyllde nästan alla mål vi satt upp för det. I de fall vi inte lyckades med att uppfylla målen har vi möjliggjort för framtida expanderingar.
This report covers the development of a new protocol for use in Home Automation over IP networks, with focus on flexibility and simplicity. We chose to develop a new protocol for Home Automation because a review of current protocols suggests that these aren't open or flexible enough to suit every device in use or every scenario that might be applicable.
In our literature studies we gathered information for use as the basis of our protocol and give us more insight into the technologies behind current home automation protocols. This also gave us the opportunity to compare our finished protocol with existing protocols. The method we chose for developing the protocol is a generic design method where after reviewing existing protocols, we establish a number of goals for the new protocol. It did however turn out to be difficult to acquire relevant information about some of the protocols. Because of this we used a slightly different approach, basing the new protocol on a number of scenarios we want it to be able to handle.
The result is a protocol which satisfied almost every goal we established. For the few it didn't, we made it possible to satisfy them with future expansions.
Salgado, Rafael Moysés. "Avaliação do papel do soro imune de camundongos CD28KO (deficiente em IgG especifica) na interação in vivo e in vitro do T. cruzi Sylvio X10/4 com células da linhagem macrofágica." Universidade de São Paulo, 2014. http://www.teses.usp.br/teses/disponiveis/42/42133/tde-11072014-135353/.
Full textThe cells of the macrophage lineage are essential for the infection by T. cruzi. Besides the recognition by PRRs, interaction with antibodies and/or complement facilitates internalization. We evaluated the role in vivo and in vitro of specific IgM and IgG in the blood output of parasites Sylvio X10/4, clone myotropic of T. cruzi which causes infection without patent parasitemia. Due to its spontaneous exit, we studied the removal on the sixth day of infection, when the parasitemia subpatent increases. Mice were infected and treated with normal mouse serum (NMS), chronic serum (B6) and serum from CD28KO chronic mice (which produce only IgM). The group treated with CD28KO serum showed a significant removal, but less efficiently than with chronic serum (B6). These results were reproduced in vitro study on the invasion of macrophages (derived from bone marrow or peritoneum) with these different treatments. We conclude that macrophages are essential in the removal of parasites and antibodies, not only IgG, but also IgM enhance this process.
Books on the topic "X10"
More sourcesBook chapters on the topic "X10"
Crafa, Silvia, David Cunningham, Vijay Saraswat, Avraham Shinnar, and Olivier Tardieu. "Semantics of (Resilient) X10." In ECOOP 2014 – Object-Oriented Programming, 670–96. Berlin, Heidelberg: Springer Berlin Heidelberg, 2014. http://dx.doi.org/10.1007/978-3-662-44202-9_27.
Full textZibin, Yoav, David Cunningham, Igor Peshansky, and Vijay Saraswat. "Object Initialization in X10." In ECOOP 2012 – Object-Oriented Programming, 207–31. Berlin, Heidelberg: Springer Berlin Heidelberg, 2012. http://dx.doi.org/10.1007/978-3-642-31057-7_10.
Full textAndrić, Marina, Rocco De Nicola, and Alberto Lluch Lafuente. "Replicating Data for Better Performances in X10." In Semantics, Logics, and Calculi, 236–51. Cham: Springer International Publishing, 2015. http://dx.doi.org/10.1007/978-3-319-27810-0_12.
Full textWallace, William, Jose I. Moreno, and Ruben Hidalgo. "Adding functionality to X10 networks with 802.15.4. Using 802.15.4 to communicate and add functionality to X10 wired networks." In Home Networking, 255–65. Boston, MA: Springer US, 2008. http://dx.doi.org/10.1007/978-0-387-77216-5_19.
Full textChristen, Dines. "Molecular Constants of AsBr X 3Σ− (X10+, X21) Bromoarsinidene." In Molecular Constants Mostly from Microwave, Molecular Beam, and Sub-Doppler Laser Spectroscopy, 88–91. Berlin, Heidelberg: Springer Berlin Heidelberg, 2017. http://dx.doi.org/10.1007/978-3-662-49199-7_28.
Full textChristen, Dines. "Spectroscopic Constants of AsI X 3Σ− (X10+, X21) Iodoarsinidene." In Molecular Constants Mostly from Microwave, Molecular Beam, and Sub-Doppler Laser Spectroscopy, 98–99. Berlin, Heidelberg: Springer Berlin Heidelberg, 2017. http://dx.doi.org/10.1007/978-3-662-49199-7_30.
Full textFohry, Claudia, and Jens Breitbart. "Experiences with Implementing Task Pools in Chapel and X10." In Parallel Processing and Applied Mathematics, 75–85. Berlin, Heidelberg: Springer Berlin Heidelberg, 2014. http://dx.doi.org/10.1007/978-3-642-55195-6_7.
Full textFeautrier, Paul, Éric Violard, and Alain Ketterlin. "Improving the Performance of X10 Programs by Clock Removal." In Lecture Notes in Computer Science, 113–32. Berlin, Heidelberg: Springer Berlin Heidelberg, 2014. http://dx.doi.org/10.1007/978-3-642-54807-9_7.
Full textZhang, Chao, Chenning Xie, Zhiwei Xiao, and Haibo Chen. "Evaluating the Performance and Scalability of MapReduce Applications on X10." In Lecture Notes in Computer Science, 46–57. Berlin, Heidelberg: Springer Berlin Heidelberg, 2011. http://dx.doi.org/10.1007/978-3-642-24151-2_4.
Full textMunera, Danny, Daniel Diaz, and Salvador Abreu. "Towards Parallel Constraint-Based Local Search with the X10 Language." In Declarative Programming and Knowledge Management, 169–84. Cham: Springer International Publishing, 2014. http://dx.doi.org/10.1007/978-3-319-08909-6_11.
Full textConference papers on the topic "X10"
Charles, Philippe, Christian Grothoff, Vijay Saraswat, Christopher Donawa, Allan Kielstra, Kemal Ebcioglu, Christoph von Praun, and Vivek Sarkar. "X10." In the 20th annual ACM SIGPLAN conference. New York, New York, USA: ACM Press, 2005. http://dx.doi.org/10.1145/1094811.1094852.
Full textSaraswat, Vijay A., Vivek Sarkar, and Christoph von Praun. "X10." In the 12th ACM SIGPLAN symposium. New York, New York, USA: ACM Press, 2007. http://dx.doi.org/10.1145/1229428.1229483.
Full textLee, Jonathan K., and Jens Palsberg. "Featherweight X10." In the 15th ACM SIGPLAN symposium. New York, New York, USA: ACM Press, 2010. http://dx.doi.org/10.1145/1693453.1693459.
Full textXie, Chenning, Zhijun Hao, and Haibo Chen. "X10-FT." In the 2013 International Workshop. New York, New York, USA: ACM Press, 2013. http://dx.doi.org/10.1145/2442992.2442994.
Full textCunningham, David, David Grove, Benjamin Herta, Arun Iyengar, Kiyokuni Kawachiya, Hiroki Murata, Vijay Saraswat, Mikio Takeuchi, and Olivier Tardieu. "Resilient X10." In the 19th ACM SIGPLAN symposium. New York, New York, USA: ACM Press, 2014. http://dx.doi.org/10.1145/2555243.2555248.
Full textPalsberg, Jens. "Featherweight X10." In the 14th Workshop. New York, New York, USA: ACM Press, 2012. http://dx.doi.org/10.1145/2318202.2318203.
Full textTardieu, Olivier. "X10 at scale." In the third ACM SIGPLAN X10 Workshop. New York, New York, USA: ACM Press, 2013. http://dx.doi.org/10.1145/2481268.2481276.
Full textDong, Han, Shujia Zhou, and David Grove. "X10-enabled MapReduce." In the Fourth Conference. New York, New York, USA: ACM Press, 2010. http://dx.doi.org/10.1145/2020373.2020382.
Full textTakeuchi, Mikio, Yuki Makino, Kiyokuni Kawachiya, Hiroshi Horii, Toyotaro Suzumura, Toshio Suganuma, and Tamiya Onodera. "Compiling X10 to Java." In the 2011 ACM SIGPLAN X10 Workshop. New York, New York, USA: ACM Press, 2011. http://dx.doi.org/10.1145/2212736.2212739.
Full textMurthy, PVR. "Parallel computing with x10." In the 1st international workshop. New York, New York, USA: ACM Press, 2008. http://dx.doi.org/10.1145/1370082.1370086.
Full textReports on the topic "X10"
Parker, Robert, and Phillip Dykstra. XMGED - An X11 Interface to MGED. Fort Belvoir, VA: Defense Technical Information Center, September 1995. http://dx.doi.org/10.21236/ada300826.
Full textGinsberg, Michael, Robert V. Baron, and Brian N. Bershad. Using the Mach Communication Primitives in X11. Fort Belvoir, VA: Defense Technical Information Center, March 1993. http://dx.doi.org/10.21236/ada264049.
Full textLower, Mark D. Strain-Based Design Methodology of Large Diameter Grade X80 Linepipe. Office of Scientific and Technical Information (OSTI), April 2014. http://dx.doi.org/10.2172/1133475.
Full textJacobson, Chris. Enhancement of the Microscopy Facilities at the NSLS X1A Beamline. Office of Scientific and Technical Information (OSTI), August 1999. http://dx.doi.org/10.2172/761180.
Full textVetter, J. S. Cray X1 Evaluation Status Report. Office of Scientific and Technical Information (OSTI), February 2004. http://dx.doi.org/10.2172/885593.
Full textAronoff, Robert, and Karen Hsing. An analysis of ANSI ASC X12 and UNEDIFACT Electronic Data Interchange (EDI) standards. Gaithersburg, MD: National Institute of Standards and Technology, 1995. http://dx.doi.org/10.6028/nist.ir.5631.
Full textLuster, Stephen, and Richard Modrowski. DoD Electronic Data Interchange (EDI) Convention: ASC X12 Transaction Set 864 Text Message (Version 003010). Fort Belvoir, VA: Defense Technical Information Center, January 1993. http://dx.doi.org/10.21236/ada263354.
Full textLuster, Stepher, Richard Modrowski, and William T. James. DoD Electronic Data Interchange (EDI) Convention: ASC X12 Transaction Set 997 Functional Acknowledgement (Version 003010). Fort Belvoir, VA: Defense Technical Information Center, January 1993. http://dx.doi.org/10.21236/ada263355.
Full textLuster, Stephen, and William T. James. DoD Electronic Data Interchange (EDI) Convention: ASC X12 Transaction Set 810 Invoice (Commercial) (Version 003010). Fort Belvoir, VA: Defense Technical Information Center, September 1992. http://dx.doi.org/10.21236/ada263356.
Full textLuster, Stephen, and Richard Modrowski. DoD Electronic Data Interchange (EDI) Convention: ASC X12 Transaction Set 836 Contract Award (Version 003010). Fort Belvoir, VA: Defense Technical Information Center, January 1993. http://dx.doi.org/10.21236/ada263404.
Full text