芝芝751
芝芝751
http://ole.photo.qq.com/?file=0AD70E06DA5BB0D40B4659EAE25EA853C2F18270CF744E91F84E75058A8A2424
关注数: 0
粉丝数: 5
发帖数: 902
关注贴吧数: 17
建议吧主把那些所谓的柏芝公开信删了 这样回误倒大家
正在下uubird里有
他妈的老子要中英文的
给个10的下载地址
摆渡被攻击了?
怎么开不了帖子
友情帖吧“士兵突击”?
Whistler是不是将军的儿子啊
刚做的考研资料大家看看
给我个第3季01的中英下载地址谢谢 谢谢
想买t291G的
谁知道怎么通过菜单交换两个位图?
谁知道怎么通过菜单交换两个位图? 或者得到对话框的指针
谁知道怎么通过菜单交换两个位图?
总结一下 正题:迈克尔-斯科菲尔德英文:Michael Scofield简写:MS现在流行:石膏灰中文版:史勾飞还有:文身男帅哥?大家往下加 啊!!!
是不是过了十一1420就贵了
想买戴尔 Inspiron 1420(Q510902N)怎么样?
什么是Intel Pentium M处理器
怎么感觉C++与vc++的联系不大啊》
大家都在置顶的帖子里看。有在线的!
第三季要一个星期一集吗?
不用看图片和文字了这有3季的16分钟片没看过的赶紧 http://blog.xunlei.com/web/category.html?uin=gzh86312&category_id=1005&refer=index_good_category_1185
那里能找到图书馆里图书附带 的光盘
有贪吃蛇的例子\吗
学生处的帮个忙? 能帮我查下我的交学费号吗?还有学校的代码
MS Microsoft
好想找个女朋友! 可惜不能
谁能给我说说C语言有硬件相关(嵌入)附带我写的游戏 需要学什么知识?以下的不是最后的版本。有空在发改进的吧。。#include #include #include #define NULL 0#define LEO sizeof(struct car)struct car{int speed,x1,x2,y1,y2;int *a;struct car *next;};char str1[30],str2[30],str3[30];int score=0,pass=0;int l=60,t=180,r=70,d=190;int ax[]={2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2};int a0[]={1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,1,1,1,1,1,1,2,2,2,2,1,1,1,1,1,1,2,2,2,2,1,1,1,1,1,1,2,2,2,2,1,1,1,1,1,1,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,3,3,3,3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1};int a1[]={1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,1,1,1,1,1,1,2,2,2,2,1,1,1,1,1,1,2,2,2,2,1,1,1,1,1,1,2,2,2,2,1,1,1,1,1,1,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,3,3,3,3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1};int a2[]={1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,1,1,1,1,1,1,2,2,2,2,1,1,1,1,1,1,2,2,2,2,1,1,1,1,1,1,2,2,2,2,1,1,1,1,1,1,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,3,3,3,3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1};int a3[]={1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,1,1,1,1,1,1,2,2,2,2,1,1,1,1,1,1,2,2,2,2,1,1,1,1,1,1,2,2,2,2,1,1,1,1,1,1,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,3,3,3,3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1};void main(){/*errorcode=graphresult();if(errorcode!=grok) { printf("Grapherrormsg(errorcode)"); printf("press any key to halt:"); getch(); exit(1); }*/struct car *great(int a[]);struct car *newcarfun(int a[],int speed, int m,int n,int zb);struct car *insert(struct car *head,struct car *newcar);void PPutImage(int *a,int l,int t,int r,int d);void print(struct car *head,int a[]);void map();void score1();int tag(struct car *head, int t,int l,int r,int d );struct car *del_car(struct car *head,int num);int i, h;char key;struct car *head ,*newpoint;int driver=CGA,mode=CGAC0;initgraph(&driver,&mode,""); map(); head=great(a1); PPutImage(a0,l,t,r,d); print(head,ax); for(i=0;;i++) { PPutImage(ax,l,t,r,d); if(bioskey(1)) { key=bioskey(0); switch(key){ case 'a': l+=-1;r+=-1;break; case 'd': l+=1;r+=1;break; case 'w': t+=-1;d+=-1;break; case 's': t+=1;d+=1;break; case 'e' : exit (0); default: ; } }if(i%29==0) { newpoint=newcarfun(a1,1,10,10,70); head=insert(head,newpoint);outtextxy(250,50,str3);outtextxy(250,110,str3); score1(); }if(i%37==0) { newpoint=newcarfun(a2,3,10,10,130); head=insert(head,newpoint);outtextxy(250,50,str3);outtextxy(250,110,str3); score1(); }if(i%13==0) { newpoint=newcarfun(a3,5,10,10,180); head=insert(head,newpoint);outtextxy(250,50,str3);
这个怎么用啊 汇编的 MASM5使用方法++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++http://mail.houde.org1.解压到一个目录下。 如放解压到F:下。2.右击 我们的电脑 -》高级-》环境变量-》选中Path -》编辑 变量值后面加上路径 如放在F:下 后面加上 ;F:\MASM5.03.命令提示符 (1)进入例子目录F:cd scr (2)编译连接masm ex1.asmlink ex1.obj (3)运行 ex1++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ write by cndx 2006-10-17
觉的自己的性格和行为特象mahone
谁能介绍个函数在图形下输出%d那样
怎么样把视频弄到我的空间 视频地址http://post.baidu.com/f?kz=182299915
谁能帮我解决下 第一:怎么帮我的手机配个耳机.我的Y809跟本买不到.第二:我的手机怎么扩展啊,象我想看电子书,可以下到软件吗?
关于个打字游戏的问题 如何让屏幕上又掉下一个字母?是不是用链表啊?我试了,可是还是不行。这就相当于让屏幕上原有的东西不边再添加一个东西。如何实现?
哪里有c库函数大全啊?
生日快乐
今天是柏芝的生日吗? 吧里怎么没有动静啊?
高手进 帮我看看这个程序里都设计到C的什么知识,说重要的,大概给我说说,我在下边学习。多谢谢谢谢谢谢谢谢谢谢谢谢谢谢。#include #include #include #include #include #define ESC27#define BLACK0#define HEIZHUAN1#define BAIZHUAN2#define TREE13#define TREE24#define TREE35#define TREE46#define BASE7#define PLAYERSHOT1#define NPCSHOT0#define NPC10#define NPC21#define NPC32#define PLAYER3#define VIABLE1#define NOVIABLE0#define Y0#define X1char MapData[72][84];char MapState[72][84];int *Base;int *Tank[4][4][2];int *Image[7];int *Shot[4];int *BirBg;int Direction[4][2]={-1,0,0,1,1,0,0,-1};int PosFirst[6][2]={1,1,1,41,1,81,70,36,70,40,70,46};int NextBg[4][3][2]={-2,-1,-2,0,-2,1,-1,2,0,2,1,2,2,1,2,0,2,-1,1,-2,0,-2,-1,-2};int TankBg[4][3][2]={1,-1,1,0,1,1,-1,-1,0,-1,1,-1,-1,-1,-1,0,-1,1,-1,1,0,1,1,1};int hei[4][2][2]={0,-1,0,1,-1,0,1,0,0,1,0,-1,1,0,-1,0};struct tank{ int d,hp,attack,define,i,si,interval,ShotInterval,type,CenterY,CenterX,now,ShotSpeed; struct tank *link;};typedef struct tank *PTANK;struct shot{ int y,x,d,attack,interval,type,i; struct shot *link;};typedef struct shot *PSHOT;PTANK NpcHead,PlayerHead;PSHOT NpcShotHead,PlayerShotHead;int *NpcBir,*PlayerBir,BNpcI,BPlayerI,BNpcY,BNpcX,BPlayerY,BPlayerX,BType,BNpcIntval,BPlayerIntval;int NowNpc=0,NowMaxNpc=6,SumNpc=30,SumNpcDead=0,chance=4,GameOver=0;int MaxNpcShot=6,NowNpcShot=0,MaxPlayerShot=4,NowPlayerShot=0;char CH='-1',str[6];FILE *fname,*fdata;void PPutImage(int *p,int l,int t,int r,int b);int *GGetImage(int l,int t,int r,int b);void DrawRetangle(int l,int t,int r,int b,int color);void ChuLiNpc(void);void ChuLiPlayer(void);void ChuLiNpcShot(void);void ChuLiPlayerShot(void);void ChuLiNpcBirth(void);void ChuLiPlayerBirth(void);void PutMap(void);void LoadMap(void);void LoadData(void);void ConstructNpc(int type);void ConstructPlayer(void);void ConstructNpcShot(PTANK p);void ConstructPlayerShot(PTANK p);int NpcBirth(void);void PlayerBirth(void);void AtiveGameOver(void);void init(void);void DrawRetangle(int l,int t,int r,int b,int color){ int x,y; for(y=t;y<=b;y++){ for(x=l;x<=r;x++){ putpixel(x,y,color); } }}int main(){int gm=DETECT,gd,i,y,x,*p,type,d,n;if((fname=fopen("name","r"))==NULL){printf("cannot open map file!\n");getch();exit(0);}printf("open map file success!\n");if((fdata=fopen("data","r"))==NULL){printf("cannot open data file!\n");getch();exit(0);}printf("open data file success!\n");getch();LoadData();initgraph(&gm,&gd,"");while(!GameOver) {LoadMap();init();PutMap();getch();while(!GameOver){ChuLiPlayerBirth();ChuLiNpcBirth();ChuLiPlayerShot();ChuLiNpcShot();ChuLiNpc();ChuLiPlayer();if(chance==0) GameOver=1;if(SumNpcDead==SumNpc) break;if(bioskey(1)) CH=bioskey(0);delay(2);}if(GameOver==1) {getch();break;}
有牛人在吗?和我聊聊C
写c必须要强的逻辑思维吗? 我很郁闷!因为我的逻辑思维不强!很多程序都写不好!都得不到我想要的格式!我不段调试都不能成功!看看我新写的.好多的逻辑在里面.C真的 要强的逻辑思维吗 ?#define M 150#define N 20#include struct date{int y,m,d;};struct student{int num,score[N];char name[20];char sex;struct date birthday;float total,avr;int no;};int m,n,v,h,total[M];struct student stu[M];void main(){int i,j;printf("m=,n=");scanf("%d,%d",&m,&n);for(i=0;i stu[j].total?stu[i].no:stu[j].no; for(v=0;v
怎么用TC编的C程序动起来啊! 就象游戏样!用TC能实现吗!
不能复制 ..------..� /~~-.-~__-'`-__~-..-~-.� | /~~~\ / ~~---\| | |||| * | | | |* | | /_-|\ \ / \ \ \__.|\.| ~ \~~ |_| ~~~~ / ~-.\ ~-..__.-~~ .--~~~~~~--. ||______||� ~-|______|-~�� ||� |______|�� || |�� |__|___|���� |_|| _||�� `--'`--'�
123
招一名吧主 由于忙,没有时间来.找个经常上网 的来.要求:为了吧好. 有很对时间来吧里.不需要有很多的管吧经验,有什么 我可以教你.有兴趣的跟贴
求助 有人帮吗?
应聘 石家庄地区工作.与计算机有关的
小东进来下 你好啊!!朋友,我是芝芝很高兴你能成为吧里的一员!你也是淄博的啊?知道吗?雪舞Y飘絮也在啊.认识吗?没准在大街上就见到了..哈哈对于你提出的意见,我门正尽力为帮里拉人气,发广告..但是吧里有人来的前提就是本身吧里不错,咱们吧还需要大家努力发帖啊,多写有意思的帖子.说出你的心愿,将出你的情感故事!!对了你还是个网管吧,不错啊,以后有什么电脑的东西大家可以找你帮忙,而且我们也可以交流,我是学计算机的..呵呵
对不起,新朋友,老朋友 前几天一直有事,没有上,看到有这么多的新朋友,很高兴。大家好。希望你们可以在这讲述你们的故事。。。
这个程序什么意思啊 main() { int i,j,k; printf("\n"); for(i=1;i<5;i++) /*以下为三重循环*/ for(j=1;j<5;j++) for (k=1;k<5;k++) { if (i!=k&&i!=j&&j!=k) /*确保i、j、k三位互不相同*/ printf("%d,%d,%d\n",i,j,k); }
大年初一给大家拜年了
找个工作 我过了年20岁,现在石家庄学院计算机系,专业计算机科学与技术本科,未毕业,寒假在家学习了C语言,希望能找到一个很这个有关的工作,技术方面虽还不太熟悉,但是本人诚恳,认真,好学.希望各位吧友也帮个忙!QQ55164005
我有些疑问 我想用C编个软件,具体操作如何.谢谢
我才可悲 我的QQ上好多女的,每天都得跟去他们的空间里,给她们留言,我本来就不太爱说话,跟本不知道怎么说.我也不知道为什么,其实她们跟我不认识的,也不理我,.我才伤心呐,我都是默默的付出,却带不来回报.我不知道如何和人相处.也不懂和人怎么交朋友,慢慢的我就习惯了孤独,我决得颓废也是一种美.我经常想象自己一个人怎么怎么样...其实我不想这样我也想有自己的女朋友,自己的哥们,可惜...
欢迎雪舞Y飘絮 终于看到有新面孔了.谢谢看到你的流言和帖子,常来,也希望咱们吧里多点人气我听说只要能上酷吧推荐人就超超多了大家努力希望没有帐号的尽快申请啊
我上了没有QQ
.... 这几天有事不能上了,你们好好弄吧,大家最好是写自己的故事,不要在网上找,都是自己人有什么不好意思的,写的不好也不要紧,我这几天忙,不然回写的,大家为了星语心愿的将来努力吧...谢谢宝儿和双鱼
宝儿,双鱼进 别玩了,是该动点真格的了,我看到了宝儿好几天没有来了,不行啊你是这的吧主应该为吧里的未来着想,双鱼,我给你当小吧主了,听我说咱们一定得把吧弄好,还是那句话,要弄就要弄好,咱们天天写东西...至少一人一篇,还有,至少发一个广告帖 不是难为你门,天天在网上写点东西是挺好的,你们就当锻炼一下自己,反正闲着也是闲着拉,现在必须得做,各位努力
2006我得到的 首先是考上了大学,虽然不是重点但是我还是很有信心的...我能分清什么是对的什么是错的了我能知道什么可以是哥们什么是朋友,我该为哥们做什么.所以钱对我们已经不重要了我知道我的爱情观了,我可以这样找女朋友了,这样我知道怎么对女的了还有我知道我该往哪方面发展了..我知道我该关心什么,并且去努力学习去,在我回家的路上想到的,总之不太会说,我作文不好, 不爱看书.不用怀疑全是今年办的下了明天来
无奈啊 刚把吧里弄好就是没有人来啊
女孩吧男生能进吗?
1
下一页