首页 相关文章 TC 中的汉字技术

TC 中的汉字技术

/*--------本程序由sunny整理完成-----------*/
  *** 基于DOS平台,在Turbo c2.0中调试通过 **
  *** 原码见于http://sunny1979.icpcn.com http://tchome.icpcn.com ***/#include "conio.h"
  #include "stdio.h"
  #include "graphics.h"
  #include "stdlib.h"
  #include "dos.h"void *buffer;
  FILE *fp;void hz(int x,int y,int a,int COL,int b,char *s)
  {
   int ROW;
   char buffer[32];
   register m,n,i,j,k;
   unsigned char qh,wh;
   unsigned long offset;
   ROW=COL;
   while(*s)
   {
   qh=*(s)-0xa0;
   w...[ 查看全文 ]

2016-02-19 标签:

TC 中的汉字技术的相关文章

手机页面
收藏网站 回到头部