خدمت دوستانیکه آیدی منو دارن و یا خواستن اد کنن باید عرض کنم که چند وقت پیش آیدیم توسط یه از خدا بیخبری
هک شده ممکنه اد رو دینای کرده باشه اگه خواستین میتونین دوباره اد کنید
آیدیمو چون پس گرفتم 
مدير وبلاگ رژين
+ نوشته شده در یکشنبه 18 فروردین1387ساعت
2:6 PM  توسط رژین
/*
########################################
# WWW .radical.com #
# Released on mar 2006 #
########################################
*/
//Essential Library
#include
#include
#include
#include
int main(void)
{
int gdriver = DETECT;
int gmode,errorcode,a,b,s;
float k,x,y,i,j;
float pi = 3.14159;
initgraph(&gdriver,&gmode,"c:\\tc\\bgi");
errorcode = graphresult();
if ( errorcode != grOk)
{
exit(1);
}
s = 0;
setcolor(12);
do {
i = 38+100*cos(pi*s/190);
j = 175+100*sin(pi*s/190);
x = (int)i;
y = (int)j;
circle(x+s,y,(int)y/6);
s=s+3;
} while (s<550);
getch();
closegraph();// Return into text mode
return 0;
}//End of program
+ نوشته شده در یکشنبه 18 فروردین1387ساعت
1:53 PM  توسط رژین
|
+ نوشته شده در سه شنبه 30 بهمن1386ساعت
10:34 PM  توسط رژین
|
در ضمن اگر نیازی به نوشتن پروژه داشتید لطفافقط و فقط به طور خصوصی در نظرات اعلام کنید حتما میل خودتونم قید کنید ممنون>> رژین
+ نوشته شده در سه شنبه 20 آذر1386ساعت
1:19 AM  توسط رژین
Copyright ©radical , All rights
reserved
ساختمان داده
ساختمان داده
ساختمان داده
ساختمان داده
ساختمان داده
ساختمان داده
ساختمان داده
ساختمان داده
ساختمان داده
ساختمان داده
ساختمان داده
ساختمان داده
ساختمان داده
ساختمان داده
ساختمان داده
ساختمان داده
ساختمان داده
+ نوشته شده در شنبه 26 آبان1386ساعت
9:33 PM  توسط رژین
|
#include
#include
void main()
{
int gdriver,gmode;
char p[8]={0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff};
//char p2[8]={0x00,0x3c,0x24,0x24,0x3c,0x20,0x20,0x00};
gdriver=DETECT;
gmode=0;
initgraph(&gdriver,&gmode,"");
setcolor(23);
circle(300,100,20);
//line(60,50,100,100);
setfillpattern(p,7);
floodfill(300,100,23);
setcolor(23);
line(300,120,300,220);
line(300,220,350,270);
line(300,220,265,275);
line(270,200,300,150);
line(300,150,330,200);
setcolor(62);
//setbkcolor(9);
circle(200,185,5);
setcolor(20);
circle(213,180,7);
setfillpattern(p,7);
floodfill(213,180,20);
circle(200,172,7);
setfillpattern(p,7);
floodfill(200,172,20);
circle(187,182,7);
setfillpattern(p,7);
floodfill(187,182,20);
circle(192,195,7);
setfillpattern(p,7);
floodfill(192,195,20);
circle(209,195,7);
setfillpattern(p,7);
floodfill(209,195,20);
setcolor(22);
line(200,190,200,270);
//line(10,275,600,275);
setcolor(2);
arc(182,225,0,90,17);
setcolor(YELLOW);
circle(500,50,30);
setfillpattern(p,YELLOW);
floodfill(500,50,YELLOW);
//arc(500,95,300,50,15);
//line(500,450,400,50);
setcolor(2);
//line(10,275,20,275);
line(10,300,20,290);
line(30,300,20,290);
line(50,300,30,290);
line(70,300,40,290);
line(90,300,60,290);
line(110,300,80,290);
line(130,300,90,290);
line(150,300,100,290);
line(170,300,130,290);
line(200,300,150,290);
line(220,300,200,290);
line(240,300,210,290);
line(260,300,230,290);
line(280,300,250,290);
line(300,300,300,290);
line(330,300,310,290);
line(350,300,320,290);
line(380,300,330,290);
line(400,300,340,290);
line(420,300,360,290);
line(440,300,380,290);
line(460,300,400,290);
line(480,300,420,290);
line(500,300,440,290);
line(520,300,460,290);
line(540,300,480,290);
line(570,300,500,290);
line(580,300,530,290);
line(600,300,550,290);
line(620,300,570,290);
line(640,300,600,290);
line(660,300,620,290);
setcolor(YELLOW);
line(450,10,500,50);
linerel(400,100);
line(100,100,100,20);
getch();
}
+ نوشته شده در جمعه 25 آبان1386ساعت
8:47 PM  توسط رژین
+ نوشته شده در جمعه 25 آبان1386ساعت
8:17 PM  توسط رژین
|
#include
#include
#include
#include
const maxsize=20;
int a,b,c,top,i,s[maxsize];
void pop();
void push();
void display();
//
void main()
{
for (;;)
{
clrscr();
cout<<"\n\n\n\n\n\t _____ ----STACK MENO---- ______";
cout <<"\n\n\n\t1)push stack ";
cout <<"\n\n\n\t2)display stack";
cout <<"\n\n\n\t3)pop stack";
cout <<"\n\n\n\t4)exit";
cout <<"\n\n\n\tPlease choice (1..4):";
cout <<"\n\n\n\t ---------------------------";
cout <<"\n\n\n\t==>";
cin>>b;
switch (b)
{
case 1:push();break;
case 2:display();break;
case 3:pop();break;
case 4:exit(0);break;
}
}
}
//**************************
void push()
{
if (top== maxsize)
{
clrscr();
cout<<"\n\n\n\n\t_____ ----ERROR:Stack Is Full---- ______";
getch();
}
else
{
top++;
clrscr();
cout<<"\n\n\n\n\n\n\tPlease Enter A Number for Stack>>";
cin >>s[top];
}
}
//
void pop()
{
if(top==0)
{
clrscr();
cout<<"\n\n\t\t______ -----ERROR: Stack Is Empty-----_____";
getch();
}
else
{
top--;
cout<<"\n\n\t\t____---Akharin Onsori ke vared kardid hazf shod----_____";
cout<<"\n";
getch();
}
}
//
void display()
{
clrscr();
printf("\n\n\n\t\t _____----Display Stack---_____\n");
for (i=1; i<=top;i++)
{
cout<<"\n\t\t";
cout << s[i];
cout<<"\n\t\t";
cout<<"---\n\t\t";
}
getch();
}
+ نوشته شده در جمعه 25 آبان1386ساعت
8:15 PM  توسط رژین
opsty stack;
2. while ( not end of prefix string)
{
3. symb = next character ;
4. if ( symb is operand ) push (opstk , symb );
5. else
{
6. op2 = pop ( opstk );
7. op1 = pop ( opstk );
8. result = op1 + symb + op2 ;
9. push ( opstk , result );
}
10. return ( pop ( opstk ) ) ;
+ نوشته شده در جمعه 25 آبان1386ساعت
8:14 PM  توسط رژین
#include
#include
#include
#include
const maxsize=10;
int n,rear,front,i,q[maxsize];
char b;
void addq();
void delq();
void displayq();
void main()
{
for (;;)
{
clrscr();
cout<<"\n\n\n\n\n\n\n\n\t\t^~^~^~^~^~^~ Queue ~^~^~^~^~^~^ ";
cout <<"\n\n\n\n\t\tA)Add ";
cout <<"\n\n\n\n\t\tB)Display";
cout <<"\n\n\n\n\t\tC)Delete ";
cout <<"\n\n\n\n\t\tD)Exit";
cout <<"\n\n\n\n\t\tPlease choice (A,B,C or D)";
cin>>b;
switch (b)
{
case 'A':
addq();break;
case 'B':
displayq();break;
case 'C'
:delq();break;
case 'D'
:exit(0);break;
}
}
}
//***********************
void addq()
{
if (rear==n-1)
{
clrscr();
cout<<"\n\n\n\n\n\n\n\n\t\t^~^~^~^~^~^ Queue Is Full ^~^~^~^~^~^~^";
getch();
}
else
{
rear++;
clrscr();
cout<<"\n\n\n\n\n\n\n\n\t\t^~^~^~^~^~^ Enter A Number ^~^~^~^~^~^~";
cout<<"\n\n\n\n\n\n\n\n\t\t^~^~^~^~^~^";
cin >>q[rear];
}
}
//*****************************************
void delq()
{
if(front==rear)
{
clrscr();
cout<<"\n\n\n\n\n\n\n\n\t\t^~^~^~^~^~^ Queue Is Empty ~^~^~^~^~^~^";
}
else
{
front++;
cout<<"\n\n\n\n\n\n\n\n\t\t ~^~^ Avalin onsore vared shode HAzf shod! ~^~^";
cout<<"\n\n\n\n\n\n\n\n\t\t please Insert any key... ";
cin>>q[front];
}
}
//*********************************
void displayq()
{
clrscr();
printf("\n\n\n\n\n\n\n\n\t\t^~^~^~^~^~^ Display Queue ^~^~^~^~^~^ ");
for (i=front; i<=rear;i++)
{
cout << q[i];
cout<<"\n";
cout<<"\n\t\t----------";
}
getch();
}
+ نوشته شده در جمعه 25 آبان1386ساعت
8:13 PM  توسط رژین