ÕªÒª£º Tcode: SLXT ÔĶÁÈ«ÎÄ
posted @ 2024-06-05 23:12 Terry Zhang ÔĶÁ(1) ÆÀÂÛ(0) ÍƼö(0) ±à¼­
ÕªÒª£º ¡¾MM¡¿ÅäÖà - ÔڲɹºÉêÇëºÍ²É¹º¶©µ¥ÉÏͨ¹ýÎïÁÏ×é´ø³ö×ÜÕË¿ÆÄ¿ ÔĶÁÈ«ÎÄ
posted @ 2020-09-08 11:21 Terry Zhang ÔĶÁ(969) ÆÀÂÛ(0) ÍƼö(0) ±à¼­
ÕªÒª£º SmartformÖдæÔÚ½¥±äɫͼƬµÄÉÏ´«Ê§ÕæÎÊÌâµÄ½â¾ö ÔĶÁÈ«ÎÄ
posted @ 2019-08-08 16:54 Terry Zhang ÔĶÁ(290) ÆÀÂÛ(0) ÍƼö(0) ±à¼­
ÕªÒª£º MySQLѧϰ֮´´½¨Êý¾Ý¿â±í ÔĶÁÈ«ÎÄ
posted @ 2017-11-26 10:57 Terry Zhang ÔĶÁ(267) ÆÀÂÛ(0) ÍƼö(0) ±à¼­
ÕªÒª£º ×î½üÔÚ¿´Spring in actionÕâ±¾Ê飬ÔÚUbuntuÉÏÅäºÃÁË»·¾³¿ªÊ¼¿ª·¢£¬Ã»Ïëµ½×öÁ˵ڶþÕµĵÚÒ»¸öÀý×Ó¾ÍÓöµ½ÁËÒ»¸öNoSuchMethodError´íÎó¡£ ÔĶÁÈ«ÎÄ
posted @ 2017-11-18 11:05 Terry Zhang ÔĶÁ(323) ÆÀÂÛ(0) ÍƼö(0) ±à¼­
ÕªÒª£º Õ»µÄJavaʵÏÖ ÔĶÁÈ«ÎÄ
posted @ 2017-10-28 19:50 Terry Zhang ÔĶÁ(211) ÆÀÂÛ(0) ÍƼö(0) ±à¼­
ÕªÒª£º Explain how to implement doubly linked lists using only one pointer value x.np per item instead of the usual two (next and prev). Assume that all pointer values can be interpreted as k-bit integers, and define x.np to be x.np = x.next XOR x.prev, the k-bit ¡°exclusive-or¡± of x.next and x.prev. (The value NIL is represented by 0.) Be sure to describe what information you need to access the head of the list. Show how to implement the SEARCH, INSERT, and DELETE operations on such a list. Also ÔĶÁÈ«ÎÄ
posted @ 2017-10-12 15:41 Terry Zhang ÔĶÁ(170) ÆÀÂÛ(0) ÍƼö(0) ±à¼­
ÕªÒª£º Give a ¦¨(n)-time nonrecursive procedure that reverses a singly linked list of n elements. The procedure should use no more than constant storage beyond that needed for the list itself. ÔĶÁÈ«ÎÄ
posted @ 2017-10-12 14:25 Terry Zhang ÔĶÁ(276) ÆÀÂÛ(0) ÍƼö(0) ±à¼­
ÕªÒª£º As written, each loop iteration in the LIST-SEARCH' procedure requires two tests: one for x ¡Ù L.nil and one for x.key ¡Ù k. Show how to eliminate the test for x ¡Ù L.nil in each iteration. ÔĶÁÈ«ÎÄ
posted @ 2017-10-12 13:23 Terry Zhang ÔĶÁ(135) ÆÀÂÛ(0) ÍƼö(0) ±à¼­
ÕªÒª£º Show how to implement a stack using two queues. Analyze the running time of the stack operations. ÔĶÁÈ«ÎÄ
posted @ 2017-10-11 17:11 Terry Zhang ÔĶÁ(166) ÆÀÂÛ(0) ÍƼö(0) ±à¼­
ÕªÒª£º Show how to implement a queue using two stacks. Analyze the running time of the queue operations. ÔĶÁÈ«ÎÄ
posted @ 2017-10-11 16:01 Terry Zhang ÔĶÁ(249) ÆÀÂÛ(0) ÍƼö(0) ±à¼­
ÕªÒª£º ÎüѪ¹íÊý×ÖÊÇָλÊýΪżÊýµÄÊý×Ö£¬¿ÉÒÔÓÉÒ»¶ÔÊý×ÖÏà³ËµÃµ½£¬¶øÕâ¶ÔÊý×Ö¸÷°üº¬³Ë»ýÒ»°ëλÊýµÄÊý×Ö£¬ÆäÖдÓ×î³õÊý×ÖÖÐÑ¡È¡µÄÊý×Ö¿ÉÒÔÈa56爆大奖在线娱乐âÅÅÐò¡£ÒÔÁ½¸ö0½áβµÄÊý×ÖÊDz»ÔÊÐíµÄ¡£ÏÂÃæÊÇһЩÎüѪ¹íÊý×Ö£º 15*93: 1395 21*60: 1260 21*87: 1827 ÔĶÁÈ«ÎÄ
posted @ 2017-09-09 17:03 Terry Zhang ÔĶÁ(652) ÆÀÂÛ(0) ÍƼö(0) ±à¼­
ÕªÒª£º ¹ØÓÚ×î´ó×ÓÊý×éÎÊÌâÈýÖֽⷨµÄÌÖÂÛ£º 1.±©Á¦Çó½â 2.·ÖÖÎÇó½â 3.ÏßÐÔÇó½â ÔĶÁÈ«ÎÄ
posted @ 2014-12-04 19:30 Terry Zhang ÔĶÁ(936) ÆÀÂÛ(2) ÍƼö(0) ±à¼­
ÕªÒª£º ÕâЩVS¿ì½Ý¼üÄãÓùýÂ𣿠ÔĶÁÈ«ÎÄ
posted @ 2014-11-28 23:10 Terry Zhang ÔĶÁ(313) ÆÀÂÛ(1) ÍƼö(0) ±à¼­
ÕªÒª£º Áù´ó±È½ÏÅÅÐòËã·¨£ºÃ°ÅÝÅÅÐò£¬Ñ¡ÔñÅÅÐò£¬²åÈëÅÅÐò£¬¹é²¢ÅÅÐò£¬¶ÑÅÅÐòºÍ¿ìËÙÅÅÐò£¬Î±´úÂëÓëCÓïÑÔʵÏÖ ÔĶÁÈ«ÎÄ
posted @ 2014-11-28 13:04 Terry Zhang ÔĶÁ(2806) ÆÀÂÛ(4) ÍƼö(0) ±à¼­