当前位置:首页 » 软件开发
开发技术指南» 文章正文
    引言: Lesson 4: Hello, World Now is t
 

 

 ·ansi颜色使用研究    »显示摘要«
    摘要: 总所周知,es2类的lpmud是一个只有文字的世界,因为没有任何图像,所以正是因为有16种ansi颜色,才使得我们这个世界变得丰富多彩,更有吸引力。出于一名巫师和一名网页制作者的考虑,目前的巫师在使用ansi颜色时,常常不是惜墨如金一点都不用就是不分场合到处乱用,这样对于一个mud的表现力而言都是不好的。所以我今天有空就想随便说说有关ansi color的一些使用方法,给大家参考。 我们先从源头......
 ·writeyourownoperatingsystemtutorial(1)    »显示摘要«
    摘要:lesson 1: the boot sector in this lesson we’ll learn about the contents of the boot sector so that we can learn to write our own boot program. when the computer boots from a floppy, bios (basic inpu......


WriteYourOwnOperatingSystemTutorial(4)

lesson 4: hello, world

it will get tedious to print one character at a time to the screen, so we’ll create a function to print a zero-terminated string to the screen.  this is just a simple loop that prints all the character in a string one at a time. 【程序编程相关:[shell] 微软测试题

now is the time you’ve all been waiting for.  finally we get to the classic “first” program.  every decent programming book has a “hello, world” program, and now we know enough to make a “hello, world” operating system.  if you have done some experimenting on your own and have already done this, then you may want to skip this lesson.  we will create a function to print a string and use it to display our message. 【推荐阅读:fedora 中创建soft raid

; print a null-terminated string on the screen 【扩展信息:[shell] verbose方式执行

; ---------------------------------------------

; ---------------------------------------------

putstr:

     lodsb         ; al = [ds:si]


...   下一页
 ·开源的pki项目idx-pki    »显示摘要«
    摘要:[开源项目之四] idealx遵从rfc的开源pki项目 前面,我介绍了著名且取得巨大成就的开源安全项目openssl、开源的防火墙sinus,以及开源的ids(入侵检测系统) snort等,本以为天上掉馅饼不是常有的事,但近日在网上闲逛又找到一些开源的并且很优秀的东东。想想这么久了也没给网上朋友带来什么好的东西,所有今天抽点时间将一些内容整理一下。首先我先介绍一个开源的pki(公钥基础......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE