http://yzfy.org/dis/listpost.php?tid=980&extra=page%3D1&page=1
在最后一次努力之后的早上,我就开始头疼了,恶心,随后,我居然吐了.
我努力后无果的代码.希望有人能告诉我哪不行?
;-------------------------------------
#include <iostream>
using namespace std;
void rolling(char*,char*,char*);
static char str[100001];
static char str1[200001];
...


- [tomato] 不管怎样,祝福博主! 01/09 20:33
- [tomato] 博主怎么把汇编网和成仙扯在一起了? 01/09 20:31
- [sa2y] 博主去上海找什么工作啊?程序员吗 01/09 15:20
- [tomato] 为什么苦闷?博主现在忙什么呢?还在搞技术吗?有什么长进没有? 12/10 10:51
- [chinatree] 好像只有东北下这么大的雪。 12/10 04:29
- [sinawear] 大大。。。 09/02 21:35
- [游客] 害怕什么。。。 去完成呀 05/28 04:32
- [游客] 训练营为什么还不开始,也没有什么解释 汇编网是不是关门了? 技术专家除了在喊话区叫几声还能干什么 04/03 16:32
- [游客] 看看,希望有用 03/25 18:07
- [mess] ? ^_^ 01/06 14:24
- [caoxwei] 你好,请教你一个问题,http://www.asmedu.net/bbs/pasteinfo.jsp 02/01 21:53
[2010-04-07 07:44] 恐怖的地方,
阅读全文 |
评论次数(1) |
浏览次数(1616) |
所属类型(the C.)
[2009-12-23 21:28] hzk24
#include <stdio.h>
#include <dos.h>
#include <graphics.h>
#include <io.h>
FILE* open_hzk();
void display_hzk(int x0,int y0,int color,char* string,FILE* handleHzk);
void get_hzk(char* string,char* buffer,FILE* handleHzk);
main()
{
FILE* handleHzk;
int x=100,y=100; /* 640*480 x是列 y是行*/
c...
#include <dos.h>
#include <graphics.h>
#include <io.h>
FILE* open_hzk();
void display_hzk(int x0,int y0,int color,char* string,FILE* handleHzk);
void get_hzk(char* string,char* buffer,FILE* handleHzk);
main()
{
FILE* handleHzk;
int x=100,y=100; /* 640*480 x是列 y是行*/
c...
阅读全文 |
评论次数(0) |
浏览次数(516) |
所属类型(the C.)
[2009-12-23 21:27] hzk16
#include <stdio.h>
#include <dos.h>
#include <graphics.h>
#include <io.h>
FILE* open_hzk();
void display_hzk(int x0,int y0,int color,char* string,FILE* handleHzk);
void get_hzk(char* string,char* buffer,FILE* handleHzk);
main()
{
FILE* handleHzk;
int x=100,y=100; /* 640*480 x是列 y是行*/
c...
#include <dos.h>
#include <graphics.h>
#include <io.h>
FILE* open_hzk();
void display_hzk(int x0,int y0,int color,char* string,FILE* handleHzk);
void get_hzk(char* string,char* buffer,FILE* handleHzk);
main()
{
FILE* handleHzk;
int x=100,y=100; /* 640*480 x是列 y是行*/
c...
阅读全文 |
评论次数(0) |
浏览次数(487) |
所属类型(the C.)
[2009-12-19 15:19] 真是让人沮丧。
printf函数的实现,以前我都写到那种成度了..
自己思维被禁锢的厉害,思考力总是达不到,,
往往妄想一步,可是自己不是神仙..
总是欲速不达,,
而后信心没了,真讨厌.....
对于计算十分没信心,,
只能借它物了.
毫无逻辑上的创造力.
这真让人沮丧.
;====================================
看了程序训练营的专用课程,的Printf.
看到+6,%.我气愤了.
;====================================
/*实现printf的输出.*/
void myPrintf(char point[]...
自己思维被禁锢的厉害,思考力总是达不到,,
往往妄想一步,可是自己不是神仙..
总是欲速不达,,
而后信心没了,真讨厌.....
对于计算十分没信心,,
只能借它物了.
毫无逻辑上的创造力.
这真让人沮丧.
;====================================
看了程序训练营的专用课程,的Printf.
看到+6,%.我气愤了.
;====================================
/*实现printf的输出.*/
void myPrintf(char point[]...
阅读全文 |
评论次数(2) |
浏览次数(680) |
所属类型(the C.)
[2009-09-29 22:11] 单向链表。
//目标动态单向链表的建立,添加,删除.
//不够简炼呢。
#define NULL 0
#include <stdio.h>
#include <malloc.h>
#include <string.h>
struct student
{
int num;
char name[10];
struct student *next;
};
struct student *creat(void); //建立函数声明.
struct student *del(struct student*);
struct student *add(struct ...
//不够简炼呢。
#define NULL 0
#include <stdio.h>
#include <malloc.h>
#include <string.h>
struct student
{
int num;
char name[10];
struct student *next;
};
struct student *creat(void); //建立函数声明.
struct student *del(struct student*);
struct student *add(struct ...
阅读全文 |
评论次数(0) |
浏览次数(442) |
所属类型(the C.)
页码数(1):
1