搜索资源列表
vc++1
- VC 源代码 --- --- --- --- --- --- --- -- dswRename_src.zip 一个可以重命名workspace的程序。 simplecomserver_src.zip 演示了如何生成一个COM组件。 consolePipe_src.zip consolePipe_demo.zip 用图形界面的程序装载控制台程序并接收控制台程序的输出。 TiffToP
ee2_1
- 编写一个C#控制台应用程序,使之能够判断指定年份是否为闰年。-Write a C# console application so that it can determine whether the specified year is a leap year.
ee2_2
- 编写一个C#控制台应用程序,对输入两个正整数m和n,程序能够求出它们的最大公约数和最小公倍数。-Write a C# console application, the input two positive integers m and n, the program can be obtained their greatest common divisor and least common multiple.
ee3_1
- 编写一个C#控制台应用程序,对于输入的正整数n,计算1!+2!+3!+...+n!的值并输出。-Write a C# console application, for input positive integer n, compute a!+2!+3!+ ...+n! values and output.
ee3_2
- 编写一个C#控制台应用程序,要求从键盘输入一个正整数n,然后输出n的所有因子。-Write a C# console application that requires input from the keyboard a positive integer n, then output all of the factors of n.