发布时间:2015-08-19 12:15:09
<p style="margin:10px auto;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:14px;line-height:16.8000011444092px;white-space:normal;background-color:#FFFFFF;"><span style="font-size:15px;"><strong><span style="color:#000080;">Dijkstra算法</span></strong></span></p><p style="margin:10px.........【阅读全文】
发布时间:2015-08-13 12:04:33
<p style="margin:10px auto;color:#393939;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:14px;line-height:21px;white-space:normal;background-color:#FAF7EF;"><span style="background-color:#FF9900;">union主要是共享内存,分配内存以其最大的结构或对象为大小,即sizeof最大的。在C/C++程序的编.........【阅读全文】
发布时间:2015-08-10 09:06:40
<div style="color:#333333;font-family:Arial;font-size:14px;line-height:26px;white-space:normal;background-color:#FFFFFF;">重写(覆盖)的规则:<br /> 1、重写方法的参数列表必须完全与被重写的方法的相同,否则不能称其为重写而是重载.<br /> 2、重写方法的访问修饰符一定要大于被重写.........【阅读全文】