iPseudoCode - for phone

iPseudoCode - for phone

开发者: Guillermo Licea

中国
APP ID 复制
1157277255
分类
价格
USD2.99
内购
0个评分
教育(付费)
昨日下载量
最近更新
2023-08-16
最早发布
2016-09-25
版本统计
  • 417天7小时

    最新版本上线距今

  • 0

    近1年版本更新次数

  • 2016-09-25

    全球最早版本上线日期

版本记录
显示信息
日期
  • 全部
每页显示条数
  • 请选择
  • 版本: 5.1

    版本更新日期

    2023-08-16

    iPseudoCode - for phone

    iPseudoCode - for phone

    更新日志

    Fixing errors.

    视频/截图

    iPseudoCode - for phone App 截图
    iPseudoCode - for phone App 截图
    iPseudoCode - for phone App 截图
    iPseudoCode - for phone App 截图
    iPseudoCode - for phone App 截图
    iPseudoCode - for phone App 截图
    iPseudoCode - for phone App 截图
    iPseudoCode - for phone App 截图
    iPseudoCode - for phone App 截图
    iPseudoCode - for phone App 截图

    应用描述

    iPseudocode is an iPhone/iPad app designed for novice programmers, students beginning the learning process of programming languages and programming teachers that want to introduce the basic concepts of programming (sequencing, selection and iteration), before a complex programming language.

    iPseudoCode allows the user to implement and execute small programs written in pseudocode. The app also allows to generate automatically a flow diagram direct from the program to illustrate graphically the flow of the program control.

    iPseudoCode supports English, Spanish and Portuguese pseudocode for programs. For example, you can write the program using English pseudocode and automatically convert the program to Spanish or Portuguese pseudocode and viceversa.
  • 版本: 5

    版本更新日期

    2023-08-01

    iPseudoCode - for phone

    iPseudoCode - for phone

    更新日志

    In this version you can translate the program automatically to English, Spanish or Portuguese pseudocode.

    视频/截图

    iPseudoCode - for phone App 截图
    iPseudoCode - for phone App 截图
    iPseudoCode - for phone App 截图
    iPseudoCode - for phone App 截图
    iPseudoCode - for phone App 截图
    iPseudoCode - for phone App 截图
    iPseudoCode - for phone App 截图
    iPseudoCode - for phone App 截图
    iPseudoCode - for phone App 截图
    iPseudoCode - for phone App 截图

    应用描述

    iPseudocode is an iPhone/iPad app designed for novice programmers, students beginning the learning process of programming languages and programming teachers that want to introduce the basic concepts of programming (sequencing, selection and iteration), before a complex programming language.

    iPseudoCode allows the user to implement and execute small programs written in pseudocode. The app also allows to generate automatically a flow diagram direct from the program to illustrate graphically the flow of the program control.

    iPseudoCode supports English, Spanish and Portuguese pseudocode for programs. For example, you can write the program using English pseudocode and automatically convert the program to Spanish or Portuguese pseudocode and viceversa.
  • 版本: 3

    版本更新日期

    2019-11-11

    iPseudoCode - for phone

    iPseudoCode - for phone

    更新日志

    Major changes to user interface and new features to improve app performance.

    视频/截图

    iPseudoCode - for phone App 截图
    iPseudoCode - for phone App 截图
    iPseudoCode - for phone App 截图
    iPseudoCode - for phone App 截图
    iPseudoCode - for phone App 截图
    iPseudoCode - for phone App 截图
    iPseudoCode - for phone App 截图
    iPseudoCode - for phone App 截图
    iPseudoCode - for phone App 截图
    iPseudoCode - for phone App 截图

    应用描述

    iPseudocode is an iPhone/iPad app designed for novice programmers, students beginning the learning process of programming languages and programming teachers that want to introduce the basic concepts of programming (sequencing, selection and iteration), before a complex programming language.

    iPseudoCode allows the user to implement and execute small programs written in pseudocode. The app also allows to generate automatically a flow diagram direct from the program to illustrate graphically the flow of the program control.

    iPseudoCode supports two grammars for programs, one with english keywords and other with spanish keywords.

    An example of a program written in iPseudoCode is:

    begin-program
    i = 0
    avg = 0
    read "How many items?", numberOfItems

    if (numberOfItems > 0) then
    while (i < numberOfItems)
    read itemValue
    avg = avg + itemValue
    i = i + 1
    end-while

    avg = avg / numberOfItems
    write "Average = ", avg
    end-if
    end-program
  • 版本: 2.6

    版本更新日期

    2019-09-20

    iPseudoCode - for phone

    iPseudoCode - for phone

    更新日志

    Correction of a minor error.

    视频/截图

    iPseudoCode - for phone App 截图
    iPseudoCode - for phone App 截图
    iPseudoCode - for phone App 截图
    iPseudoCode - for phone App 截图
    iPseudoCode - for phone App 截图

    应用描述

    iPseudocode is an iPhone/iPad app designed for novice programmers, students beginning the learning process of programming languages and programming teachers that want to introduce the basic concepts of programming (sequencing, selection and iteration), before a complex programming language.

    iPseudoCode allows the user to implement and execute small programs written in pseudocode. The app also allows to generate automatically a flow diagram direct from the program to illustrate graphically the flow of the program control.

    iPseudoCode supports two grammars for programs, one with english keywords and other with spanish keywords.

    An example of a program written in iPseudoCode is:

    begin-program
    i = 0
    avg = 0
    read "How many items?", numberOfItems

    if (numberOfItems > 0) then
    while (i < numberOfItems)
    read itemValue
    avg = avg + itemValue
    i = i + 1
    end-while

    avg = avg / numberOfItems
    write "Average = ", avg
    end-if
    end-program
  • 版本: 2.5

    版本更新日期

    2019-06-15

    iPseudoCode - for iPhone

    iPseudoCode - for iPhone

    更新日志

    Correction of an error that sometimes does not allow to show results in the output console.

    视频/截图

    iPseudoCode - for phone App 截图
    iPseudoCode - for phone App 截图
    iPseudoCode - for phone App 截图
    iPseudoCode - for phone App 截图
    iPseudoCode - for phone App 截图

    应用描述

    iPseudocode is an iPhone/iPad app designed for novice programmers, students beginning the learning process of programming languages and programming teachers that want to introduce the basic concepts of programming (sequencing, selection and iteration), before a complex programming language.

    iPseudoCode allows the user to implement and execute small programs written in pseudocode. The app also allows to generate automatically a flow diagram direct from the program to illustrate graphically the flow of the program control.

    iPseudoCode supports two grammars for programs, one with english keywords and other with spanish keywords.

    An example of a program written in iPseudoCode is:

    begin-program
    i = 0
    avg = 0
    read "How many items?", numberOfItems

    if (numberOfItems > 0) then
    while (i < numberOfItems)
    read itemValue
    avg = avg + itemValue
    i = i + 1
    end-while

    avg = avg / numberOfItems
    write "Average = ", avg
    end-if
    end-program
  • 版本: 2.4

    版本更新日期

    2019-06-02

    iPseudoCode - for iPhone

    iPseudoCode - for iPhone

    更新日志

    iPseudoCode now includes:
    - Arrays.
    - A console view for displaying the output of the program.

    视频/截图

    iPseudoCode - for phone App 截图
    iPseudoCode - for phone App 截图
    iPseudoCode - for phone App 截图
    iPseudoCode - for phone App 截图
    iPseudoCode - for phone App 截图

    应用描述

    iPseudocode is an iPhone/iPad app designed for novice programmers, students beginning the learning process of programming languages and programming teachers that want to introduce the basic concepts of programming (sequencing, selection and iteration), before a complex programming language.

    iPseudoCode allows the user to implement and execute small programs written in pseudocode. The app also allows to generate automatically a flow diagram direct from the program to illustrate graphically the flow of the program control.

    iPseudoCode supports two grammars for programs, one with english keywords and other with spanish keywords.

    An example of a program written in iPseudoCode is:

    begin-program
    i = 0
    avg = 0
    read "How many items?", numberOfItems

    if (numberOfItems > 0) then
    while (i < numberOfItems)
    read itemValue
    avg = avg + itemValue
    i = i + 1
    end-while

    avg = avg / numberOfItems
    write "Average = ", avg
    end-if
    end-program
  • 版本: 2.3

    版本更新日期

    2018-02-26

    iPseudoCode - for iPhone

    iPseudoCode - for iPhone

    更新日志

    A minor error correction.

    应用描述

    暂无应用描述数据

  • 版本: 2.2

    版本更新日期

    2017-04-03

    iPseudoCode - for iPhone

    iPseudoCode - for iPhone

    更新日志

    * Pseudocode grammar expanded to allow more complex arithmetic expressions.
    * Flow diagram generation with colors to identify the different elements.
    * More detailed messages for syntax errors.

    应用描述

    暂无应用描述数据

  • 版本: 2.1

    版本更新日期

    2017-03-27

    iPseudoCode - for iPhone

    iPseudoCode - for iPhone

    更新日志

    Allows to save the flow diagram image to photo library.

    应用描述

    暂无应用描述数据

  • 版本: 2

    版本更新日期

    2017-03-23

    iPseudoCode - for iPhone

    iPseudoCode - for iPhone

    更新日志

    *** Flow diagram generation from the pseudocode.

    Fix an error that does not allow to hide the keyboard .

    应用描述

    暂无应用描述数据