发信人: legendspirit (0127·卿云长系·天涯若比邻), 信区: ANSI
标 题: [合集]第七章
发信站: 日月光华 (2007年04月30日16:52:17 星期一), 站内信件
☆──────────────────────────────────────☆
goldbean (暖暖就在胸膛·熟悉的感觉) 于 2007年02月07日20:29:44 星期三 提到:
───────────────────────────────────────
__ ___
╱█ __ __ ______ ______ ╱∠-╲
╱__█ █ █ █__ ̄  ̄█ ̄ /╱︵╲\\
__╱  ̄█ █╲█ ▁ █ __█__ (╱⌒ \\│
 ̄  ̄  ̄  ̄  ̄ ̄ ̄  ̄ ̄ ̄ ╱_ / _)_/
日月光华ANSI版短期培训班 /__ /__
▏ ╱/╱
____ /▏╱╱ ╲
╱◣●\ /\︶╱ \
第 七 章: bmp2ascii的使用 /◆ _ / │ ~╲ │
▕▲ ╰)/─│ ☉│ │ │
▕◢ ^ \─│ │ │ │
主讲教师: goldbean ╲▼■/ │ ☉│ │_│
时间安排: 2007年02月07日 ▔▔ │ │ | |
当班教师: goldbean,legendspirit等 │ ︵___/ \_
│ (~──||||-'
───────────────────────────────────────
──|软件简介|────────────────────────────────
一 bmp2ascii的原理
b2a转图的原理比较简单,将bmp图片划分为14*7像素的单元格,将单元格与选
择填充的字符逐一比较,得到相对最贴近单元格的字符,双字节填充的情况下
将配比相邻几个单元格。其实际就是求图片在最小二乘意义下用字符填充的最
优解,因此一般用色块来转比较多,用单字节来转时效果不如色块效果好,但
也可以发挥一定的作用,后面我们将提到一些拓展的应用。对于编程比较擅长
的朋友也可以自己尝试写一个转图软件,可能会更符合自己的需求。
二 bmp2ascii的作用
作为一款ANSI转图软件,b2a 的作用是相对有限的,我们只能将其作为一种辅
助手段。在构画一幅图,尤其是色块图时,可以使用转图来得到一个大体的轮
廓,或是帮助自己分清色彩的层次,这样可以节省大量的时间和精力,我们就
可以把功夫画在细节的勾勒上去。现在有一些人转完图也不修改就拿来用,经
常看见一些充斥着三角毛刺的色块字被用作进版,这样是很不负责任的,我们
在转完图之后还是需要进行手工的修正,这样才能使ANSI图案更为美观。
────────────────────────────────────|⑴|─
──|使用说明|────────────────────────────────
一 软件界面
软件采用标准VC编写,界面注重实用,比较朴实。下图给出的是界面上方的工
具栏,下方省略的是图片的显示内容。手头已经有软件的同学可以打开软件对
比看一下,还没有下载软件的同学请到日月光华主页下载。无法连接日月光华
主页的同学也可到 http://www.ansiart.org/viewsoftware.aspx?sid=5 进行
下载。  ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄
◆无标题 - Bmp2Ascii ▁□×
_文件(F)_查看(V)_帮助(H)____________________________________________________
|__________ ___ ___ ___ ___ 所用字符集:_________|
|___Open___| x-rate:|1__|y-rate:|1__|dx:|0__|dy:|0__| |█◢◣◥◤▏▎▍▌▋|
|_Save_Bmp_| √■√■√■√■√■√■√■√□| GO! | |▊▉▇▆▅▄▃▂▁▕|
|Save_Ascii| □■□■□■□■□■□■□■□■|______| ____________________|
| ○原图 ○格线图 ⊙Ascii图 |COPY|FtermCOPY|ANSI| |单.︱三.|色.︱更.|清|
|__________________________________________________________________________|
│ │
────────────────────────────────────|⑵|─
──|使用说明|────────────────────────────────
二 参数详解
Open按扭:默认可使用状态,打开一幅bmp格式的图片。
x-rate,y-rate:转出后图像的比例,范围在0至100之间,可用小数。
dx,dy:转出后图象的偏移,范围为所有整数。
16个颜色方块:转换中所用的颜色(颜色选择越多,转换速度越慢)。
GO按扭:所有参数设定好后按下GO按扭自动将图片文件转为ANSI。
Save Bmp和Save Ascii按扭:转换后在程序bmp2ascii.exe 所在目录下自动生成
ascii.bmp 与ascii.ans 两个结果文件。按SaveBmp, SaveAscii两个按扭可分别
将这两个文件另存为别的文件名。一般情况下我们只保存ascii.ans文件。
原图、格线图和Ascii 图:分别显示原图片文件、在AnsiEditor中对应的网格比
例以及转成ANSI后的预览图。
────────────────────────────────────|⑶|─
──|使用说明|────────────────────────────────
三 字符集说明
系统预定了四套字符集用于转换,分别是单字节字符、三角形字符、色块字符
和更多色块。
单字节字符:转换过程只使用单字节的字符,如a,/?等。
三角形字符:转换过程中主要使用█◢◣◥◤色块
色块字符: 转换过程使用█◢◣◥◤▏▎▍▌▋▊▉▇▆▅▄▃▂▁▕
更多色块: 转换过程中出上面的常用色块字符外还使用▲▼◆●★色块。
以上的四套字符,根据个人的要求可以分别使用也可以自行设定,只要在所有
字符集的框中自行填加。注意:框内字符的输入只可使用键盘直接输入以及鼠
标右键进行粘贴和复制。选择的字符种类越多,转换的速度就越慢。
软件并没有设置常用字符记忆功能,这是一个遗憾,不过一般我们使用软件自
设的字符集就已经足够了,每次使用需要额外添加的字符不多。大家在选择色
块集合时可加入“/|\-_"”等常用单字节进行补充。
────────────────────────────────────|⑷|─
──|转图技巧|────────────────────────────────
一 选择合适的原图
好的开始是成功的一半,转图的开始就是选择原图。一张优秀的原图往往能直
接转出非常理想的效果,有时甚至无需多少修改,而一张不理想的原图,就算
你变换各种颜色组合,使用不同的放缩比例,出来还是那么乱七八糟。那么,
怎样的原图才算一张好的原图呢?我们归纳了几点:
1.轮廓鲜明,没有过多的波浪型或锯齿型边际。
2.层次感强,图形内部的颜色分层对比明显。
3.远离灰色,没有过多与灰色系相近的颜色互相搀杂的现象。
4.细节不多,没有过多需要转后处理的细节部分。
一般而言,真人脸像是比较难转的图,即使转出比较好的效果,也很难做到与
真人相似。卡通图与类色块字体是比较合适用来转图的。卡通图一般颜色比较
鲜明,而且可以作适当的夸张处理,类色块字体指的是笔画较粗的实心或空心
字体,可以用色块直接拼写。这两类是我们讲解的重点,除了这两类,我们有
时还可以自己用绘图软件画出图案再进行转图。
────────────────────────────────────|⑸|─
──|转图技巧|────────────────────────────────
二 图片预处理技巧
要找到合适的原图往往比较难,那么我们可以通过另一种手段来得到相对比较
适合的图,那就是对原图进行预处理。
处理图片的软件因人而异,这里推荐windows自带的mspaint,因为几乎所有机
器上都有,所以比较灵便。下面列一下通常的处理过程。
1.勾出轮廓,背景尽量采用黑色,遇到图案内部有黑色边界时用ansieditor中
几种暗色系,原则以明晰边界为上。
2.去除枝节,将无用的细枝末节进行适当删除,保留重要或较大篇幅的图案。
3.划分层次,使用不同颜色对画面分层进行加深。
4.保存图案,将图案保存为小于800*600像素的bmp图,可保存为16色或24色。
在处理图的时候我们大可不必花太多精力,毕竟转出来的图也只需要一个或几
个轮廓而已。初学者应当选择结构简单的图片进行预处理尝试,并对比图片处
理前后直接转出的效果。
────────────────────────────────────|⑹|─
──|转图技巧|────────────────────────────────
三 开始作图
我们以一副刀刀的图片为例来学习bmp2ascii 的使用。初始图片如下所示:
http://bbs.fudan.edu.cn/upload/PIC/1170847875_%B5%B6%B5%B6.jpg
利用windows 的画图工具修改过后,存为16色位图,图片如下:
http://bbs.fudan.edu.cn/upload/PIC/1170849663_%B5%B6%B5%B61.JPG
(由于光华只能上传jpg文件,请大家下载后自己转存为bmp格式)
打开bmp2ascii ,点击open,打开修改后的位图,先选择需要的颜色,这一副
图中主要用 到的颜色有:▆ ▆ ▆ 还要选中底色的黑色。之后选择所需的形
状,这里选择色块,一般大面积的色块图很少使用▲▼◆●★这些符号。最后
调整x-rate和y-rate,开控制图片和ANSI之间的放缩倍数,通过格线图看出
转成ANSI后的图形大小,这里x-rate和y-rate均输入 2。所有的选项都选择
好之后点击GO!按钮,bmp2ascii中会显示出转好的ANSI图,如果不满意还可以
继续调整所需色块、颜色和xy轴的值。
────────────────────────────────────|⑺|─
──|转图技巧|────────────────────────────────
◤ ◣
▎ ▕▏
右图是直接用bmp2ascii 转好的 ▂ ▊▆▅
ANSI图,只能看到刀刀大体的轮 ◤ ▏ ▊
廓,十分不精确,颜色也很杂乱 ▊ ▅▋▋▃▁
,不能够当作一副已经完成的作 ◣◤ ▏ ▆▄▂▁
品,还需要大家自己动手修改。 ▏ ◢██◣ ▆◥
因此,可以看出bmp2ascii 只是 ▍ ◤▇◤▁▄ ◥ ▁ ▅▂▁
一个辅助的软件,能够减少大家 ▎◤◤◤◢◤◤▇▎ ▆ ◥◥
的工作量,但是转好的图还需要 ◤ ▂▅ ◢ ◤ ◤
修改,这就要求大家具有一定的 ▂▆▁▄ ◤ ▊ ▕
制作ANSI的基础和技巧。由于转 ▇ ▁▃▅ ◥ ◢
图后一般是色块图,需要大家对 ▊
色块的使用比较熟悉,当然许多 ▊ ◢
“菜鸟”都是从转图起步,不断 ▋ ▃ ◤
的提高使用色块的能力和技巧。 ◤█ ▍▁ ▁ ◤
所以大家从简单的图开始做起, ▎▊ ▅ ▎▄▄▄▆
循序渐进逐步提高。 ▁ ▍ ▆▋
▊▁◤ ◥◣▅
────────────────────────────────────|⑻|─
──|转图技巧|────────────────────────────────
◤ ◣ ◤▇◥
↘ → ▎ ▕▏← ↘ →◤ ←对于耳部进行修改
▂ ▊▆▅ ◤ ◥▉ ◢▂◢
◤ ▏ ▊ ↖ ▊ ◥◢ ↖
▊ ▅▋▋▃▁ ◣ ◢ ◣◥▄▂
◣◤ ▏ ▆▄▂▁ ▆ ▏ ▆▄▂▁
▏ ◢██◣ ▆◥ ↑ ▏ ◢██◣ ▆◥
↑ ▍ ◤▇◤▁▄ ◥ ▁ ▅▂▁ ▍ ◤▇◤▁▄ ◥ ▁ ▅▂▁
▎◤◤◤◢◤◤▇▎ ▆ ◥◥ ▎◤◤◤◢◤◤▇▎ ▆ ◥◥
◢ ▂▅ ◢ ◤ ◤ ◢ ▂▅ ◢ ◤ ◤
▂▆▁▄ ◤ ▊ ▕ ▂▆▁▄ ◤ ▊ ▕
▇ ▁▃▅ ◥ ◢ ▇ ▁▃▅ ◥ ◢
▊ ▊
▊ ◢ ▊ ◢
▋ ▃ ◤ ▋ ▃ ◤
◤█ ▍▁ ▁ ◤ ◤█ ▍▁ ▁ ◤
▎▊ ▅ ▎▄▄▄▆ ▎▊ ▅ ▎▄▄▄▆
▁ ▍ ▆▋ ▁ ▍ ▆▋
▊▁◤ ◥◣▅ ▊▁◤ ◥◣▅
────────────────────────────────────|⑼|─
──|转图技巧|────────────────────────────────
◤▇◥ ◤▇◥
◤ ◤
◤ ◥▉ ◢▂◢ ◤ ◥▉ ◢▂◢ 修改脸部轮廓
◥◢ ↓ ▊ ◥◢ ↓
◣ ◢ ◣◥▄▂ ▌ ◢ ◣◥▄▂
▆ ▏ ▆▄▂▁ ▆ ▏ ▆▄▂ ↓ ↙
▏ ◢██◣ ▆◥ ← ↙ ▏ ◢██◣ ▆▅▄▂▁
▍ ◤▇◤▁▄ ◥ ▁ ▅▂▁ ▍ ◤▇◤▁▄ ◥ ▁ ◥
▎◤◤◤◢◤◤▇▎ ▆ ◥◥ ▎◤◤◤◢◤◤▇▎ ▆ ◥◥
◢ ▂▅ ◢ ◤ ◤ ◢ ▂▅ ◢ ◤ ◤
▂▆▁▄ ◤ ▊ ▕ ▂▆▁▄ ◤ ▊ ▕
▇ ▁▃▅ ◥ ◢ ▇ ▁▃▅ ◥ ◢
▊ ▊
▊ ◢ ▉ ◢
▋ ▃ ◤ ◣ ▃ ◢
◤█ ▍▁ ▁ ◤ ↖ ◤█ ▍ ▄ ̄ ↖
▎▊ ▅ ▎▄▄▄▆ ↖ ▎▊ ▅ ▆▄▂▂▅ ↖
▁ ▍ ▆▋ ▁ ▍ ▆▋
▊▁◤ ◥◣▅ ▊▁◤ ◥◣▅
────────────────────────────────────|⑽|─
──|转图技巧|────────────────────────────────
◤▇◥ ◤▇◥
◤ ◤
◤ ◥▉ ◢▂◢ ◤ ◥▉ ◢▂◢ 修改眼睛和鼻子
▊ ◥◢ ▊ ◥◢
▌ ◢ ◣◥▄▂ ▌ ◢ ◣◥▄▂
▆ ▏ ▆▄▂ ↓ ▆ ▏ ▆▄▂ ↓
▏ ◢██◣ ▆▅▄▂▁ ▏ ▁▅▆▄ ▆▅▄▂▁
▍ ◤▇◤▁▄ ◥ ▁ ◥ ▍ ◢▇█◤◣ ▁ ◥
▎◤◤◤◢◤◤▇▎ ▆ ◥◥ ▎ ◢██◤ ▉ ▁▄◥
→ ◢ ▂▅ ◢ ◤ ◤ →▍◢█◤ ●◢◤ ◤ ▊
▂▆▁▄ ◤ ▊ ▕ ◢█▇ ▄█◤ ◢
▇ ▁▃▅ ◥ ◢ ◥▆▇█◤ ̄ ◥ ◢
▊ ↑ ▊ ↑
▉ ◢ ▉ ◢
◣ ▃ ◢ ◣ ▃ ◢
◤█ ▍ ▄ ̄ ◤█ ▍ ╮ ▄ ̄
▎▊ | ▆▄▂▂▅ ▎▊ ▅ ▆▄▂▂▅
▁ ▍ }▋ ▁ ▍ ▆▋
▊▁◤ ◥◣▅ ▊▁◤ ◥◣▅
────────────────────────────────────|⑾|─
──|转图技巧|────────────────────────────────
◤▇◥ ◤▇◥
◤ ◤
◤ ◥▉ ◢▂◢ ◤ ◥▉ ◢▂◢ 修改身体
▊ ◥◢ ▊ ◥◢
▌ ◢ ◣◥▄▂ ▌ ◢ ◣◥▄▂
▆ ▏ ▆▄▂ ▆ ▏ ▆▄▂
▏ ▁▅▆▄ ▆▅▄▂▁ ▏ ▁▅▆▄ ▆▅▄▂▁
▍ ◢▇█◤◣ ▁ ◥ ▍ ◢▇█◤◣ ▁ ◥
▎ ◢██◤ ▉ ▁▄◥ ▎ ◢██◤ ▉ ▁▄◥
▍◢█◤ ●◢◤ ◤ ▊ ▍◢█◤ ●◢◤ ◤ ▊
◢█▇ ▄█◤ ◢◢█▇ ▄█◤ ◢
◥▆▇█◤ ̄ ◥ ◢ ◥▆▇█◤ ̄ ◥ ◢
▊ ▊
▉ ◢ ▉ ◢
↘ ◣ ▃ ◢ ↘ ◣ ▃ ◢
◤█ ▍ ╮ ▄ ̄ ◤◣▍ ╮ ▄ ̄
↓ ▎▊ ▅ ▆▄▂▂▅ ◤╭◥▄◤▄▂▂▅
▁ ▍ ▆▋ ↓ ▎(◢▆▅
▊▁◤ ◥◣▅ ← ▃▂▁◣▆▄▅ ◣◥▃▁ ← 完图
────────────────────────────────────|⑿|─
──|转图技巧|────────────────────────────────
四 修改的一些技巧
▕◣▊
修改的过程主要是利用色块的各种组合将原 ▁▃▄▆^ ^ ▆▄ ▁
本参差不齐的线和面修改的较光滑。在第四 ▋ ▁◥▄▅▃▁▁ ▋
章中我们讨论过斜线的画法,有人用色块的 ◣ ▂◤ ◣◣ ▉
形式表达斜线,其实光滑的曲线就是它的一 ▊▏▍ ▄ ▄ ▊
个扩展。利用色块本身的颜色以及反色等效 ▍ ▎▉ ▎ ▎ ▎ ▎
果来表达,经常用到的几种效果如下: ▍▉ ▄ ▄ ▎
▎ ◣ ◢ ▊
◢ ◢ ▅ ▅ ▌▌ ▕ ▕  ̄  ̄ ▁ ▁ ▋▄▍ ▅▅▅ ▊
▄◤▂ ◤ ▏
利用这些色块的效果把原本粗糙的边变得光 ▕▎ ▆▄▄▅▅ ▉▏
滑。去掉图中多余的颜色,在转图的过程中 ◣▆▆▆▆▆▆▆▆▁
由于图片的原本的明暗效果没有经过处理, ▎ ▎
bmp2ascii 尽可能智能的转图反而造成了麻 ▎◤▄▂▂▅▎ ▎ PIC1
烦,在修改的过程中和原图比较,不用受转 ▆ ▅
好的图的影响。http://bbs.fudan.edu.cn/upload/PIC/1170849646_image025.JPG
────────────────────────────────────|⒀|─
──|转图技巧|────────────────────────────────
五 利用b2a制作色块字体
用转图来做色块字是非常使用的方法。我们将以KingBoy体为例子进行讲解。
我们用到KingBoy@freecity的《思念》一作为例子,例子在下一页。具体的制
作过程归纳如下:
1.使用绘图软件将某一个或几个中文字保存为图片格式,推荐白底黑字。
2.将图片进行转换,普通色块字使用暗色转,KB体使用高亮转换。
3.进行图片的修改,修平不必要的三角毛刺,对字体进行适当变化处理,笔划
作到尽量连贯。
4.KB体中对于字进行勾黑边处理,紧贴字的边际进行勾画,注意三角块的衔接
作用,部分笔划集中区域可将黑边放宽。
5.加入背景图案。
KB体的制作是色块字中比较特别的,全部使用高亮前景,因此处理需要一定技
巧,初学者可先用全暗色进行处理,比较制作的区别。
────────────────────────────────────|⒁|─
──|转图技巧|────────────────────────────────
╦╩╦╩╦╩╦╩╦╩ ╦╩╦╩╦╩ ╩╦
╦╩╦╩╦╩▄▄╦╩╦╩╦╩ ╦╩╦◤◥╩╦╩ ╩╦╩╦╩
╩╦╩╦╩╦╩ ▅▂▁▁ ▄╩╦ ╦╩╦◤◢▍╦╩╦╩ ╦╩
╩╦╩╦ █████▆▄◥ ╦╩╦◤◢◤◣◥╦╩╦╩╦╩╦╩╦╩╦╩
╦╩ █ ▊ ◥◣ ╩╦◤◢◤ █◣◥╦╩╦╩╦╩
╩╦ ██▇█▆▅▄◤◢ ◤◢◤ ▁ ◥█◣◥╦╩╦╩ ◣◢
╩╦ ╩╦╩ █◥███◤ ▊ ◤◢◤◢ ◥▊ ◥█◣◥╦╩ ◥█◢◤
╩╦╩╦╩╦ █ ▊ ◢◤◢▄▄ ▅▄ ◥ ◥█◣◥╦╩ ╱█◣
╦╩╦◤ ◥◣▁ ▋◢◤ ◥╩╦◣◥██▆◣ ▄▄▄╩╦╩ ╩ ◥
╦◤◢ ◣◥██◤ ◢ ◣ ▅ ◢◤ ▄◥ ╩╦╩╦ ╦╩
╩ █ ▁ ◥◣◥ █▎▊ ◥◣ ◥◤◣◥▆ ╦╩╦╩╦╩╦
╩╦╩╦◣◥◤◥▆▄▁ ◣ ◤ ◥ ◣◥▇▄ ▁ ◥▍╩╦╩╦╩╦╩╦╩
╦╩╦◣◢◣◥███▆◤◢╩◣ ◣◥██◤ ◣ ╦╩╦╩╦╩╦╩╦
╩╦╩╦╩╦◣◥██◤◢╩╦╩╦╩ ◣◥◤◢ ╩╦╩╦╩╦╩╦╩
╩╦╩╦╩ ╩╦◣ ◢╩╦ ╩╦╩ ◣◢ ╩╦╩ ╦╩╦╩╦╩
╦╩ ╩╦╩╦╩╦ ╩╦╩╦╩╦╩ ╩ By:KingBoy
────────────────────────────────────|⒂|─
──|本次作业|────────────────────────────────
一 A类作业(所有正式学员需要完成)
二 B类作业(建议版主学员或有兴趣的学员完成)
1. 选择一副简单图片进行修改,并转存为bmp格式。(上传修改前后的图片)
2. 将修改后的图片用bmp2ascii 转为ANSI。(书面提交,形式不限)
3. 修改第二题。(书面提交,形式不限)
4. 修改第13页中的小猪图(附有原图)。(书面提交,形式不限)
三 C类作业(希望有一定ANSI基础或有兴趣的学员完成)
1. 利用bmp2ascii 制作一副进版画面。(画面完整,主题鲜明,书面提交)
2. 利用bmp2ascii 尝试制作KingBoy字体。(书面提交,形式不限)
3. 谈谈bmp2ascii 转图对ANSI技巧的提高是否有益。(书面提交,形式不限)
正式学员完成作业后提交给组长,由组长统一提交给教师。旁听学员若希望提交作
业,可自行选择当班教师进行提交。
────────────────────────────────────|⒃|─
──|B类毕设|────────────────────────────────
一 B类毕业设计课题
1. 谈一谈你这段时间学习ANSI的心得体会。
2. 评价你的老师和同组的其他学员。
3. 为你所管理或关注的一个版面设计一个进版。
4. 为你所管理或关注的一个版面设计一个活动看板。
5. 为你所管理或关注的一个版面设计一个精华区封皮。
二 B类毕业设计要求
1. B类毕业设计针对版主类学员,版主类学员也可改选A类课题作为毕设。
2. B类毕业设计请于2007年02月12日之前提交。
3. B类毕业设计提交时请以 [B类毕业设计](学员id) 为标题,注意排版。
三 B类毕业设计补充说明
关于进版等制作将在下一讲详细分析,学员可先行预习并尝试制作。
────────────────────────────────────|⒄|─
☆──────────────────────────────────────☆
tuliptears (郁金香之泪·姐姐发话了,于是改nick = =+) 于 2007年02月07日20:30:21 星期三 提到:
rere
: ───────────────────────────────────────
: __ ___
: ╱█ __ __ ______ ______ ╱∠-╲
: ╱__█ █ █ █__ ̄  ̄█ ̄ /╱︵╲\\
: __╱  ̄█ █╲█ ▁ █ __█__ (╱⌒ \\│
:  ̄  ̄  ̄  ̄  ̄ ̄ ̄  ̄ ̄ ̄ ╱_ / _)_/
: 日月光华ANSI版短期培训班 /__ /__
: ▏ ╱/╱
: ____ /▏╱╱ ╲
: ╱◣●\ /\︶╱ \
: .................(以下省略)
☆──────────────────────────────────────☆
wqmhlwd (暴食猫猫@茶壶帮帮主@弱智儿童快乐多) 于 2007年02月07日20:30:49 星期三 提到:
TT又开始了....完了没时间了继续写稿
: ───────────────────────────────────────
: __ ___
: ╱█ __ __ ______ ______ ╱∠-╲
: ╱__█ █ █ █__ ̄  ̄█ ̄ /╱︵╲\\
: __╱  ̄█ █╲█ ▁ █ __█__ (╱⌒ \\│
:  ̄  ̄  ̄  ̄  ̄ ̄ ̄  ̄ ̄ ̄ ╱_ / _)_/
: 日月光华ANSI版短期培训班 /__ /__
: ▏ ╱/╱
: ____ /▏╱╱ ╲
: ╱◣●\ /\︶╱ \
: .................(以下省略)
☆──────────────────────────────────────☆
NSgan (0558·令吾勿拔·绝地小干) 于 2007年02月07日20:32:27 星期三 提到:
gCCCg
啊,第七章都出来啦?完了作业来不及了d>.<b
: ───────────────────────────────────────
: __ ___
: ╱█ __ __ ______ ______ ╱∠-╲
: ╱__█ █ █ █__ ̄  ̄█ ̄ /╱︵╲\\
: __╱  ̄█ █╲█ ▁ █ __█__ (╱⌒ \\│
:  ̄  ̄  ̄  ̄  ̄ ̄ ̄  ̄ ̄ ̄ ╱_ / _)_/
: 日月光华ANSI版短期培训班 /__ /__
: ▏ ╱/╱
: ____ /▏╱╱ ╲
: ╱◣●\ /\︶╱ \
: .................(以下省略)
☆──────────────────────────────────────☆
sylow (夕楼||ANSI天下第七) 于 2007年02月07日20:33:11 星期三 提到:
作业不急的
关键是完成最后的毕业设计
: gCCCg
: 啊,第七章都出来啦?完了作业来不及了d>.<b
: : ───────────────────────────────────────
: : __ ___
: : ╱█ __ __ ______ ______ ╱∠-╲
: : ╱__█ █ █ █__ ̄  ̄█ ̄ /╱︵╲\\
: : __╱  ̄█ █╲█ ▁ █ __█__ (╱⌒ \\│
: :  ̄  ̄  ̄  ̄  ̄ ̄ ̄  ̄ ̄ ̄ ╱_ / _)_/
: : 日月光华ANSI版短期培训班 /__ /__
: .................(以下省略)
☆──────────────────────────────────────☆
tuliptears (郁金香之泪·姐姐发话了,于是改nick = =+) 于 2007年02月07日20:33:20 星期三 提到:
我也是啊
: gCCCg
: 啊,第七章都出来啦?完了作业来不及了d>.<b
: : ───────────────────────────────────────
: : __ ___
: : ╱█ __ __ ______ ______ ╱∠-╲
: : ╱__█ █ █ █__ ̄  ̄█ ̄ /╱︵╲\\
: : __╱  ̄█ █╲█ ▁ █ __█__ (╱⌒ \\│
: :  ̄  ̄  ̄  ̄  ̄ ̄ ̄  ̄ ̄ ̄ ╱_ / _)_/
: : 日月光华ANSI版短期培训班 /__ /__
: .................(以下省略)
☆──────────────────────────────────────☆
Nothingness (Urp就像一颗不定时炸弹) 于 2007年02月07日20:33:30 星期三 提到:
!!
上次来的时候还是第二章…
: gCCCg
: 啊,第七章都出来啦?完了作业来不及了d>.<b
: : ───────────────────────────────────────
: : __ ___
: : ╱█ __ __ ______ ______ ╱∠-╲
: : ╱__█ █ █ █__ ̄  ̄█ ̄ /╱︵╲\\
: : __╱  ̄█ █╲█ ▁ █ __█__ (╱⌒ \\│
: :  ̄  ̄  ̄  ̄  ̄ ̄ ̄  ̄ ̄ ̄ ╱_ / _)_/
: : 日月光华ANSI版短期培训班 /__ /__
: .................(以下省略)
☆──────────────────────────────────────☆
NSgan (0558·令吾勿拔·绝地小干) 于 2007年02月07日20:34:38 星期三 提到:
你太狠了。。。我们级数不一样的。。。
: !!
: 上次来的时候还是第二章…
: : gCCCg
: : 啊,第七章都出来啦?完了作业来不及了d>.<b
: : .................(以下省略)
☆──────────────────────────────────────☆
cythia (回望从前,看到的是一种蜕变吗?) 于 2007年02月07日20:36:36 星期三 提到:
这个是小胖帮忙的么?
: ───────────────────────────────────────
: __ ___
: ╱█ __ __ ______ ______ ╱∠-╲
: ╱__█ █ █ █__ ̄  ̄█ ̄ /╱︵╲\\
: __╱  ̄█ █╲█ ▁ █ __█__ (╱⌒ \\│
:  ̄  ̄  ̄  ̄  ̄ ̄ ̄  ̄ ̄ ̄ ╱_ / _)_/
: 日月光华ANSI版短期培训班 /__ /__
: ▏ ╱/╱
: ____ /▏╱╱ ╲
: ╱◣●\ /\︶╱ \
: .................(以下省略)
☆──────────────────────────────────────☆
NSgan (0558·令吾勿拔·绝地小干) 于 2007年02月07日20:36:39 星期三 提到:
rrdw一下。。。怎么分ABC类的?按学生的身份分的?
: 作业不急的
: 关键是完成最后的毕业设计
: : gCCCg
: : 啊,第七章都出来啦?完了作业来不及了d>.<b
: : .................(以下省略)
☆──────────────────────────────────────☆
sylow (夕楼||ANSI天下第七) 于 2007年02月07日20:37:55 星期三 提到:
自己挑
你如果每次都完成三类作业
那么当然就可以选C类
大多数斑竹我们是按B类要求的
最低限度是A
: rrdw一下。。。怎么分ABC类的?按学生的身份分的?
: : 作业不急的
: : 关键是完成最后的毕业设计
☆──────────────────────────────────────☆
sylow (夕楼||ANSI天下第七) 于 2007年02月07日20:38:05 星期三 提到:
不是
: 这个是小胖帮忙的么?
: : ───────────────────────────────────────
: : __ ___
: : ╱█ __ __ ______ ______ ╱∠-╲
: : ╱__█ █ █ █__ ̄  ̄█ ̄ /╱︵╲\\
: : __╱  ̄█ █╲█ ▁ █ __█__ (╱⌒ \\│
: :  ̄  ̄  ̄  ̄  ̄ ̄ ̄  ̄ ̄ ̄ ╱_ / _)_/
: : 日月光华ANSI版短期培训班 /__ /__
: : ▏ ╱/╱
: .................(以下省略)
☆──────────────────────────────────────☆
NSgan (0558·令吾勿拔·绝地小干) 于 2007年02月07日20:39:03 星期三 提到:
gCCCg
组长的作业是因为追求质量而耗时的。。。组员我是贪玩而万不成的d-.-b
: 我也是啊
: : gCCCg
: : 啊,第七章都出来啦?完了作业来不及了d>.<b
: : .................(以下省略)
☆──────────────────────────────────────☆
NSgan (0558·令吾勿拔·绝地小干) 于 2007年02月07日20:40:56 星期三 提到:
我ms荣幸的是个斑竹。。。-.-个么也就是说我的B类设计题要到第八章才出来咯?
: 自己挑
: 你如果每次都完成三类作业
: 那么当然就可以选C类
: 大多数斑竹我们是按B类要求的
: 最低限度是A
: : rrdw一下。。。怎么分ABC类的?按学生的身份分的?
☆──────────────────────────────────────☆
OVPhy (据说猫平均一天睡17个小时,我合格了) 于 2007年02月07日20:41:03 星期三 提到:
omg..
第六章作业……
: ───────────────────────────────────────
: __ ___
: ╱█ __ __ ______ ______ ╱∠-╲
: ╱__█ █ █ █__ ̄  ̄█ ̄ /╱︵╲\\
: __╱  ̄█ █╲█ ▁ █ __█__ (╱⌒ \\│
:  ̄  ̄  ̄  ̄  ̄ ̄ ̄  ̄ ̄ ̄ ╱_ / _)_/
: 日月光华ANSI版短期培训班 /__ /__
: ▏ ╱/╱
: ____ /▏╱╱ ╲
: ╱◣●\ /\︶╱ \
: .................(以下省略)
☆──────────────────────────────────────☆
cythia (回望从前,看到的是一种蜕变吗?) 于 2007年02月07日20:41:22 星期三 提到:
那他在写的还没贴出来么?
: 不是
: : 这个是小胖帮忙的么?
: : .................(以下省略)
☆──────────────────────────────────────☆
sylow (夕楼||ANSI天下第七) 于 2007年02月07日20:42:02 星期三 提到:
这章不是已经布置课题了么?
第八章只是告诉你们一些技巧
并不妨碍你现在开始构思
: 我ms荣幸的是个斑竹。。。-.-个么也就是说我的B类设计题要到第八章才出来咯?
: : 自己挑
: : 你如果每次都完成三类作业
: : 那么当然就可以选C类
: : 大多数斑竹我们是按B类要求的
: : 最低限度是A
☆──────────────────────────────────────☆
NSgan (0558·令吾勿拔·绝地小干) 于 2007年02月07日20:42:11 星期三 提到:
别激动。。。我前阵子发了两天烧,现在第五章还没做好呢-.-
: omg..
: 第六章作业……
: : ───────────────────────────────────────
: : __ ___
: : ╱█ __ __ ______ ______ ╱∠-╲
: : ╱__█ █ █ █__ ̄  ̄█ ̄ /╱︵╲\\
: : __╱  ̄█ █╲█ ▁ █ __█__ (╱⌒ \\│
: :  ̄  ̄  ̄  ̄  ̄ ̄ ̄  ̄ ̄ ̄ ╱_ / _)_/
: : 日月光华ANSI版短期培训班 /__ /__
: .................(以下省略)
☆──────────────────────────────────────☆
sylow (夕楼||ANSI天下第七) 于 2007年02月07日20:42:21 星期三 提到:
bingo
不过说实话也没写多少。。。
: 那他在写的还没贴出来么?
: : 不是
☆──────────────────────────────────────☆
cythia (回望从前,看到的是一种蜕变吗?) 于 2007年02月07日20:42:45 星期三 提到:
真弱啊,我去催催,哈哈
: bingo
: 不过说实话也没写多少。。。
: : 那他在写的还没贴出来么?
☆──────────────────────────────────────☆
sylow (夕楼||ANSI天下第七) 于 2007年02月07日20:43:02 星期三 提到:
好象最近气温变化较大
很多人都感冒发烧
: 别激动。。。我前阵子发了两天烧,现在第五章还没做好呢-.-
: : omg..
: : 第六章作业……
: : .................(以下省略)
☆──────────────────────────────────────☆
legendspirit (0127·卿云长系·天涯若比邻) 于 2007年02月07日20:45:34 星期三 提到:
我也是啊
: 我也是啊
: : gCCCg
: : 啊,第七章都出来啦?完了作业来不及了d>.<b
: : .................(以下省略)
☆──────────────────────────────────────☆
NSgan (0558·令吾勿拔·绝地小干) 于 2007年02月07日20:45:42 星期三 提到:
哦,前面还在看第六章的作业内容,说第八章才出。。。刚刚看第七章,后面竟然已经
出了。。。真是计划跟不上变化呀。。。-.-
: 这章不是已经布置课题了么?
: 第八章只是告诉你们一些技巧
: 并不妨碍你现在开始构思
: : 我ms荣幸的是个斑竹。。。-.-个么也就是说我的B类设计题要到第八章才出来咯?
☆──────────────────────────────────────☆
goldbean (暖暖就在胸膛·熟悉的感觉) 于 2007年02月07日20:45:52 星期三 提到:
。。。不是这章
: 这个是小胖帮忙的么?
: : ───────────────────────────────────────
: : __ ___
: : ╱█ __ __ ______ ______ ╱∠-╲
: : ╱__█ █ █ █__ ̄  ̄█ ̄ /╱︵╲\\
: : __╱  ̄█ █╲█ ▁ █ __█__ (╱⌒ \\│
: :  ̄  ̄  ̄  ̄  ̄ ̄ ̄  ̄ ̄ ̄ ╱_ / _)_/
: : 日月光华ANSI版短期培训班 /__ /__
: : ▏ ╱/╱
: .................(以下省略)
☆──────────────────────────────────────☆
cythia (回望从前,看到的是一种蜕变吗?) 于 2007年02月07日20:46:13 星期三 提到:
嗯我知道了,活动看板那章
: 。。。不是这章
: : 这个是小胖帮忙的么?
: : .................(以下省略)
☆──────────────────────────────────────☆
daviddvd (BT...好吧) 于 2007年02月07日20:46:22 星期三 提到:
我看不了图……
算了……
靠想象吧……
: ───────────────────────────────────────
: __ ___
: ╱█ __ __ ______ ______ ╱∠-╲
: ╱__█ █ █ █__ ̄  ̄█ ̄ /╱︵╲\\
: __╱  ̄█ █╲█ ▁ █ __█__ (╱⌒ \\│
:  ̄  ̄  ̄  ̄  ̄ ̄ ̄  ̄ ̄ ̄ ╱_ / _)_/
: 日月光华ANSI版短期培训班 /__ /__
: ▏ ╱/╱
: ____ /▏╱╱ ╲
: ╱◣●\ /\︶╱ \
: .................(以下省略)
☆──────────────────────────────────────☆
sylow (夕楼||ANSI天下第七) 于 2007年02月07日20:46:49 星期三 提到:
恩
考虑到时间因素
先给出是这么个课题
后给出也是这么个课题
所以先给出来让大家有更多时间完成
: 哦,前面还在看第六章的作业内容,说第八章才出。。。刚刚看第七章,后面竟然已经
: 出了。。。真是计划跟不上变化呀。。。-.-
: : 这章不是已经布置课题了么?
: : 第八章只是告诉你们一些技巧
: : 并不妨碍你现在开始构思
☆──────────────────────────────────────☆
daviddvd (BT...好吧) 于 2007年02月07日20:47:04 星期三 提到:
我们组就差我了……
: 别激动。。。我前阵子发了两天烧,现在第五章还没做好呢-.-
: : omg..
: : 第六章作业……
: : .................(以下省略)
☆──────────────────────────────────────☆
NSgan (0558·令吾勿拔·绝地小干) 于 2007年02月07日20:47:07 星期三 提到:
gCCCg
呐???d@.@b
我也是啊
: 我也是啊
: : gCCCg
: : 啊,第七章都出来啦?完了作业来不及了d>.<b
: : .................(以下省略)
☆──────────────────────────────────────☆
goldbean (暖暖就在胸膛·熟悉的感觉) 于 2007年02月07日20:47:17 星期三 提到:
这章后面不是已经给出B类的设计了么。。。
光顾坐沙发居然不好好看讲义-,-
我ms荣幸的是个斑竹。。。-.-个么也就是说我的B类设计题要到第八章才出来咯?
: 自己挑
: 你如果每次都完成三类作业
: 那么当然就可以选C类
: 大多数斑竹我们是按B类要求的
: 最低限度是A
: : rrdw一下。。。怎么分ABC类的?按学生的身份分的?
☆──────────────────────────────────────☆
sylow (夕楼||ANSI天下第七) 于 2007年02月07日20:47:33 星期三 提到:
你可以自己找一张可以看的图
然后按步骤制作
有什么问题可以在这里问
: 我看不了图……
: 算了……
: 靠想象吧……
: : ───────────────────────────────────────
: : __ ___
: : ╱█ __ __ ______ ______ ╱∠-╲
: : ╱__█ █ █ █__ ̄  ̄█ ̄ /╱︵╲\\
: : __╱  ̄█ █╲█ ▁ █ __█__ (╱⌒ \\│
: :  ̄  ̄  ̄  ̄  ̄ ̄ ̄  ̄ ̄ ̄ ╱_ / _)_/
: .................(以下省略)
☆──────────────────────────────────────☆
NSgan (0558·令吾勿拔·绝地小干) 于 2007年02月07日20:48:04 星期三 提到:
我们组。。。估计早就就差我了。。。-.-罪过。。。
: 我们组就差我了……
: : 别激动。。。我前阵子发了两天烧,现在第五章还没做好呢-.-
☆──────────────────────────────────────☆
goldbean (暖暖就在胸膛·熟悉的感觉) 于 2007年02月07日20:48:10 星期三 提到:
又jq到ansi来了。。。。
: 真弱啊,我去催催,哈哈
: : bingo
: : 不过说实话也没写多少。。。
☆──────────────────────────────────────☆
sylow (夕楼||ANSI天下第七) 于 2007年02月07日20:48:35 星期三 提到:
这个是小胖的女人么?
: 又jq到ansi来了。。。。
: : 真弱啊,我去催催,哈哈
☆──────────────────────────────────────☆
daviddvd (BT...好吧) 于 2007年02月07日20:48:54 星期三 提到:
我知道了~~
: 你可以自己找一张可以看的图
: 然后按步骤制作
: 有什么问题可以在这里问
: : 我看不了图……
: : 算了……
: : 靠想象吧……
: : .................(以下省略)
☆──────────────────────────────────────☆
goldbean (暖暖就在胸膛·熟悉的感觉) 于 2007年02月07日20:49:28 星期三 提到:
◎。◎
我什么都缪说
: 这个是小胖的女人么?
: : 又jq到ansi来了。。。。
☆──────────────────────────────────────☆
monkei (学习ANSI中...) 于 2007年02月07日20:49:33 星期三 提到:
re
: ───────────────────────────────────────
: __ ___
: ╱█ __ __ ______ ______ ╱∠-╲
: ╱__█ █ █ █__ ̄  ̄█ ̄ /╱︵╲\\
: __╱  ̄█ █╲█ ▁ █ __█__ (╱⌒ \\│
:  ̄  ̄  ̄  ̄  ̄ ̄ ̄  ̄ ̄ ̄ ╱_ / _)_/
: 日月光华ANSI版短期培训班 /__ /__
: ▏ ╱/╱
: ____ /▏╱╱ ╲
: ╱◣●\ /\︶╱ \
: .................(以下省略)
☆──────────────────────────────────────☆
cythia (回望从前,看到的是一种蜕变吗?) 于 2007年02月07日20:50:06 星期三 提到:
豆子……
再乱讲我不去你的版了横
: 又jq到ansi来了。。。。
: : 真弱啊,我去催催,哈哈
☆──────────────────────────────────────☆
legendspirit (0127·卿云长系·天涯若比邻) 于 2007年02月07日20:50:10 星期三 提到:
怪不得啊
: 又jq到ansi来了。。。。
: : 真弱啊,我去催催,哈哈
☆──────────────────────────────────────☆
cythia (回望从前,看到的是一种蜕变吗?) 于 2007年02月07日20:50:11 星期三 提到:
不是!!
: 这个是小胖的女人么?
: : 又jq到ansi来了。。。。
☆──────────────────────────────────────☆
cythia (回望从前,看到的是一种蜕变吗?) 于 2007年02月07日20:50:27 星期三 提到:
怪不得啥啊
: 怪不得啊
: : 又jq到ansi来了。。。。
☆──────────────────────────────────────☆
NSgan (0558·令吾勿拔·绝地小干) 于 2007年02月07日20:50:27 星期三 提到:
gCCCg
。。。我错了。。。d>.<b
: 这章后面不是已经给出B类的设计了么。。。
: 光顾坐沙发居然不好好看讲义-,-
: 我ms荣幸的是个斑竹。。。-.-个么也就是说我的B类设计题要到第八章才出来咯?
: : 自己挑
: : 你如果每次都完成三类作业
: : 那么当然就可以选C类
: : 大多数斑竹我们是按B类要求的
: : 最低限度是A
☆──────────────────────────────────────☆
legendspirit (0127·卿云长系·天涯若比邻) 于 2007年02月07日20:50:36 星期三 提到:
改作业也是有进度的说
: gCCCg
: 呐???d@.@b
: 我也是啊
: : 我也是啊
☆──────────────────────────────────────☆
NSgan (0558·令吾勿拔·绝地小干) 于 2007年02月07日20:51:33 星期三 提到:
gCCCg
是了。。。改作业是老师的作业。。。d-.-b
: 改作业也是有进度的说
: : gCCCg
: : 呐???d@.@b
: : 我也是啊
☆──────────────────────────────────────☆
goldbean (暖暖就在胸膛·熟悉的感觉) 于 2007年02月07日20:53:23 星期三 提到:
这个。。。。不是我说的TT
冤枉
你自爆
豆子……
再乱讲我不去你的版了横
: 又jq到ansi来了。。。。
: : 真弱啊,我去催催,哈哈
☆──────────────────────────────────────☆
cythia (回望从前,看到的是一种蜕变吗?) 于 2007年02月07日20:54:16 星期三 提到:
我哪里有!!
根本没东西爆
: 这个。。。。不是我说的TT
: 冤枉
: 你自爆
: 豆子……
: 再乱讲我不去你的版了横
: : 又jq到ansi来了。。。。
☆──────────────────────────────────────☆
goldbean (暖暖就在胸膛·熟悉的感觉) 于 2007年02月07日20:54:24 星期三 提到:
呵呵
▁▄▅▅▄▁
▃▅▆████████▆▄▃
◢█◤▃▄▄▂◥█◤ ▄▄▂◥█▅
◢██ ◢████▍ ◢████▎██▇▃
◢███▕█████▎█████▌◥███◣
◢███▉ █████▊ █████▊ ████◣
▕████▉▕███▊ ▍ ▍ ███▌ ◥████◣
◢███◤ ▃▕███▆◤┃◥███◤◢◣ ◥███▍
◢██◤ ▅██▃◥█◤ ◢▇◣◥◤◤◢███◣◥██▍
▕██◤◢◣▆▅██▆▆ ██▇ ▆▆█ ▆▄▆█◣ █▉
▕██▕███▅▅▃██▍◥█◤◢█▃▅█████▏█▋
▕█▋◢█▄▄▅▅▆███◣▔◢██ ▆▅▅▄▄█▉ █▋
▕█▍███▆▆▆▆████▕███▆██████▋ █
▕▊ ██▁▂▅▆▂████▕███▂▂▂▅▄◥█▊ ▉
▊▊█▊▂▅▆██◤◥██▕██████▏▆▆█▋ ▉
▊▊███◣◥◤▅█▅◥▍◥████◤◢███▉▕▋
▕▍████▊ ◢███▉ ▕███◤ ◢████▉ ▉
▕ ◥██◤▁▕████▉▕◤▁▃▆█████▉▕▍
▕▕█◤◢█ ◥███◤◢▆█████████ ▋
▕ ◤ ███◣ ◥◤▂███████████ ▌
◢████▆ ◢███████████◤ ▎
▕██████ ██◤◢◣◥██████◤◢
◥███▊◢▃▂▁◣▼◢██▁▂▃▃▄◤
gCCCg
。。。我错了。。。d>.<b
: 这章后面不是已经给出B类的设计了么。。。
: 光顾坐沙发居然不好好看讲义-,-
: 我ms荣幸的是个斑竹。。。-.-个么也就是说我的B类设计题要到第八章才出来咯?
: : 自己挑
: : 你如果每次都完成三类作业
: : 那么当然就可以选C类
: : 大多数斑竹我们是按B类要求的
: : 最低限度是A
☆──────────────────────────────────────☆
daviddvd (BT...好吧) 于 2007年02月07日20:55:53 星期三 提到:
wa
铜锣烧呢
: 呵呵
: ▁▄▅▅▄▁
: ▃▅▆████████▆▄▃
: ◢█◤▃▄▄▂◥█◤ ▄▄▂◥█▅
: ◢██ ◢████▍ ◢████▎██▇▃
: ◢███▕█████▎█████▌◥███◣
: ◢███▉ █████▊ █████▊ ████◣
: ▕████▉▕███▊ ▍ ▍ ███▌ ◥████◣
: ◢███◤ ▃▕███▆◤┃◥███◤◢◣ ◥███▍
: ◢██◤ ▅██▃◥█◤ ◢▇◣◥◤◤◢███◣◥██▍
: .................(以下省略)
☆──────────────────────────────────────☆
goldbean (暖暖就在胸膛·熟悉的感觉) 于 2007年02月07日21:01:15 星期三 提到:
大头猫已经吃下去了
wa
铜锣烧呢
: 呵呵
: ▁▄▅▅▄▁
: ▃▅▆████████▆▄▃
: ◢█◤▃▄▄▂◥█◤ ▄▄▂◥█▅
: ◢██ ◢████▍ ◢████▎██▇▃
: ◢███▕█████▎█████▌◥███◣
: ◢███▉ █████▊ █████▊ ████◣
: ▕████▉▕███▊ ▍ ▍ ███▌ ◥████◣
: ◢███◤ ▃▕███▆◤┃◥███◤◢◣ ◥███▍
: ◢██◤ ▅██▃◥█◤ ◢▇◣◥◤◤◢███◣◥██▍
: .................(以下省略)
☆──────────────────────────────────────☆
cythia (回望从前,看到的是一种蜕变吗?) 于 2007年02月07日21:01:20 星期三 提到:
好可爱啊!!
: 呵呵
: ▁▄▅▅▄▁
: ▃▅▆████████▆▄▃
: ◢█◤▃▄▄▂◥█◤ ▄▄▂◥█▅
: ◢██ ◢████▍ ◢████▎██▇▃
: ◢███▕█████▎█████▌◥███◣
: ◢███▉ █████▊ █████▊ ████◣
: ▕████▉▕███▊ ▍ ▍ ███▌ ◥████◣
: ◢███◤ ▃▕███▆◤┃◥███◤◢◣ ◥███▍
: ◢██◤ ▅██▃◥█◤ ◢▇◣◥◤◤◢███◣◥██▍
: .................(以下省略)
☆──────────────────────────────────────☆
cythia (回望从前,看到的是一种蜕变吗?) 于 2007年02月07日21:01:35 星期三 提到:
只能yy了……
: 大头猫已经吃下去了
: wa
: 铜锣烧呢
: : 呵呵
: : ▁▄▅▅▄▁
: : ▃▅▆████████▆▄▃
: : ◢█◤▃▄▄▂◥█◤ ▄▄▂◥█▅
: : ◢██ ◢████▍ ◢████▎██▇▃
: .................(以下省略)
☆──────────────────────────────────────☆
wqmhlwd (暴食猫猫@茶壶帮帮主@弱智儿童快乐多) 于 2007年02月07日21:02:10 星期三 提到:
cft...JJ
: 我哪里有!!
: 根本没东西爆
: : 这个。。。。不是我说的TT
: : 冤枉
: : 你自爆
: : 豆子……
: : 再乱讲我不去你的版了横
☆──────────────────────────────────────☆
cythia (回望从前,看到的是一种蜕变吗?) 于 2007年02月07日21:03:48 星期三 提到:
嗯不在这里版聊了,大家继续讨论ansi
: cft...JJ
: : 我哪里有!!
: : 根本没东西爆
☆──────────────────────────────────────☆
goldbean (暖暖就在胸膛·熟悉的感觉) 于 2007年02月07日21:13:02 星期三 提到:
hi,没我可爱吧~
▅▅ ▁▄▃
▕███▍██▋
██▆▄▂▄▆▆▌█▍█ ▇◣◥▉▏
▕████████▋◥█▍███ ◥▊
▕█████████▅▃◣◥█◤▇ █
◢ ███████████▆◥▆▆◤
▕██████████████▄▄▆▇
▕███████████████████
▕██████████████▍▕██▇
▕███ █ █ ███████▆▅██▅
▆▇██▆▆████ ▅ ██████◤
◥▆████████▆█████ ◤▄
▇█████████████◤◢▆█▊
◥◥▇████████◤▆▅ ███◤
◢▇◣▅ ▆▅ ▆▆ ▄▅▇▇▊█◣█▆◤ ̄
▕████▊█▊██▆◥██◤▇██◤▔
◥███◤ ◢▆▂▂██▅▆▇▊●▊
▔ ▆█◤▅▇▇◣▋● ██▆▆▋
█◢████▉ ██████▎
▕▎█████▊█████▊
▕█████▉◥████◤
◥████◤◢▄▃▄▅
◥█▉◤▆████◤
◥███◤
: 好可爱啊!!
: : 呵呵
: : ▁▄▅▅▄▁
: : ▃▅▆████████▆▄▃
: : ◢█◤▃▄▄▂◥█◤ ▄▄▂◥█▅
: : ◢██ ◢████▍ ◢████▎██▇▃
: : ◢███▕█████▎█████▌◥███◣
: : ◢███▉ █████▊ █████▊ ████◣
: : ▕████▉▕███▊ ▍ ▍ ███▌ ◥████◣
: .................(以下省略)
☆──────────────────────────────────────☆
goldbean (暖暖就在胸膛·熟悉的感觉) 于 2007年02月07日21:14:17 星期三 提到:
都是刚开始用b2a作图的时画的所以用了高亮
高亮不好修改~所以大家后面还是少用高亮^___^
: hi,没我可爱吧~
: ▅▅ ▁▄▃
: ▕███▍██▋
: ██▆▄▂▄▆▆▌█▍█ ▇◣◥▉▏
: ▕████████▋◥█▍███ ◥▊
: ▕█████████▅▃◣◥█◤▇ █
: ◢ ███████████▆◥▆▆◤
: ▕██████████████▄▄▆▇
: ▕███████████████████
: ▕██████████████▍▕██▇
: .................(以下省略)
☆──────────────────────────────────────☆
cythia (回望从前,看到的是一种蜕变吗?) 于 2007年02月07日21:17:08 星期三 提到:
我喜欢机器猫~
: hi,没我可爱吧~
: ▅▅ ▁▄▃
: ▕███▍██▋
: ██▆▄▂▄▆▆▌█▍█ ▇◣◥▉▏
: ▕████████▋◥█▍███ ◥▊
: ▕█████████▅▃◣◥█◤▇ █
: ◢ ███████████▆◥▆▆◤
: ▕██████████████▄▄▆▇
: ▕███████████████████
: ▕██████████████▍▕██▇
: .................(以下省略)
☆──────────────────────────────────────☆
NSgan (0558·令吾勿拔·绝地小干) 于 2007年02月07日21:29:18 星期三 提到:
gCCCg
哇,我彻底被征服了。。。d>.<b
: hi,没我可爱吧~
: ▅▅ ▁▄▃
: ▕███▍██▋
: ██▆▄▂▄▆▆▌█▍█ ▇◣◥▉▏
: ▕████████▋◥█▍███ ◥▊
: ▕█████████▅▃◣◥█◤▇ █
: ◢ ███████████▆◥▆▆◤
: ▕██████████████▄▄▆▇
: ▕███████████████████
: ▕██████████████▍▕██▇
: .................(以下省略)
☆──────────────────────────────────────☆
NSgan (0558·令吾勿拔·绝地小干) 于 2007年02月07日21:30:04 星期三 提到:
也许就是因为我是新手的关系吧。。。我总觉得高亮比较舒服。。。-.-
: 都是刚开始用b2a作图的时画的所以用了高亮
: 高亮不好修改~所以大家后面还是少用高亮^___^
: : hi,没我可爱吧~
: : ▅▅ ▁▄▃
: : ▕███▍██▋
: : ██▆▄▂▄▆▆▌█▍█ ▇◣◥▉▏
: : ▕████████▋◥█▍███ ◥▊
: : ▕█████████▅▃◣◥█◤▇ █
: : ◢ ███████████▆◥▆▆◤
: .................(以下省略)
☆──────────────────────────────────────☆
daviddvd (BT...好吧) 于 2007年02月07日21:32:36 星期三 提到:
好胖-.-
: hi,没我可爱吧~
: ▅▅ ▁▄▃
: ▕███▍██▋
: ██▆▄▂▄▆▆▌█▍█ ▇◣◥▉▏
: ▕████████▋◥█▍███ ◥▊
: ▕█████████▅▃◣◥█◤▇ █
: ◢ ███████████▆◥▆▆◤
: ▕██████████████▄▄▆▇
: ▕███████████████████
: ▕██████████████▍▕██▇
: .................(以下省略)
☆──────────────────────────────────────☆
wqmhlwd (暴食猫猫@茶壶帮帮主@弱智儿童快乐多) 于 2007年02月07日21:33:07 星期三 提到:
我也是新手...觉得高亮太刺眼.....><
: 也许就是因为我是新手的关系吧。。。我总觉得高亮比较舒服。。。-.-
: : 都是刚开始用b2a作图的时画的所以用了高亮
: : 高亮不好修改~所以大家后面还是少用高亮^___^
: : .................(以下省略)
☆──────────────────────────────────────☆
monkei (学习ANSI中...) 于 2007年02月07日21:33:23 星期三 提到:
都可爱
: hi,没我可爱吧~
: ▅▅ ▁▄▃
: ▕███▍██▋
: ██▆▄▂▄▆▆▌█▍█ ▇◣◥▉▏
: ▕████████▋◥█▍███ ◥▊
: ▕█████████▅▃◣◥█◤▇ █
: ◢ ███████████▆◥▆▆◤
: ▕██████████████▄▄▆▇
: ▕███████████████████
: ▕██████████████▍▕██▇
: .................(以下省略)
☆──────────────────────────────────────☆
every (还是相信自己吧) 于 2007年02月07日21:35:12 星期三 提到:
捏捏~
: hi,没我可爱吧~
: ▅▅ ▁▄▃
: ▕███▍██▋
: ██▆▄▂▄▆▆▌█▍█ ▇◣◥▉▏
: ▕████████▋◥█▍███ ◥▊
: ▕█████████▅▃◣◥█◤▇ █
: ◢ ███████████▆◥▆▆◤
: ▕██████████████▄▄▆▇
: ▕███████████████████
: ▕██████████████▍▕██▇
: .................(以下省略)
☆──────────────────────────────────────☆
NSgan (0558·令吾勿拔·绝地小干) 于 2007年02月07日21:36:35 星期三 提到:
这说明你已经比我高一层次了
你的qmd就要比我好得多得多了~~~
: 我也是新手...觉得高亮太刺眼.....><
: : 也许就是因为我是新手的关系吧。。。我总觉得高亮比较舒服。。。-.-
☆──────────────────────────────────────☆
Sirius (Are you kidding? No 于 2007年02月07日21:58:17 星期三 提到:
好,我就B类了~~
: 自己挑
: 你如果每次都完成三类作业
: 那么当然就可以选C类
: 大多数斑竹我们是按B类要求的
: 最低限度是A
: : rrdw一下。。。怎么分ABC类的?按学生的身份分的?
☆──────────────────────────────────────☆
Sirius (Are you kidding? No 于 2007年02月07日21:59:49 星期三 提到:
我前几天刚刚做完第五章作业
: 我们组。。。估计早就就差我了。。。-.-罪过。。。
: : 我们组就差我了……
☆──────────────────────────────────────☆
Sirius (Are you kidding? No 于 2007年02月07日22:00:33 星期三 提到:
一个赛一个啊。。
: hi,没我可爱吧~
: ▅▅ ▁▄▃
: ▕███▍██▋
: ██▆▄▂▄▆▆▌█▍█ ▇◣◥▉▏
: ▕████████▋◥█▍███ ◥▊
: ▕█████████▅▃◣◥█◤▇ █
: ◢ ███████████▆◥▆▆◤
: ▕██████████████▄▄▆▇
: ▕███████████████████
: ▕██████████████▍▕██▇
: .................(以下省略)
☆──────────────────────────────────────☆
NSgan (0558·令吾勿拔·绝地小干) 于 2007年02月07日22:05:43 星期三 提到:
gCCCg
话说我们第一组加上老师就只有四个人丫。。。跟人家六七个人一组真的不能比丫d> <b
: 好,我就B类了~~
: : 自己挑
: : 你如果每次都完成三类作业
: : 那么当然就可以选C类
: : 大多数斑竹我们是按B类要求的
: : 最低限度是A
☆──────────────────────────────────────☆
Sirius (Are you kidding? No 于 2007年02月07日22:08:43 星期三 提到:
怎么四个人,还有一个呢
: gCCCg
: 话说我们第一组加上老师就只有四个人丫。。。跟人家六七个人一组真的不能比丫d> <b
: : 好,我就B类了~~
☆──────────────────────────────────────☆
sylow (夕楼||ANSI天下第七) 于 2007年02月07日22:08:47 星期三 提到:
这个需要比什么?
又不是拔河
只要做好自己的那份就可以了
当然最好能有组员间的交流
: gCCCg
: 话说我们第一组加上老师就只有四个人丫。。。跟人家六七个人一组真的不能比丫d> <b
: : 好,我就B类了~~
☆──────────────────────────────────────☆
Sirius (Are you kidding? No 于 2007年02月07日22:09:39 星期三 提到:
惭愧,我和另外三个组员基本没啥交流
: 这个需要比什么?
: 又不是拔河
: 只要做好自己的那份就可以了
: 当然最好能有组员间的交流
: : gCCCg
: : 话说我们第一组加上老师就只有四个人丫。。。跟人家六七个人一组真的不能比丫d> <b
☆──────────────────────────────────────☆
NSgan (0558·令吾勿拔·绝地小干) 于 2007年02月07日22:14:36 星期三 提到:
我只是。。。比较爱热闹而已。。。-.-幼稚了点。。。前辈谅解下-.-
: 这个需要比什么?
: 又不是拔河
: 只要做好自己的那份就可以了
: 当然最好能有组员间的交流
: : gCCCg
: : 话说我们第一组加上老师就只有四个人丫。。。跟人家六七个人一组真的不能比丫d> <b
☆──────────────────────────────────────☆
sylow (夕楼||ANSI天下第七) 于 2007年02月07日22:18:15 星期三 提到:
喜欢热闹不是坏事
如果这次学得比较有心得
开学后的培训可以过来当辅导员啊
: 我只是。。。比较爱热闹而已。。。-.-幼稚了点。。。前辈谅解下-.-
: : 这个需要比什么?
: : 又不是拔河
: : 只要做好自己的那份就可以了
: : 当然最好能有组员间的交流
☆──────────────────────────────────────☆
NSgan (0558·令吾勿拔·绝地小干) 于 2007年02月07日22:18:29 星期三 提到:
参考第三章的作业提交情况,ms有一个被踢掉了。。。-.-对这人一点印象都没有-.-
: 怎么四个人,还有一个呢
: : gCCCg
: : 话说我们第一组加上老师就只有四个人丫。。。跟人家六七个人一组真的不能比丫d> <b
☆──────────────────────────────────────☆
NSgan (0558·令吾勿拔·绝地小干) 于 2007年02月07日22:25:08 星期三 提到:
辅导员我是铁定没资格的,推荐组长担任辅导员
不过和大家交流的机会我是不会放过的。。。嘿嘿。。。水的机会也不会放过的。。。
: 喜欢热闹不是坏事
: 如果这次学得比较有心得
: 开学后的培训可以过来当辅导员啊
: : 我只是。。。比较爱热闹而已。。。-.-幼稚了点。。。前辈谅解下-.-
☆──────────────────────────────────────☆
Sirius (Are you kidding? No 于 2007年02月07日22:28:12 星期三 提到:
无所谓了,呵呵
: 参考第三章的作业提交情况,ms有一个被踢掉了。。。-.-对这人一点印象都没有-.-
: : 怎么四个人,还有一个呢
☆──────────────────────────────────────☆
keerh (四喜·我们的幸福时光·。。。) 于 2007年02月07日22:29:28 星期三 提到:
re~~
: ───────────────────────────────────────
: __ ___
: ╱█ __ __ ______ ______ ╱∠-╲
: ╱__█ █ █ █__ ̄  ̄█ ̄ /╱︵╲\\
: __╱  ̄█ █╲█ ▁ █ __█__ (╱⌒ \\│
:  ̄  ̄  ̄  ̄  ̄ ̄ ̄  ̄ ̄ ̄ ╱_ / _)_/
: 日月光华ANSI版短期培训班 /__ /__
: ▏ ╱/╱
: ____ /▏╱╱ ╲
: ╱◣●\ /\︶╱ \
: .................(以下省略)
☆──────────────────────────────────────☆
keerh (四喜·我们的幸福时光·。。。) 于 2007年02月07日22:30:22 星期三 提到:
最近kfc在送叮当咧TOT
: 呵呵
: ▁▄▅▅▄▁
: ▃▅▆████████▆▄▃
: ◢█◤▃▄▄▂◥█◤ ▄▄▂◥█▅
: ◢██ ◢████▍ ◢████▎██▇▃
: ◢███▕█████▎█████▌◥███◣
: ◢███▉ █████▊ █████▊ ████◣
: ▕████▉▕███▊ ▍ ▍ ███▌ ◥████◣
: ◢███◤ ▃▕███▆◤┃◥███◤◢◣ ◥███▍
: ◢██◤ ▅██▃◥█◤ ◢▇◣◥◤◤◢███◣◥██▍
: .................(以下省略)
☆──────────────────────────────────────☆
jennytayi (请告诉我,你爱我。) 于 2007年02月07日22:39:58 星期三 提到:
啊……才喘口气……
: ───────────────────────────────────────
: __ ___
: ╱█ __ __ ______ ______ ╱∠-╲
: ╱__█ █ █ █__ ̄  ̄█ ̄ /╱︵╲\\
: __╱  ̄█ █╲█ ▁ █ __█__ (╱⌒ \\│
:  ̄  ̄  ̄  ̄  ̄ ̄ ̄  ̄ ̄ ̄ ╱_ / _)_/
: 日月光华ANSI版短期培训班 /__ /__
: ▏ ╱/╱
: ____ /▏╱╱ ╲
: ╱◣●\ /\︶╱ \
: .................(以下省略)
☆──────────────────────────────────────☆
jennytayi (请告诉我,你爱我。) 于 2007年02月07日22:40:14 星期三 提到:
@@C类就是随便怎么做咯?
: 自己挑
: 你如果每次都完成三类作业
: 那么当然就可以选C类
: 大多数斑竹我们是按B类要求的
: 最低限度是A
: : rrdw一下。。。怎么分ABC类的?按学生的身份分的?
☆──────────────────────────────────────☆
jennytayi (请告诉我,你爱我。) 于 2007年02月07日22:40:50 星期三 提到:
啊啊啊啊……叮当……好可爱啊……
: 呵呵
: ▁▄▅▅▄▁
: ▃▅▆████████▆▄▃
: ◢█◤▃▄▄▂◥█◤ ▄▄▂◥█▅
: ◢██ ◢████▍ ◢████▎██▇▃
: ◢███▕█████▎█████▌◥███◣
: ◢███▉ █████▊ █████▊ ████◣
: ▕████▉▕███▊ ▍ ▍ ███▌ ◥████◣
: ◢███◤ ▃▕███▆◤┃◥███◤◢◣ ◥███▍
: ◢██◤ ▅██▃◥█◤ ◢▇◣◥◤◤◢███◣◥██▍
: .................(以下省略)
☆──────────────────────────────────────☆
jennytayi (请告诉我,你爱我。) 于 2007年02月07日22:42:05 星期三 提到:
很贵的……T-T虽然很想要……
: 最近kfc在送叮当咧TOT
: : 呵呵
: : ▁▄▅▅▄▁
: : ▃▅▆████████▆▄▃
: : ◢█◤▃▄▄▂◥█◤ ▄▄▂◥█▅
: : ◢██ ◢████▍ ◢████▎██▇▃
: : ◢███▕█████▎█████▌◥███◣
: : ◢███▉ █████▊ █████▊ ████◣
: : ▕████▉▕███▊ ▍ ▍ ███▌ ◥████◣
: .................(以下省略)
☆──────────────────────────────────────☆
keerh (四喜·我们的幸福时光·。。。) 于 2007年02月07日22:42:33 星期三 提到:
我也很想要的说。。。
准备坑人。。。。哈哈
: 很贵的……T-T虽然很想要……
: : 最近kfc在送叮当咧TOT
: : .................(以下省略)
☆──────────────────────────────────────☆
daviddvd (BT...好吧) 于 2007年02月07日22:43:34 星期三 提到:
手都是圆的-.-
好画
: 都是刚开始用b2a作图的时画的所以用了高亮
: 高亮不好修改~所以大家后面还是少用高亮^___^
: : hi,没我可爱吧~
: : ▅▅ ▁▄▃
: : ▕███▍██▋
: : ██▆▄▂▄▆▆▌█▍█ ▇◣◥▉▏
: : ▕████████▋◥█▍███ ◥▊
: : ▕█████████▅▃◣◥█◤▇ █
: : ◢ ███████████▆◥▆▆◤
: .................(以下省略)
☆──────────────────────────────────────☆
sylow (夕楼||ANSI天下第七) 于 2007年02月07日23:16:13 星期三 提到:
bingo
但是评审的要求会高一些
: @@C类就是随便怎么做咯?
: : 自己挑
: : 你如果每次都完成三类作业
: : 那么当然就可以选C类
: : 大多数斑竹我们是按B类要求的
: : 最低限度是A
☆──────────────────────────────────────☆
jennytayi (请告诉我,你爱我。) 于 2007年02月07日23:33:30 星期三 提到:
@@啊……难题……
: bingo
: 但是评审的要求会高一些
: : @@C类就是随便怎么做咯?
☆──────────────────────────────────────☆
goldbean (暖暖就在胸膛·熟悉的感觉) 于 2007年02月08日00:37:47 星期四 提到:
慢慢的就会觉得还是背景色做出来的比较细致:)
也许就是因为我是新手的关系吧。。。我总觉得高亮比较舒服。。。-.-
: 都是刚开始用b2a作图的时画的所以用了高亮
: 高亮不好修改~所以大家后面还是少用高亮^___^
: : hi,没我可爱吧~
: : ▅▅ ▁▄▃
: : ▕███▍██▋
: : ██▆▄▂▄▆▆▌█▍█ ▇◣◥▉▏
: : ▕████████▋◥█▍███ ◥▊
: : ▕█████████▅▃◣◥█◤▇ █
: : ◢ ███████████▆◥▆▆◤
: .................(以下省略)
☆──────────────────────────────────────☆
goldbean (暖暖就在胸膛·熟悉的感觉) 于 2007年02月08日00:38:35 星期四 提到:
-,-不然放不到1屏去
理解一下偶刚开始做的嘛。。。
好胖-.-
: hi,没我可爱吧~
: ▅▅ ▁▄▃
: ▕███▍██▋
: ██▆▄▂▄▆▆▌█▍█ ▇◣◥▉▏
: ▕████████▋◥█▍███ ◥▊
: ▕█████████▅▃◣◥█◤▇ █
: ◢ ███████████▆◥▆▆◤
: ▕██████████████▄▄▆▇
: ▕███████████████████
: ▕██████████████▍▕██▇
: .................(以下省略)
☆──────────────────────────────────────☆
goldbean (暖暖就在胸膛·熟悉的感觉) 于 2007年02月08日00:41:05 星期四 提到:
啊我哦拿不到了》《哭了
: 最近kfc在送叮当咧TOT
: : 呵呵
: : ▁▄▅▅▄▁
: : ▃▅▆████████▆▄▃
: : ◢█◤▃▄▄▂◥█◤ ▄▄▂◥█▅
: : ◢██ ◢████▍ ◢████▎██▇▃
: : ◢███▕█████▎█████▌◥███◣
: : ◢███▉ █████▊ █████▊ ████◣
: : ▕████▉▕███▊ ▍ ▍ ███▌ ◥████◣
: .................(以下省略)
☆──────────────────────────────────────☆
wanmy (02MM·frere cadet) 于 2007年02月08日22:23:15 星期四 提到:
老师你教这么难得东西>.<
: ───────────────────────────────────────
: __ ___
: ╱█ __ __ ______ ______ ╱∠-╲
: ╱__█ █ █ █__ ̄  ̄█ ̄ /╱︵╲\\
: __╱  ̄█ █╲█ ▁ █ __█__ (╱⌒ \\│
:  ̄  ̄  ̄  ̄  ̄ ̄ ̄  ̄ ̄ ̄ ╱_ / _)_/
: 日月光华ANSI版短期培训班 /__ /__
: ▏ ╱/╱
: ____ /▏╱╱ ╲
: ╱◣●\ /\︶╱ \
: .................(以下省略)
☆──────────────────────────────────────☆
goldbean (暖暖就在胸膛·熟悉的感觉) 于 2007年02月08日22:41:13 星期四 提到:
@@其实bmp2a很简单的
你把软件一下下来就知道了
: 老师你教这么难得东西>.<
: : ───────────────────────────────────────
: : __ ___
: : ╱█ __ __ ______ ______ ╱∠-╲
: : ╱__█ █ █ █__ ̄  ̄█ ̄ /╱︵╲\\
: : __╱  ̄█ █╲█ ▁ █ __█__ (╱⌒ \\│
: :  ̄  ̄  ̄  ̄  ̄ ̄ ̄  ̄ ̄ ̄ ╱_ / _)_/
: : 日月光华ANSI版短期培训班 /__ /__
: : ▏ ╱/╱
: .................(以下省略)
☆──────────────────────────────────────☆
marslady (04IF·leave me alone) 于 2007年02月08日22:47:39 星期四 提到:
emm自己可以再修改下。。比如这个,就是用一张pic转过来的,我改了字母
i l ov e para
di s for e ver
mar slo
ve para
d issss
mar sparsdis
fore verforever
ppprar andmarsmm
para marsss
love eee
i love
paradis
: @@其实bmp2a很简单的
: 你把软件一下下来就知道了
: : 老师你教这么难得东西>.<
: : .................(以下省略)
☆──────────────────────────────────────☆
goldbean (暖暖就在胸膛·熟悉的感觉) 于 2007年02月08日22:48:14 星期四 提到:
嗯
用啥都可以自己选^^
: emm自己可以再修改下。。比如这个,就是用一张pic转过来的,我改了字母
: i l ov e para
: di s for e ver
: mar slo
: ve para
: d issss
: mar sparsdis
: fore verforever
: ppprar andmarsmm
: para marsss
: .................(以下省略)
☆──────────────────────────────────────☆
marslady (04IF·leave me alone) 于 2007年02月08日22:50:05 星期四 提到:
不过原始稿一般都是m居多...
: 嗯
: 用啥都可以自己选^^
: : emm自己可以再修改下。。比如这个,就是用一张pic转过来的,我改了字母
: : i l ov e para
: : di s for e ver
: : mar slo
: : ve para
: : d issss
: : mar sparsdis
: .................(以下省略)
☆──────────────────────────────────────☆
daviddvd (BT...好吧) 于 2007年02月08日22:50:32 星期四 提到:
m填得比较满
: 不过原始稿一般都是m居多...
: : 嗯
: : 用啥都可以自己选^^
: : .................(以下省略)
☆──────────────────────────────────────☆
bluerey (小耗子) 于 2007年02月08日22:58:02 星期四 提到:
可是修改好难啊>.<
比如人的肤色,用亮白就没法画五官了,用暗白又觉得那人明显就黑掉一圈……
: @@其实bmp2a很简单的
: 你把软件一下下来就知道了
: : 老师你教这么难得东西>.<
: : .................(以下省略)
☆──────────────────────────────────────☆
jennytayi (请告诉我,你爱我。) 于 2007年02月08日22:59:16 星期四 提到:
做成黑人好了~嘿嘿
: 可是修改好难啊>.<
: 比如人的肤色,用亮白就没法画五官了,用暗白又觉得那人明显就黑掉一圈……
: : @@其实bmp2a很简单的
: : 你把软件一下下来就知道了
☆──────────────────────────────────────☆
tush (BONBON··最初的梦想) 于 2007年02月09日00:00:30 星期五 提到:
再做个牙膏管
嘿嘿
: 做成黑人好了~嘿嘿
: : 可是修改好难啊>.<
: : 比如人的肤色,用亮白就没法画五官了,用暗白又觉得那人明显就黑掉一圈……
☆──────────────────────────────────────☆
goldbean (暖暖就在胸膛·熟悉的感觉) 于 2007年02月09日10:47:20 星期五 提到:
不会的
你选用什么颜色做肤色
: 可是修改好难啊>.<
: 比如人的肤色,用亮白就没法画五官了,用暗白又觉得那人明显就黑掉一圈……
: : @@其实bmp2a很简单的
: : 你把软件一下下来就知道了
☆──────────────────────────────────────☆
bluerey (小耗子) 于 2007年02月09日11:04:11 星期五 提到:
现在用了暗白背景色,主要人家衣服很白的,相映之下就显得人黑掉了@.@
还有老师,用bmp怎么做kingboy字体?哪里有图?
: 不会的
: 你选用什么颜色做肤色
: : 可是修改好难啊>.<
: : 比如人的肤色,用亮白就没法画五官了,用暗白又觉得那人明显就黑掉一圈……
☆──────────────────────────────────────☆
goldbean (暖暖就在胸膛·熟悉的感觉) 于 2007年02月09日13:21:18 星期五 提到:
你可以用画图工具把写好的字保存为图片格式
字体啦大小啦什么的你自己按照自己的喜欢选定
接下来的步骤和转图是一样的^_^
: 现在用了暗白背景色,主要人家衣服很白的,相映之下就显得人黑掉了@.@
: 还有老师,用bmp怎么做kingboy字体?哪里有图?
: : 不会的
: : 你选用什么颜色做肤色
☆──────────────────────────────────────☆
reeding (0227·相忆相惜) 于 2007年03月21日12:07:49 星期三 提到:
就这么结束了?
: ───────────────────────────────────────
: __ ___
: ╱█ __ __ ______ ______ ╱∠-╲
: ╱__█ █ █ █__ ̄  ̄█ ̄ /╱︵╲\\
: __╱  ̄█ █╲█ ▁ █ __█__ (╱⌒ \\│
:  ̄  ̄  ̄  ̄  ̄ ̄ ̄  ̄ ̄ ̄ ╱_ / _)_/
: 日月光华ANSI版短期培训班 /__ /__
: ▏ ╱/╱
: ____ /▏╱╱ ╲
: ╱◣●\ /\︶╱ \
: .................(以下省略)
☆──────────────────────────────────────☆
Astronomer (Astronomers do see the sky) 于 2007年03月21日12:46:00 星期三 提到:
-.-
: 就这么结束了?
: : ───────────────────────────────────────
: : __ ___
: : ╱█ __ __ ______ ______ ╱∠-╲
: : ╱__█ █ █ █__ ̄  ̄█ ̄ /╱︵╲\\
: : __╱  ̄█ █╲█ ▁ █ __█__ (╱⌒ \\│
: :  ̄  ̄  ̄  ̄  ̄ ̄ ̄  ̄ ̄ ̄ ╱_ / _)_/
: : 日月光华ANSI版短期培训班 /__ /__
: : ▏ ╱/╱
: .................(以下省略)
☆──────────────────────────────────────☆
NSgan (0558·令吾勿拔·绝地小干) 于 2007年03月21日15:40:35 星期三 提到:
gCCCg
d-.-b
: -.-
: : 就这么结束了?
: : .................(以下省略)
发信人: legendspirit 0127 卿云长系 天涯若比邻 , 信区: ANSI
标 题: [合集]第七章
发信站: 日月光华 2007年04月30日16:52:17 星期一 , 站内信件
goldbean 暖暖就在胸膛 熟悉的感觉 于 2007年02月07日20:29:44 星期三 提到
⌒
日月光华ANSI版短期培训班
第 七 章: bmp2ascii的使用
^
主讲教师 goldbean
时间安排 2007年02月07日
当班教师 goldbean legendspirit等
'
软件简介
一 bmp2ascii的原理
b2a转图的原理比较简单 将bmp图片划分为14*7像素的单元格 将单元格与选
择填充的字符逐一比较 得到相对最贴近单元格的字符 双字节填充的情况下
将配比相邻几个单元格 其实际就是求图片在最小二乘意义下用字符填充的最
优解 因此一般用色块来转比较多 用单字节来转时效果不如色块效果好 但
也可以发挥一定的作用 后面我们将提到一些拓展的应用 对于编程比较擅长
的朋友也可以自己尝试写一个转图软件 可能会更符合自己的需求
二 bmp2ascii的作用
作为一款ANSI转图软件 b2a 的作用是相对有限的 我们只能将其作为一种辅
助手段 在构画一幅图 尤其是色块图时 可以使用转图来得到一个大体的轮
廓 或是帮助自己分清色彩的层次 这样可以节省大量的时间和精力 我们就
可以把功夫画在细节的勾勒上去 现在有一些人转完图也不修改就拿来用 经
常看见一些充斥着三角毛刺的色块字被用作进版 这样是很不负责任的 我们
在转完图之后还是需要进行手工的修正 这样才能使ANSI图案更为美观
⑴
使用说明
一 软件界面
软件采用标准VC编写 界面注重实用 比较朴实 下图给出的是界面上方的工
具栏 下方省略的是图片的显示内容 手头已经有软件的同学可以打开软件对
比看一下 还没有下载软件的同学请到日月光华主页下载 无法连接日月光华
主页的同学也可到 http: www.ansiart.org viewsoftware.aspx?sid 5 进行
下载
无标题 Bmp2Ascii
文件 F 查看 V 帮助 H
所用字符集:
Open x rate: 1 y rate: 1 dx: 0 dy: 0
Save Bmp GO!
Save Ascii
原图 格线图 Ascii图 COPY FtermCOPY ANSI 单. 三. 色. 更. 清
⑵
使用说明
二 参数详解
Open按扭 默认可使用状态 打开一幅bmp格式的图片
x rate y rate 转出后图像的比例 范围在0至100之间 可用小数
dx dy 转出后图象的偏移 范围为所有整数
16个颜色方块 转换中所用的颜色 颜色选择越多 转换速度越慢
GO按扭 所有参数设定好后按下GO按扭自动将图片文件转为ANSI
Save Bmp和Save Ascii按扭 转换后在程序bmp2ascii.exe 所在目录下自动生成
ascii.bmp 与ascii.ans 两个结果文件 按SaveBmp, SaveAscii两个按扭可分别
将这两个文件另存为别的文件名 一般情况下我们只保存ascii.ans文件
原图 格线图和Ascii 图 分别显示原图片文件 在AnsiEditor中对应的网格比
例以及转成ANSI后的预览图
⑶
使用说明
三 字符集说明
系统预定了四套字符集用于转换 分别是单字节字符 三角形字符 色块字符
和更多色块
单字节字符 转换过程只使用单字节的字符 如a, ?等
三角形字符 转换过程中主要使用 色块
色块字符 转换过程使用
更多色块 转换过程中出上面的常用色块字符外还使用 色块
以上的四套字符 根据个人的要求可以分别使用也可以自行设定 只要在所有
字符集的框中自行填加 注意 框内字符的输入只可使用键盘直接输入以及鼠
标右键进行粘贴和复制 选择的字符种类越多 转换的速度就越慢
软件并没有设置常用字符记忆功能 这是一个遗憾 不过一般我们使用软件自
设的字符集就已经足够了 每次使用需要额外添加的字符不多 大家在选择色
块集合时可加入 " 等常用单字节进行补充
⑷
转图技巧
一 选择合适的原图
好的开始是成功的一半 转图的开始就是选择原图 一张优秀的原图往往能直
接转出非常理想的效果 有时甚至无需多少修改 而一张不理想的原图 就算
你变换各种颜色组合 使用不同的放缩比例 出来还是那么乱七八糟 那么
怎样的原图才算一张好的原图呢 我们归纳了几点
1.轮廓鲜明 没有过多的波浪型或锯齿型边际
2.层次感强 图形内部的颜色分层对比明显
3.远离灰色 没有过多与灰色系相近的颜色互相搀杂的现象
4.细节不多 没有过多需要转后处理的细节部分
一般而言 真人脸像是比较难转的图 即使转出比较好的效果 也很难做到与
真人相似 卡通图与类色块字体是比较合适用来转图的 卡通图一般颜色比较
鲜明 而且可以作适当的夸张处理 类色块字体指的是笔画较粗的实心或空心
字体 可以用色块直接拼写 这两类是我们讲解的重点 除了这两类 我们有
时还可以自己用绘图软件画出图案再进行转图
⑸
转图技巧
二 图片预处理技巧
要找到合适的原图往往比较难 那么我们可以通过另一种手段来得到相对比较
适合的图 那就是对原图进行预处理
处理图片的软件因人而异 这里推荐windows自带的mspaint 因为几乎所有机
器上都有 所以比较灵便 下面列一下通常的处理过程
1.勾出轮廓 背景尽量采用黑色 遇到图案内部有黑色边界时用ansieditor中
几种暗色系 原则以明晰边界为上
2.去除枝节 将无用的细枝末节进行适当删除 保留重要或较大篇幅的图案
3.划分层次 使用不同颜色对画面分层进行加深
4.保存图案 将图案保存为小于800*600像素的bmp图 可保存为16色或24色
在处理图的时候我们大可不必花太多精力 毕竟转出来的图也只需要一个或几
个轮廓而已 初学者应当选择结构简单的图片进行预处理尝试 并对比图片处
理前后直接转出的效果
⑹
转图技巧
三 开始作图
我们以一副刀刀的图片为例来学习bmp2ascii 的使用 初始图片如下所示
http: bbs.fudan.edu.cn upload PIC 1170847875 %B5%B6%B5%B6.jpg
利用windows 的画图工具修改过后 存为16色位图 图片如下
http: bbs.fudan.edu.cn upload PIC 1170849663 %B5%B6%B5%B61.JPG
由于光华只能上传jpg文件 请大家下载后自己转存为bmp格式
打开bmp2ascii 点击open 打开修改后的位图 先选择需要的颜色 这一副
图中主要用 到的颜色有 还要选中底色的黑色 之后选择所需的形
状 这里选择色块 一般大面积的色块图很少使用 这些符号 最后
调整x rate和y rate 开控制图片和ANSI之间的放缩倍数 通过格线图看出
转成ANSI后的图形大小 这里x rate和y rate均输入 2 所有的选项都选择
好之后点击GO!按钮 bmp2ascii中会显示出转好的ANSI图 如果不满意还可以
继续调整所需色块 颜色和xy轴的值
⑺
转图技巧
右图是直接用bmp2ascii 转好的
ANSI图 只能看到刀刀大体的轮
廓 十分不精确 颜色也很杂乱
不能够当作一副已经完成的作
品 还需要大家自己动手修改
因此 可以看出bmp2ascii 只是
一个辅助的软件 能够减少大家
的工作量 但是转好的图还需要
修改 这就要求大家具有一定的
制作ANSI的基础和技巧 由于转
图后一般是色块图 需要大家对
色块的使用比较熟悉 当然许多
菜鸟 都是从转图起步 不断
的提高使用色块的能力和技巧
所以大家从简单的图开始做起
循序渐进逐步提高
⑻
Image transfer skills
Make changes to the ears
⑼
Image transfer skills
Modify facial contours
⑽
Image transfer skills
Modify eyes and nose
}
⑾
Image transfer skills
modify body
Completed picture
⑿
Image transfer skills
4. Some tips for modification
The modification process mainly involves using various combinations of color blocks to transform the original
The jagged lines and surfaces were modified to be smoother in the fourth
In the chapter, we discussed how to draw diagonal lines. Some people use color blocks.
The formal expression of the slash is actually a smooth curve.
An extension that uses the color of the color block itself and its inverse color equivalent
Several effects that are often used to express are as follows:
Use the effect of these color blocks to make the originally rough edges smooth.
Slide to remove excess colors in the image during the transfer process
Because the original light and dark effects of the picture have not been processed
bmp2ascii tried to convert the image as intelligently as possible but it caused embarrassment PIC1
Annoyance. During the modification process, compare it with the original image. No need to transfer it.
The impact of good pictures http: bbs.fudan.edu.cn upload PIC 1170849646 image025.JPG
⒀
Image transfer skills
5. Use b2a to create color block fonts
Using image transfer to make color block characters is a very useful method. We will use KingBoy font as an example to explain.
We use KingBoy@freecity’s Missing One as an example. The example is on the next page. The specific production
The process is summarized as follows
1. Use drawing software to save one or several Chinese characters as an image format. Black characters on a white background are recommended.
2. Convert the image. Use dark color for ordinary color block text and highlight color for KB text.
3. Modify the picture, smooth out unnecessary triangular burrs, and make appropriate changes to the font and strokes.
Be as coherent as possible
4. In the KB body, the characters are outlined with black edges and drawn closely to the edges of the characters. Pay attention to the connection of the triangular blocks.
Function: The black edges can be widened in some areas where strokes are concentrated.
5. Add background pattern
The production of KB fonts is special among color block fonts. All of them use highlighted foregrounds, so the processing requires certain skills.
Qiao: Beginners can first use all dark colors to process and compare the differences in production.
⒁
Image transfer skills
By:KingBoy
⒂
This assignment
Category 1 Assignment All formal students need to complete
The second type of homework is recommended to be completed by moderator students or interested students.
1. Select a simple picture to modify and save it in bmp format. Upload the pictures before and after modification.
2. Use bmp2ascii to convert the modified picture to ANSI and submit it in writing. There is no limit to the form.
3. Modify the second question and submit it in writing. There is no limit to the form.
4. Modify the piglet picture on page 13 and attach the original picture. Submit in writing. There is no limit to the form.
The third type of homework is expected to be completed by students who have a certain foundation in ANSI or who are interested.
1. Use bmp2ascii to create an entry screen. The screen is complete and the theme is clear. Submit it in writing.
2. Use bmp2ascii to try to create the KingBoy font. Submit in writing. There is no limit to the form.
3. Talk about whether bmp2ascii image conversion is beneficial to improving ANSI skills. Written submission, no limit to the form.
After formal students complete their homework, they submit it to the group leader, who will submit it to the teacher. Auditing students may submit their work if they wish.
You can choose your own teacher to submit
⒃
Class completion
A class of graduation project topics
1. Talk about your experience of learning ANSI during this period.
2. Evaluate your teacher and other students in the same group
3. Design a feed for a forum you manage or follow
4. Design an activity board for a forum you manage or follow.
5. Design a highlight area cover for a page you manage or follow
Category II Graduation Project Requirements
1. The class graduation project is for moderator class students. Moderator class students can also choose class projects as their graduation projects.
2. Graduation projects should be submitted before February 12, 2007
3. When submitting your class graduation project, please use [class graduation project] student ID as the title and pay attention to the layout.
Supplementary instructions for Category III Graduation Project
Production such as printing will be analyzed in detail in the next lecture. Students can preview and try production first.
⒄
tuliptears Tulip Tears My sister spoke, so I changed my name to nick. Mentioned on Wednesday, February 07, 2007 at 20:30:21
rere
:
:
:
:
: ⌒
:
: Sun and Moon Guanghua ANSI version short-term training course
:
:
:
: ............. omitted below
wqmhlwd Gluttonous Cat@Teapot Gangzhu@ Mentally retarded children are more happy mentioned on Wednesday, February 07, 2007 20:30:49
TT has started again...it’s over and I don’t have time to continue writing.
:
:
:
:
: ⌒
:
: Sun and Moon Guanghua ANSI version short-term training course
:
:
:
: ............. omitted below
NSgan 0558 Ling me not to pull it out Jedi Xiaogan mentioned on Wednesday, February 07, 2007 20:32:27
gCCCg
Ah, Chapter 7 is out. It’s too late to finish the homework d>.<b
:
:
:
:
: ⌒
:
: Sun and Moon Guanghua ANSI version short-term training course
:
:
:
: ............. omitted below
sylow Xilou ANSI Tianxia No. 7 mentioned on Wednesday, February 07, 2007 at 20:33:11
The homework is not urgent
The key is to complete the final graduation project
:gCCCg
: Ah, Chapter 7 is out. It’s too late to finish the homework d>.<b
: :
: :
: :
: :
: : ⌒
: :
: : Sun and Moon Guanghua ANSI version short-term training course
: ............. omitted below
tuliptears Tulip Tears My sister spoke, so I changed my name to nick. Mentioned on Wednesday, February 07, 2007 at 20:33:20
me too
:gCCCg
: Ah, Chapter 7 is out. It’s too late to finish the homework d>.<b
: :
: :
: :
: :
: : ⌒
: :
: : Sun and Moon Guanghua ANSI version short-term training course
: ............. omitted below
Nothingness Urp is like a time bomb mentioned on Wednesday, February 07, 2007 at 20:33:30
!!
The last time I came here was Chapter 2
:gCCCg
: Ah, Chapter 7 is out. It’s too late to finish the homework d>.<b
: :
: :
: :
: :
: : ⌒
: :
: : Sun and Moon Guanghua ANSI version short-term training course
: ............. omitted below
NSgan 0558 Ling me not to pull it out Jedi Xiaogan mentioned on Wednesday, February 07, 2007 20:34:38
You are too cruel. Our levels are different.
:!!
: The last time I came here was Chapter 2.
: :gCCCg
: : Ah, Chapter 7 is out. It’s too late to finish the homework d>.<b
: : ............. omitted below
cythia Looking back at the past, do you see a transformation? Mentioned on Wednesday, February 07, 2007 at 20:36:36
Did Fatty help me with this?
:
:
:
:
: ⌒
:
: Sun and Moon Guanghua ANSI version short-term training course
:
:
:
: ............. omitted below
NSgan 0558 Ling me not to pull it out Jedi Xiaogan mentioned on Wednesday, February 07, 2007 20:36:39
rrdw, how to classify ABC categories according to the status of students?
: The homework is not urgent
: The key is to complete the final graduation project
: :gCCCg
: : Ah, Chapter 7 is out. It’s too late to finish the homework d>.<b
: : ............. omitted below
sylow Xilou ANSI Tianxia No. 7 mentioned on Wednesday, February 07, 2007 at 20:37:55
Pick it yourself
If you complete three types of homework every time
Then of course you can choose Category C
Most of the mottled bamboos we require are Category B
The minimum is A
: rrdw, how to classify ABC categories according to the status of students?
: : The homework is not urgent
: : The key is to complete the final graduation project
sylow Xilou ANSI Tianxia No. 7 mentioned on Wednesday, February 07, 2007 at 20:38:05
no
: Did Xiaopang help me with this?
: :
: :
: :
: :
: : ⌒
: :
: : Sun and Moon Guanghua ANSI version short-term training course
: :
: ............. omitted below
NSgan 0558 Ling me not to pull it out Jedi Xiaogan mentioned on Wednesday, February 07, 2007 20:39:03
gCCCg
The team leader's work is time-consuming because of the pursuit of quality. As a team member, I am playful and never succeed d. b
: me too
: :gCCCg
: : Ah, Chapter 7 is out. It’s too late to finish the homework d>.<b
: : ............. omitted below
NSgan 0558 Ling me not to pull it out Jedi Xiaogan mentioned on Wednesday, February 07, 2007 20:40:56
I am lucky enough to be a mosaic. That means my Type B design questions will not be released until Chapter 8.
: Pick it yourself
: If you complete three types of homework every time
: Then of course you can choose Category C
: Most of the mottled bamboos are classified as Category B.
: The minimum is A
: :rrdw, how to classify ABC categories according to the status of students?
OVPhy It is said that cats sleep an average of 17 hours a day. I passed. Mentioned on Wednesday, February 07, 2007 at 20:41:03
omg..
Chapter 6 Homework
:
:
:
:
: ⌒
:
: Sun and Moon Guanghua ANSI version short-term training course
:
:
:
: ............. omitted below
cythia Looking back at the past, do you see a transformation? Mentioned on Wednesday, February 07, 2007 at 20:41:22
So what he is writing hasn’t been posted yet?
: no
: : Did Xiaopang help with this?
: : ............. omitted below
sylow Xilou ANSI Tianxia No. 7 mentioned on Wednesday, February 07, 2007 20:42:02
Isn’t this chapter already assigned a topic?
Chapter 8 just tells you some techniques
It doesn’t stop you from starting to think about it now
: I am lucky enough to be a mosaic. That means my Type B design questions will not come out until Chapter 8.
: : Pick it yourself
: : If you complete three types of homework every time
: : Then of course you can choose category C
: : Most of the mottled bamboos are classified as Category B.
: : The minimum is A
NSgan 0558 Ling me not to pull it out Jedi Xiaogan mentioned on Wednesday, February 07, 2007 20:42:11
Don't get excited. I had a fever for two days a while ago, and I haven't finished Chapter 5 yet.
:omg..
: Chapter 6 Homework
: :
: :
: :
: :
: : ⌒
: :
: : Sun and Moon Guanghua ANSI version short-term training course
: ............. omitted below
sylow Xilou ANSI Tianxia No. 7 mentioned on Wednesday, February 07, 2007 20:42:21
bingo
But to be honest, I didn’t write much
: Then what he is writing hasn’t been posted yet?
: : no
cythia Looking back at the past, do you see a transformation? Mentioned on Wednesday, February 07, 2007 at 20:42:45
It’s so weak. I’m going to urge you, haha.
: bingo
: But to be honest, I didn’t write much
: : Then what he is writing hasn’t been posted yet?
sylow Xilou ANSI Tianxia No. 7 mentioned on Wednesday, February 07, 2007 20:43:02
It seems that the temperature has changed a lot recently
Many people have colds and fevers
: Don’t get excited. I had a fever for two days a while ago and Chapter 5 is not ready yet.
: : omg..
: : Chapter 6 Homework
: : ............. omitted below
legendspirit 0127 Qingyun Changtie Tianyaruobilin mentioned on Wednesday, February 07, 2007 20:45:34
me too
: me too
: :gCCCg
: : Ah, Chapter 7 is out. It’s too late to finish the homework d>.<b
: : ............. omitted below
NSgan 0558 Ling me not to pull it out Jedi Xiaogan mentioned on Wednesday, February 07, 2007 20:45:42
Oh, I was still reading the homework content of Chapter 6 earlier. It was said that Chapter 8 will be released. I just read Chapter 7 and it turned out that it has already been published later.
It's true that the plan can't keep up with the changes.
: Isn’t this chapter already assigned a topic?
: Chapter 8 just tells you some techniques
: It doesn’t stop you from starting to think about it now
: : I am lucky enough to be a mosaic. This means that my Type B design questions will not be released until Chapter 8.
goldbean The warmth is in the chest, the familiar feeling was mentioned on Wednesday, February 07, 2007 at 20:45:52
Not this chapter
: Did Xiaopang help me with this?
: :
: :
: :
: :
: : ⌒
: :
: : Sun and Moon Guanghua ANSI version short-term training course
: :
: ............. omitted below
cythia Looking back at the past, do you see a transformation? Mentioned on Wednesday, February 07, 2007 at 20:46:13
Yeah, I get it. The activity board chapter.
: Not this chapter
: : Did Xiaopang help with this?
: : ............. omitted below
daviddvd BT...Okay mentioned on Wednesday, February 07, 2007 20:46:22
I can't see the picture
never mind
Just rely on your imagination
:
:
:
:
: ⌒
:
: Sun and Moon Guanghua ANSI version short-term training course
:
:
:
: ............. omitted below
sylow Xilou ANSI Tianxia No. 7 mentioned on Wednesday, February 07, 2007 20:46:49
kindness
taking into account time factor
Let me first give you this topic
This is also the subject given later
So I’ll give it to you first so that everyone can have more time to complete it.
: Oh, I was still reading the homework content of Chapter 6 earlier. It said that Chapter 8 will be released. I just read Chapter 7 and it turned out that it has already been published later.
: It’s out. The plan really can’t keep up with the changes.
: : Isn’t this chapter already assigned a topic?
: : Chapter 8 just tells you some techniques
: : It does not prevent you from starting to think about it now
daviddvd BT...Okay mentioned on Wednesday, February 07, 2007 20:47:04
I'm the only one missing from our team
: Don’t get excited. I had a fever for two days a while ago and Chapter 5 is not ready yet.
: : omg..
: : Chapter 6 Homework
: : ............. omitted below
NSgan 0558 Ling me not to pull it out Jedi Xiaogan mentioned on Wednesday, February 07, 2007 20:47:07
gCCCg
na d@.@b
me too
: me too
: :gCCCg
: : Ah, Chapter 7 is out. It’s too late to finish the homework d>.<b
: : ............. omitted below
goldbean The warmth is in the chest, the familiar feeling was mentioned on Wednesday, February 07, 2007 at 20:47:17
Isn’t the design of Class B already given later in this chapter?
I just sat on the sofa and didn't read the lecture notes.
I am lucky enough to be a mosaic. That means my Type B design questions will not be released until Chapter 8.
: Pick it yourself
: If you complete three types of homework every time
: Then of course you can choose Category C
: Most of the mottled bamboos are classified as Category B.
: The minimum is A
: :rrdw, how to classify ABC categories according to the status of students?
sylow Xilou ANSI Tianxia No. 7 mentioned on Wednesday, February 07, 2007 at 20:47:33
You can find a picture to look at yourself
Then follow the steps to make
If you have any questions, you can ask here
: I can’t see the picture
: never mind
: Just rely on your imagination
: :
: :
: :
: :
: : ⌒
: :
: ............. omitted below
NSgan 0558 Ling me not to pull it out Jedi Xiaogan mentioned on Wednesday, February 07, 2007 20:48:04
Our team probably sent me a long time ago. It’s a sin.
: I am the only one missing from our team
: : Don't get excited. I had a fever for two days a while ago, and I haven't finished Chapter 5 yet.
goldbean The warmth is in the chest, the familiar feeling was mentioned on Wednesday, February 07, 2007 at 20:48:10
jq comes to ansi again
: You’re so weak. I’ll urge you, haha.
: : bingo
: : But to be honest, I didn’t write much.
sylow Xilou ANSI Tianxia No. 7 mentioned on Wednesday, February 07, 2007 at 20:48:35
Is this a fat woman?
: jq comes to ansi again
: : You’re so weak. I’ll go and urge you. Haha.
daviddvd BT...Okay mentioned on Wednesday, February 07, 2007 20:48:54
I see
: You can find a picture that you can look at yourself.
: Then follow the steps to make
: If you have any questions, you can ask here
: : I can’t see the picture
: : never mind
: : Just rely on imagination
: : ............. omitted below
goldbean The warmth is in the chest, the familiar feeling was mentioned on Wednesday, February 07, 2007 at 20:49:28
I can't say anything
: Is this a fat woman?
: : jq comes to ansi again
monkei Learning ANSI... mentioned on Wednesday, February 07, 2007 at 20:49:33
re
:
:
:
:
: ⌒
:
: Sun and Moon Guanghua ANSI version short-term training course
:
:
:
: ............. omitted below
cythia Looking back at the past, do you see a transformation? Mentioned on Wednesday, February 07, 2007 at 20:50:06
beans
If you keep talking nonsense, I won’t go to your forum.
: jq comes to ansi again
: : You’re so weak. I’ll go and urge you. Haha.
legendspirit 0127 Qingyun Changtie Tianyaruobilin mentioned on Wednesday, February 07, 2007 20:50:10
No wonder
: jq comes to ansi again
: : You’re so weak. I’ll go and urge you. Haha.
cythia Looking back at the past, do you see a transformation? Mentioned on Wednesday, February 07, 2007 at 20:50:11
no
: Is this a fat woman?
: : jq comes to ansi again
cythia Looking back at the past, do you see a transformation? Mentioned on Wednesday, February 07, 2007 at 20:50:27
No wonder
: No wonder
: : jq comes to ansi again
NSgan 0558 Ling me not to pull it out Jedi Xiaogan mentioned on Wednesday, February 07, 2007 20:50:27
gCCCg
I was wrong d>.<b
: Isn’t the design of Class B already given later in this chapter?
: I just sat on the sofa and didn’t read the handouts properly.
: I am lucky enough to be a mosaic. That means my Type B design questions will not come out until Chapter 8.
: : Pick it yourself
: : If you complete three types of homework every time
: : Then of course you can choose category C
: : Most of the mottled bamboos are classified as Category B.
: : The minimum is A
legendspirit 0127 Qingyun Changtie Tianyaruobilin mentioned on Wednesday, February 07, 2007 20:50:36
There is progress in correcting homework.
:gCCCg
: na d@.@b
: me too
: : me too
NSgan 0558 Ling me not to pull it out Jedi Xiaogan mentioned on Wednesday, February 07, 2007 20:51:33
gCCCg
Yes, correcting homework is the teacher's homework d. b
: There is progress in correcting homework.
: :gCCCg
: : na d@.@b
: : me too
goldbean The warmth is in the chest, the familiar feeling was mentioned on Wednesday, February 07, 2007 at 20:53:23
This is not what I said TT
unjustly accused
You blew yourself up
beans
If you keep talking nonsense, I won’t go to your forum.
: jq comes to ansi again
: : You’re so weak. I’ll go and urge you. Haha.
cythia Looking back at the past, do you see a transformation? Mentioned on Wednesday, February 07, 2007 at 20:54:16
Where do I have it?
Nothing exploded at all
: This is not what I said TT
: unjustly accused
: You blew yourself up
: beans
: If you talk nonsense again, I won’t go to your forum.
: : jq comes to ansi again
goldbean The warmth is in the chest, the familiar feeling was mentioned on Wednesday, February 07, 2007 at 20:54:24
hehe
gCCCg
I was wrong d>.<b
: Isn’t the design of Class B already given later in this chapter?
: I just sat on the sofa and didn’t read the handouts properly.
: I am lucky enough to be a mosaic. That means my Type B design questions will not come out until Chapter 8.
: : Pick it yourself
: : If you complete three types of homework every time
: : Then of course you can choose category C
: : Most of the mottled bamboos are classified as Category B.
: : The minimum is A
daviddvd BT...Okay mentioned on Wednesday, February 07, 2007 20:55:53
wa
What about Dorayaki?
: hehe
:
:
:
:
:
:
:
:
:
: ............. omitted below
goldbean The warmth is in the chest, the familiar feeling was mentioned on Wednesday, February 07, 2007 at 21:01:15
The big-headed cat has already eaten it
wa
What about Dorayaki?
: hehe
:
:
:
:
:
:
:
:
:
: ............. omitted below
cythia Looking back at the past, do you see a transformation? Mentioned on Wednesday, February 07, 2007 at 21:01:20
so cute
: hehe
:
:
:
:
:
:
:
:
:
: ............. omitted below
cythia Looking back at the past, do you see a transformation? Mentioned on Wednesday, February 07, 2007 at 21:01:35
All I can do is yy
: The big-headed cat has already eaten it
: wa
: What about Dorayaki?
: : hehe
: :
: :
: :
: :
: ............. omitted below
wqmhlwd Gluttonous Cat@Teapot Gangzhu@ Mentally retarded children are more happy mentioned on Wednesday, February 07, 2007 at 21:02:10
cft...JJ
: Where do I have it?
: Nothing exploded at all
: : This is not what I said TT
: : Unjustly accused
: :You blew yourself up
: : beans
: : If you talk nonsense again, I won’t go to your forum.
cythia Looking back at the past, do you see a transformation? Mentioned on Wednesday, February 07, 2007 at 21:03:48
Well, we won’t talk about it here anymore. Let’s continue discussing ansi.
: cft...JJ
: : Where can I get it?
: : Nothing exploded at all
goldbean The warmth is in the chest, the familiar feeling was mentioned on Wednesday, February 07, 2007 at 21:13:02
Hi, you’re not as cute as me, right?
: so cute
: : hehe
: :
: :
: :
: :
: :
: :
: :
: ............. omitted below
goldbean The warmth is in the chest, the familiar feeling was mentioned on Wednesday, February 07, 2007 at 21:14:17
They were all drawn when I first started drawing with b2a, so I used highlights.
Highlighting is difficult to modify, so you should use highlighting less in the future^ ^
: Hi, you’re not as cute as me, right?
:
:
:
:
:
:
:
:
:
: ............. omitted below
cythia Looking back at the past, do you see a transformation? Mentioned on Wednesday, February 07, 2007 at 21:17:08
I like Doraemon
: Hi, you’re not as cute as me, right?
:
:
:
:
:
:
:
:
:
: ............. omitted below
NSgan 0558 Ling me not to pull it out Jedi Xiaogan mentioned on Wednesday, February 07, 2007 at 21:29:18
gCCCg
Wow, I am completely conquered d>.<b
: Hi, you’re not as cute as me, right?
:
:
:
:
:
:
:
:
:
: ............. omitted below
NSgan 0558 Ling me not to pull it out Jedi Xiaogan mentioned on Wednesday, February 07, 2007 at 21:30:04
Maybe it's because I'm a newbie. I always feel that highlighting is more comfortable.
: These were all drawn when I first started drawing with b2a, so I used highlights.
: Highlighting is difficult to modify, so you should use highlighting less in the future^ ^
: : hi You are not as cute as me, right?
: :
: :
: :
: :
: :
: :
: ............. omitted below
daviddvd BT...Okay mentioned on Wednesday, February 07, 2007 21:32:36
so fat .
: Hi, you’re not as cute as me, right?
:
:
:
:
:
:
:
:
:
: ............. omitted below
wqmhlwd Gluttonous Cat@Teapot Gangzhu@ Mentally retarded children are more happy mentioned on Wednesday, February 07, 2007 at 21:33:07
I'm also a newbie...I think the highlighting is too dazzling...><
: Maybe it’s because I’m a newbie. I always feel that highlighting is more comfortable.
: : These were all drawn when I first started drawing with b2a, so I used highlights.
: : Highlighting is difficult to modify, so you should use highlighting less in the future^ ^
: : ............. omitted below
monkei Learning ANSI... mentioned on Wednesday, February 07, 2007 at 21:33:23
All cute
: Hi, you’re not as cute as me, right?
:
:
:
:
:
:
:
:
:
: ............. omitted below
every still believe in yourself mentioned on Wednesday, February 07, 2007 at 21:35:12
pinch
: Hi, you’re not as cute as me, right?
:
:
:
:
:
:
:
:
:
: ............. omitted below
NSgan 0558 Ling me not to pull it out Jedi Xiaogan mentioned on Wednesday, February 07, 2007 at 21:36:35
This shows that you are already one level higher than me
Your qmd is much better than mine
: I'm a newbie too...I think the highlighting is too dazzling...><
: : Maybe it’s because I’m a newbie. I always feel that highlighting is more comfortable.
Sirius Are you kidding? No mentioned on Wednesday, February 07, 2007 21:58:17
Okay, I'm in Category B
: Pick it yourself
: If you complete three types of homework every time
: Then of course you can choose Category C
: Most of the mottled bamboos are classified as Category B.
: The minimum is A
: :rrdw, how to classify ABC categories according to the status of students?
Sirius Are you kidding? No mentioned on Wednesday, February 07, 2007 21:59:49
I just finished Chapter 5 homework a few days ago
: Our team has probably sent me out a long time ago. It’s my fault.
: : I am the only one missing from our team
Sirius Are you kidding? No mentioned on Wednesday, February 07, 2007 22:00:33
One race at a time
: Hi, you’re not as cute as me, right?
:
:
:
:
:
:
:
:
:
: ............. omitted below
NSgan 0558 Ling me not to pull it out Jedi Xiaogan mentioned on Wednesday, February 07, 2007 at 22:05:43
gCCCg
By the way, there were only four of us in the first group including the teacher. We really can’t compare with other people’s group of six or seven.d> <b
: Okay, I’m in Category B
: : Pick it yourself
: : If you complete three types of homework every time
: : Then of course you can choose category C
: : Most of the mottled bamboos are classified as Category B.
: : The minimum is A
Sirius Are you kidding? No mentioned on Wednesday, February 07, 2007 22:08:43
Why are there four people and one more?
:gCCCg
: By the way, there were only four of us in the first group including the teacher. We really can’t compare with other people’s group of six or seven.d> <b
: : Okay, I’m in Category B.
sylow Xilou ANSI Tianxia No. 7 mentioned on Wednesday, February 07, 2007 at 22:08:47
What does this need to be compared to?
It's not a tug of war
Just do your part and that's it.
Of course, it is best to have communication among team members
:gCCCg
: By the way, there were only four of us in the first group including the teacher. We really can’t compare with other people’s group of six or seven.d> <b
: : Okay, I’m in Category B.
Sirius Are you kidding? No mentioned on Wednesday, February 07, 2007 22:09:39
Ashamed, I have basically no communication with the other three team members.
: What does this need to be compared to?
: It’s not a tug of war
: Just do your part.
: Of course it’s best to have communication among team members
: :gCCCg
: : By the way, there were only four of us in the first group including the teacher. We really can’t compare with other people’s group of six or seven.d> <b
NSgan 0558 Ling me not to pull it out Jedi Xiaogan mentioned on Wednesday, February 07, 2007 22:14:36
I'm just more lively. I'm a bit naive. Please forgive me, senior.
: What does this need to be compared to?
: It’s not a tug of war
: Just do your part.
: Of course it’s best to have communication among team members
: :gCCCg
: : By the way, there were only four of us in the first group including the teacher. We really can’t compare with other people’s group of six or seven.d> <b
sylow Xilou ANSI Tianxia No. 7 mentioned on Wednesday, February 07, 2007 at 22:18:15
It's not a bad thing to like the excitement
If you learn more this time,
You can come and be a counselor during the training after school starts.
: I just like to be lively. I'm a bit naive. Please forgive me, senior.
: : What does this need to be compared to?
: : It’s not a tug of war
: : Just do your part.
: :Of course it is best to have communication among team members
NSgan 0558 Ling me not to pull it out Jedi Xiaogan mentioned on Wednesday, February 07, 2007 at 22:18:29
Refer to the homework submission status in Chapter 3. One of ms’s was kicked out. I have no impression of this person at all.
: Why are there four people and one more?
: :gCCCg
: : By the way, there were only four of us in the first group including the teacher. We really can’t compare with other people’s group of six or seven.d> <b
NSgan 0558 Ling me not to pull it out Jedi Xiaogan mentioned on Wednesday, February 07, 2007 at 22:25:08
I am definitely not qualified to be a counselor. I recommend the team leader to be the counselor.
But I won’t miss the opportunity to communicate with you. Hehe, I won’t miss the chance to talk to you either.
: It’s not a bad thing to like excitement
: If I learned more this time,
: You can come and be a counselor during the training after school starts.
: : I just like to be lively. I'm a bit naive. Please forgive me, senior.
Sirius Are you kidding? No mentioned on Wednesday, February 07, 2007 22:28:12
It doesn't matter anymore haha
: Refer to the homework submission status in Chapter 3. One of ms’s was kicked out. I have no impression of this person at all.
: : Why are there four people and one more?
keerh Sixi Our Happy Time mentioned on Wednesday, February 07, 2007 at 22:29:28
re
:
:
:
:
: ⌒
:
: Sun and Moon Guanghua ANSI version short-term training course
:
:
:
: ............. omitted below
keerh Sixi Our Happy Time mentioned on Wednesday, February 07, 2007 at 22:30:22
Recently kfc is sending jingle bells TOT
: hehe
:
:
:
:
:
:
:
:
:
: ............. omitted below
jennytayi please tell me you love me mentioned on Wednesday, February 07, 2007 at 22:39:58
Ah, just take a breath
:
:
:
:
: ⌒
:
: Sun and Moon Guanghua ANSI version short-term training course
:
:
:
: ............. omitted below
jennytayi please tell me you love me mentioned on Wednesday, February 07, 2007 at 22:40:14
@@C type just do whatever you want
: Pick it yourself
: If you complete three types of homework every time
: Then of course you can choose Category C
: Most of the mottled bamboos are classified as Category B.
: The minimum is A
: :rrdw, how to classify ABC categories according to the status of students?
jennytayi please tell me you love me mentioned on Wednesday, February 07, 2007 at 22:40:50
Ahhhhh, Dingdang, so cute
: hehe
:
:
:
:
:
:
:
:
:
: ............. omitted below
jennytayi please tell me you love me mentioned on Wednesday, February 07, 2007 at 22:42:05
Very expensive T T Although I really want it
: Recently kfc is sending jingle bells TOT
: : hehe
: :
: :
: :
: :
: :
: :
: :
: ............. omitted below
keerh Sixi Our Happy Time mentioned on Wednesday, February 07, 2007 at 22:42:33
I also want to say it
Prepare to trick people haha
: It’s very expensive T T I really want it though
: : Recently kfc is sending jingle bells TOT
: : ............. omitted below
daviddvd BT...Okay mentioned on Wednesday, February 07, 2007 22:43:34
The hands are all round.
Good painting
: These were all drawn when I first started drawing with b2a, so I used highlights.
: Highlighting is difficult to modify, so you should use highlighting less in the future^ ^
: : hi You are not as cute as me, right?
: :
: :
: :
: :
: :
: :
: ............. omitted below
sylow Xilou ANSI Tianxia No. 7 mentioned on Wednesday, February 07, 2007 at 23:16:13
bingo
But the review requirements will be higher
: @@Category just do whatever you want
: : Pick it yourself
: : If you complete three types of homework every time
: : Then of course you can choose category C
: : Most of the mottled bamboos are classified as Category B.
: : The minimum is A
jennytayi please tell me you love me mentioned on Wednesday, February 07, 2007 at 23:33:30
@@ah difficult problem
: bingo
: But the review requirements will be higher.
: : @@Category just do whatever you want
goldbean The warmth is in the chest, the familiar feeling was mentioned on Thursday, February 08, 2007 at 00:37:47
Gradually you will feel that the background color is more detailed.
Maybe it's because I'm a newbie. I always feel that highlighting is more comfortable.
: These were all drawn when I first started drawing with b2a, so I used highlights.
: Highlighting is difficult to modify, so you should use highlighting less in the future^ ^
: : hi You are not as cute as me, right?
: :
: :
: :
: :
: :
: :
: ............. omitted below
goldbean The warmth is in the chest, the familiar feeling mentioned on Thursday, February 08, 2007 00:38:35
Otherwise, it won’t fit on 1 screen.
Do you understand what I just started doing?
so fat .
: Hi, you’re not as cute as me, right?
:
:
:
:
:
:
:
:
:
: ............. omitted below
goldbean The warmth is in the chest, the familiar feeling was mentioned on Thursday, February 08, 2007 at 00:41:05
Oh, I can't get it. I'm crying.
: Recently kfc is sending jingle bells TOT
: : hehe
: :
: :
: :
: :
: :
: :
: :
: ............. omitted below
wanmy 02MM frere cadet mentioned on Thursday, February 08, 2007 22:23:15
Teacher, you teach such a rare thing>.<
:
:
:
:
: ⌒
:
: Sun and Moon Guanghua ANSI version short-term training course
:
:
:
: ............. omitted below
goldbean The warmth is in the chest, the familiar feeling was mentioned on Thursday, February 08, 2007 at 22:41:13
@@Actually bmp2a is very simple
You will know after downloading the software.
:Teacher, you teach such a rare thing>.<
: :
: :
: :
: :
: : ⌒
: :
: : Sun and Moon Guanghua ANSI version short-term training course
: :
: ............. omitted below
marslady 04IF leave me alone mentioned on Thursday, February 08, 2007 22:47:39
emm, you can modify it yourself. For example, this one was transferred from a pic and I changed the letters.
i l ov e para
di s for e ver
mar slo
ve para
d issss
mar sparsdis
foreeverforever
ppprarandmarsmm
para marsss
love eee
i love
paradis
: @@Actually bmp2a is very simple
: You will know after downloading the software.
: :Teacher, you teach such a rare thing>.<
: : ............. omitted below
goldbean The warmth is in the chest, the familiar feeling was mentioned on Thursday, February 08, 2007 at 22:48:14
Um
You can choose whatever you want^^
: emm, you can modify it yourself. For example, this one was transferred from a pic and I changed the letters.
:i l ov e para
: di s for e ver
: mar slo
:ve para
: d issss
: mar sparsdis
:foreverever
:ppprarandmarsmm
: para marsss
: ............. omitted below
marslady 04IF leave me alone mentioned on Thursday, February 08, 2007 22:50:05
However, the original manuscripts are generally m...
: Um
: You can choose whatever you want^^
: : emm, you can modify it yourself. For example, this one was transferred from a pic and I changed the letters.
: :i l ov e para
: : di s for e ver
: : mar slo
: :ve para
: : d issss
: : mar sparsdis
: ............. omitted below
daviddvd BT...Okay mentioned on Thursday, February 08, 2007 22:50:32
m is quite full
: But the original manuscripts are generally m...
: : Um
: : You can choose whatever you want^^
: : ............. omitted below
bluerey little mouse mentioned on Thursday, February 08, 2007 22:58:02
But it’s so difficult to modify >.<
For example, if you use bright white to describe a person’s skin color, it’s impossible to draw facial features. If you use dark white, the person will look obviously darker.
: @@Actually bmp2a is very simple
: You will know after downloading the software.
: :Teacher, you teach such a rare thing>.<
: : ............. omitted below
jennytayi please tell me you love me mentioned on Thursday, February 08, 2007 22:59:16
Just make him a black man, hehe
: But it’s so difficult to modify >.<
: For example, if you use bright white to describe a person’s skin color, you won’t be able to draw facial features, and if you use dark white, the person will look obviously darker.
: : @@Actually bmp2a is very simple
: : You will know after downloading the software.
tush BONBON original dream mentioned on Friday, February 09, 2007 00:00:30
Make another toothpaste tube
hey-hey
: Just make him a black man, hehe
: : But it’s so difficult to modify >.<
: : For example, if you use bright white to describe a person’s skin color, you won’t be able to draw facial features, and if you use dark white, it will appear that the person is obviously darker.
goldbean The warmth is in the chest, the familiar feeling was mentioned on Friday, February 09, 2007 at 10:47:20
Will not
What color did you choose for your skin tone?
: But it’s so difficult to modify >.<
: For example, if you use bright white to describe a person’s skin color, you won’t be able to draw facial features, and if you use dark white, the person will look obviously darker.
: : @@Actually bmp2a is very simple
: : You will know after downloading the software.
bluerey little mouse mentioned on Friday, February 09, 2007 at 11:04:11
Now I use a dark white background color. The main person’s clothes are very white, and the contrast makes them look dark.@.@
There are also teachers who use bmp to make kingboy font. Where can I find pictures?
: Will not
: What color did you choose for your skin tone?
: : But it’s so difficult to modify >.<
: : For example, if you use bright white to describe a person’s skin color, you won’t be able to draw facial features, and if you use dark white, it will appear that the person is obviously darker.
goldbean The warmth is in the chest and the familiar feeling was mentioned on Friday, February 09, 2007 at 13:21:18
You can use the drawing tool to save the written words in image format
You can choose the font, size, etc. according to your own preferences.
The next steps are the same as transferring pictures ^ ^
: Now I’m using a dark white background color. The main person’s clothes are very white, and they look dark against the contrast.@.@
: There are also teachers who use bmp to create kingboy font. Where can I find pictures?
: : Will not
: : What color did you choose for your skin tone?
reeding 0227 Xiangmei Xiangxi mentioned on Wednesday, March 21, 2007 12:07:49
It's over
:
:
:
:
: ⌒
:
: Sun and Moon Guanghua ANSI version short-term training course
:
:
:
: ............. omitted below
Astronomer Astronomers do see the sky mentioned on Wednesday, March 21, 2007 12:46:00
.
: That’s the end
: :
: :
: :
: :
: : ⌒
: :
: : Sun and Moon Guanghua ANSI version short-term training course
: :
: ............. omitted below
NSgan 0558 Ling me not to pull it out Jedi Xiaogan mentioned on Wednesday, March 21, 2007 15:40:35
gCCCg
d.b
: .
: : It's over like this
: : ............. omitted below