首页 | 本学科首页   官方微博 | 高级检索  
文章检索
  按 检索   检索词:      
出版年份:   被引次数:   他引次数: 提示:输入*表示无穷大
  收费全文   112篇
  免费   6篇
化学工业   28篇
金属工艺   2篇
机械仪表   11篇
建筑科学   4篇
矿业工程   2篇
能源动力   5篇
轻工业   20篇
无线电   5篇
一般工业技术   13篇
冶金工业   4篇
自动化技术   24篇
  2024年   1篇
  2023年   1篇
  2022年   3篇
  2021年   9篇
  2020年   1篇
  2019年   4篇
  2018年   1篇
  2017年   7篇
  2016年   9篇
  2015年   2篇
  2014年   3篇
  2013年   4篇
  2012年   7篇
  2011年   12篇
  2010年   6篇
  2009年   6篇
  2008年   5篇
  2007年   5篇
  2006年   7篇
  2005年   1篇
  2004年   3篇
  2003年   4篇
  2000年   1篇
  1998年   2篇
  1997年   2篇
  1995年   1篇
  1990年   1篇
  1989年   1篇
  1987年   1篇
  1983年   2篇
  1982年   2篇
  1981年   1篇
  1980年   2篇
  1977年   1篇
排序方式: 共有118条查询结果,搜索用时 31 毫秒
1.
Effects of storage period on hydroxymethylfurfural, pH and colour were studied in white hard grape pekmez (Zile pekmezi), a Turkish traditional product. Pekmez samples were stored at 20 °C for 8 months. Analysis of variance revealed significant differences in hydroxymethylfurfural, pH, L, a and b values (P<0.01) based on storage time.  相似文献   
2.
As software systems continue to play an important role in our daily lives, their quality is of paramount importance. Therefore, a plethora of prior research has focused on predicting components of software that are defect-prone. One aspect of this research focuses on predicting software changes that are fix-inducing. Although the prior research on fix-inducing changes has many advantages in terms of highly accurate results, it has one main drawback: It gives the same level of impact to all fix-inducing changes. We argue that treating all fix-inducing changes the same is not ideal, since a small typo in a change is easier to address by a developer than a thread synchronization issue. Therefore, in this paper, we study high impact fix-inducing changes (HIFCs). Since the impact of a change can be measured in different ways, we first propose a measure of impact of the fix-inducing changes, which takes into account the implementation work that needs to be done by developers in later (fixing) changes. Our measure of impact for a fix-inducing change uses the amount of churn, the number of files and the number of subsystems modified by developers during an associated fix of the fix-inducing change. We perform our study using six large open source projects to build specialized models that identify HIFCs, determine the best indicators of HIFCs and examine the benefits of prioritizing HIFCs. Using change factors, we are able to predict 56 % to 77 % of HIFCs with an average false alarm (misclassification) rate of 16 %. We find that the lines of code added, the number of developers who worked on a change, and the number of prior modifications on the files modified during a change are the best indicators of HIFCs. Lastly, we observe that a specialized model for HIFCs can provide inspection effort savings of 4 % over the state-of-the-art models. We believe our results would help practitioners prioritize their efforts towards the most impactful fix-inducing changes and save inspection effort.  相似文献   
3.
4.
Existing empirical studies on test-driven development (TDD) report different conclusions about its effects on quality and productivity. Very few of those studies are experiments conducted with software professionals in industry. We aim to analyse the effects of TDD on the external quality of the work done and the productivity of developers in an industrial setting. We conducted an experiment with 24 professionals from three different sites of a software organization. We chose a repeated-measures design, and asked subjects to implement TDD and incremental test last development (ITLD) in two simple tasks and a realistic application close to real-life complexity. To analyse our findings, we applied a repeated-measures general linear model procedure and a linear mixed effects procedure. We did not observe a statistical difference between the quality of the work done by subjects in both treatments. We observed that the subjects are more productive when they implement TDD on a simple task compared to ITLD, but the productivity drops significantly when applying TDD to a complex brownfield task. So, the task complexity significantly obscured the effect of TDD. Further evidence is necessary to conclude whether TDD is better or worse than ITLD in terms of external quality and productivity in an industrial setting. We found that experimental factors such as selection of tasks could dominate the findings in TDD studies.  相似文献   
5.
Declustering is a common technique used to reduce query response times. Data is declustered over multiple disks and query retrieval can be parallelized. Most of the research on declustering is targeted at spatial range queries and investigates schemes with low additive error. Recently, declustering using replication has been proposed to reduce the additive overhead. Replication significantly reduces retrieval cost of arbitrary queries. In this paper, we propose a disk allocation and retrieval mechanism for arbitrary queries based on design theory. Using the proposed c-copy replicated declustering scheme, buckets can be retrieved using at most k disk accesses. Retrieval algorithm is very efficient and is asymptotically optimal with complexity for a query Q. In addition to the deterministic worst-case bound and efficient retrieval, proposed algorithm handles nonuniform data, high dimensions, supports incremental declustering and has good fault-tolerance property. Experimental results show the feasibility of the algorithm. Recommended by: Sunil Prabhakar  相似文献   
6.
Continuously reducing transistor sizes and aggressive low power operating modes employed by modern architectures tend to increase transient error rates. Concurrently, multicore machines are dominating the architectural spectrum today in various application domains. These two trends require a fresh look at resiliency of multithreaded applications against transient errors from a software perspective. In this paper, we propose and evaluate a new metric called the Thread Vulnerability Factor (TVFTVF). A distinguishing characteristic of TVFTVF is that its calculation for a given thread (which is typically one of the threads of a multithreaded application) does not depend on its code alone, but also on the codes of the threads that share resources and data with that thread. As a result, we decompose TVFTVF of a thread into two complementary parts: local and remote. While the former captures the TVFTVF induced by the code of the target thread, the latter represents the vulnerability impact of the threads that interact with the target thread. We quantify the local and remote TVFTVF values for three architectural components (register file, ALUs, and caches) using a set of ten multithreaded applications from the Parsec and Splash-2 benchmark suites. Our experimental evaluation shows that TVFTVF values tend to increase as the number of cores increases, which means the system becomes more vulnerable as the core count rises. We further discuss how TVFTVF metric can be employed to explore performance–reliability tradeoffs in multicores. Reliability-based analysis of compiler optimizations and redundancy-based fault tolerance are also mentioned as potential usages of our TVFTVF metric.  相似文献   
7.
Scheduling periodic tasks onto a multiprocessor architecture under several constraints such as performance, cost, energy, and reliability is a major challenge in embedded systems. In this paper, we present an Integer Linear Programming (ILP) based framework that maps a given task set onto an Heterogeneous Multiprocessor System-on-Chip (HMPSoC) architecture. Our framework can be used with several objective functions; minimizing energy consumption, minimizing cost (i.e., the number of heterogeneous processors), and maximizing reliability of the system under performance constraints. We use Dynamic Voltage Scaling (DVS) for reducing energy consumption while we employ task duplication to maximize reliability. We illustrate the effectiveness of our approach through several experiments, each with a different number of tasks to be scheduled. We also propose two heuristics based on Earliest Deadline First (EDF) algorithm for minimizing energy under performance and cost constraints. Our experiments on generated task sets show that ILP-based method reduces the energy consumption up to 62% percent against a method that does not apply DVS. Heuristic methods obtain promising results when compared to optimal results generated by our ILP-based method.  相似文献   
8.
A reusable catalyst with dual active center for chemical water oxidation is synthesized for the first time by immobilization of iridium oxide nanoparticles (IrO2 NPs) on monodisperse-porous manganese oxide microspheres acting both catalytic active center and support. Individual catalytic activity of manganese oxide microspheres is explained by multiple oxidation states of manganese which are capable of forming oxidative oxygen species. Monodisperse-porous microspheres in the form of Mn5O8, MnO2 and Mn2O3 are used for synthesis of different catalysts and the highest activity in water oxidation is observed with the catalyst synthesized using Mn5O8 microspheres. The catalytic activity is correlated with the total Mn(II) and Mn(III) percentage of manganese oxide type selected for composite catalyst. The oxygen evolution up to 244 μmol is achieved in 30 min with the catalyst synthesized using Mn5O8 microspheres. Maximum TON and TOF numbers are obtained as 298 and 557 h?1 with excellent reusability.  相似文献   
9.
10.
This study intended to analyze microcracks and fractographic markings on the surface of all ceramic crowns after milling and compare the fracture loads. 90 crowns were manufactured from two feldspathic (Priticrown‐Pr and Vita Mark II‐Vi) and a lithium disilicate (EmaxCAD‐Em) blocks (n = 30). Two groups (n = 15) were prepared for each ceramic. In the first group, crowns were analyzed twice via the fluorescent penetrant method for microcrack detection, after the manufacturing process and thermal cycles. The load to fracture test was applied at a crosshead speed of 0.5 mm/min until catastrophic failure. Second group crowns were directly cemented onto the Co‐Cr dies following the manufacturing process and loaded to fracture. Fractographic markings were analyzed through scanning electron microscope. Spearman correlation analysis, Kruskal–Wallis H test, Mann–Whitney U test, and Wilcoxon Signed Rank test were applied (α = .05). Fracture loads of Em crowns were higher than other groups (p < .05), with and without the aging procedure. Except for second group Pr (r = ?.532), no significant relationship was found between microcrack numbers and fracture loads (p > .05). Thermal cycling did not affect microcrack numbers and fracture loads (p > .05). Tooth‐shaped multilayered Pr blocks did not provide an advantage in terms of microcrack and fracture loads.  相似文献   
设为首页 | 免责声明 | 关于勤云 | 加入收藏

Copyright©北京勤云科技发展有限公司  京ICP备09084417号