博客首页
注册
建议与交流
排行榜
加入友情链接
推荐
投诉
搜索:
帮助
好好学习
bilbo.cublog.cn
管理博客
发表文章
留言
收藏夹
· Compiler
· Unix_Linux
博客圈
音乐
相册
文章
· AutoHotKey
· C/C++
· Caml
· Perl
· Tcl & Expect
· 其他编程语言
· Visual Language
· Compiler Engineering
· Embedded System
· FieldBus
· Networking
· Hardware Desing
· Safety System
· Unix_Linux
· Software Engineering
· GSM/GSM-R
· 技术幽默
· 读书时间
· Good Resource
· 关注社会
· 胡言乱语
首页
关于作者
姓名:你知道 职业:IT 年龄:每年大一岁 位置:地球 个性介绍:挺笨 Email: bilbo0214@163.com
||
<<
>>
||
我的分类
文章列表 - Visual Language
The Visula Programming Language
Visula是一个面向对象的可视化编程语言。它可以从 http://www.visula.org/ 免费获得使用。<br>它的IDE支持“可视化”的编写程序,不过我觉得这个可视化语法稍微不太好理解。<br>下面是一个程序的例子:<br><div align="center"><img src="http://blogimg.chinaunix.net/blog/upfile2/080221205544.jpg" onload="javascript:if(this.width>500)this.width=500;" border="0"><br><div style="text-align: left;"><br>上图是可视化的视图,也可以转换成文本的视图。<br></div><br><div align="center"><img src="http://blogimg.chinaunix.net/blog/upfile2/080221205557.jpg" onload="javascript:if(this.width>500)this.width=500;" border="0"><br><br><div style="text-align: left;">实际上Visula的程序本身就可以是文本的,从其安装后的文件就可以看到,实际上它是把Visula转换成了C来实现,其C代码很像在C中调用Lua的方式。<br></div></div><br></div><br>
查看全文
发表于:2008-02-21 ┆
阅读(421)
┆
评论(3)
(转)Visual Computing
<table align="center" border="0" cellpadding="5" cellspacing="10" width="741"><tbody><tr><td colspan="2" height="2035" valign="top" width="700"><p><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><b><font size="4">Introduction</font></b></font></p><p><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Visual computing is computing on visual objects. Some visual objects such as images are <b>inherently visual</b> in the sense that their primary representation is the visual representation. Some visual objects such as data structures are <b>derivatively visual</b> in the sense that their primary representation is not the visual representation, but can be transformed into a visual representation. Images and data structures are the two extremes. Other visual objects such as maps may fall somewhere in between the two. Visual computing often involves the transformation from one type of visua……
查看全文
发表于:2008-02-21 ┆
阅读(385)
┆
评论(0)