The inspection of engine lubricating oil can give an indication of the internal condition of an engine. By means of the Object-Oriented Programming (OOP), an expert system is developed in this paper to computerize the...The inspection of engine lubricating oil can give an indication of the internal condition of an engine. By means of the Object-Oriented Programming (OOP), an expert system is developed in this paper to computerize the inspection. The traditional components of an expert system, such us knowledge base, inference engine and user interface are reconstructed and integrated, based on the Microsoft Foundation Class (MFC) library. To testify the expert system, an inspection example is given at the end of this paper.展开更多
Presents an object-oriented NBO(node-block-object)data model for hypermedia system.It takes advantage of object-oriented method,encapsulates all multimedia information as well as link functions in one unit,It has succ...Presents an object-oriented NBO(node-block-object)data model for hypermedia system.It takes advantage of object-oriented method,encapsulates all multimedia information as well as link functions in one unit,It has successfully achieved cross link to offer much better flexibility and two-way link to realize forward and backward searching in hypermedia system navigation.A conditional relation on links has also been realized,that is very helpful for time sensitive multimedia information processing and multimedia object cooperation.展开更多
In this paper, mathematical models and FEA formulation for implementing heat treatment process simulation were given out. The various coupling effects were treated. The object-oriented methodology of developing heat t...In this paper, mathematical models and FEA formulation for implementing heat treatment process simulation were given out. The various coupling effects were treated. The object-oriented methodology of developing heat treatment simulation was explored. The framework of simulating programs was outlined. The main C++ classes were developed, some important member functions were implemented. The present research work shows that using object-oriented method can greatly reduce the amount of coding. The programs are clear in conception, easy to test, modify and expand. By using the methodology introduced in this paper, one heat treatment process three dimensional simulation tool was developed.展开更多
Acupuncture enjoys a robust evidence base for dozens of clinical conditions and decades of research exploring its mechanisms of action. It has over 9,000 positive recommendations from official government and clinical ...Acupuncture enjoys a robust evidence base for dozens of clinical conditions and decades of research exploring its mechanisms of action. It has over 9,000 positive recommendations from official government and clinical guidelines. However, it still remains relatively inaccessible in the United States, Europe and elsewhere, especially compared to the strength of evidence-based recommendations for its use. Acupuncture would benefit from robust implementation strategies, utilizing insights and approaches from implementation science. The clinical use of Botox for migraine suffered from weaker evidence of effectiveness and greater evidence of harm, but using a streamlined and robust implementation strategy, Allergan was able to achieve widespread implementation from when it began its efforts around 2010. Such a systematic approach that identifies and overcomes barriers to implementation for acupuncture would benefit millions of people who currently are offered less effective and more invasive treatments, contrary to the recommendations of clinical guidelines.展开更多
In recent years,with the support and promotion of relevant policies such as the Opinions on Promoting Study Tour for Primary and Secondary School Students jointly issued by the Ministry of Education and 11 other depar...In recent years,with the support and promotion of relevant policies such as the Opinions on Promoting Study Tour for Primary and Secondary School Students jointly issued by the Ministry of Education and 11 other departments,a wave of study tour has been sparked nationwide from individual pilot projects to gradual promotion.In this paper,students and teachers from grades 4 to 6 of L Primary School in Nanchang City,Jiangxi Province were selected as the survey objects.Combining the survey questionnaire,the current situation of conducting study tour in the primary school was sorted out and analyzed in depth from several aspects such as study tour cognition,study tour participation,study tour implementation,etc.Based on the survey results and relevant research,the current problems in conducting study tours in primary schools were summarized,and targeted improvement measures were proposed,in order to promote the healthy development of study tours in primary schools.展开更多
The SubBytes (S-box) transformation is the most crucial operation in the AES algorithm, significantly impacting the implementation performance of AES chips. To design a high-performance S-box, a segmented optimization...The SubBytes (S-box) transformation is the most crucial operation in the AES algorithm, significantly impacting the implementation performance of AES chips. To design a high-performance S-box, a segmented optimization implementation of the S-box is proposed based on the composite field inverse operation in this paper. This proposed S-box implementation is modeled using Verilog language and synthesized using Design Complier software under the premise of ensuring the correctness of the simulation result. The synthesis results show that, compared to several current S-box implementation schemes, the proposed implementation of the S-box significantly reduces the area overhead and critical path delay, then gets higher hardware efficiency. This provides strong support for realizing efficient and compact S-box ASIC designs.展开更多
Through literature review,we found that evaluations of urban planning implementation often focus narrowly on either the subject(stakeholders)or the object(projects),while micro-level aspects such as site selection and...Through literature review,we found that evaluations of urban planning implementation often focus narrowly on either the subject(stakeholders)or the object(projects),while micro-level aspects such as site selection and construction are primarily considered within the context of planning implementation.There is insufficient research on the evaluation of implementation.Community daycare centers play a crucial role in the community home care model,yet there is relatively little research on their usage efficiency,satisfaction levels,and spatial evaluation of planning implementation.Based on the theoretical understanding of the human environment,including the subject,object,and their interactions,an evaluation system for the planning and implementation of community day care centers was constructed,incorporating subjective evaluation,objective evaluation,and comparative analysis.展开更多
“Introduction to Language,”as the core course of the English major,mainly reveals the basic laws of language,enabling the students to have the ability to apply linguistic theories to explain language phenomena and s...“Introduction to Language,”as the core course of the English major,mainly reveals the basic laws of language,enabling the students to have the ability to apply linguistic theories to explain language phenomena and solve specific language problems.This course is highly theoretical and has a certain degree of difficulty.The evaluation of student grades has always been based on examination reform,but several problems have been encountered during the implementation process.This article analyzes the current situation of the reform and implementation of the“Introduction to Language”course examination in applied universities and puts forth suggestions and specific measures to improve the assessment of the course,aiming to enhance the teaching effectiveness of the course and scientifically and comprehensively evaluate students’abilities.展开更多
Universities shoulder the important mission of talent cultivation,scientific research,social service,cultural heritage and innovation,and international exchange and cooperation.International exchange and cooperation h...Universities shoulder the important mission of talent cultivation,scientific research,social service,cultural heritage and innovation,and international exchange and cooperation.International exchange and cooperation have become the fifth major function of universities.Based on the background of the globalization era,undergraduate colleges and universities should pay more attention to the cultivation of students’intercultural communication and understanding ability while cultivating their professional skills,and take expanding students’international vision and enhancing the international competitiveness of China’s education as important tasks.Labor education is an important content of the national education system,which has the comprehensive nurturing value of cultivating morality,increasing intelligence,strengthening physical fitness,and cultivating beauty.Higher education institutions should further optimize the system of labor education,expand students’space and field of thinking in the process of labor education,and broaden students’international perspectives.展开更多
Structural development defects essentially refer to code structure that violates object-oriented design principles. They make program maintenance challenging and deteriorate software quality over time. Various detecti...Structural development defects essentially refer to code structure that violates object-oriented design principles. They make program maintenance challenging and deteriorate software quality over time. Various detection approaches, ranging from traditional heuristic algorithms to machine learning methods, are used to identify these defects. Ensemble learning methods have strengthened the detection of these defects. However, existing approaches do not simultaneously exploit the capabilities of extracting relevant features from pre-trained models and the performance of neural networks for the classification task. Therefore, our goal has been to design a model that combines a pre-trained model to extract relevant features from code excerpts through transfer learning and a bagging method with a base estimator, a dense neural network, for defect classification. To achieve this, we composed multiple samples of the same size with replacements from the imbalanced dataset MLCQ1. For all the samples, we used the CodeT5-small variant to extract features and trained a bagging method with the neural network Roberta Classification Head to classify defects based on these features. We then compared this model to RandomForest, one of the ensemble methods that yields good results. Our experiments showed that the number of base estimators to use for bagging depends on the defect to be detected. Next, we observed that it was not necessary to use a data balancing technique with our model when the imbalance rate was 23%. Finally, for blob detection, RandomForest had a median MCC value of 0.36 compared to 0.12 for our method. However, our method was predominant in Long Method detection with a median MCC value of 0.53 compared to 0.42 for RandomForest. These results suggest that the performance of ensemble methods in detecting structural development defects is dependent on specific defects.展开更多
Under the background of a severe job market and fierce talent competition,the career planning education of college students is of great importance.In this study,a combination of quantitative and qualitative research m...Under the background of a severe job market and fierce talent competition,the career planning education of college students is of great importance.In this study,a combination of quantitative and qualitative research methods was used;500 students in Shenzhen Polytechnic of Information Technology were surveyed by questionnaire,and 40 counselors were interviewed in depth to comprehensively analyze the role and practical effect of counselors in career planning education.The research showed that the role positioning of counselors includes the guide of students’career development,emotional support,and job-hunting strategy,and the specific path selection involves the strengthening of professional knowledge,the construction of interpersonal relationship networks,and personalized counseling.Based on the survey and interview data,this paper constructed a model for enhancing the role of counselors in career planning education and put forward a set of targeted work paths.展开更多
The horticultural industry plays an important role in the rural revitalization strategy.As the core course of horticultural technology,“Horticultural Plant Production Technology”shoulders an important mission in ser...The horticultural industry plays an important role in the rural revitalization strategy.As the core course of horticultural technology,“Horticultural Plant Production Technology”shoulders an important mission in serving the rural revitalization strategy and cultivating a group of rural revitalization talents who truly love agriculture,know agricultural techniques,and understand agriculture.Under the dimension of ideological and political education in the curriculum,based on the strategy of rural revitalization,the implementation path of ideological and political education in the curriculum is expanded and improved from the construction of education models,curriculum team building,excavation of ideological and political elements,and construction of evaluation systems,in order to improve the level of ideological and political education in horticultural plant production technology courses and provide certain reference and guidance for the ideological and political construction of similar agricultural vocational education courses.展开更多
The integration of ideological and political education into university curricula represents a new trend in holistic,comprehensive,and all-around education.The concept of“ideological and political education in English...The integration of ideological and political education into university curricula represents a new trend in holistic,comprehensive,and all-around education.The concept of“ideological and political education in English teacher education courses”embodies an interdisciplinary approach to curriculum reform.Grounded in the principle of fostering moral integrity,it aims to create high-quality courses by seamlessly integrating the transmission of knowledge and skills with the guidance of ideological values.This study explores the status quo,significance,and implementation pathways for integrating ideological and political education into English teacher education courses,providing valuable insights for future curricular development.展开更多
This paper carefully probes into the main models of the bilingual education in the world, deeply analyses the conditions and requirements on the implementation of the bilingual education in our schools, and clearly di...This paper carefully probes into the main models of the bilingual education in the world, deeply analyses the conditions and requirements on the implementation of the bilingual education in our schools, and clearly differentiates TEFL and TESL as well as bilingual education. The writer thinks that in China we teach English as a foreign language instead of a second language, that the bilingual education is the supreme level of the foreign language acquisition, and that the final goal of the bilingual education is to make learners simultaneously think and use Chinese and English in both ways as well as communicate with one another in two languages according to the situational context. Therefore, it is not easy to practice the bilingual education in a country like China, which is still poor in the English language context. But the situation will change as China enters WTO and the globalization speeds up.展开更多
This paper uses three size metrics,which are collectable during the design phase,to analyze the potentially confounding effect of class size on the associations between object-oriented(OO)metrics and maintainability...This paper uses three size metrics,which are collectable during the design phase,to analyze the potentially confounding effect of class size on the associations between object-oriented(OO)metrics and maintainability.To draw as many general conclusions as possible,the confounding effect of class size is analyzed on 127 C++ systems and 113 Java systems.For each OO metric,the indirect effect that represents the distortion of the association caused by class size and its variance for individual systems is first computed.Then,a statistical meta-analysis technique is used to compute the average indirect effect over all the systems and to determine if it is significantly different from zero.The experimental results show that the confounding effects of class size on the associations between OO metrics and maintainability generally exist,regardless of whatever size metric is used.Therefore,empirical studies validating OO metrics on maintainability should consider class size as a confounding variable.展开更多
Expert systems (ESs) are being increasingly applied to the fault diagnosis of engines. Based on the idea of ES template (EST), an object-oriented rule-type EST is emphatically studied on such aspects as the object-ori...Expert systems (ESs) are being increasingly applied to the fault diagnosis of engines. Based on the idea of ES template (EST), an object-oriented rule-type EST is emphatically studied on such aspects as the object-oriented knowledge representation, the heuristic inference engine with an improved depth-first search (DFS) and the graphical user interface. A diagnositic ES instance for debris on magnetic chip detectors (MCDs) is then created with the EST. The spot running shows that the rule-type EST enhances the abilities of knowledge representation and heuristic inference, and breaks a new way for the rapid construction and implementation of ES.展开更多
A visual object-oriented software for lane following on intelligent highway system (IHS) is proposed. According to object-oriented theory, 3 typical user services of self-check, transfer of human driving and automatic...A visual object-oriented software for lane following on intelligent highway system (IHS) is proposed. According to object-oriented theory, 3 typical user services of self-check, transfer of human driving and automatic running and abnormal information input from the sensors are chosen out. In addition, the functions of real-time display, information exchanging interface, determination and operation interweaving in the 3 user services are separated into 5 object-oriented classes. Moreover, the 5 classes are organized in the visual development environment. At last, experimental result proves the validity and reliability of the control application.展开更多
A single-chip DVB-C quadrature amplitude modulation(QAM) demodulator is proposed,which integrates a 3.3V 10bit 40MSPS analog-to-digital converter and a forward error correction decoder. The demodulator chip can supp...A single-chip DVB-C quadrature amplitude modulation(QAM) demodulator is proposed,which integrates a 3.3V 10bit 40MSPS analog-to-digital converter and a forward error correction decoder. The demodulator chip can support 4-256 QAM with variable bit rate up to 80Mbps. It features a wide carrier offset acquisition range,optimal demodulation algorithm,and small circuit area. The chip is implemented in SMIC 0.25μm 1P5M mixed-signal CMOS technology with a die size of 3.5mm×3. 5mm. The maximum power consumption is 447mW.展开更多
Circular agriculture is of practical significance for Jiangsu agriculture. The research conducted quantitative analysis on circular agriculture in Jiangsu by estab- lishing assessment index system of circular agricult...Circular agriculture is of practical significance for Jiangsu agriculture. The research conducted quantitative analysis on circular agriculture in Jiangsu by estab- lishing assessment index system of circular agriculture development, In 2013, most indices of Jiangsu circular agriculture kept higher than national levels, but many problems exist such as excessive uses of chemical fertilizer, pesticide and mulch. Therefore, it is effective for advancing circular agriculture in Jiangsu to stabilize gov- emment fiscal support and broaden financing channels.展开更多
On the basis of PDM(product data management) definition and its connotation, the factors to ensure implementation success are analyzed. The definition phase, analysis phase, design phase, build and test phase, and pos...On the basis of PDM(product data management) definition and its connotation, the factors to ensure implementation success are analyzed. The definition phase, analysis phase, design phase, build and test phase, and post production phase during PDM implementation are described. The implementation is divided into ten processes, which consist of the above different phases. The relationships between phases and processes are illustrated. Finally, a workflow is proposed to guide the implementing at a fixed price.展开更多
文摘The inspection of engine lubricating oil can give an indication of the internal condition of an engine. By means of the Object-Oriented Programming (OOP), an expert system is developed in this paper to computerize the inspection. The traditional components of an expert system, such us knowledge base, inference engine and user interface are reconstructed and integrated, based on the Microsoft Foundation Class (MFC) library. To testify the expert system, an inspection example is given at the end of this paper.
文摘Presents an object-oriented NBO(node-block-object)data model for hypermedia system.It takes advantage of object-oriented method,encapsulates all multimedia information as well as link functions in one unit,It has successfully achieved cross link to offer much better flexibility and two-way link to realize forward and backward searching in hypermedia system navigation.A conditional relation on links has also been realized,that is very helpful for time sensitive multimedia information processing and multimedia object cooperation.
文摘In this paper, mathematical models and FEA formulation for implementing heat treatment process simulation were given out. The various coupling effects were treated. The object-oriented methodology of developing heat treatment simulation was explored. The framework of simulating programs was outlined. The main C++ classes were developed, some important member functions were implemented. The present research work shows that using object-oriented method can greatly reduce the amount of coding. The programs are clear in conception, easy to test, modify and expand. By using the methodology introduced in this paper, one heat treatment process three dimensional simulation tool was developed.
文摘Acupuncture enjoys a robust evidence base for dozens of clinical conditions and decades of research exploring its mechanisms of action. It has over 9,000 positive recommendations from official government and clinical guidelines. However, it still remains relatively inaccessible in the United States, Europe and elsewhere, especially compared to the strength of evidence-based recommendations for its use. Acupuncture would benefit from robust implementation strategies, utilizing insights and approaches from implementation science. The clinical use of Botox for migraine suffered from weaker evidence of effectiveness and greater evidence of harm, but using a streamlined and robust implementation strategy, Allergan was able to achieve widespread implementation from when it began its efforts around 2010. Such a systematic approach that identifies and overcomes barriers to implementation for acupuncture would benefit millions of people who currently are offered less effective and more invasive treatments, contrary to the recommendations of clinical guidelines.
基金Supported by Research Project on Basic Education in Jiangxi Province(SZUNDZH2021-1136,SZUNDZH2020-1138).
文摘In recent years,with the support and promotion of relevant policies such as the Opinions on Promoting Study Tour for Primary and Secondary School Students jointly issued by the Ministry of Education and 11 other departments,a wave of study tour has been sparked nationwide from individual pilot projects to gradual promotion.In this paper,students and teachers from grades 4 to 6 of L Primary School in Nanchang City,Jiangxi Province were selected as the survey objects.Combining the survey questionnaire,the current situation of conducting study tour in the primary school was sorted out and analyzed in depth from several aspects such as study tour cognition,study tour participation,study tour implementation,etc.Based on the survey results and relevant research,the current problems in conducting study tours in primary schools were summarized,and targeted improvement measures were proposed,in order to promote the healthy development of study tours in primary schools.
文摘The SubBytes (S-box) transformation is the most crucial operation in the AES algorithm, significantly impacting the implementation performance of AES chips. To design a high-performance S-box, a segmented optimization implementation of the S-box is proposed based on the composite field inverse operation in this paper. This proposed S-box implementation is modeled using Verilog language and synthesized using Design Complier software under the premise of ensuring the correctness of the simulation result. The synthesis results show that, compared to several current S-box implementation schemes, the proposed implementation of the S-box significantly reduces the area overhead and critical path delay, then gets higher hardware efficiency. This provides strong support for realizing efficient and compact S-box ASIC designs.
基金Scientific and Technological Research Project of Chongqing Municipal Education Commission:Evaluation and Optimization of Planning and Implementation of Community Day Care Centers from the Perspective of Subject-Object Relationship(Project number:KJQN202301901).
文摘Through literature review,we found that evaluations of urban planning implementation often focus narrowly on either the subject(stakeholders)or the object(projects),while micro-level aspects such as site selection and construction are primarily considered within the context of planning implementation.There is insufficient research on the evaluation of implementation.Community daycare centers play a crucial role in the community home care model,yet there is relatively little research on their usage efficiency,satisfaction levels,and spatial evaluation of planning implementation.Based on the theoretical understanding of the human environment,including the subject,object,and their interactions,an evaluation system for the planning and implementation of community day care centers was constructed,incorporating subjective evaluation,objective evaluation,and comparative analysis.
基金Second batch of“opening bidding”Wuhan University of Bioengineering“Research on the Evaluation of the Implementation Effect of Curriculum Examination Reform:Taking the Course of Introduction to Language as an Example”(No.2023JGYB37)。
文摘“Introduction to Language,”as the core course of the English major,mainly reveals the basic laws of language,enabling the students to have the ability to apply linguistic theories to explain language phenomena and solve specific language problems.This course is highly theoretical and has a certain degree of difficulty.The evaluation of student grades has always been based on examination reform,but several problems have been encountered during the implementation process.This article analyzes the current situation of the reform and implementation of the“Introduction to Language”course examination in applied universities and puts forth suggestions and specific measures to improve the assessment of the course,aiming to enhance the teaching effectiveness of the course and scientifically and comprehensively evaluate students’abilities.
基金Key Research Base of Humanities and Social Sciences of Sichuan Province-Sichuan International Education Development Research Center“Research on the Implementation Path of Labor Education in Private Undergraduate Colleges and Universities Under International Perspective”(SCGJ2023-12)。
文摘Universities shoulder the important mission of talent cultivation,scientific research,social service,cultural heritage and innovation,and international exchange and cooperation.International exchange and cooperation have become the fifth major function of universities.Based on the background of the globalization era,undergraduate colleges and universities should pay more attention to the cultivation of students’intercultural communication and understanding ability while cultivating their professional skills,and take expanding students’international vision and enhancing the international competitiveness of China’s education as important tasks.Labor education is an important content of the national education system,which has the comprehensive nurturing value of cultivating morality,increasing intelligence,strengthening physical fitness,and cultivating beauty.Higher education institutions should further optimize the system of labor education,expand students’space and field of thinking in the process of labor education,and broaden students’international perspectives.
文摘Structural development defects essentially refer to code structure that violates object-oriented design principles. They make program maintenance challenging and deteriorate software quality over time. Various detection approaches, ranging from traditional heuristic algorithms to machine learning methods, are used to identify these defects. Ensemble learning methods have strengthened the detection of these defects. However, existing approaches do not simultaneously exploit the capabilities of extracting relevant features from pre-trained models and the performance of neural networks for the classification task. Therefore, our goal has been to design a model that combines a pre-trained model to extract relevant features from code excerpts through transfer learning and a bagging method with a base estimator, a dense neural network, for defect classification. To achieve this, we composed multiple samples of the same size with replacements from the imbalanced dataset MLCQ1. For all the samples, we used the CodeT5-small variant to extract features and trained a bagging method with the neural network Roberta Classification Head to classify defects based on these features. We then compared this model to RandomForest, one of the ensemble methods that yields good results. Our experiments showed that the number of base estimators to use for bagging depends on the defect to be detected. Next, we observed that it was not necessary to use a data balancing technique with our model when the imbalance rate was 23%. Finally, for blob detection, RandomForest had a median MCC value of 0.36 compared to 0.12 for our method. However, our method was predominant in Long Method detection with a median MCC value of 0.53 compared to 0.42 for RandomForest. These results suggest that the performance of ensemble methods in detecting structural development defects is dependent on specific defects.
文摘Under the background of a severe job market and fierce talent competition,the career planning education of college students is of great importance.In this study,a combination of quantitative and qualitative research methods was used;500 students in Shenzhen Polytechnic of Information Technology were surveyed by questionnaire,and 40 counselors were interviewed in depth to comprehensively analyze the role and practical effect of counselors in career planning education.The research showed that the role positioning of counselors includes the guide of students’career development,emotional support,and job-hunting strategy,and the specific path selection involves the strengthening of professional knowledge,the construction of interpersonal relationship networks,and personalized counseling.Based on the survey and interview data,this paper constructed a model for enhancing the role of counselors in career planning education and put forward a set of targeted work paths.
基金2023 Education System Philosophy and Social Science Research Project of Fujian Provincial Department of Education(JAS23242)Fujian Forestry Vocational and Technical College 2023 Course Ideological and Political Special Research Project(KCSZJY202303)。
文摘The horticultural industry plays an important role in the rural revitalization strategy.As the core course of horticultural technology,“Horticultural Plant Production Technology”shoulders an important mission in serving the rural revitalization strategy and cultivating a group of rural revitalization talents who truly love agriculture,know agricultural techniques,and understand agriculture.Under the dimension of ideological and political education in the curriculum,based on the strategy of rural revitalization,the implementation path of ideological and political education in the curriculum is expanded and improved from the construction of education models,curriculum team building,excavation of ideological and political elements,and construction of evaluation systems,in order to improve the level of ideological and political education in horticultural plant production technology courses and provide certain reference and guidance for the ideological and political construction of similar agricultural vocational education courses.
基金Project of Teaching Research of Anqing Normal University(2023aqnujyxm05,2022aqnujyxm20,2023aqnujyxm12,and 2023aqnujyxm34)Project of Provincial Quality Project Program for Nurturing People in the New Era(Graduate Education)of Anhui Province(2023jyjxggyjY199)+1 种基金Project of Quality Engineering of Anhui Province(2022xsxx119)Project of Innovation and Entrepreneurship Training for University Students of Anqing Normal University(X202310372033 and X202310372005)。
文摘The integration of ideological and political education into university curricula represents a new trend in holistic,comprehensive,and all-around education.The concept of“ideological and political education in English teacher education courses”embodies an interdisciplinary approach to curriculum reform.Grounded in the principle of fostering moral integrity,it aims to create high-quality courses by seamlessly integrating the transmission of knowledge and skills with the guidance of ideological values.This study explores the status quo,significance,and implementation pathways for integrating ideological and political education into English teacher education courses,providing valuable insights for future curricular development.
文摘This paper carefully probes into the main models of the bilingual education in the world, deeply analyses the conditions and requirements on the implementation of the bilingual education in our schools, and clearly differentiates TEFL and TESL as well as bilingual education. The writer thinks that in China we teach English as a foreign language instead of a second language, that the bilingual education is the supreme level of the foreign language acquisition, and that the final goal of the bilingual education is to make learners simultaneously think and use Chinese and English in both ways as well as communicate with one another in two languages according to the situational context. Therefore, it is not easy to practice the bilingual education in a country like China, which is still poor in the English language context. But the situation will change as China enters WTO and the globalization speeds up.
基金The National Natural Science Foundation of China(No.60425206,60633010)
文摘This paper uses three size metrics,which are collectable during the design phase,to analyze the potentially confounding effect of class size on the associations between object-oriented(OO)metrics and maintainability.To draw as many general conclusions as possible,the confounding effect of class size is analyzed on 127 C++ systems and 113 Java systems.For each OO metric,the indirect effect that represents the distortion of the association caused by class size and its variance for individual systems is first computed.Then,a statistical meta-analysis technique is used to compute the average indirect effect over all the systems and to determine if it is significantly different from zero.The experimental results show that the confounding effects of class size on the associations between OO metrics and maintainability generally exist,regardless of whatever size metric is used.Therefore,empirical studies validating OO metrics on maintainability should consider class size as a confounding variable.
文摘Expert systems (ESs) are being increasingly applied to the fault diagnosis of engines. Based on the idea of ES template (EST), an object-oriented rule-type EST is emphatically studied on such aspects as the object-oriented knowledge representation, the heuristic inference engine with an improved depth-first search (DFS) and the graphical user interface. A diagnositic ES instance for debris on magnetic chip detectors (MCDs) is then created with the EST. The spot running shows that the rule-type EST enhances the abilities of knowledge representation and heuristic inference, and breaks a new way for the rapid construction and implementation of ES.
文摘A visual object-oriented software for lane following on intelligent highway system (IHS) is proposed. According to object-oriented theory, 3 typical user services of self-check, transfer of human driving and automatic running and abnormal information input from the sensors are chosen out. In addition, the functions of real-time display, information exchanging interface, determination and operation interweaving in the 3 user services are separated into 5 object-oriented classes. Moreover, the 5 classes are organized in the visual development environment. At last, experimental result proves the validity and reliability of the control application.
文摘A single-chip DVB-C quadrature amplitude modulation(QAM) demodulator is proposed,which integrates a 3.3V 10bit 40MSPS analog-to-digital converter and a forward error correction decoder. The demodulator chip can support 4-256 QAM with variable bit rate up to 80Mbps. It features a wide carrier offset acquisition range,optimal demodulation algorithm,and small circuit area. The chip is implemented in SMIC 0.25μm 1P5M mixed-signal CMOS technology with a die size of 3.5mm×3. 5mm. The maximum power consumption is 447mW.
基金Supported by Jiangsu Agricultural S&T Self-innovation Project(CX(13)5068)~~
文摘Circular agriculture is of practical significance for Jiangsu agriculture. The research conducted quantitative analysis on circular agriculture in Jiangsu by estab- lishing assessment index system of circular agriculture development, In 2013, most indices of Jiangsu circular agriculture kept higher than national levels, but many problems exist such as excessive uses of chemical fertilizer, pesticide and mulch. Therefore, it is effective for advancing circular agriculture in Jiangsu to stabilize gov- emment fiscal support and broaden financing channels.
文摘On the basis of PDM(product data management) definition and its connotation, the factors to ensure implementation success are analyzed. The definition phase, analysis phase, design phase, build and test phase, and post production phase during PDM implementation are described. The implementation is divided into ten processes, which consist of the above different phases. The relationships between phases and processes are illustrated. Finally, a workflow is proposed to guide the implementing at a fixed price.