当前位置:首页 » 编程博文
开发技术指南» 文章正文
    引言: 为您的图片添加电灯光照效果 http://www.syszedu.net/jiang/Dragon/1537.htm-------------------------------------------------------------------------------- 下面便给您设...
 

 

    摘要:one of the easiest ways to speed up your graphics is to use the native api calls rather than the built in graphical methods. for example, using the api functions getpixel and setpixel is about 3x fast......
 ·turbo c(v2.0)使用指南    »显示摘要«
    摘要:turbo c(v2.0)使用指南(本文的许多命令或方法同样适用于tc3)  在开始看本文以前,我先说明一下c语言的安装和使用中最应该注意的地方:许多网友在下载turbo c 2.0和turbo c++ 3.0后,向我问得最多的是在使用过程中碰到如下问题:1)出现找不到 stdio.h conio.h等include文件;2)出现cos.obj无法连接之类的错误  这些问题是由于没有设置好路径引起......


为您的图片添加电灯光照效果
上一页   ...

´注意!不要删除或修改下列被注释的行!

public property get fontname() as string 【程序编程相关:ASP编程中树型结构的提交

´mappinginfo=picctrl,picctrl,-1,fontname 【推荐阅读:给网站添加一个注册表 之 “类的应用”

end property 【扩展信息:在C#中应用MapObjects(图层标

    fontname = picctrl.fontname

public property let fontname(byval new_fontname as string)

    picctrl.cls

    picctrl.fontname() = new_fontname

    propertychanged "fontname"

end property

´注意!不要删除或修改下列被注释的行!

´mappinginfo=picctrl,picctrl,-1,fontsize

public property get fontsize() as single

    fontsize = picctrl.fontsize

end property

public property let fontsize(byval new_fontsize as single)

    picctrl.cls

    picctrl.fontsize() = new_fontsize

    maxoffsetx = picctrl.textwidth(m_textstring)

    propertychanged "fontsize"

end property

´注意!不要删除或修改下列被注释的行!

´mappinginfo=timer,timer,-1,interval

public property get speed() as long

    speed = timer.interval

end property

public property let speed(byval new_speed as long)

    timer.interval() = new_speed

    propertychanged "speed"

end property

´注意!不要删除或修改下列被注释的行!

´memberinfo=13,0,0,"图片过度效果pictrans v1.0 设计:江龙  2000年02月30日"

public property get textstring() as string

    textstring = m_textstring

end property

public property let textstring(byval new_textstring as string)

    picctrl.cls

    m_textstring = new_textstring

    textlen = strlen(m_textstring)

    maxoffsetx = picctrl.textwidth(m_textstring)

    propertychanged "textstring"

end property

´注意!不要删除或修改下列被注释的行!

´mappinginfo=picctrl,picctrl,-1,forecolor

public property get textcolor() as ole_color

    textcolor = picctrl.forecolor

end property

public property let textcolor(byval new_textcolor as ole_color)

    picctrl.forecolor() = new_textcolor

    propertychanged "textcolor"

end property

´注意!不要删除或修改下列被注释的行!

´memberinfo=7,0,0,0

public property get textoffsety() as integer

    textoffsety = m_textoffsety

end property


...   下一页
 ·[转贴]it人为什么拿不到高薪    »显示摘要«
    摘要:#####注意:我是转的,所以不要批斗我 最近在论坛里看到很多人发牢骚,说薪水少,可在我看来,你们这样的人拿得到高薪才怪! 我先问一句:这里有多少人是本科的?有多少人是正规本科的(不算自考,成考和专升本)?有多少人是有学位的?有多少有学位的是拿着网大排名前50所大学的学位的?恐怕是少之又少吧!在中国,薪水和学位的关系对于应届生来说是绝对的,即使对于以后的发展,学位也很重要,要不那些......
» 本期热门文章:

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