<![CDATA[Messages posted by "toend2008"]]> /hvaonline/posts/listByUser/194023.html JForum - http://www.jforum.net Tìm sách nmap network scanning của Fyodor /hvaonline/posts/preList/26169/279833.html#279833 /hvaonline/posts/preList/26169/279833.html#279833 GMT Ai thích phát triển ứng dụng android thì vô đây /hvaonline/posts/preList/45062/278390.html#278390 /hvaonline/posts/preList/45062/278390.html#278390 GMT Hỏi về cách xác định địa chỉ IP các máy đang kết nối với Switch /hvaonline/posts/preList/42224/263192.html#263192 /hvaonline/posts/preList/42224/263192.html#263192 GMT Hỏi về cách xác định địa chỉ IP các máy đang kết nối với Switch /hvaonline/posts/preList/42224/262863.html#262863 /hvaonline/posts/preList/42224/262863.html#262863 GMT Xin tên phần mềm kiểm tra máy đang ở domain nào. /hvaonline/posts/preList/41929/261308.html#261308 /hvaonline/posts/preList/41929/261308.html#261308 GMT Lệnh nslookup phân giải ra 2 tên máy khác nhau.
]]>
/hvaonline/posts/preList/41757/260049.html#260049 /hvaonline/posts/preList/41757/260049.html#260049 GMT
Tuyển kỹ sư tư vấn giải pháp và thực tập viên /hvaonline/posts/preList/38667/237085.html#237085 /hvaonline/posts/preList/38667/237085.html#237085 GMT Xin tài liệu về mã hóa và mật mã trong .Net /hvaonline/posts/preList/38270/235019.html#235019 /hvaonline/posts/preList/38270/235019.html#235019 GMT Sau khi reset lại winsock các service của chương trình Ativir đều Stop /hvaonline/posts/preList/36662/225206.html#225206 /hvaonline/posts/preList/36662/225206.html#225206 GMT Chứng chỉ CCIE /hvaonline/posts/preList/36002/223440.html#223440 /hvaonline/posts/preList/36002/223440.html#223440 GMT Muốn trở thành chuyên viên an ninh mạng phải bắt đầu từ đâu ? /hvaonline/posts/preList/30415/188779.html#188779 /hvaonline/posts/preList/30415/188779.html#188779 GMT Re: giúp e bài tập c này với /hvaonline/posts/preList/28261/179623.html#179623 /hvaonline/posts/preList/28261/179623.html#179623 GMT Re: giúp e bài tập c này với Code:
#include<stdio.h> 
#include<conio.h> 

void main(void) 
{ 
int idem=0,n,dv,lc,ktra; 
printf("Ban nhap n = "); 
scanf("%d",&n); 
lc=n%10; 
ktra=n; 
while(n!=0) 
{ 
dv=n%10; 
if(dv>=lc) 
lc=dv; 
n=n/10; 
} 
while(ktra!=0) 
{ 
dv=ktra%10; 
if(lc==dv) 
idem++; 
ktra=ktra/10; 
} 
printf("Ket qua %d",idem); 
getch(); 
}
]]>
/hvaonline/posts/preList/28261/179622.html#179622 /hvaonline/posts/preList/28261/179622.html#179622 GMT
Re: Nhập vào một số nguyên và in ra các chử số nguyên tố. /hvaonline/posts/preList/28750/179621.html#179621 /hvaonline/posts/preList/28750/179621.html#179621 GMT Re: Nhập vào một số nguyên và in ra các chử số nguyên tố. Code:
#include<conio.h>
 #include<math.h>
 
 int nguyento(int n)
 
 {
 		int i;
 		for (i=2;i<=sqrt(n);i++)
 		if(n%i==0) 
		return 0;
 		return 1;
 
 }
 
 
 void main()
 {
 		int b,a,i;
 		printf("\n Nhap a=");
 		scanf("%d",&a); 
 		while (a!=0) 
 		{
  		b=a%10;
 		a=a/10;
 		if(nguyento(b))
 		printf("%d ",b);//neu nhap 123456 in ra 1,2,3,5 la so nguyen to thi cau lenh in la the nao?
  		}
		printf("la so nguyen to");
		getch();
  }
]]>
/hvaonline/posts/preList/28750/179620.html#179620 /hvaonline/posts/preList/28750/179620.html#179620 GMT
Re: hướng dần làm bài tập c này với /hvaonline/posts/preList/29129/179614.html#179614 /hvaonline/posts/preList/29129/179614.html#179614 GMT Re: hướng dần làm bài tập c này với /hvaonline/posts/preList/29129/179612.html#179612 /hvaonline/posts/preList/29129/179612.html#179612 GMT