5,037 research outputs found
Pengaruh Dimensi Relasional Modal Sosial dan Dimensi Kognitif terhadap Kinerja Peran Ekstra Guru Dimoderasi Budaya Klan (Studi Kasus pada Guru Smk Negeri di Kabupaten Pati)
The goal of this observation is to know influence of relational social capital and the cognitive theextra role of teacher performance moderated organizational culture (special studies on teacher of vocationalhigh school of Pati district). The sampling technique uses proportional random sampling. The number of samples iscalculated using the formula Slovin. Collecting data using questionnaires. The amount of data that can be analyzed asmany as 140. The data were analyzed using regression-based model of quasi moderator absolute difference. The resultof observation is conducted show relational social capital has positive influence the performance of teacherextra role,cognitive social capital has positive influence and significant the extra role of teacherperformance,organization culture moderating influence of social relassional capital the extra role ofteacher performance,the culture of moderated organization influence cognitive social capital the extra roleof teacher performance
Pengaruh Komitmen Profesional Afektif dan Komitmen Profesional Normatif terhadap Komitmen Organisasional Dimoderasi Idealisasi Pengaruh (Studi Kasus pada Guru Smk Negeri di Kabupaten Pati)
This study aims to examine the influence of affective professional commitment and professionalcommitment to the normative organizational commitment moderated teacher idealization influence.The study population was a teacher at SMK Negeri Pati regency as many as 331 teachers. The totalsample of 140 respondents. The sampling technique using proportional random sampling. Dataanalysis using regression test berganda.Hasil research can be found that affect the professionalcommitment affective organizational commitment, professional commitment normative effect onorganizational commitment, idealization influence effect on organizational commitment. idealizationeffect of strengthening the influence of affective professional commitment to organizationalcommitment. Idealization effect of strengthening the influence of normative professional commitmentto organizational commitment Guru
Pengaruh Percaya Diri dan Pengendalian Emosi Diri terhadap Efikasi Guru Dimoderasi Idealisasi Pengaruh di SMP Negeri Kecamatan Juwana, Kabupaten Pati
This research\u27s purpose is to find how the influence of self confident and emotional self control to the teacher\u27sefficacy moderated by Idealized influenced. The study population is a government school teachers in four JuniorHigh School in the district Juwana, Pati regency. Sampling using proportional sampling method . The number ofsamples by using the formula Slovin.. Collecting the data using questionnaires . The amount of data that can beanalyzed as many as 120. The data were analyzed using regression -based model of quasi moderator interaction.The results showed that ( 1 ) the dimensions of confidence affect the efficacy of teachers , ( 2 ) the dimensions ofemotional self- control affect the efficacy of teachers , ( 3 ) Idealized influenced influence on the efficacy of teachers, ( 4 ) Idealized influenced moderates influence of confidence on the efficacy of teachers , ( 5 ) Idealized influencedmoderates influence of emotional self- control on the efficacy of teachers 
Experimental local realism tests without fair sampling assumption
Following the theoretical suggestion of Ref. [1,2], we present experimental
results addressed to test restricted families of local realistic models, but
without relying on the fair sampling assumption
Pengaruh Motivasi dan Kompetensi Profesional terhadap Kinerja Guru Dimoderasi Budaya Organisasional (Studi Kasus pada Guru SMA Negeri Se-kota Tegal)
The purpose of this study was to analyze the influence of motivation, professional competence, organizational culture on teacher performance and to analyze the influence of organizational culture in moderating the influence of motivation and professional competence on the performance of government school teachers in SMA as the city of Tegal. The object of this research is all teachers were civil servants in SMA as the city of Tegal. This research uses a quantitative research with a sample of 154 teachers. The analytical method used in this research is multiple linear regression. The method of collecting data in this study using a questionnaire with accidental technique  and formula Slovin
Transient dynamics of linear quantum amplifiers
The transient dynamics of a quantum linear amplifier during the transition
from damping to amplification regime is studied. The master equation for the
quantized mode of the field is solved, and the solution is used to describe the
statistics of the output field. The conditions under which a nonclassical input
field may retain nonclassical features at the output of the amplifier are
analyzed and compared to the results of earlier theories. As an application we
give a dynamical description of the departure of the system from thermal
equilibrium.Comment: 10 pages, 6 figures. V2: extended discussion on application
Mobile Erlang computations to enhance performance, resource usage and reliability
A software solution consists of multiple autonomous computations (i.e., execution threads) that execute concurrently (or apparently concurrently) over one or more locations to achieve a specific goal. Centralized solutions execute all computations on the same lo- cation while decentralized solutions disperse computations across different locations to increase scalability, enhance performance and reliability. Every location affects its executing computations both directly (e.g., the lack of a resource may prohibit a computation from progressing) and indirectly (e.g., an over- loaded location may slow down a computation). In a distributed environment, application developers have the luxury of executing each computation over its best-fitting location; the location (a) upon which the computation can achieve the best performance and (b) which guarantees the computation’s livelihood. Ideally, the decision to execute a computation over a location instead of another also load-balances the use of available resources such that it has the least impact over other computations (e.g., a computation should not execute over an already overloaded location further slowing down its computations). Application developers can only execute computations over their best-fitting location if their distributed programming language provides abstractions that allow them to control the locality of computations both before they are started and during their execution. In the rest of this document, section 2 briefly justifies why these two forms of locality control are required and section 3 outlines the issues that arise, and will be tackled in the talk to be held at CSAW 2014, by them.peer-reviewe
Using dynamic binary analysis for tracking pointer data
The examination and monitoring of binaries during runtime, referred to as dynamic binary analysis, is a widely adopted approach, especially in the field of security and software vulnerabilities. Fundamentally, it provides one with a means to understand and reason about binary executions. There are various applications of dynamic binary analysis, including vulnerability analysis, malware analysis, and Web security. One technique typically employed to perform dynamic analysis is taint analysis, which revolves around inspecting interesting information flows [3]. In this approach, taint marks are associated with values that are (1) introduced via defined sources and (2) propagated to other values to keep track of information flow. Marks may also be removed (untainted) once a defined sink has been reached. In addition, taint checking is also carried out in order to determine whether or not certain runtime behaviours of the program occur. The properties describing how taint analysis is performed, i.e taint introduction, propagation and checking, are specified by a set of rules referred to as a taint policy. One convenient way to define taint rules is in the form of operational semantics rules, as it avoids ambiguity issues. Rule 1 specifies the general form of a taint rule used in this paper. Given the current machine context of the program 4 and a statement, the rule specifies the end result, after the computation has been carried out.peer-reviewe
- …
