-
Guided visualization with smart assembly language integrated development environ...
支持智能指导的可视化汇编语言集成开发环境,实现了汇编语言在Windows下的可视化开发。该平台主要包括以下两部分。
(1)可视化汇编语言集成开发。具体包括:① 系统集成:将编译、连接、运行和调试等分立的DOS程序集中到统一的WINDOWS程序环境中,通过点击鼠标就可以实现汇编的全部操作。② 信息提示兼顾中英文,操作界面全部中文化。通过选项的设置,编译信息、链接信息以及错误的提示信息既可以采用中文,也可以采用英文,还可以使用中英文对照。③ 人性化界面:关键词、语法高亮显示,可根据个人喜好定制指令、寄存器、操作符、注释及数字语法着色;可以定制智能缩排;可定制指令、寄存器、操作符大小写自动切换。
(2)智能上机辅导。具体包括:① 汇编语言程序框架的主动生成:可以通过向导自动地构建完整的多种返回方式的汇编语言程序框架,简化汇编语言程序设计,明确汇编的程序结构,帮助学生建立起汇编语言的框架概念,减少出错率,培养学生良好的编程习惯。② 出错代码的自动定位:根据编译时的错误信息,自动定位到出错代码行,并给出中英文出错提示。③ 对错误修改的智能提示:对于学生编程时发生的错误能做出智能判断,并提供相应的个性化的指导。
-Guided visualization with smart assembly language integrated development environment to achieve the compilation of languages in Windows, visual development. The platform includes the following two parts.
(1) visual assembly language integrated development. Specifically include: ① System Integration: The compile, link, run and debug DOS programs such as the separation of concentrated WINDOWS unified program environment can be achieved by clicking the mouse on the compilation of
- 2022-02-15 08:05:59下载
- 积分:1
-
PHP+Ajax网站开发典型实例,一个简单易懂的例子
PHP+Ajax网站开发典型实例,一个简单易懂的例子-PHP+ Ajax web development typical example of a simple example to understand
- 2022-06-14 14:07:57下载
- 积分:1
-
WinDriver9.0安装包。它支持windows XP/2000/98,Linux/WindowsCE.
WinDriver9.0安装包。它支持windows XP/2000/98,Linux/WindowsCE.-WinDriver9.0 installation package. It supports windows XP/2000/98, Linux/WindowsCE.
- 2022-02-24 23:21:29下载
- 积分:1
-
该算法设计短小精悍,很有参考价值,这是用VC++6.0编写的算法,希望大家可以参考...
该算法设计短小精悍,很有参考价值,这是用VC++6.0编写的算法,希望大家可以参考-the algorithm design small and great reference value, which is used to prepare the VC 6.0 algorithm, we can hope that the reference
- 2022-03-13 21:11:11下载
- 积分:1
-
该程序实现的是种子生命的模拟,生存:有两个或三个邻居的种子将存活到下一代,即仍然占据该格子;
死亡:如果有四个或更多的邻居,种子将因为过度拥挤而死亡;如果种...
该程序实现的是种子生命的模拟,生存:有两个或三个邻居的种子将存活到下一代,即仍然占据该格子;
死亡:如果有四个或更多的邻居,种子将因为过度拥挤而死亡;如果种子只有一个或零个邻居,将因为孤独而死亡;
繁殖:如果一个空格子有三个邻居,那么将会长出一粒新种子。一种模式在经过若干代之后有以下四种可能的结局之一:
消亡;
不变――静态;
振荡――在一组模式间循环多次后在相同的位置出现相同的模式;
滑动――在一组模式间循环多次后在不同的位置出现相同的模式。该程序允许用户指定初始的模式或计算机自动创建初始的模式;
显示进化的过程,即历代模式;
当模式消亡就停止进化,或者提示用户是否继续显示下一代,或开始新的案例,抑或退出。
-The program implementation is the seed of life simulation, survival: There are two or three neighbors of the seed will survive to the next generation, that is still occupying the lattice
Death: If there are four or more neighbors, the seeds will die because of overcrowding if seed is only one or zero neighbors, will die because of loneliness
Breeding: If a sub-space has three neighbors, then it will grow a new seed. After a pattern after several generations have the following one of four possible outcomes:
Die
Constant- static
Oscillation- a group of modes in the loop on many occasions in the same location after the same pattern emerged
Sli
- 2022-03-25 01:15:01下载
- 积分:1
-
很有用的一份图纸资料
如果各位有类似资料麻烦也上传上来哈...
很有用的一份图纸资料
如果各位有类似资料麻烦也上传上来哈-Useful information on a drawing if you have similar trouble also upload information onto Kazakhstan
- 2022-03-04 02:55:58下载
- 积分:1
-
pb FALSH combined with the landscaping for the interface PowerBuilder programmin...
pb与FALSH结合的用于美化界面powerbuilder编程环境。-pb FALSH combined with the landscaping for the interface PowerBuilder programming environment.
- 2023-04-11 04:45:03下载
- 积分:1
-
断路器控制,适用于220KV电压等级的变电站断路器的二次控制回路...
断路器控制,适用于220KV电压等级的变电站断路器的二次控制回路-Circuit breaker control voltage applied to 220KV substation secondary circuit breaker control circuit
- 2022-11-21 02:05:03下载
- 积分:1
-
没有翻译
Doxygen是一个文档生成系统,可用于C++, C, Java, Objective-C, Python, IDL (Corba and Microsoft flavors), Fortran, VHDL, PHP, C#, and to some extent D.
它能从一系列代码源文件中生成在线文档(HTML格式)和离线文档(Latex格式) 。也支持生成RTF (MS-Word), PostScript, PDF, 压缩HTML(chm), and Unix man pages等格式的文档。文档直接从源码中提取而成,便于维护。
Doxygen能很方便地从源码中提取出代码的组织结构,和代码中变量的关系图。这只需要配置好doxygen,一切都自动生成。这在大型代码发布时相当有用。-failed to translate
- 2022-04-02 11:18:58下载
- 积分:1
-
这是一个java数据传输的源代码,有兴趣的朋友,可以看看,别人是怎么写的。...
这是一个java数据传输的源代码,有兴趣的朋友,可以看看,别人是怎么写的。
-This is a java data transmission source code, interested friends, can see how others write.
- 2023-01-15 12:45:04下载
- 积分:1