期刊文献+
共找到9篇文章
< 1 >
每页显示 20 50 100
无纸化考试系统在Visual FoxPro程序语言设计理论考核中的应用 被引量:1
1
作者 杨琳 《产业与科技论坛》 2013年第2期66-67,共2页
Visual FoxPro程序语言设计课程的基本知识点很多,无纸化考试系统通过在本课程中的利用可以提高考试效率,涵盖课程知识点。通过考试系统可以进行多用户同时在线考试、考试结束后自动判卷、题库维护以及用户管理等功能,能帮助考试主管部... Visual FoxPro程序语言设计课程的基本知识点很多,无纸化考试系统通过在本课程中的利用可以提高考试效率,涵盖课程知识点。通过考试系统可以进行多用户同时在线考试、考试结束后自动判卷、题库维护以及用户管理等功能,能帮助考试主管部门提高工作效率,实现考试信息管理以及考试流程的系统化、规范化和自动化。该考试系统考试时间灵活,考生随机抽取考试题目,能够对高等院校的作弊现象起到一定的遏制作用。 展开更多
关键词 无纸化考试系统 VISUAL FoxPro程序语言设计 计算机等级考试
下载PDF
程序设计语言课程创新能力培养探析 被引量:4
2
作者 卢向群 《中央民族大学学报(自然科学版)》 2007年第2期185-188,共4页
针对目前高校程序设计语言教学中存在的不能学以致用、教学手段单一化的问题,通过重点抓住学生创新精神、自主及合作能力的培养,灵活安排教学内容,适当布置综合项目以及运用多种考核方式等手段,提高学生程序设计课程的创新能力.
关键词 程序语言设计 创新能力 教学改革
下载PDF
建立可扩展验证核的方法研究
3
作者 曾泽沧 杜慧敏 韩俊刚 《微电子学与计算机》 CSCD 北大核心 2008年第3期156-158,162,共4页
提出一种可扩展验证核的结构,根据该结构建立了一个面向光通信应用领域SDH系列芯片验证的可扩展验证核VIP,验证人员通过文本编辑,可以产生验证所需要的XML配置文件,VIP根据配置XML文件,产生仿真激励并在线检查仿真结果.
关键词 验证核SDH 程序语言设计接口 XML
下载PDF
基于Monad的可认证数据结构
4
作者 贺新征 光焱 祝跃飞 《计算机应用与软件》 北大核心 2022年第4期5-13,59,共10页
采用一种基于范畴论发展出来的Monad的实现方法,该方法可从编译器中提取操作性语义,然后将其等价转换为指示性语义。由于Monad方法普遍适用于函数式编程语言,使得基于Monad的可认证数据结构可根据源语言的语法生成新语言特性。优点是新... 采用一种基于范畴论发展出来的Monad的实现方法,该方法可从编译器中提取操作性语义,然后将其等价转换为指示性语义。由于Monad方法普遍适用于函数式编程语言,使得基于Monad的可认证数据结构可根据源语言的语法生成新语言特性。优点是新语言特性的设计者无须深入了解修改编译器语法树,也无须修改源语言的语法,即可完成程序语言编译器之间语义的移植。 展开更多
关键词 可认证数据结构 范畴理论 类型理论 函数式编程 程序语言设计
下载PDF
Shrek:a dynamic object-oriented programming language 被引量:1
5
作者 曹璟 徐宝文 周毓明 《Journal of Southeast University(English Edition)》 EI CAS 2009年第1期31-35,共5页
From a perspective of theoretical study, there are some faults in the models of the existing object-oriented programming languages. For example, C# does not support metaclasses, the primitive types of Java and C# are ... From a perspective of theoretical study, there are some faults in the models of the existing object-oriented programming languages. For example, C# does not support metaclasses, the primitive types of Java and C# are not objects, etc. So, this paper designs a programming language, Shrek, which integrates many language features and constructions in a compact and consistent model. The Shrek language is a class-based purely object-oriented language. It has a dynamical strong type system, and adopts a single-inheritance mechanism with Mixin as its complement. It has a consistent class instantiation and inheritance structure, and the ability of intercessive structural computational reflection, which enables it to support safe metaclass programming. It also supports multi-thread programming and automatic garbage collection, and enforces its expressive power by adopting a native method mechanism. The prototype system of the Shrek language is implemented and anticipated design goals are achieved. 展开更多
关键词 dynamic typing metaclass programming computational reflection native method object-oriented programming language
下载PDF
OFF LINE INTERPRETER OF AGENT ORIENTED PROGRAMMING LANGUAGE AOPLID
6
作者 李斌 张东摩 朱梧槚 《Transactions of Nanjing University of Aeronautics and Astronautics》 EI 1999年第1期8-13,共6页
AOPLID is a novel agent oriented programming language whose theoretical framework is the existed situation calculus theory and agent model based on intention driven manner. An AOPLID program is represented in set ma... AOPLID is a novel agent oriented programming language whose theoretical framework is the existed situation calculus theory and agent model based on intention driven manner. An AOPLID program is represented in set manner. In this paper, an off line AOPLID interpreter in Prolog is implemented, based on the off line AOPLID program semantics. At the same time, the set of rules is given which transforms an AOPLID program represented by sets into Prolog clauses so that it can be interpreted by the off line interpreter. Finally, the sound codes of the off line interpreter are listed. 展开更多
关键词 programming language INTERPRETER situation calculus
下载PDF
Tools to make C programs safe: a deeper study 被引量:1
7
作者 王继民 平玲娣 +2 位作者 潘雪增 沈海斌 严晓浪 《Journal of Zhejiang University-Science A(Applied Physics & Engineering)》 SCIE EI CAS CSCD 2005年第1期63-70,共8页
The C programming language is expressive and flexible, but not safe; as its expressive power and flexibility are obtained through unsafe language features, and improper use of these features can lead to program bugs w... The C programming language is expressive and flexible, but not safe; as its expressive power and flexibility are obtained through unsafe language features, and improper use of these features can lead to program bugs whose causes are hard to identify. Since C is widely used, and it is impractical to rewrite all existing C programs in safe languages, so ways must be found to make C programs safe. This paper deals with the unsafe features of C and presents a survey on existing solutions to make C pro- grams safe. We have studied binary-level instrumentation tools, source checkers, source-level instrumentation tools and safe dialects of C, and present a comparison of different solutions, summarized the strengths and weaknesses of different classes of solutions, and show measures that could possibly improve the accuracy or alleviate the overhead of existing solutions. 展开更多
关键词 Unsafe feature C language Instrumentation tools Safe dialect
下载PDF
A Stream Pattern Matching Method for Traffic Analysis
8
作者 Zhu Hui Li Hui Mo Can 《China Communications》 SCIE CSCD 2010年第6期86-93,共8页
In order to identify any traces of suspicious activities for the networks security, Network Traffic Analysis has been the basis of network security and network management. With the continued emergence of new applicati... In order to identify any traces of suspicious activities for the networks security, Network Traffic Analysis has been the basis of network security and network management. With the continued emergence of new applications and encrypted traffic, the currently available approaches can not perform well for all kinds of network data. In this paper, we propose a novel stream pattern matching technique which is not only easily deployed but also includes the advantages of different methods. The main idea is: first, defining a formal description specification, by which any series of data stream can be unambiguously descrbed by a special stream pattern; then a tree representation is constructed by parsing the stream pattern; at last, a stream pattern engine is constructed with the Non-t-mite automata (S-CG-NFA) and Bit-parallel searching algorithms. Our stream pattern analysis system has been fully prototyped on C programming language and Xilinx Vn-tex2 FPGA. The experimental results show the method could provides a high level of recognition efficiency and accuracy. 展开更多
关键词 traffic analysis stream pattern match non-finite automata bit-parallel
下载PDF
Definition of Stationarity Based on Monitoring the Uncertainty at Real Measurement Conditions
9
作者 Alois Heiss Woelfel Engineering Group 《Journal of Mechanics Engineering and Automation》 2018年第2期71-81,共11页
In the statistical standard literature the stationarity of a time dependent process generally is defined by the invariance in time of the distribution of the variable, like a SPL (sound pressure level) fluctuating i... In the statistical standard literature the stationarity of a time dependent process generally is defined by the invariance in time of the distribution of the variable, like a SPL (sound pressure level) fluctuating in time. However in reality there cannot exist constant distribution, respectively characteristics, in time in the strict mathematical sense because the time intervals of observation only can be finite due to practical reasons. Hence on every distribution and characteristics based on it a certain, but evaluable uncertainty is imposed. For monitoring these uncertainties the online-measurement technique, i.e. primarily appropriate software, is already available, also for customers. According to this state of the art the following expanded definition of the stationarity is proposed: Stationarity during a quality controlled measurement process becomes established, when the upper confidence limit of the interesting specific characteristic has no positive slope in time and correspondingly the lower confidence limit of the specific characteristic no negative slope and, as a third, a common condition, the interesting specific characteristic has adjusted itself to a constant position in time. From this a systematic criteria scheme is established and in examples applied on different in- and outdoor situations of sound impact. 展开更多
关键词 Stochastic processes stationarity UNCERTAINTY criteria.
下载PDF
上一页 1 下一页 到第
使用帮助 返回顶部