首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > C/C++/VC++ > 如何将字体库中字替换成需要的字

如何将字体库中字替换成需要的字

  • 资源大小:1.37 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: c++

资 源 简 介

#include #include #include #include #include static int flag=0; /* run this program using the console pauser or add your own getch, system("pause") or input loop */ void print_bin(unsigned int n,int m)//字符转为8位2进制 ,1行显示16位或24位  {     int l = sizeof(n)*8;//总位数。     int i=7;     /*if(i == 0)     {          printf("0");          return;      }     for(i = l-1; i >= 0; i --)//略去高位0.     {         if(n&(1<=0; i --)         printf("%c", ((n&(1<

文 件 列 表

main.c
VIP VIP
0.178922s