diff --git a/DataStructureAndAlgorithm/10 队列与多线程.md b/DataStructureAndAlgorithm/10 队列与多线程.md index f3903c8..625b88f 100644 --- a/DataStructureAndAlgorithm/10 队列与多线程.md +++ b/DataStructureAndAlgorithm/10 队列与多线程.md @@ -1,5 +1,4 @@ - # 10 ¶ÓÁÐÓë¶àÏß³Ì **֪ʶ½á¹¹£º** @@ -21,7 +20,7 @@ ²åÈ루Èë¶Ó£©ÔÚÒ»¶Ë£¨¶Ó⣩½øÐжøÉ¾³ý£¨³ö¶Ó£©ÔÚÁíÒ»¶Ë£¨¶ÓÊ×£©½øÐеÄÏßÐÔ±í¡£¼´ÏȽøÏȳö£¨First In First Out£©µÄÏßÐÔ±í¡£ -¡¾Àý×Ó¡¿ÏßÐÔ±í`$(a_0,a_1,\dots,a_{n-1})$`Èë¶ÓÓë³ö¶ÓÑÝʾ¡£ +¡¾Àý×Ó¡¿ÏßÐÔ±í$(a_0,a_1,\dots,a_{n-1})$Èë¶ÓÓë³ö¶ÓÑÝʾ¡£ ![ͼ3 ˳Ðò±íÄ£ÄâÈë¶Ó¡¢³ö¶Ó](https://img-blog.csdnimg.cn/20191223191501199.png) @@ -205,7 +204,7 @@ class Program Ñ­»·¶ÓÁУ¨Circular Sequence Queue£©£ºÀûÓÃÊý×é²ÉÓÃÑ­»·µÄ·½Ê½ÊµÏֵĶÓÁС£ -¡¾Àý×Ó¡¿ÏßÐÔ±í`$(a_0,a_1,\dots,a_{n-1})$`Èë¶ÓÓë³ö¶ÓÑÝʾ¡£ +¡¾Àý×Ó¡¿ÏßÐÔ±í$(a_0,a_1,\dots,a_{n-1})$Èë¶ÓÓë³ö¶ÓÑÝʾ¡£ ![ͼ7 Ñ­»·¶ÓÁйý³ÌÑÝʾ](https://img-blog.csdnimg.cn/20201008202717909.png) @@ -976,8 +975,6 @@ public class Resource ![ͼ19 ÔËÐнá¹û](https://img-blog.csdnimg.cn/20201009112823798.png) - - --- ## 6. ¶ÓÁеÄÓ¦ÓÃ