当前位置:网站首页>论文伪代码规范,伪代码在线编辑器,
论文伪代码规范,伪代码在线编辑器,
2022-06-23 06:51:00 【ZhangJiQun.】
目录
论文伪代码规范
一、概述
伪代码是一种介于自然语言和编程语言之间的算法描述语言。使用伪代码的目的是为了使被描述的算法可以容易地以任何一种编程语言实现。
a.伪代码必须结构清晰,代码简单,可读性好,并且类似自然语言。
b.伪代码的主要目标是解释程序的每一行应该做什么,从而使程序员更容易构建代码构建阶段。
c.伪代码可以帮助人们理解解释代码的语法、规则、内涵和结构。
二、必要说明
1、虽然有一些正规的伪代码定义,但在实际应用中,并不需要太拘泥于伪代码的格式。主要目标是描述算法梗概,避开细节,启发思路。
2、一般而言,急于编写程序往往会拖累进度。
3、把伪代码改写成程序时,一般先选择较为容易的任务来完成。
4、在软件开发工程中,编写程序所需的工作量只占软件开发全部工作量的10%~20%。
三、书写规范
a.说明信息
首先在一开始写下伪代码的作用、目的和作者,日期等基本信息。例:
算法:K
边栏推荐
- vs在连接SQL时出现的问题myconn.OPen();无法运行
- RFID data security experiment: C # visual realization of parity check, CRC redundancy check and Hamming code check
- How flannel works
- [game theory] basic knowledge
- [deep learning] [original] how to detect targets and draw map and other parameter maps without yolov5 weights or models
- JS to determine the added and decreased elements of two arrays
- How to tag and label naming before the project release
- [cloud computing event] vocational skill competition -- container development example pig rapid development framework
- 【PyQt5系列】修改计数器实现控制
- MySQL (VIII) - explain
猜你喜欢

Intelligence Education - how to merge codes when code conflicts occur in multi person collaborative development?

MYSQL牛客刷题

【云计算赛项】职业技能竞赛--容器开发部分例题Pig快速开发框架

How MySQL converts a date to a number

Nacos adapts to oracle11g- modify the source code of Nacos

TensorFlow中的数据类型

【PyQt5系列】修改计数器实现控制

SSTable详解

Data types in tensorflow

The original cloud landed in deep water, and the cloud product family of Boyun container released four values
随机推荐
Heuristic search strategy
csrf攻击在laravel中如何解决
MySQL(八) — 执行计划(Explain)详解
How to tag and label naming before the project release
Wechat multiplayer chat and Roulette Games (websocket Implementation)
Several characteristics of MySQL database
JUnit unit test reports an error org junit. runners. model. InvalidTestClassError: Invalid test class ‘xxx‘ . No runnable meth
[pit stepping record] a pit where the database connection is not closed and resources are released
Spock-sub打桩
SSM integration
Sstable details
Abnormal logic reasoning problem of Huawei software test written test
【AI实战】xgb.XGBRegressor之多回归MultiOutputRegressor调参1
Basic experiment of data statistics and analysis - basic grammar and operation
EXCEL VBA 入门与实用例子
如何优雅的快速下载谷歌云盘的大文件 (二)
[game theory] basic knowledge
NFS 特别注意权限的问题
Nacos适配oracle11g-建表ddl语句
RFID data security experiment: C # visual realization of parity check, CRC redundancy check and Hamming code check