| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 744 人关注过本帖
标题:今天是小年 祝大家小年快乐
只看楼主 加入收藏
cdmalcl
Rank: 7Rank: 7Rank: 7
等 级:贵宾
威 望:24
帖 子:4091
专家分:524
注 册:2005-9-23
结帖率:74.19%
收藏
 问题点数:0 回复次数:20 
今天是小年 祝大家小年快乐














































































[此贴子已经被作者于2007-2-10 13:44:20编辑过]

搜索更多相关主题的帖子: 快乐 
2007-02-10 13:43
冰镇柠檬汁儿
Rank: 16Rank: 16Rank: 16Rank: 16
来 自:北京
等 级:版主
威 望:120
帖 子:8078
专家分:6657
注 册:2005-11-7
收藏
得分:0 
哈哈,楼主好强啊

本来无一物,何处惹尘埃
It is empty at all here, Why pm 2.5 is so TMD high!
2007-02-10 13:47
cdmalcl
Rank: 7Rank: 7Rank: 7
等 级:贵宾
威 望:24
帖 子:4091
专家分:524
注 册:2005-9-23
收藏
得分:0 























































2007-02-10 13:48
棉花糖ONE
Rank: 7Rank: 7Rank: 7
等 级:贵宾
威 望:32
帖 子:2987
专家分:0
注 册:2006-7-13
收藏
得分:0 
不是明天才小年吗

26403021 sql群 博客 blog./user15/81152/index.shtml
2007-02-10 13:53
cdmalcl
Rank: 7Rank: 7Rank: 7
等 级:贵宾
威 望:24
帖 子:4091
专家分:524
注 册:2005-9-23
收藏
得分:0 




































2007-02-10 13:54
走刀口→超
Rank: 6Rank: 6
等 级:贵宾
威 望:20
帖 子:5018
专家分:0
注 册:2006-3-14
收藏
得分:0 
-.-牛真牛...水成这样了...

人在江湖【走】,怎能不挨【刀】;为了能活【口】,唯有把己【超】!come on...
2007-02-11 10:47
ppm88
Rank: 5Rank: 5
等 级:贵宾
威 望:17
帖 子:1414
专家分:30
注 册:2007-1-28
收藏
得分:0 
楼主

强哇一。。。
2007-02-11 10:50
福尔摩斯
Rank: 5Rank: 5
等 级:贵宾
威 望:12
帖 子:4011
专家分:370
注 册:2006-8-15
收藏
得分:0 

有专门的软件好不好

你们到www.skycn.com去下载


自我放逐。。。
2007-02-11 11:12
田里兵蜂
Rank: 1
等 级:新手上路
威 望:2
帖 子:604
专家分:0
注 册:2007-1-29
收藏
得分:0 

亮哥,大家同乐哈
*=
*= *=
*= *= *=
*= *= *= *=
*= *= *= *= *=
*= *= *= *= *= *=
*= *= *= *= *= *= *=
*= *= *= *= *= *= *= *=
*= *= *= *= *= *= *= *= *=

灌水也要专业

[此贴子已经被作者于2007-2-11 11:42:16编辑过]

2007-02-11 11:26
cdmalcl
Rank: 7Rank: 7Rank: 7
等 级:贵宾
威 望:24
帖 子:4091
专家分:524
注 册:2005-9-23
收藏
得分:0 
以下是引用福尔摩斯在2007-2-11 11:12:56的发言:

有专门的软件好不好

你们到www.skycn.com去下载

用什么专用软件
直接自己写多好

#include <dos.h>
#include <math.h>
#include <conio.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <time.h>
#include <fcntl.h>
#include <graphics.h>

int HZK_file;
int ASC_file;

void openhzfile()
{

if((HZK_file=open("HZK16",O_RDWR|O_BINARY))==-1)
{
printf("\n\n\t Open HZK16 error!");
getch();
exit(0);
}
if((ASC_file=open("ASC16",O_RDWR|O_BINARY))==-1)
{
printf("\n\n\t Open ASC16 error!");
getch();
exit(0);
}

}

main()
{
FILE *fp;
int i=0 ,j=0 ,k=0;
char bit[32];
unsigned int hzasc=0 ,hzasc2=0 ,qm=0 ,wm=0;
char *hz="奖" ,*kong="" ,*xian="";

openhzfile();
if((fp=fopen("text.txt","wt+"))==NULL)
{
puts("Creat file error!");
getch();
exit(0);
}

rewind(HZK_file);

hzasc = *hz;
hzasc2 = *(hz+1);
qm = (hzasc-0xa1)&0x07f;
wm = (hzasc2-0xa1)&0x07f;

lseek(HZK_file ,(long)(qm*94+wm)*32l ,SEEK_SET);
read(HZK_file ,bit ,32);

for(i = 0;i < 16;i++)
{
fputs("\n" ,fp);
for(j = 0;j < 2;j++)
for(k = 0;k < 8;k++)
if((bit[i*2+j]>>(7-k))&0x01)
{
fputs(xian ,fp);
}
else
{
fputs(kong ,fp);
}
}

}

2007-02-13 15:21
快速回复:今天是小年 祝大家小年快乐
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.036819 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved