Loading...

Table of Content

    15 May 2012, Volume 1 Issue 201
    算法分析与设计
    Realization Method of Hall Micro-displacement Sensor Modeling
    DING Shuo;YANG You-lin;WU Qing-hui
    2012, 1(201):  1-3.  doi:
    Asbtract ( 283 )  
    Related Articles | Metrics
    In order to properly reflect the characteristics of Hall micro-displacement sensor, this paper begins with an introduction of its working principles, and the characteristic relationship(S, V) between the displacement amount of tested specimens and the output voltage of relative measuring circuits is also described. Then a mathematical modeling approach of Hall micro-displacement sensor relation feature(S, V) is proposed based on the basic principles of least squares estimation algorithm via the language of MATLAB, and the modeling program flowchart and the simulation results are provided as well.
    Research on Solving Processing Sequence Problem by Dynamic Programming
    WANG Bao-sheng;L Cong-ying;L Guan-ting;MA Yan-yang
    2012, 1(201):  4-6.  doi:
    Asbtract ( 293 )  
    Related Articles | Metrics

    This paper presents a dynamic programming method of solving processing sequence problem, analyzes the nature of optimal substructure, establishes the recursive expression for optimal value, analyzes the Johnson-Bellman’s

    Rule and designs the algorithm flow. At last, this paper identifies the effectiveness of the algorithm by constructing algorithm instance.

    A Strong Anti-compression Blind Watermarking Algorithm for Vector Map Data
    HE Wen-guang
    2012, 1(201):  7-9,13.  doi:
    Asbtract ( 287 )  
    Related Articles | Metrics

    This paper discusses a watermarking method with strong anti-compression ability towards maintaining robustness and blind detection, keeping high accuracy of vector map data. First, Douglas-Peucker compression is made to the data. Then the new embedding primitive named feature triangle is defined using the related feature points. After that, a watermark is embedded by modifying the shape of feature triangle. The experimental results show that the algorithm guarantees the high performance of the watermark robustness such as translation, rotation, scaling, random adding points, data cropping and data compressing etc; with this approach, embedded watermarks can be detected without the original vector map; and the results also present an evident superiority in high accuracy of data.

    A Query Optimization Algorithm Based on Multiple Join Attribute
    CHU Long-xian;SHEN Yuan
    2012, 1(201):  10-13.  doi:
    Asbtract ( 261 )  
    Related Articles | Metrics

    Database query operation is the most common operation. Because the data in a distributed database is distributed and redundant, query optimization study of a distributed database is one of the core issues. In order to improve the efficiency of distributed database queries, the paper analyzes and discusses the common implementation strategy based on the direct-join, and presents an improved direct-join query optimization strategy for the stributed

    database applications for multi-table joins when there are multiple onnection properties. Improved algorithm improves query execution parallelism, reduces the query processing time and improves the query efficiency.

    An Algorithm on Calculating Value of Mathematical Constant “e” Based on Monte-Carlo Method
    ZHANG Le-cheng;SHAO Mei;CHI Jin-yu;NING Ning-ning
    2012, 1(201):  14-15,1.  doi:
    Asbtract ( 347 )  
    Related Articles | Metrics

    Monte-Carlo method is a very important numerical method guided by a statistical probability theory. The algorithm based on Monte-Carlo method to calculate the definite integral is the more common method of approximate

    calculation of definite integrals. To the problem about calculating the value of the mathematical constant “e” (natural logarithm), the paper uses a method to select a special set points and uses Monte-Carlo method and the Newton-

    Leibniz formula to calculate “e” in order to get the algorithm on the mathematical constant “e”.The result shows that the algorithm is effective and is of better accuracy and time efficiency.

    A New Parallel PSO Algorithm to Solve Urban Bus Path Problem
    FANG Xin
    2012, 1(201):  16-19.  doi:
    Asbtract ( 280 )  
    Related Articles | Metrics

    PSO is a new swarm intelligence algorithm to solve combinatorial optimization. By using PSO mechanism and combining with combinatorial optimization TSP problem and OpenMP parallel technology, a parallel PSO algorithm

    model is given to solve the urban bus shortest path. The urban bus road weight is solved by C++ programming in Visual Studio 2005. Compared to the previous PSO algorithm, experimental results show that the parallel PSO not only can solve

    the urban bus path problem, but also its execution time is short and is of better robustness.

    Implementation of BP Algorithm Using Matlab Based on Vehicle Type Recognition
    DU Hua-ying
    2012, 1(201):  20-22.  doi:
    Asbtract ( 338 )  
    Related Articles | Metrics

    Vehicle type recognition has a wide future application prospect. BP artificial neural network can improve the recognition rate of vehicle type in the vehicle type automatic recognition system. Any vehicle type can be

    abstracted into a “工”-shaped mode. Three relative parameters are used as the input parameters of BP ANN. A three layered 3-8-3 BP ANN is adopted and is trained by 14 pair input parameters. The BP ANN is tested by 4 pair input

    parameters and then some expected values are obtained in this processing.

    Refactoring for Parallelization of Matlab-based Legacy System
    FAN Feng-feng;ZHANG Yan-yuan;LIN Yi
    2012, 1(201):  23-26.  doi:
    Asbtract ( 274 )  
    Related Articles | Metrics

    While the multicore platform became popular, the applications got complicated and data set expanded, the full power of system can’t be exploited by the serial code in the Matlab-based legacy program, the requirement of

    large scale data processing can’t be fulfilled. The parallel computing model of Matlab provides the support for parallelization of the data-intensive application. The key-points and methods of refactoring for parallelization of legacy

    system are analyzed from the view of system architecture expanding and business logic parallelization, the performance promotion of large scale data processing is verified by the application test results in the refactored system.

    News Topic Segmentation Based on LSA-HMM
    SHI Qian
    2012, 1(201):  27-30,3.  doi:
    Asbtract ( 378 )  
    Related Articles | Metrics

    Topic segmentation is the basic of efficiently retrieving and managing news story programs. Traditional topic segmentation technique based on Hidden Markov Model (HMM) only uses the transition of each topic to segment

    news by searching for the topic boundary, this does not take into account the latent semantic relationship between each word in topics. This paper proposes an improved algorithm based on HMM, the algorithm uses the LSA as dimensionality

    reduction and feature extraction method on the word frequency vectors, considering the context relationship among words. During the training step, the class label is extracted from the document through the K-means clustering process. The

    LDA features and the labels are considered as the observation of the hidden states in the HMM, respectively, which also take into account the impact between different topics. Thus, the topic segmentation is implemented. From the results

    of extensive experiments, the proposed model presents good capability to conduct the task of segmenting the news document.

    A Method of Blood Cells Classification Based on Mamdami Fuzzy Logical Inference
    WANG Chuan-zhong;MO Ling-shan
    2012, 1(201):  31-34.  doi:
    Asbtract ( 299 )  
    Related Articles | Metrics

    Based on manual classification of blood cells images, a model of automatic classification of blood cells is constructed. With the application of Mamdami fuzzy logical inference, this model helps the completion of the

    blood cells’ membership of the cell attribute sets inferring from cell image attribute space. Then, the membership of the blood cells is mapped to image semantic space. At last, the blood cells are automatically classified. Nonlinear

    transformation of the semantic mapping from attribute space to image semantic space is critical in this model. This automatic classification method of the blood cells is realized and testified by the initial experiments.

    图像处理
    An Image Retrieval Method Based on Radius and Angle Histograms Shape Descriptor
    QIANG Zhen-ping;CHEN Xu;LIN Hong
    2012, 1(201):  35-38.  doi:
    Asbtract ( 245 )  
    Related Articles | Metrics

    In order to satisfy that the shape descriptors must be of translation, scale, rotation transformation invariance, this paper uses a shape descriptor based on region: radius histogram descriptor, and adopts a normalization

    processing of the radius size computation to solve the problem of scale invariance; computes the angle histogram descriptor to obtain the radial shape characteristics, and computes the module information vector of its Fourier Transform

    to solve the problem of rotation invariance. The joint of radius and angle histogram descriptors makes the retrieved shapes be identified by people’s eyes very perceptually. Experimental results show that this method is simple and

    efficient.

    Depth Map Generation Method of Two-dimensional Image Sequence
    LUO Sha-sha;GUO Tai-liang
    2012, 1(201):  39-41.  doi:
    Asbtract ( 274 )  
    Related Articles | Metrics

    This paper proposes a depth map generation method based on motion object. First, the paper uses improved cumulative mean square deviation algorithm to extract background model, then background subtraction method is used to

    obtain motion object figure. After artificially drawing the depth map of the background model, with motion object figure of each frame, the depth maps of the image sequence are automatically synthesized, which can be directly used in

    two-dimensional (2D) to three-dimensional (3D) conversion. Experimental results show that compared with conventional depth map generation methods, depth map obtained by this method is true and reliable, thus more comfortable for 3D

    visualization.

    Phase-adaptive Medical Image Signal Fusion Based on Complex Wavelet
    XIAO Jian;CHEN Yi-ming
    2012, 1(201):  42-44.  doi:
    Asbtract ( 232 )  
    Related Articles | Metrics

    Wavelet transform is of fine features, such as orientation selectivity, orthogonal, variable time-frequency resolution, adjustable amount of local support and a small amount of analysis data, these features make wavelet

    transform become a powerful tool and means of image fusion. This paper adopts the integration of medical complex wavelet image information, so as to improve the perceptual knowledge way for image. This method introduces the collection of

    weighted image signal adaptive to medical image signal phase characteristic, uses the image signal phase characteristics to adaptively enhance important anatomical and functional features during the procedure of image signal fusion.

    Experiments show that, compared with the non-adaptive image signal fusion method, the method effectively improves the anatomy and functional features vision.

    Palmprint Extraction Method Based on Clifford Algebra Vector Product
    WU Yong-bin;LI Xing-min
    2012, 1(201):  45-47,5.  doi:
    Asbtract ( 297 )  
    Related Articles | Metrics

    A new method of palmprint extraction based on the representation theorem of vector product of Clifford algebra is proposed. With this method a seed on palmprint line is selected as a seed point and the eight adjacent

    points are normalized to be eight features of the seed point. Then the image is measured with ergodic theory and the threshold values are set to judge whether each point is the one on palmprint lines. In this paper three seed points are

    selected and the final three images are fused together. The experimental results show that the information extracted with this new method of palmprint extraction is better than the traditional ones.

    网络与通信
    Application Research on Cloud Computing in Wisdom Campus
    LI Zheng;WANG Lu
    2012, 1(201):  48-50,5.  doi:
    Asbtract ( 272 )  
    Related Articles | Metrics

    Cloud computing is a business model, it achieves the purpose that can time-shared share computing resources and storage resources by assigning computing tasks to multiple servers. As one of the computing models that most

    reflect the spirit of the Internet, the advantages of cloud computing in the calculation mode and in the computing power will change many aspects of our study, work and life. The application of cloud computing technology on the wisdom

    campus has a profound impact on the development of education and scientific research and related technologies, and provides practical solutions of maintenance and safety issues of campus network that is so difficult to solve for a long

    time, which lays the foundation for the rational application of information technology in campus. According to the nature of cloud computing, the advantage of wisdom campus construction due to cloud computing technology is given. Aiming

    at the case of the application of cloud computing in the wisdom campus, it proposes practical solutions.

    Study of Network Information Filtering Technique Based on Bayesian Method
    WU Shao-bing
    2012, 1(201):  51-54.  doi:
    Asbtract ( 279 )  
    Related Articles | Metrics

    With the development of computer and network technologies, there are more and more information on net. How to search the useful information in a short time which is proper to the requirements, it is a problem that Internet

    users very concern about. So the research on information filtering is currently a hot topic. The screening and filtering of information are to classify information according to predetermined standards. On the basis of analyzing a large

    number of network information, this article uses Bayesian method to study and presents an information filtering model based on Bayesian statistical analysis.

    A New Hybrid P2P Anonymous Communication System
    ZHANG Zong-yu;;ZHANG Ya-ping
    2012, 1(201):  55-58,6.  doi:
    Asbtract ( 302 )  
    Related Articles | Metrics

    This paper proposes a new P2P hybrid anonymous communication system for two-way anonymous communication based on analysis of existing anonymous communication technology. The system is based on the idea of secret sharing and combined with

    MIX and Crowds and mulicast technology. It achieves sender anoymity and receiver anonymity and communication relationships hidden. Each node in anonymous communication system may be the sender or the receiver or the service providers.

    Based on the idea of secret sharing, the sender encrypts the information and slices it, then sends it to more than one link using MIX and Crowds. When the information reaches the last node of each link, it is sent to the the receiver’s

    multicast group. The information returned by the receiver is in the same way to take a different path to reach the sender’s multicast group. The theoretical analysis shows that, the system is of a higher anti-aggressive compared with

    most anonymous communication systems.

    Survey of Cold-start Problem in Collaborative Filtering Recommender System
    SUN Dong-ting;HE Tao;ZHANG Fu-hai
    2012, 1(201):  59-63.  doi:
    Asbtract ( 436 )  
    Related Articles | Metrics

    Recommender systems have been widely used as an important response to information overload problem which leads consumers to locate the right information at the right time accurately and rapidly. The most successful and

    popular technique of such systems is collaborative filtering. However, collaborative filtering faces a key challenge of the cold-start problem. This paper first illustrates the cause of the cold-start problem and then tables the

    significance of cold-start problem research. The core of this paper is to summarize the existing algorithms which are used for addressing the cold-start problem. In order to facilitate users to choose the right algorithm to tackle the

    cold-start problem in collaborative filtering, it compares the performance and respective advantage and disadvantage of different algorithms.

    Research on Framework of Verification Code Rapid Identification Based on PIL
    HU Guang-zhong;OUYANG Hong-zhi
    2012, 1(201):  64-66.  doi:
    Asbtract ( 291 )  
    Related Articles | Metrics

    The verification code is widely used on the network as a Turing test, the study of the verification code identification technology helps verification code development and solves some emerging issues. This paper presents a

    framework based on PIL library, through a combination of excellent features of Python and known identification methods, can quickly respond to common verification code in the form, and can achieve better recognition results.

    Empirical Research About Micro Blog Political Participating Based on Social Network Mining
    ZHANG Wei-quan;CHEN Jing-min
    2012, 1(201):  67-70.  doi:
    Asbtract ( 275 )  
    Related Articles | Metrics

    Based on the social network analysis methods, the article uses the UCINET software to dig the micro blog political participating group in density, human centrality, condensed subgroups and structural hole. Experiments

    demonstrate that political leaders which have greater impact and subgroup phenomenon which plays an active role in the blog political participating group members exchange exist in the micro blog politic participating group.

    Summary of Cloud Computing
    JIANG Dai-you
    2012, 1(201):  71-73.  doi:
    Asbtract ( 322 )  
    Related Articles | Metrics

    This paper describes the working principle of cloud computing, and the difference from grid computing, cloud computing features and application model, outlines the key technology of cloud computing, including

    virtualization, data storage technology, data management, programming model technology and resource monitoring technology, and indicates the main problems in cloud computing applications.

    数据库与数据挖掘
    A Heterogeneous Database Access Method of Power Real-time Monitoring System
    LI Tian-yang
    2012, 1(201):  74-76,7.  doi:
    Asbtract ( 282 )  
    Related Articles | Metrics

    In order to simpify the access to the heterogeneous database and improve the reusability of upper applications and system scalability, this paper presents a heterogeneous database access method based on dynamic library

    plug-ins. The method provides unified interfaces for the applications’ dynamic access to database, shielding the discrepancy between different databases. It makes mutual independence between applications and heterogeneous database, and

    effectively solves the problems about efficient access to the heterogeneous database among the power real-time monitoring system. The method has been effectively applied in the actual system.

    Research on Redundancy Backup Scheme for Real-time Database
    YANG Yong-jun;XU Jiang;SHU Yi;XU Shuai
    2012, 1(201):  80-82,9.  doi:
    Asbtract ( 304 )  
    Related Articles | Metrics

    With the development of industrial technology, the availability of data is crucial for real-time database, the study of data backup technology has been become a matter of concern. In this paper, based on the introduction

    and analysis of three open source data backup schemes, a redundancy backup system for real time data is proposed, which can improve the availability of real-time database.

    Application of Association Rules Algorithm in Education Information Data Mining
    GENG Yue-jie
    2012, 1(201):  83-85,9.  doi:
    Asbtract ( 361 )  
    Related Articles | Metrics

    This paper introduces the association rules algorithm in data mining and how to apply it to data mining of student achievement, which can mine the potential relationship between the advanced mathematics results and

    college entrance examination score. And the paper also raises the result that the advanced mathematics results and college entrance examination score have no directly relationship. College life is a new milestone, so do not sell

    ourselves short because of our college entrance examination score.

    A Customizable Context-aware Framework Prototype
    HUANG Yu;LIU Jin-gang
    2012, 1(201):  86-92.  doi:
    Asbtract ( 282 )  
    Related Articles | Metrics

    This paper analyzes the characteristic and shortage of existing context-aware frameworks, and proposes a distinct domains oriented customizable context-aware framework prototype. The design principles of framework

    prototype as well as service oriented runtime mechanism are emphasized. Then four critical issues are discussed, including framework customization, evolutionary context rules, interaction mechanism and context-usage patterns. Finally,

    with the basis of this framework prototype, the feasibility of distinct domains oriented is proved through the specific applications which are under healthcare service scenarios.

    Research on Cloud-based Data Mining and Its Prospect
    DENG Lei-lei;YU Hang
    2012, 1(201):  93-95.  doi:
    Asbtract ( 311 )  
    Related Articles | Metrics

    Cloud computing in recent years as the development of Internet as the center of the emerging technology, has been gradually applied in the people’s life, financial, medical, military, education and other fields have been

    widely used. In this paper, based on the analysis of the open environment of cloud computing and the system development technology, the cloud computing based data mining platform prototype implementation process is given, and through the

    comparison of the experimental data analysis, it proves the validity, finally it’s applied to electronic commerce, the business application development and benefits are discussed.

    Design and Implementation of Development Resources Management System Based on Small-scale Collaboration
    DENG Liang;BIAN Ming-ming;LIU Yong-xu
    2012, 1(201):  96-100.  doi:
    Asbtract ( 284 )  
    Related Articles | Metrics

    There are many problems in the management of research and development teams, such as lack of timely interaction between members; no systematic management of documentations and delay to update the project information and

    project progress. Therefore the development resources management system based on small-scale collaboration is designed and realized. The software includes three subsystems, the interactive platform, the documentation management and the

    information management system. The entity-relationship model of database is selected. The proposed system is based on the B/S structure, the interface designing and programming are coded by C# of Windows programming and SQL server

    database system. The occupation of the CPU resources is very small in this system, which is an efficient tool for the research and development teams.

    计算机仿真
    Dynamic Departure and Landing Scheduling in Military Airport Based on Receding Horizon Optimization
    HU Xun-qiang;;XIE Xiao-fang;SUN Tao;ZHANG Xin-jing
    2012, 1(201):  101-105.  doi:
    Asbtract ( 320 )  
    Related Articles | Metrics
    In order to reduce the difference between the actual and planned departure and landing time in wartime, a dynamic departure and landing scheduling policy based on receding horizon optimization is put forward. For plane queue falling into each predictive window, minimal sum of weighted earliness and tardiness is defined as the objective function. With this method the model of departure and landing scheduling of military aircraft is transformed into the model of single machine weighted E/T scheduling. A discrete particle swarm optimization based on nature number field is designed to deal with the model. The simulation experiment is carried out to determine some model parameters and the result testifies the validity of the model and algorithm.
    Research on Interactive Digital City Based on X3D Technology
    YU Hong-bo;ZHANG Min-qiang
    2012, 1(201):  106-109.  doi:
    Asbtract ( 297 )  
    Related Articles | Metrics
    X3D(Extensible3D) is a technology of interactive activity on Internet, which is the core of VR(Virtual Reality), and also produces enormous profits from the establishment of digital city. User can get visual scenes and enjoy the process of interactive activity. In this paper, one practical scheme is designed to implement the visual city by using ArcGIS, Sketchup, Java3D, and the Weblogic, and make the base for further need in digital city.
    Virtual Simulation of Free Atmosphere Molecular Motion Based on Vega Particle System
    LUO Wei;;HU You-bin;KONG Hua-wu;ZHU Jian
    2012, 1(201):  110-112.  doi:
    Asbtract ( 313 )  
    Related Articles | Metrics
    In military training, the three-dimensional simulation of the battlefield environment plays a very important role. The article virtually simulates the free atmosphere in battlefield environment. First, the article analyzes the nature of motion molecular in the free atmosphere, and then describes the particle system in detail which is used mostly in the simulation of irregular natural phenomena, and finally uses the particle system to simulate the movement of atmospheric molecular in Vega. The simulation results can basically simulate the motion characteristics of atmospheric molecules and the properties of particles can be accessed through the interface properties of programming, which can be used in flight path planning of UAV to avoid the dangerous weather phenomena.
    Design of Metallurgical Machinery Dynamic Demonstration System Based on PhysX
    CUI Jian-wei
    2012, 1(201):  113-115.  doi:
    Asbtract ( 285 )  
    Related Articles | Metrics
    PhysX is a powerful physical effect computing engine put by NVIDIA. PhysX can make hardware physical effect computing advanced through the GPU of the NVIDIA card in the computer which runs faster than the traditional CPU and can produce a complex mass of particle collision effects. Though metallurgical machinery equipments are various in our country, they are usually bulky, which makes promotion and simulation difficult. The bulky and complicated equipmetns can be put in a virtual and simulated environment, the paper realizes human-computer interaction and imitates the operation of equipments by PhysX physical computing engine and multimedia software, feeds back dynamic data for desingers and makes clients get a clear impression of operating principle and new functions. It will promote the development of metallurgical machinery equipment manufactuing.
    Research on Common Framework Technique in Simulation Application Problems
    CHEN Jing-liang;ZHANG Jin-shi
    2012, 1(201):  116-118,.  doi:
    Asbtract ( 287 )  
    Related Articles | Metrics
    Much likelihood the allied simulation application problems, something such as method, model, framework, data etc can be shared in, when designing a new application project, corresponding modification on the different place according to the request can devote to quick development and upgrading. Based on this idea of sharing, the paper expounds a common X-application framework based on simulation (SBX). It gives four-layer structure of a common simulation application software, overviews four main aspects and six key techniques of software design. On the basic of SBX framework, the software system may be rapidly and expediently upgraded after developing the relative application theory, which will make more benefits for all kinds of simulation application.
    计算机控制
    Gradually Mastering Football Defending Robot
    LIN Wen-feng;HE Zhi-jie;LE Ren-chang;HUANG Xi
    2012, 1(201):  119-121,.  doi:
    Asbtract ( 335 )  
    Related Articles | Metrics
    In order to make students master how to use soccer robot, this paper introduces the game of soccer robot, lets students understand the game rules, then according to the rules of the game and defensive strategy, analyzes the main defensive robot soccer hardware composition, lets students use the C programming language and know how to control various hardware of soccer robot. Finally, this paper analyzes and realizes the defensive strategy.
    Design of Software for Electric Load Control TerminalBased on Wireless Transmission Module
    HUANG Hong-zhi;XU Guang
    2012, 1(201):  122-125.  doi:
    Asbtract ( 342 )  
    Related Articles | Metrics
    The load control system is designed based on the wireless transmission module using C# technology. The remote monitoring to the electric load control terminal is implemented, such as the remote connection and disconnection for the terminal, the adjustment of the camera position and focus, the adjustment of the PTZ status and the display of the site information etc. The real-time data of the temperature, the voltage and the current etc can be collected. The video and photos can also be completed through the system.
    Autonomous Control and Trajectory Tracking of Quadrotor Helicopter
    WANG Tian-miao;WANG Lie-wu;LIANG Jian-hong
    2012, 1(201):  126-129.  doi:
    Asbtract ( 322 )  
    Related Articles | Metrics
    The research on autonomous miniature flying robots has intensified considerable owing to the increasing interest of unmanned aerial vehicle (UAV). This paper summarizes the nonlinear vehicle dynamics and measurements of the aerodynamic parameters of propeller, proposes an attitude controller with the introduction of acceleration in error feedback, which will improve the stability and fast-tracking capability. In addition, a trajectory tracking controller is developed based on the along-track error and cross-track error feedback to tracking the waypoint. Finally, outdoor flight test results of attitude control and simple trajectory tracking are presented to verify the availability.
    Research and Design of Watercraft Anti-sinking Assistant Decision System
    ZHAO Xiao-chun
    2012, 1(201):  130-133.  doi:
    Asbtract ( 244 )  
    Related Articles | Metrics
    A high-performance anti-sinking assistant decision system serves as a pivot for watercraft commander to make exact decisions and carry out effective measures as quickly as possible when adjustments are need. Assistant decision systems nowadays can help to supervise the basic navigation information and control the floating states, but most of these systems suffer the following limitations: System architectures are too simple to implement a large-scale process control; Inefficient system’s algorithm decreases the rapidity and precision of decisions generating; System’s HMI (human machine interface) is always ivory-towered that greatly reduces the practicability of system. The innovative anti-sinking assistant decision system implements a rapid iterative algorithm which takes the equilibrium parameter as the optimization target-value. This paper develops the system on an object-oriented SCADA platform with Windows component object module (COM) which offers high performance and practicability. It has been improved very efficient by a series of given examples of simulation of ship floating.
    Design of Data Acquisition and Transmission System Based on FPGA
    WAN Zhi-ping
    2012, 1(201):  134-136,.  doi:
    Asbtract ( 322 )  
    Related Articles | Metrics
    In the current use of chip, various embedded chips are mostly high power consumption or output of slow. Therefore, this paper uses the FPGA chip EP1C6Q240C8 of Altera company as the main control chip, uses Verilog HDL programming, uses AD976A chips for analog-to-digital conversion, and then makes store processing in the FPGA chip, and output at high speed. Through the design method, it can realize low consumption and high speed on data acquisition and transmission, and short development cycle and low cost.
    Design and Implementation of UPS Remote Intelligent Detection and Control System Based on ARM9
    RAO Lan-xiang
    2012, 1(201):  137-140.  doi:
    Asbtract ( 308 )  
    Related Articles | Metrics
    The paper uses the Samsung’s processor ARM9 S3C2416 as the core design of an embedded UPS remote intelligent inspection and control system. By LAN or site terminal, the system can detect UPS power supply output voltage, output frequency, battery power supply output voltage, output frequency, dielectric strength, protective grounding, spare time and other parameters, and can also make remote discharge, remote maintenance operations. This design has the field data acquisition and fault alarm functions. Through this system, the testing data is of high accuracy, and this design can be used for UPS control management and maintenance.
    计算机辅助教学
    Construction of Network Teaching Resources Platform Based on Web 2.0
    LI Jian;TAN Ai-ping;LIU Man-chun
    2012, 1(201):  141-143,.  doi:
    Asbtract ( 282 )  
    Related Articles | Metrics
    The network teaching resources platform is an important way for teaching online and sharing of high quality education teaching resources to college, and is also an important symbol of the level of education information.This paper designs a teaching resources platform using Web 2.0 technologies and knowledge management technology based on teaching resources database.
    Building and Research of Virtual Network Scene of Computer Network Teaching
    HE Huai-wen;XIAO Tao;XIA Bai-zhan
    2012, 1(201):  144-148.  doi:
    Asbtract ( 372 )  
    Related Articles | Metrics
    Accroding to the fact that the content is abstract, strongly theoretical and difficult for students to understand in computer network theory teaching, this paper proposes a method which uses simulator to build virtual network scene and trace packet to help student observe network datagram behavior vivid and lively, and understand network protocol principle deeply. The practice proves that building virtual network scene by using network simulator will stimulate students’ learning interest,promote students’ motivation and achieve better teaching result.
    Knowledge Model and Personalized Learning Control Based on LOM
    HAN Guang-hui;ZENG Cheng
    2012, 1(201):  149-151,.  doi:
    Asbtract ( 321 )  
    Related Articles | Metrics
    As the core of expert model, knowledge representation is a key problem for intelligent teaching in ITS. Form representation of knowledge topics and their relation are discussed. A model of knowledge topics and learning control strategy based on LOM are presented. Knowledge topics are designed and packaged as learning objects, so reusability, manageability, customizability and interoperability of learning contents are improved. ITS itself has some knowledge understanding ability based on semantic description ability of LOM. Knowledge can be discovered and associated based on semantic computing ability of knowledge network whose nodes are LOM model. Personalized learning is realized by mapping dynamically expert knowledge network into the students knowledge network.
    Algorithm of Composing Test Paper Based on Improved Self-adaption Genetic Algorithm
    GONG Lei;ZHAO Fang
    2012, 1(201):  152-156.  doi:
    Asbtract ( 286 )  
    Related Articles | Metrics
    Traditional algorithms of composing test paper have the disadvantages of slow convergence, low success rate and quality. To solve these problems, an algorithm based on improved adaptive genetic algorithm is proposed. Both the theoretical analysis and the experimental comparison show that improved genetic algorithm can satisfy the needs for actual examinations. Improved genetic algorithm can obviously improve the ability of global research, the convergence speed and the quality than tradition genetic algorithm and self-adaption genetic algorithm. It proves that the improved algorithm is effective and superior.
    应用与开发
    Design of Food Safety Monitoring and Traceability System Based on RFID
    LUO Min;;HAN Hui-min;HE Rui-gan;HUANG Li-yong;ZHANG Si-zhong
    2012, 1(201):  157-160.  doi:
    Asbtract ( 308 )  
    Related Articles | Metrics
    In this article, a food safety monitoring and traceability system is established by combination of radio frequency identification (RFID), general packet radio service (GPRS), network technology and database technology. The system can trace to the whole process of food from breeding, production, wholesale and retail, realize the food safety monitoring and management.
    Detection of Apple Grading Based on Improved PSO Algorithm and LS-SVM
    XIA Qing;LI Xian-feng
    2012, 1(201):  161-168,.  doi:
    Asbtract ( 275 )  
    Related Articles | Metrics
    To solve the low accuracy and velocity of apple grading, a grading method of LS-SVM based on improved PSO algorithm is presented, which is a new improved form by synthesizing the existing model of PSO. This method can optimize features and reduce the number of training samples greatly before classification, so as to enhance the training efficiency. Experimental results on the Fuji apple database show that the method can extract 5 optimal features from 16 shape features and achieve a high correct identification ratio which is up to 96%, the application effect is very notable so the proposed method is effective.
    Evaluation of Air Quality in Cars Based on Fuzzy Clustering
    HUANG Xing-rong;TAN Chang-wei
    2012, 1(201):  164-166.  doi:
    Asbtract ( 420 )  
    Related Articles | Metrics
    The paper presents a fuzzy clustering analysis method and designing procedures for studying the air quality in cars based on the fuzzy set theory. In the fuzzy clustering, testing three kinds of data about air quality, which comes from 8 different cars in-house, as the counting index, similar matrix is obtained by utilizing the maximum-minimum law, detailed clustering analysis results are given by transmit closure methods. The results show that the fuzzy clustering analysis method about car air-quality assessment has practical application and universality.
    Development and Application of Mobile Meteorological Emergency Service Provincial Platform
    SUN Peng;ZHANG Yong-hua;SONG Zhi-guang
    2012, 1(201):  167-171.  doi:
    Asbtract ( 259 )  
    Related Articles | Metrics
    In order to do the public meteorological service, to improve the mobile meteorological emergency service ability, this paper designs and develops the mobile meteorological emergency service platform, based on Guangdong Province Meteorological Bureau mobile meteorological emergency vehicles and equipment resources. The platform can operate in the lower hardware configuration, narrow-band network, it contains two topics: comprehensive observation based on WebGIS and image products. The paper discusses the platform model, demand, function design and key technology. The practical application proves the necessity and correctness of constructing this platform.
    Processing System of Ship Device Fault Information Based on FMEA
    ZHENG Wei-dong
    2012, 1(201):  172-177,.  doi:
    Asbtract ( 318 )  
    Related Articles | Metrics
    The processing system of the ship device fault information based on FMEA is a comprehensive management system which includes fault information of the device of each model of ship. The system assists the user to insert the fault information of the ship device which includes the constitute of the ship, reliability model, FMEA data, the usage fault of equipment and so on into the server. The system manages and analyzes data in the fault information processing center which supports fault diagnosis, FMEA, calculation and analysis of fault estimate. The system can provide an assistance suggestion for fault processing.
    Design and Implementation of Family Financial Management System Based on ExtJS and XML
    YAN Jun-fu;DENG Shi-kun
    2012, 1(201):  178-181.  doi:
    Asbtract ( 340 )  
    Related Articles | Metrics
    Analysis of the shortcomings of traditional Web development, for the most current actual needs of family, the system’s functional modules are given, which are based on ExtJS + Struts2 of B/S architecture, using XML as the database back-end persistent data, elaborating the design and implementation of family financial managemengt based on ExtJS and XML, in order to achieve high efficiency of the system running.
    Design of Petrochemical Enterprise Work Site Safety Management System
    WANG Zhong-xue;XU Jian-jun
    2012, 1(201):  182-184,.  doi:
    Asbtract ( 268 )  
    Related Articles | Metrics
    The key point of security management for petrochemical enterprise is production field. The basic premise of safety is carrying out regulations and procedures, and inspecting and finding hidden danger on time in place. The safety management of petrochemical enterprise is an important thing. Through the analysis of safety management situation of petrochemical industry production operation site, the paper puts forward a design scheme of petrochemical operation site safety management system. Based on the wireless network, handheld computers, two dimensional barcode and RFID technology, this system realizes the site inspection of intelligent management, electronic permit to work issue and the control, personnel entering and leaving, and other functions.
    Research on Efficiency of Parallel Computing in CPU+GPU Hybrid Mode
    CAI Zhen-he;ZHANG Xu;LUAN Jiang-xia
    2012, 1(201):  185-188.  doi:
    Asbtract ( 283 )  
    Related Articles | Metrics
    CPU+GPU hybrid mode, comparing to traditional supercomputing architectures, is more cheaper and more environmentally friendly, low-carbon. Thus the people pay more attention on it. There are more and more systems which rank on World HPC Top500 using CPU+GPU hybrid mode. However, the efficiency of heterogeneous parallel mode is too low. This article based on the principle of parallel schedule of hybrid mode, takes Linpack test as an example to explain the method of getting a higher efficiency of parallel computing.
    Design of Tablet PC Based on S5PV210
    XIONG Ji-jian;WANG Qi
    2012, 1(201):  189-191,.  doi:
    Asbtract ( 324 )  
    Related Articles | Metrics
    This paper introduces the design of S5PV210 as the core of the tablet PC, it can achieve low cost, low power consumption, high performance, high integration, comprehensive functions and characteristics. This paper describes the structure and function of the system configuration in detail, and gives each function module and key technique, the software part adopts the Linux-2.6.35 kernel, the file system uses the Android platform of Google.
    Research on ICE Middleware Technology and Its Application
    ZHANG Jun-jun;ZHANG Xuan
    2012, 1(201):  192-194.  doi:
    Asbtract ( 327 )  
    Related Articles | Metrics
    DCS simulation requires real-time, robust and higher precise. ICE is an object-oriented middleware platform with high-level extendibility and reusability. It provides tool for building client/server-based on distributed computation environment. This paper firstly discusses basic concept, application model and advantages of ICE, then adopts it to DCS simulation system.
    Design and Implementation of Personnel Management System Based on PowerBuilder
    LIANG Qian
    2012, 1(201):  195-197,.  doi:
    Asbtract ( 353 )  
    Related Articles | Metrics
    As computer technology developing and popular in business management application, it is necessary to take the advantage of computer in the field of personnel management in enterprise. This paper combines with college actual personnel system, through the demand analysis, develops this personnel management system by SQL Server 2000 as database and by the mighty PowerBuilder 9.0 as development tool. It mainly introduces development background, the function and the developing process. It emphasizes the key point of system analysis and design, difficulties and solutions in developing process.
    Design and Application of “Medical Proof of Birth” Management System Based on B/S
    LIU Yu-xian
    2012, 1(201):  198-200.  doi:
    Asbtract ( 328 )  
    Related Articles | Metrics
    “Medical proof of birth” is the legal medical documents of citizenship, according to the effective management of “medical proof of birth” on the maternal and child health care is of great significance. In order to get rid of the inconvenience of manual manner and the single form of maternal and child health care management enhance information sharing, guarantee the consistency of the information, the networked “medical proof of birth” management system based on maternal and child health information platform is very necessary.
    Design and Implementation of PC Software of Discovery Cam
    HU Xing-cai
    2012, 1(201):  201-203,.  doi:
    Asbtract ( 289 )  
    Related Articles | Metrics
    In view of the software requiremants of Discovery Can sold to overseas and produced by a company in Shenzhen, a PC supporting software is developed. The software can achieve AVI video playback, video editing, including AVI video interception function, remix, features shots and delete functions, AVI video conversion function. The article describes in detail the requirements, software design and implementation and the technology involved in each module, focuses on the FFmpeg, the DirectShow technology. Finally the software performance and index are described, the application in the field of Meteorology is put forward.
    Expansion and Application of Observer Model Based on MVC Model
    XIAO Li-tao;QI Chang-song
    2012, 1(201):  204-206.  doi:
    Asbtract ( 394 )  
    Related Articles | Metrics
    This paper discusses the features of MVC model firstly. Based on the discussion, the Observer model is expanded by adding a presentation layer for the covenient of logic presentation. Hence, the code reusability is increased, and at the same time, the coupling of the models is decreased. Finally, this paper design the architecture of collision-proof warning system by using the expanded Observer model.