搜索资源列表
ZUOYE4
- 开机显示888 ,按下s1后显示123456,按下s2后显示654321
zuoye4
- 中点椭圆法,画一个椭圆: 中心(300,400),rx=200,ry=150, 平移到(200,300)旋转逆时针45度
zuoye4
- 这是用VC++写的中序排序算法的程序,排序的时间复杂度低!-This is the VC was the order algorithm procedures, scheduling time low complexity!
zuoye4
- 这是用VC++写的中序排序算法的程序,排序的时间复杂度低!-This is the VC was the order algorithm procedures, scheduling time low complexity!
zuoye4
- 中点椭圆法,画一个椭圆: 中心(300,400),rx=200,ry=150, 平移到(200,300)旋转逆时针45度-Midpoint ellipse law, drawing an oval: Center (300400), rx = 200, ry = 150, ping to (200,300) rotate counter-clockwise 45 degrees
zuoye4
- 实现4-100的偶数由两个素数相加得到!-Even to achieve 4-100 sum of two prime numbers are!
zuoye4
- 用FAMALE.TXT、MALE.TXT的数据作为本次作业使用的样本集,利用C均值聚类方法对样本集进行聚类分析,对结果进行分析.-Use FAMALE. TXT, MALE. TXT data as the assignment is to use the data sets, using the c-means clustering method of the sample set clustering analysis, the a
zuoye4
- 找一幅曝光不足的灰度(或彩色)图像,按照直方图均衡化方法进行处理-Looking for an exposure of the lack of gray (or color) image processing in accordance with the histogram equalization method
zuoye4
- (1)编写主人类(Master),添加不同的方法,根据输入的宠物类型不同,为不同的宠物看病。编写测试类验证; (2)使用多态修改代码,为各宠物类添加看病的方法,主人类中保留一个为宠物看病方法即可,参数类型为宠物类类型。编写测试类验证输出效果如图所示。(注意:同一个引用类型,使用不同的实例而执行不同操作就是多态;方法重写是实现多态的基础)((1) write Master class and add different methods