반응형 분류 전체보기838 소수 구하는 소스 public double Run(double first, double second) { double i, j, a = 0; for (i = first; i 2007. 1. 23. 소수구하는 라이브러리 소수구하는 라이브러리 2007. 1. 23. 소수 구하는 부분 클라이언트 using System; using System.Collections.Generic; using System.Text; using SosuLib; namespace Sosu { class Sosu { static void Main(string[] args) { double result; Sosu s = new Sosu(); SosuLib.SosuLib sul = new SosuLib.SosuLib(); result = sul.Run(1, 30); } } } 2007. 1. 23. mp3 player mp3 player 2007. 1. 23. 이전 1 ··· 183 184 185 186 187 188 189 ··· 210 다음