咨询与建议

限定检索结果

文献类型

  • 77 篇 期刊文献
  • 16 册 图书
  • 10 篇 会议

馆藏范围

  • 103 篇 电子文献
  • 0 种 纸本馆藏

日期分布

学科分类号

  • 84 篇 工学
    • 63 篇 计算机科学与技术...
    • 52 篇 软件工程
    • 20 篇 电气工程
    • 11 篇 控制科学与工程
    • 5 篇 信息与通信工程
    • 4 篇 材料科学与工程(可...
    • 1 篇 机械工程
    • 1 篇 仪器科学与技术
    • 1 篇 轻工技术与工程
    • 1 篇 林业工程
    • 1 篇 网络空间安全
  • 14 篇 理学
    • 13 篇 数学
    • 1 篇 物理学
    • 1 篇 统计学(可授理学、...
  • 4 篇 管理学
    • 2 篇 管理科学与工程(可...
    • 2 篇 图书情报与档案管...
  • 2 篇 教育学
    • 2 篇 教育学

主题

  • 103 篇 programming meth...
  • 14 篇 general software...
  • 13 篇 programming lang...
  • 8 篇 software enginee...
  • 7 篇 program verifica...
  • 6 篇 abstract data ty...
  • 5 篇 program correctn...
  • 5 篇 structured progr...
  • 4 篇 data abstraction
  • 4 篇 software reliabi...
  • 4 篇 data types
  • 3 篇 computer science
  • 3 篇 derivation of pr...
  • 3 篇 algorithms
  • 3 篇 data abstraction...
  • 3 篇 program transfor...
  • 3 篇 correctness
  • 3 篇 program specific...
  • 3 篇 answer set progr...
  • 3 篇 verification

机构

  • 3 篇 univ nottingham ...
  • 2 篇 cornell univ dep...
  • 2 篇 nc state univers...
  • 2 篇 university of bo...
  • 2 篇 univ texas austi...
  • 1 篇 tech univ denmar...
  • 1 篇 univ cordoba dep...
  • 1 篇 univ maryland in...
  • 1 篇 department of co...
  • 1 篇 national geodeti...
  • 1 篇 free university ...
  • 1 篇 department of el...
  • 1 篇 department of co...
  • 1 篇 univ novi sad in...
  • 1 篇 coventry univ pr...
  • 1 篇 univ bielefeld f...
  • 1 篇 aalto univ dept ...
  • 1 篇 questance nl-971...
  • 1 篇 italian institut...
  • 1 篇 univ victoria de...

作者

  • 2 篇 lifschitz vladim...
  • 2 篇 chung yc
  • 2 篇 laurie williams
  • 2 篇 feijen whj
  • 2 篇 gries david
  • 2 篇 fan mh
  • 2 篇 gries d
  • 2 篇 huang ch
  • 2 篇 backhouse roland
  • 2 篇 ken schwaber
  • 2 篇 morgan c
  • 1 篇 mills hd
  • 1 篇 wulf wa
  • 1 篇 liskov barbara
  • 1 篇 zhang xuejie
  • 1 篇 hibbard tn
  • 1 篇 taki k
  • 1 篇 michael e. caspe...
  • 1 篇 skowron a
  • 1 篇 brusey james

语言

  • 92 篇 英文
  • 6 篇 其他
  • 5 篇 中文
检索条件"主题词=Programming Methodology"
103 条 记 录,以下是21-30 订阅
排序:
A NOTE ON GRAHAM CONVEX-HULL ALGORITHM
收藏 引用
INFORMATION PROCESSING LETTERS 1987年 第5期25卷 323-327页
作者: GRIES, D STOJMENOVIC, I UNIV NOVI SAD INST MATHYU-21000 NOVI SADYUGOSLAVIA
R. L. Graham proposed an O(n log n) algorithm for determining the convex hull of a finite set of points in the plane. Variations of this method in five published papers contain errors in this rather simple algorithm. ... 详细信息
来源: 评论
AUXILIARY VARIABLES IN DATA REFINEMENT
收藏 引用
INFORMATION PROCESSING LETTERS 1988年 第6期29卷 293-296页
作者: MORGAN, C Computing Laboratory Programming Research Group Oxford University 8-11 Keble Road Oxford United Kingdom OXI 3QD
A set of local variables in a program is considered auxiliary if its members occur only in assignments to members of the same set. Data refinement changes a program, replacing one set of local variables by another se... 详细信息
来源: 评论
GLOBAL AND LOGICAL TIME IN DISTRIBUTED ALGORITHMS
收藏 引用
INFORMATION PROCESSING LETTERS 1985年 第4期20卷 189-194页
作者: MORGAN, C Programming Research Group Oxford University 8-11 Keble Road Oxford OX1 3QD United Kingdom
While the use of global time is an expensive tool to implement, it can simplify the design and description of distributed algorithms. It is demonstrated that, in some cases, global time can be assumed while designing... 详细信息
来源: 评论
Matrix Code
收藏 引用
SCIENCE OF COMPUTER programming 2014年 84卷 3-21页
作者: van Emden, M. H. Univ Victoria Dept Comp Sci Victoria BC Canada
Matrix Code gives imperative programming a mathematical semantics and heuristic power comparable in quality to functional and logic programming. A program in Matrix Code is developed incrementally from a specification... 详细信息
来源: 评论
A TO Z - C-LANGUAGE SHORTCOMINGS
收藏 引用
COMPUTER LANGUAGES 1988年 第2期13卷 51-64页
作者: POHL, I EDELSON, D SANTA CRUZ OPERAT INC SANTA CRUZCA
C is one of the most popular generally used languages of the 1980's. Its advantages are well known. In writing three books on the language, one of the authors has espoused many of its virtues without adequately co... 详细信息
来源: 评论
Send-receive considered harmful: Myths and realities of message passing
收藏 引用
ACM TRANSACTIONS ON programming LANGUAGES AND SYSTEMS 2004年 第1期26卷 47-56页
作者: Gorlatch, S Univ Munster Inst Informat D-48149 Munster Germany
During the software crisis of the 1960s, Dijkstra's famous thesis "goto considered harmful" paved the way for structured programming. This short communication suggests that many current difficulties of p... 详细信息
来源: 评论
An elementary and unified approach to program correctness
收藏 引用
FORMAL ASPECTS OF COMPUTING 2010年 第5期22卷 611-627页
作者: Bohorquez, Jaime A., V Escuela Colombiana Ingn Bogota Colombia
We present through the algorithmic language DHL (Dijkstra-Hehner language), a practical approach to a simple first order theory based on calculational logic, unifying Hoare and Dijkstra's iterative style of progra... 详细信息
来源: 评论
SPECIFICATION methodology - AN INTEGRATED RELATIONAL APPROACH
收藏 引用
SOFTWARE-PRACTICE & EXPERIENCE 1986年 第11期16卷 1003-1030页
作者: MILI, A WANG, XY YU, Q FUDAN UNIV DEPT COMP SCISHANGHAIPEOPLES R CHINA
The effectiveness of set theoretic concepts for the purpose of software specification is becoming more and more widely recognized. This paper presents an integrated relational methodology for software specification, a... 详细信息
来源: 评论
CLUSTERS AND DIALOGS FOR SET IMPLEMENTATIONS
收藏 引用
IEEE TRANSACTIONS ON SOFTWARE ENGINEERING 1979年 第3期5卷 256-275页
作者: KATZENELSON, J Department of Electrical Engineering Technion Israel Institute of Technology
The main goal of the extensible set language (ESL) is to construct a translator for a set oriented extensible language which can produce efficient code. The ESL, now under development, uses clusters for extending the ... 详细信息
来源: 评论
FORMAL PROGRAM CONSTRUCTION BY TRANSFORMATIONS - COMPUTER-AIDED, INTUITION-GUIDED programming
收藏 引用
IEEE TRANSACTIONS ON SOFTWARE ENGINEERING 1989年 第2期15卷 165-180页
作者: BAUER, FL MOLLER, B PARTSCH, H PEPPER, P CATHOLIC UNIV NIJMEGEN FAC MATH & SCIDEPT COMP SCI6525 ED NIJMEGENNETHERLANDS TECH UNIV BERLIN FACHBEREICH INFORMATD-1000 BERLIN 10FED REP GER
Formal program construction by transformations is a method of software development in which a program is derived from a formal problem specification by manageable, controlled transformation steps which guarantee that ... 详细信息
来源: 评论