资源列表
page20_6_stack
- 用java设计实现一个打字练习,用户可以自由选择打字内容,并有倒计时提示。-Design and implementation of java with a typing exercise, typing the user can freely choose the content, and prompted the countdown.
produce_consume
- 模拟进程同步中的进程与线程问题,熟悉信号量的使用及互斥同步过程-Simulation of the process of synchronization of processes and threads problem, familiar with the use of semaphores and mutex synchronization process
87361036fzmyjsjsy
- 比较普遍,充足可以比较容易得逞答案.阅读您的文件包然后写出其具体功能-More general, sufficient answer may be easier to succeed. Read your package and then write their specific function
arm
- 计算器实现 QSplitter* splitter7 QPushButton* CButton1 QPushButton* CButton2 QPushButton* CButton3 QPushButton* CButton4 QPushButton* CButton5 QPushButton* CButton6 QPushButton* CButton7 QPushButton* CButton8 QPushButt
asdad
- 学生成绩管理-Student achievement management
Apriori
- 用java编写的一个关联规则算法Apriori算法的源代码-Prepared using a java algorithm Apriori association rules algorithm source code
Apriori
- 用Visual C++编写的关联规则挖掘算法Apriori算法的源代码-Using Visual C++ Prepared in association rule mining algorithm Apriori algorithm source code
erjinzhiduxie
- 用C#语言编写的一个二进制文件的读写程序-With C# Language a binary file reading and writing program
1.8
- 一本书的页码从自然数1开始顺序编码直到自然数n。书的页码按照通常的习惯编排,每个页码都不含多于的数字0,例如,第6页用数字6表示,而不是06或者006等。现在需要编写一个方法int[] CaculateNumber(int n),给它一个书的总页码n,方法能有个返回值,它记录了在给定的页码n中0,1,2….9数字出现的次数(如页码67表示6和7各出现了一次)。数组一共九个元素,0出现的次数记录在数组索引为0的元素中,依次类推。-A book page from the natural numbe
1.6
- 编写一个控制台应用程序,完成下列功能,并写出运行程序后输出的结果。 1) 创建一个类A,在A中编写一个可以被重写的带int类型参数的方法MyMethod, 并在该方法中输出传递的整型值加10后的结果。 2) 再创建一个类B,使其继承自类A,然后重写A中的MyMethod方法,将A中接 收的整型值加50,并输出结果。 3) 在Main方法中分别创建类A和类B的对象,并分别调用MyMethod方法 -Write a console application, comp
1.5
- 编写一个控制台应用程序,完成下列功能,并回答提出的问题。 1) 创建一个类A,在构造函数中输出“A”,再创建一个类B,在构造函数中输出“B”。 2) 从A继承一个名为C的新类,并在C内创建一个成员B。不要为C创建构造函数。 3) 在Main方法中创建类C的一个对象,写出运行程序后输出的结果。 4) 如果在C中也创建一个构造函数输出“C”,整个程序运行的结果又是什么? 6. 编写一个控制台应用程序,完成下列功能,并写出运行程序后输出的结果 -Write a cons
