⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 vc实现卡拉ok字幕叠加_4.htm

📁 GDI编程的参考资料
💻 HTM
📖 第 1 页 / 共 5 页
字号:
        <TR vAlign=top>
          <TD vAlign=bottom align=middle><A href="http://my.yesky.com/" 
            target=_blank>天极社区</A>邀请您:<A href="http://blog.yesky.com/" 
            target=_blank><FONT color=#ff8000>写博客日记</FONT></A>&nbsp;&nbsp;<A 
            href="http://photo.yesky.com/" target=_blank><FONT 
            color=#ff8000>上传相片</FONT></A>&nbsp;&nbsp;&nbsp;<A 
            href="http://bbs.yesky.com/" target=_blank><FONT 
            color=#ff8000>论坛聊天</FONT></A>&nbsp;&nbsp;<A 
            href="http://bbs.yesky.com/" target=_blank><FONT 
            color=#ff8000>订阅电子杂志</FONT></A>&nbsp;&nbsp;<A 
            href="http://hot.yesky.com/"><FONT 
            color=#ff0000>推荐网摘</FONT></A>&nbsp;&nbsp;<A 
            title="推荐到天极网摘 http://hot.yesky.com [鼠标划选本文摘要,然后点击本图片]" 
            href="javascript:d=document;t=d.selection?(d.selection.type!='None'?d.selection.createRange().text:''):(d.getSelection?d.getSelection():'');void(yesky=window.open('http://hot.yesky.com/dp.aspx?t='+escape(d.title)+'&amp;u='+escape(d.location.href)+'&amp;c='+escape(t)+'&amp;st=2','yesky','scrollbars=no,width=400,height=480,left=75,top=20,status=no,resizable=yes'));yesky.focus();"><IMG 
            src="VC实现卡拉OK字幕叠加_4.files/souchang1.gif" border=0></A> <FONT 
            color=#ff0000><A 
            href="http://www.yeecai.com/mobileant/tjadd/tjload.html" 
            target=_blank>免费图铃工具</A></FONT></TD></TR></TBODY></TABLE>
      <SCRIPT language=JavaScript>function showCommentsSpan() {	if(typeof(latest_comments_poster) == "object" && latest_comments_poster.length && latest_comments_poster.length > 0) {		var str = "<table width=\"96%\" border=\"0\" align=\"center\" cellpadding=\"2\" cellspacing=\"1\" bgcolor=\"#CCCCCC\">";		str += "<tr bgcolor=\"#FFFFFF\"><td colspan=\"3\">本文最新评论 共(<font color=\"#FF0000\">"+ latest_comments_num +"</font>)条";		str += " <a href=" + latest_comments_url + " target=\"_blank\"><font color=\"#FF0000\">查看所有评论</font></a>";		str += " <a href=\"JavaScript:window.location.reload();\">查看最新评论</a></td></tr>";		str += "<tr bgcolor=\"#FFFFFF\"><td width=\"15%\">";		str += "评论人";		str += "</td><td width=\"70%\">";		str += "评论内容";		str += "</td><td width=\"15%\">";		str += "时间";		str += "</td></tr>";		for (i = 0; i < latest_comments_poster.length; i++) {			str += "<tr bgcolor=\"#FFFFFF\"><td><font color=\"#669900\">";			str += latest_comments_poster[i];			str += "</font>";			str += "</td><td>";			str += latest_comments_contents[i];			str += "</td><td>";			str += latest_comments_postdate[i];			str += "</td></tr>";		}		str += "</td></tr></table>";		commentsSpanText.innerHTML = str;	} else {		var str = "<table width=\"96%\" border=\"0\" align=\"center\" cellpadding=\"2\" cellspacing=\"1\" bgcolor=\"#CCCCCC\">";		str += "<tr bgcolor=\"#FFFFFF\"><td>目前本文还没有相关评论。立即评论,马上成为本文的第一个评论者!";		str += "</td></tr></table>";		commentsSpanText.innerHTML = str;	}}</SCRIPT>
<!--此处旧的代码:document.write("<script language=\"JavaScript\" charset=\"gb2312\" defer src=\"http://comments.yesky.com/review.latest.do?rfid="+aid+"&type=1&num=5\"><\/script>");-->
      <SCRIPT language=JavaScript><!--document.write("<script language=\"JavaScript\" charset=\"gb2312\" defer src=\"http://comments.yesky.com/articlereview/6/"+(aid%5000)+"/"+aid+".js\"><\/script>");//--></SCRIPT>

      <TABLE width="100%" border=0>
        <FORM name=frmReviewPost action=http://comments.yesky.com/review.post.do 
        method=post target=_blank><INPUT type=hidden name=rfid> <INPUT 
        type=hidden value=6 name=type> 
        <TBODY>
        <TR>
          <TD align=right width="10%">笔名: </TD>
          <TD width="50%"><INPUT name=userName> </TD>
          <TD vAlign=top 
            rowSpan=3>  请您注意:<BR><BR> 遵守国家有关法律、法规,尊重网上道德,承担一切因您的行为而直接或间接引起的法律责任。<BR><BR> 天极网拥有管理笔名和留言的一切权利。 
          </TD></TR>
        <TR>
          <TD vAlign=top align=right width="10%">评论: </TD>
          <TD width="50%"><TEXTAREA name=contents rows=6 cols=40></TEXTAREA> 
          </TD></TR>
        <TR>
          <TD align=middle width="10%">&nbsp; </TD>
          <TD width="50%"><INPUT onclick=JavaScript:submitReviewForm(this.form) type=button value=发表评论 name=but> 
          </TD></TR></FORM></TBODY></TABLE>
      <SCRIPT language=JavaScript><!--with(document.frmReviewPost) {    if(typeof(comments_nickname) == "string" && comments_nickname.length > 0) {        userName.value = comments_nickname;    } else {       // userName.value = "天极网友";    }    rfid.value = aid;}function submitReviewForm(f) {    with(f) {        if(rfid.value.length > 0) {			if(userName.value.length ==  0) {				alert("请输入您的笔名!");				userName.focus();				return;			}			if(userName.value.length > 20) {				alert("笔名太长,字数不成超过20!");				userName.focus();				return;			}			if(contents.value.length ==  0) {				alert("请输入评论内容");				contents.focus();				return;			}			if(contents.value.length > 2000) {				alert("内容太长,字数不成超过2000");				contents.focus();				return;			}            submit();			contents.value = "";        }    }}//--></SCRIPT>
      <SPAN id=commentsHotestSpanText></SPAN>
      <SCRIPT language=JavaScript>  function showCommentsHotestSpan() { if(typeof(hot_comments_rfid) == "object" && hot_comments_rfid.length > 0) {	var hot_max_length = 17;    var str = "<table width=\"98%\" border=\"0\" align=\"center\" cellpadding=\"2\" >";	str += "<tr><td colspan=\"2\">  本月最热评论</td></tr>";    for (i = 0; i < hot_comments_rfid.length; i+=2) {        str += "<tr>";				for (j = 0; j < 2; j++) {    		str += "<td width=\"50%\">";			if(i + j <  hot_comments_rfid.length) {				var host_comment_title = hot_comments_title[i + j];				if(host_comment_title.length > hot_max_length) {					host_comment_title = host_comment_title.substring(0, hot_max_length);				}				str += "<li>";				str += "<a href=\"" + hot_comments_url[i + j] + "\" title=\""+hot_comments_title[i + j]+"\">"+ host_comment_title +"</a> ";				str += " ("+hot_comments_num[i + j]+")";				str += "</li>";			} else {				str += "&nbsp;";			}			str += "</td>";		}        str += "</tr>";		    }    str += "</table>";    commentsHotestSpanText.innerHTML = str; }}//--></SCRIPT>
<!--document.write("<script language=\"JavaScript\" charset=\"gb2312\" defer src=\"http://comments.yesky.com/review.hotest.do?type=6&cid="+channelid+"&num=10\"><\/script>");-->
      <SCRIPT language=JavaScript> //document.write("<script language=\"JavaScript\" charset=\"gb2312\" defer //src=\"http://comments.yesky.com/channlereview/6/"+(channelid%5000)+"/"+channelid+".js\"><\/script>");</SCRIPT>
      <BR>
      <TABLE cellSpacing=0 cellPadding=0 width=590 align=center border=0>
        <TBODY>
        <TR>
          <TD align=middle width=100>
            <SCRIPT language=JavaScript>function bbs(){ OpenWindow = window.open('http://bbs.yesky.com/yeskybbs.asp?body=VC实现卡拉OK字幕叠加&bbsid=94&url=/SoftChannel/72342371928702976/20031121/1746826.shtml&aid=1746826','bbs','')}</SCRIPT>
            <A href="http://club.yesky.com/"><FONT 
          color=#ff5d00>发表评论</FONT></A></TD>
          <TD align=middle width=100><A href="javascript:recommend()"><FONT 
            color=#8c8a8a>推荐给朋友</FONT></A></TD>
          <TD align=middle width=130><A 
            href="http://training.yesky.com/"><FONT 
            color=#8c8a8a>我想参加相关培训</FONT></A></TD>
          <TD align=middle width=60><A href="javascript:self.print()"><FONT 
            color=#8c8a8a>打印</FONT></A></TD>
          <TD align=middle width=100><A href="javascript:sendemail()"><FONT 
            color=#8c8a8a>我对此感兴趣</FONT></A></TD>
          <TD align=middle width=100><A 
            href="http://www.yesky.com/maillist/index.html"><FONT 
            color=#8c8a8a>订阅电子杂志</FONT></A></TD></TR>
        <TR>
          <TD height=20></TD></TR></TBODY></TABLE></TD></TR>
  <TR>
    <TD vAlign=top bgColor=#f0f2fb></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width=776 border=0>
  <TBODY>
  <TR>
    <TD width=1 bgColor=#b9bebe></TD>
    <TD vAlign=top width=603 bgColor=#f0f2fb>
      <TABLE cellSpacing=0 cellPadding=0 width=603 
      background=VC实现卡拉OK字幕叠加_4.files/04-43.gif border=0>
        <TBODY>
        <TR>
          <TD align=middle width=40><IMG 
            src="VC实现卡拉OK字幕叠加_4.files/04-44.gif"></IMG></TD>
          <TD width=261><FONT color=#ffffff>相关内容</FONT></TD>
          <TD align=middle width=40><IMG 
            src="VC实现卡拉OK字幕叠加_4.files/04-44.gif"></IMG></TD>
          <TD width=262><FONT color=#ffffff>阅读排行榜</FONT></TD></TR></TBODY></TABLE>
      <TABLE cellSpacing=0 cellPadding=4 width=603 bgColor=#f8f3ff border=0>
        <TBODY>
        <TR>
          <TD vAlign=top width=261>
            <LI><A 
            href="http://www.yesky.com/SoftChannel/72342371928702976/20031119/1746313.shtml">深入VC++消息映射与命令通知</A>
            <LI><A 
            href="http://www.yesky.com/SoftChannel/72342371928702976/20031119/1746277.shtml">VC实现应用程序在线升级</A>
            <LI><A 
            href="http://www.yesky.com/SoftChannel/72342371928702976/20031117/1745292.shtml">VC++6.0物资分配软件实例分析</A>
            <LI><A 
            href="http://www.yesky.com/SoftChannel/72342371928702976/20031117/1745200.shtml">用VC++构建树视图控件</A>
            <LI><A 
            href="http://www.yesky.com/SoftChannel/72342371928702976/20031112/1744185.shtml">VC编程实现文本语音转换</A>
            <LI><A 
            href="http://www.yesky.com/SoftChannel/72342371928702976/20031112/1743917.shtml">VC中利用OpenGL实现三维绘图</A>
            <LI><A 
            href="http://www.yesky.com/SoftChannel/72348977504190464/20031111/1743785.shtml">Visual 
            C++图像处理编程讲座</A>
            <LI><A 
            href="http://www.yesky.com/SoftChannel/72342371928702976/20031111/1743748.shtml">VC数字图像处理编程讲座之五</A>
            <LI><A 
            href="http://www.yesky.com/SoftChannel/72342371928702976/20031111/1743700.shtml">VC6.0编写C/S消息传送程序</A></LI></TD>
          <TD vAlign=top width=262>
            <LI><A 
            href="http://www.yesky.com/Fashion/73747582064525312/20041028/1869667.shtml" 
            target=_blank>百万像素手机大展台</A>
            <LI><A 
            href="http://www.yesky.com/market/360582686550523904/20041028/1869666.shtml" 
            target=_blank>K7终极配置 时尚游戏的追求</A>
            <LI><A 
            href="http://www.yesky.com/Gameall/73187909187928064/20041028/1869662.shtml" 
            target=_blank>天极游戏专访锦天科技总经理贾可</A>
            <LI><A 
            href="http://www.yesky.com/SoftChannel/72339069014638592/20041028/1869661.shtml" 
            target=_blank>10.28软件精选 找乐还是赌钱</A>
            <LI><A 
            href="http://www.yesky.com/Gameall/73191216295968768/20041028/1869659.shtml" 
            target=_blank>浩鑫:争夺电子竞技“F1”桂冠</A>
            <LI><A 
            href="http://www.yesky.com/SoftChannel/72356674085584896/20041028/1869404.shtml" 
            target=_blank>体验诺顿安全特警2005版的最新特色</A>
            <LI><A 
            href="http://www.yesky.com/Gameall/73194506240917504/20041028/1869654.shtml" 
            target=_blank>NGC《生化危机4》神秘男子出现</A>
            <LI><A 
            href="http://www.yesky.com/acceessory/361134632797732864/20041028/1869632.shtml" 
            target=_blank>VIA作客天极 最新Roadmap曝光</A></LI></TD></TR></TBODY></TABLE>
      <TABLE cellSpacing=0 cellPadding=0 width=603 
      background=VC实现卡拉OK字幕叠加_4.files/04-43.gif border=0>
        <TBODY>
        <TR>
          <TD align=middle width=40><IMG 
            src="VC实现卡拉OK字幕叠加_4.files/04-44.gif"></IMG></TD>
          <TD width=563><FONT 
      color=#ffffff>Advertisement</FONT></TD></TR></TBODY></TABLE>
      <TABLE cellSpacing=0 cellPadding=0 width=603 bgColor=#f8f3ff border=0>
        <TBODY>
        <TR>
          <TD align=middle><IFRAME 
            src="VC实现卡拉OK字幕叠加_4.files/dell-notebook-pip.htm" frameBorder=0 
            width=550 scrolling=no height=160></IFRAME></TD></TR></TBODY></TABLE><BR>
      <TABLE cellSpacing=0 cellPadding=0 width=570 align=center border=0>
        <TBODY>
        <TR>
          <TD vAlign=top align=middle width=570></TD></TR></TBODY></TAB

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -