软件系统架构工程师定期分析终端销售情况要货计划和商品调配工作.doc_第1页
软件系统架构工程师定期分析终端销售情况要货计划和商品调配工作.doc_第2页
软件系统架构工程师定期分析终端销售情况要货计划和商品调配工作.doc_第3页
软件系统架构工程师定期分析终端销售情况要货计划和商品调配工作.doc_第4页
软件系统架构工程师定期分析终端销售情况要货计划和商品调配工作.doc_第5页
已阅读5页,还剩11页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

Similarity solutions of partial differential equations using DESOLVOriginal Research ArticleComputer Physics Communications, Volume 176, Issues 11-12, June 2007, Pages 682-693K.T. Vu, J. Butcher, J. CarminatiShow preview| Related articles|Related reference work articles Purchase$ 31.5036A GUI application for creating macrofiles in GATEOriginal Research ArticleNuclear Instruments and Methods in Physics Research Section A: Accelerators, Spectrometers, Detectors and Associated Equipment, Volume 569, Issue 2, 20 December 2006, Pages 378-380S. Boukis, N. Sakellios, G. Loudos, K. NikitaClose preview| Related articles|Related reference work articles AbstractAbstract | Figures/TablesFigures/Tables | ReferencesReferences AbstractGEANT4 Application for Tomographic Emission (GATE) is a Monte Carlo simulation toolkit based on GEANT4 for PET and SPECT. GATE uses a high intuitive linear script language in a way that the code describing a system can be thought as a combination of separate objects, each one with certain parameters. The above structure of GATEs script language implies that by defining all the parameters involved in a certain implementation, the macrofiles can be created automatically, using appropriate software. The Gate Editor project, based on the above idea, aims the development of a homonym window application that exports GATE scripts based on easy to understand parameters given by the end user. Gate Editor is developed using the C+ program language in Linux environment. A WindowsXP version is also available. Object Oriented Programming allows the description of PET/SPECT system components with relative objects belonging to corresponding classes. Gate Editor is able to export macrofiles of low complicity (like the SPECT and PET benchmarks supplied with GATE). Objects such as collimator, crystal, detector blocks and sources can be described in the real world and automatically constructed in GATE world. The relative position of these objects is adjusted as well, all under a user-friendly interface. The end user can create his own code without concerning for the exact syntax of GATEs script language. For more realistic and complicated implementations though, further development is required.Article Outline1. Introduction 1.1. GEANT4 Application for Tomographic Emission (GATE) simulation platform1.2. Gate Editor2. Materials and methods3. Application environment 3.1. World definition3.2. Inserting a new object4. DiscussionReferencesPurchase$ 35.9537A real time collaboration system for teleradiology consultationInternational Journal of Medical Informatics, Volume 72, Issues 1-3, December 2003, Pages 73-79Jiann-Shu Lee, Ching-Tsorng Tsai, Chen-Hsing Pen, Hui-Chieh LuClose preview| Related articles|Related reference work articles AbstractAbstract | Figures/TablesFigures/Tables | ReferencesReferences AbstractReal time collaboration systems, in which participants share multimedia data and applications in real time, have attracted many researchers in recent years. A teleradiology consultation system based on the real time collaboration technology is presented in this paper. Under the platform-independence consideration, Java technologies are employed to construct the system. Applying this system, an off-duty on-call radiologist can make diagnoses and report easily by viewing the transferred images at home. Owing to the accessibility of image, all users can examine and manipulate images consistently such that a secluded hospital can be assisted to hold remote consultation. To reduce the network transmission time, the command-passing and local command execution techniques are utilized to achieve the screen synchronization. A pointer function is also developed to maintain the cursor consistency in a more efficient manner during consultation when a detail indication of the examined image is needed. Besides, a dialog window is also designed for on-line conversation. Since Java programs can run on heterogeneous platforms, the need for system maintenance and user training can be substantially reduced.Article Outline1. Introduction2. Methods 2.1. System design2.2. System operation2.3. System implementation3. Results4. Discussion5. ConclusionsAcknowledgementsReferencesPurchase$ 31.5038The open source RFortran library for accessing R from Fortran, with applications in environmental modellingOriginal Research ArticleEnvironmental Modelling & Software, Volume 26, Issue 2, February 2011, Pages 219-234Mark Thyer, Michael Leonard, Dmitri Kavetski, Stephen Need, Benjamin RenardClose preview| Related articles|Related reference work articles AbstractAbstract | Figures/TablesFigures/Tables | ReferencesReferences AbstractThe open source RFortran library is introduced as a convenient tool for accessing the functionality and packages of the R programming language from Fortran programs. It significantly enhances Fortran programming by providing a set of easy-to-use functions that enable access to Rs very rapidly growing statistical, numerical and visualization capabilities, and support a richer and more interactive model development, debugging and analysis setup. RFortran differs from current approaches that require calling Fortran Dynamic link libraries (DLL) from R, and instead enables the Fortran program to transfer data to/from R and invoke R-based procedures via the R command interpreter. More generally, RFortran obviates the need to re-organize Fortran code into DLLs callable from R, or to re-write existing R packages in Fortran, or to jointly compile their Fortran code with the R language itself. Code snippets illustrate the basic transfer of data and commmands to and from R using RFortran, while two case studies discuss its advantages and limitations in realistic environmental modelling applications. These case studies include the generation of automated and interactive inference diagnostics in hydrological model calibration, and the integration of R statistical packages into a Fortran-based numerical quadrature code for joint probability analysis of coastal flooding using numerical hydraulic models. Currently, RFortran uses the Component Object Model (COM) interface for data/command transfer and is supported on the Microsoft Windows operating system and the Intel and Compaq Visual Fortran compilers. Extending its support to other operating systems and compilers is planned for the future. We hope that RFortran expedites method and software development for scientists and engineers with primary programming expertise in Fortran, but who wish to take advantage of Rs extensive statistical, mathematical and visualization packages by calling them from their Fortran code. Further information can be found at .Article Outline1. Background and motivation 1.1. Fortran1.2. The R project1.3. Current interoperability of R and Fortran1.4. RFortran1.5. Outline of the presentation2. Using RFortran 2.1. Core functionality2.2. Basic usage of RFortran 2.2.1. Example 1 transferring data to R and plotting a simple graph2.2.2. Example 2 transferring data to R functions and returning results to Fortran2.2.3. Example 3 Using Fortran wrappers for a series of RFortran/R commands2.2.4. Example 4 using R scripts and Rcall for a series of RFortran/R commands2.2.5. Example 5 using RFortran for interactive debugging2.3. Error handling and debugging2.4. System requirements and installation3. Structure and organization of RFortran 3.1. The COM architecture3.2. Components of RFortran3.3. Linking with RFortran4. Summary of key capabilities of RFortran5. Case study 1: diagnostics for Bayesian inference in hydrology 5.1. Background5.2. Motivation for using Fortran and RFortran 5.2.1. Interactive MCMC convergence diagnostics5.2.2. Automated Bayesian posterior diagnostics5.3. Outline of BATEA diagnostics5.4. Integration of R visualization into Fortran using RFortran 5.4.1. Interactive MCMC convergence diagnostics5.4.2. Automated Bayesian posterior diagnostics5.5. Benefits of using RFortran 5.5.1. Interactive MCMC convergence diagnostics5.5.2. Automated generation of posterior diagnostics6. Case study 2: exploiting R copula packages for flood modelling 6.1. Background6.2. Motivation for using RFortran6.3. Integration of R computation into Fortran using RFortran6.4. Benefits of using RFortran7. Comparison to alternatives: advantages and limitations 7.1. RFortran versus the “R calls Fortran DLLs” approach7.2. Jointly compiling Fortran code with the R language7.3. Alternative COM implementations8. Towards a unified bi-directional interface between Fortran and R9. Future work10. ConclusionsAcknowledgementsReferencesPurchase$ 19.9539Object-oriented and distributed approach for programming robotic manufacturing cellsOriginal Research ArticleRobotics and Computer-Integrated Manufacturing, Volume 16, Issue 1, February 2000, Pages 29-42J. Norberto Pires, J. M. G. S da CostaClose preview| Related articles|Related reference work articles AbstractAbstract AbstractFlexible manufacturing systems (FMS) are essential for small/medium batch and job shop manufacturing. These types of production systems are used to manufacture a considerable variety of products with medium/small production volumes. Therefore, the manufacturing platforms supporting these types of production must be flexible and organized in flexible manufacturing cells (FMC). Programming FMCs remains a difficult task and is an actual area of research and development. This paper reports an object-oriented approach developed for FMC programming. The work presented was first thought for application in industrial robot manipulators, and later extended to other FMC equipments just by putting the underlying ideas in a general framework. Initially, the motivation for this work was to develop means to add force control to a standard industrial robot manipulator. This problem requires remote access to the robot controller, remote programming and monitoring, as also is required to program and monitor any other FMC equipment. The proposed approach is distributed based on a client/server model and runs on Win32 platforms, i.e., Microsoft Windows and Windows NT. Implementation for the special case of industrial robot manipulators is presented, along with some application examples used for educational, research and industrial purposes.Purchase$ 41.9540A computer program for two-particle generalized coefficients of fractional parentageOriginal Research ArticleComputer Physics Communications, Volume 179, Issue 8, 15 October 2008, Pages 607-613A. Deveikis, A. JuodagalvisClose preview| Related articles|Related reference work articles AbstractAbstract | Figures/TablesFigures/Tables | ReferencesReferences AbstractWe present a FORTRAN90 program GCFP for the calculation of the generalized coefficients of fractional parentage (generalized CFPs or GCFP). The approach is based on the observation that the multi-shell CFPs can be expressed in terms of single-shell CFPs, while the latter can be readily calculated employing a simple enumeration scheme of antisymmetric A-particle states and an efficient method of construction of the idempotent matrix eigenvectors. The program provides fast calculation of GCFPs for a given particle number and produces results possessing numerical uncertainties below the desired tolerance. A single j-shell is defined by four quantum numbers, (e,l,j,t). A supplemental C+ program parGCFP allows calculation to be done in batches and/or in parallel. Program summaryProgram title: GCFP, parGCFP Catalogue identifier: AEBI_v1_0 Program summary URL: http:/cpc.cs.qub.ac.uk/summaries/AEBI_v1_0.html Program obtainable from: CPC Program Library, Queens University, Belfast, N. Ireland Licensing provisions: Standard CPC licence, http:/cpc.cs.qub.ac.uk/licence/licence.html No. of lines in distributed program, including test data, etc.: 17199 No. of bytes in distributed program, including test data, etc.: 88658 Distribution format: tar.gz Programming language: FORTRAN 77/90 (GCFP), C+ (parGCFP) Computer: Any computer with suitable compilers. The program GCFP requires a FORTRAN 77/90 compiler. The auxiliary program parGCFP requires GNU-C+ compatible compiler, while its parallel version additionally requires MPI-1 standard libraries Operating system: Linux (Ubuntu, Scientific) (all programs), also checked on Windows XP (GCFP, serial version of parGCFP) RAM: The memory demand depends on the computation and output mode. If this mode is not 4, the program GCFP demands the following amounts of memory on a computer with Linux operating system. It requires around 2 MB of RAM for the A=12 system at Ex2. Computation of the A=50 particle system requires around 60 MB of RAM at Ex=0 and 70 MB at Ex=2 (note, however, that the calculation of this system will take a very long time). If the computation and output mode is set to 4, the memory demands by GCFP are significantly larger. Calculation of GCFPs of A=12 system at Ex=1 requires 145 MB. The program parGCFP requires additional 2.5 and 4.5 MB of memory for the serial and parallel version, respectively. Classification: 17.18 Nature of problem: The program GCFP generates a list of two-particle coefficients of fractional parentage for several j-shells with isospin. Solution method: The method is based on the observation that multishell coefficients of fractional parentage can be expressed in terms of single-shell CFPs 1. The latter are calculated using the algorithm 2,3 for a spectral decomposition of an antisymmetrization operator matrix Y. The coefficients of fractional parentage are those eigenvectors of the antisymmetrization operator matrix Y that correspond to unit eigenvalues. A computer code for these coefficients is available 4. The program GCFP offers computation of two-particle multishell coefficients of fractional parentage. The program parGCFP allows a batch calculation using one input file. Sets of GCFPs are independent and can be calculated in parallel. Restrictions: A86 when Ex=0 (due to the memory constraints); small numbers of particles allow significantly higher excitations, though the shell with j11/2 cannot get full (it is the implementation constraint). Unusual features: Using the program GCFP it is possible to determine allowed particle configurations without the GCFP computation. The GCFPs can be calculated either for all particle configurations at once or for a specified particle configuration. The values of GCFPs can be printed out with a complete specification in either one file or with the parent and daughter configurations printed in separate files. The latter output mode requires additional time and RAM memory. It is possible to restrict the (J,T) values of the considered particle configurations. (Here J is the total angular momentum and T is the total isospin of the system.) The program parGCFP produces several result files the number of which equals to the number of particle configurations. To work correctly, the program GCFP needs to be compiled to read parameters from the standard input (the default setting). Running time: It depends on the size of the problem. The minimum time is required, if the computation and output mode (CompMode) is not 4, but the resulting file is larger. A system with A=12 particles at Ex=0 (all 9411 GCFPs) took around 1 sec on a Pentium4 2.8 GHz processor with 1 MB L2 cache. The program required about 14 min to calculate all 1.3106 GCFPs of Ex=1. The time for all 5.5107 GCFPs of Ex=2 was about 53 hours. For this number of particles, the calculation time of both Ex=0 and Ex=1 with CompMode=1 and 4 is nearly the same, when no other processes are running. The case of Ex=2 could not be calculated with CompMode=4, because the RAM memory was insufficient. In general, the latter CompMode requires a longer computation time, although the resulting files are smaller in size. The program parGCFP puts virtually no time overhead. Its parallel version speeds-up the calculation. However, the results need to be collected from several files created for each configuration. References: 1 J. Levinsonas, Works of Lithuanian SSR Academy of Sciences 4 (1957) 17. 2 A. Deveikis, A. Bonkus, R. Kalinauskas, Lithuanian Phys. J. 41 (2001) 3. 3 A. Deveikis, R.K. Kalinauskas, B.R. Barrett, Ann. Phys. 296 (2002) 287. 4 A. Deveikis, Comput. Phys. Comm. 173 (2005) 186. (CPC Catalogue ID. ADWI_v1_0)Article Outline1. Theoretical aspects2. Description of the program GCFP 2.1. Test output3. Description of the program parGCFPAcknowledgementsReferencesPurchase$ 31.5041NWChem: A comprehensive and scalable open-source solution for large scale molecular simulationsOriginal Research ArticleComputer Physics Communications, Volume 181, Issue 9, September 2010, Pages 1477-1489M. Valiev, E.J. Bylaska, N. Govind, K. Kowalski, T.P. Straatsma, H.J.J. Van Dam, D. Wang, J. Nieplocha, E. Apra, T.L. Windus, W.A. de JongClose preview| Related articles|Related reference work articles AbstractAbstract | Figures/TablesFigures/Tables | ReferencesReferences AbstractThe latest release of NWChem delivers an open-source computational chemistry package with extensive capabilities for large scale simulations of chemical and biological systems. Utilizing a common computational framework, diverse theoretical descriptions can be used to provide the best solution for a given scientific problem. Scalable parallel implementations and modular software design enable efficient utilization of current computational

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论