登录
首页 » Visual C++ » xiti

xiti

于 2007-10-11 发布 文件大小:37KB
0 199
下载积分: 1 下载次数: 52

代码说明:

  谭浩强c++课后习题源码解析,附个人的解题方法(Hao Qiang c++ After exercise-source analysis, with individual problem-solving methods)

文件列表:

习题程序
........\XT1
........\...\XT1-10.CPP
........\...\XT1-11.CPP
........\...\XT1-12.CPP
........\...\XT1-13.CPP
........\...\XT1-14.CPP
........\...\XT1-15.CPP
........\...\XT1-16-2.CPP
........\...\XT1-16.CPP
........\...\XT1-17-1.CPP
........\...\XT1-17-2.CPP
........\...\XT1-18.CPP
........\...\XT1-5.CPP
........\...\XT1-6.CPP
........\...\XT1-7.CPP
........\...\XT1-8.CPP
........\...\XT1-9.CPP
........\XT2
........\...\XT2-1-2.CPP
........\...\XT2-1.CPP
........\...\XT2-2.CPP
........\...\XT2-3.CPP
........\...\XT2-4-1.CPP
........\...\XT2-4-2.CPP
........\...\XT2-4.H
........\...\XT2-5-1.CPP
........\...\XT2-5-2.CPP
........\...\XT2-5.H
........\...\XT2-6-1.CPP
........\...\XT2-6-2.CPP
........\XT3
........\...\XT3-10.CPP
........\...\XT3-11.CPP
........\...\XT3-12.CPP
........\...\XT3-2.CPP
........\...\XT3-3.CPP
........\...\XT3-4.CPP
........\...\XT3-5.CPP
........\...\XT3-6.CPP
........\...\XT3-7-1.CPP
........\...\XT3-7-2.CPP
........\...\XT3-7-3.CPP
........\...\xt3-7-4-a.cpp
........\...\xt3-7-4-b.cpp
........\...\XT3-7-5.CPP
........\...\XT3-8.CPP
........\...\XT3-9.CPP
........\XT4
........\...\XT4-1.CPP
........\...\XT4-2.CPP
........\...\XT4-3.CPP
........\...\XT4-4.CPP
........\...\XT4-5.CPP
........\...\XT4-6.CPP
........\...\XT4-7.CPP
........\XT5
........\...\XT5-1.CPP
........\...\XT5-10.CPP
........\...\XT5-2.CPP
........\...\XT5-3.CPP
........\...\XT5-4-1.CPP
........\...\XT5-4-2.CPP
........\...\XT5-5.CPP
........\...\XT5-6.CPP
........\...\XT5-7.CPP
........\...\XT5-8.CPP
........\...\XT5-9.CPP
........\XT6
........\...\CIRCLE.CPP
........\...\CIRCLE.H
........\...\CYLINDER.CPP
........\...\CYLINDER.H
........\...\POINT.CPP
........\...\POINT.H
........\...\XT6-1.CPP
........\...\XT6-3-1.CPP
........\...\XT6-3-2.CPP
........\...\XT6-3-3.CPP
........\...\XT6-4.CPP
........\...\XT6-5.CPP
........\XT7
........\...\F1.DAT
........\...\F2.DAT
........\...\XT7-1-1.CPP
........\...\XT7-1-2.CPP
........\...\XT7-2-1.CPP
........\...\XT7-2-2.CPP
........\...\XT7-3.CPP
........\...\XT7-4.CPP
........\...\XT7-5.CPP
........\...\XT7-6-1.CPP
........\...\XT7-6-2.CPP
........\XT8
........\...\XT8-1.CPP
........\...\XT8-2.CPP
........\...\XT8-3-H1.H
........\...\XT8-3-H2.H
........\...\XT8-3.CPP
........\习题说明.doc

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • zoj1094
    zoj094 Matrix multiplication problem is a typical example of dynamical programming. Suppose you have to evaluate an expression like A*B*C*D*E where A,B,C,D and E are matrices. Since matrix multiplication is associative, the order in which multiplications are performed is arbitrary. However, the number of elementary multiplications needed strongly depends on the evaluation order you choose. For example, let A be a 50*10 matrix, B a 10*20 matrix and C a 20*5 matrix. There are two different strategies to compute A*B*C, namely (A*B)*C and A*(B*C). The first one takes 15000 elementary multiplications, but the second one only 3500. Your job is to write a program that determines the number of elementary multiplications needed for a given evaluation strategy. (Matrix multiplication problem is a typical example of dynamical programming. Suppose you have to evaluate an expression like A*B*C*D*E where A,B,C,D and E are matrices. Since matrix multiplication is associative, the order in which multiplications are performed is arbitrary. However, the number of elementary multiplications needed strongly depends on the evaluation order you choose. For example, let A be a 50*10 matrix, B a 10*20 matrix and C a 20*5 matrix. There are two different strategies to compute A*B*C, namely (A*B)*C and A*(B*C). The first one takes 15000 elementary multiplications, but the second one only 3500. Your job is to write a program that determines the number of elementary multiplications needed for a given evaluation strategy. )
    2012-06-10 10:38:53下载
    积分:1
  • SamplePreview
    机器视觉相机中驱动使用例子,在机器视应用中非常有用,适合学习,希望对大家有帮助。(Machine vision camera driver uses the example, depending on the machine is very useful in applications for learn, we want to help.)
    2016-10-10 22:25:25下载
    积分:1
  • icmpCheater
    给任意IP地址发送一个欺骗icmp包,发送方的IP地址和MAC地址可以随意填写(To deceive any IP address to send a icmp packet, the sender' s IP address and MAC address can be free to fill)
    2013-07-12 13:07:07下载
    积分:1
  • DICSO
    一个元胞传输模型(CTM)的经典使用软件,解压后可使用。(one yuan cellular transmission model (CTM) of the classic use of software can be used unpacked.)
    2007-03-21 16:35:12下载
    积分:1
  • TTY
    MFC的串口通信程序 能真确运行 经调试后无误(MFC serial communication program can be true and correct after running through debug)
    2010-08-07 18:42:04下载
    积分:1
  • 123
    NET平台下的IP欺骗和SYN Flood攻击-彭宁-贵州大学(NET platform IP spoofing and SYN Flood attacks- Penning- Guizhou University)
    2013-12-17 11:41:19下载
    积分:1
  • chart2d-scrolltm
    Chart2d 滚动 多轴 具有多重缩放功能,并能恢复至默认状态(Chart2d scrool multiaxis)
    2011-10-14 10:17:09下载
    积分:1
  • YMHW
    声卡数字频率计 该程序是标准的Windows界面,界面友好,以黑色背景红色大号字体显示频率值,具有醒目,程序简洁和测量精度高的特点()
    2018-06-20 09:30:57下载
    积分:1
  • padarray
    matlab内部函数实现各种方式的滤波 被imfilter 调用 为底层函数(Standards-based genetic algorithm camera calibration procedure)
    2009-09-25 23:20:12下载
    积分:1
  • SCIint
    飞思卡尔单片机SCI编程例子,很有参考价值,。而且有讲解(Freescale' s Microcontroller Programming SCI example of great reference value. But also to explain)
    2009-12-27 22:53:53下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载