搜索资源列表
-
0下载:
1、学会使用VC6.0建立一个Win32 Console Application工程程序内容为屏幕上分成3行输出自己的班级、姓名、学号。
2、学会使用VC6.0建立一个Win32Application工程,把附录的程序调通,并能够运行。
3、在实验内容(2)的基础上修改程序,要求:
窗口背景的颜色为灰色(GRAY_BRUSH)
窗口标题为:“XXX上机实验”(XXX为自己的姓名);
鼠标的形状为:(IDC_HELP)
-
-
0下载:
1.使用VC6.0的开发环境,构建工程为Win32 Console Application类型
2.功能简述:
标准时间服务器上的时间为网络内的标准时间;当网络内某台主机(客户端)需要调整时间时,便发送一个请求信息到时间服务器;时间服务器接到请求后,把本地时间作为标准时间发送到客户端;客户端更改本地时间为标准时间。
-1 using VC6.0 development environment to build the project for the Win32 Console Ap
-
-
0下载:
编写一个C#控制台应用程序,使之能够判断指定年份是否为闰年。-Write a C# console application so that it can determine whether the specified year is a leap year.
-
-
0下载:
编写一个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.
-
-
0下载:
编写一个C#控制台应用程序,对于输入的正整数n,计算1!+2!+3!+...+n!的值并输出。-Write a C# console application, for input positive integer n, compute a!+2!+3!+ ...+n! values and output.
-
-
0下载:
编写一个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.
-