銀行家算法可以避免死鎖。算法結構 n : 系統中進程個數 m :系統中的資源類數 1)available(m):現有資源向量 2) max(n,m):資源最大申請量 3)allocation(n,m):資源分配矩陣 4)need(n,m):進程以后還需要的資源矩陣 5)request(n,m):進程申請資源矩陣
上傳時間: 2013-12-30
上傳用戶:李夢晗
兩篇最新的介紹MIMO中繼信道容量的文章Capacity Bounds for Gaussian MIMO relay channel with Channel State Information 與 Amplify-Forward and Decode-Forward The Impact of Location and Capacity Contour
標簽: MIMO Information Capacity Gaussian
上傳時間: 2014-01-08
上傳用戶:lvzhr
system verilog This directory has all the examples in chapter 1. The examples are in different directories. The table below lists the location of hte examples.
標簽: examples directory different chapter
上傳時間: 2017-03-05
上傳用戶:FreeSky
Professional Android Application Development,英文,內容詳盡,適合進階 Chapter 1: Hello, Android . . . . . . . . . . . . . . . . . . . . .. . Chapter 2: Getting Started . . . . . . . . . . . . . . . . . . . .. . Chapter 3: Creating Applications and Activities . . . . . . . . . . . Chapter 4: Creating User Interfaces . . . . . . . . . . . . . . . .. . Chapter 5: Intents, Broadcast Receivers, Adapters, and the Internet113 Chapter 6: Data Storage, Retrieval, and Sharing . . . . . . . . . .. . Chapter 7: Maps, Geocoding, and Location-Based Services . . . . . .. Chapter 8: Working in the Background . . . . . . . . . . . . . . . . . Chapter 9: Peer-to-Peer Communication . . . . . . . . . . . . . . .. . Chapter 10: Accessing Android Hardware . . . . . . . . . . . . . . . . Chapter 11: Advanced Android Development . . . . . . . . . . . . .. . Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
標簽: Android Professional Application Development
上傳時間: 2013-12-12
上傳用戶:aig85
論文IEEE上的,zigbee的關于實時定位系統的研究Zigbee - Research into integrated Real-Time Location Systems.pdf,zigbee的關于實時定位系統的研究
上傳時間: 2013-12-12
上傳用戶:lili123
MIMO-OFDM 國外博士論文 1.Transmitter strategies for closed-loop MIMO-OFDM,2.Spatial processing, power control, and channel allocation for OFDM wireless communications....
標簽: MIMO-OFDM Transmitter closed-loop strategies
上傳時間: 2014-06-26
上傳用戶:秦莞爾w
width = gdk_pixbuf_animation_get_width(ani) height = gdk_pixbuf_animation_get_height(ani) current_frame_list = gdk_pixbuf_animation_get_frames(ani) pixmap = gdk_pixmap_new(w->window, width, height, -1) clean_pixmap = gdk_pixmap_new(w->window, width, height, -1) if (w->style->bg_pixmap[GTK_STATE_NORMAL]) { GdkPixmap *bg = w->style->bg_pixmap[GTK_STATE_NORMAL] GdkGC *gc GdkGCValues values values.tile = bg values.fill = GDK_TILED gc = gdk_gc_new_with_values(w->window, &values, GDK_GC_FILL|GDK_GC_TILE) gdk_gc_set_ts_origin(gc, (w->allocation.width - width)/2, (w->allocation.height-height)/2) gdk_draw_rectangle(clean_pixmap,gc, TRUE, 0, 0, width, height) gdk_gc_destroy(gc) } else { gdk_draw_rectangle(clean_pixmap, w->style->bg_gc[GTK_STATE_NORMAL], TRUE, 0, 0, width, height) }
標簽: gdk_pixbuf_animation_get_height gdk_pixbuf_animation_get_width ani height
上傳時間: 2013-12-26
上傳用戶:thinode
This function calculates the ergodic and outage capacity of a MIMO Rayleigh channel considering no CSIT (equal power allocation) and perfect CSIT (waterfilling power allocation). In both cases perfect CSIR is assumed. The channel is assumed to be spatially correlated according to a Kronecker model but temporally uncorrelated.
標簽: considering calculates Rayleigh function
上傳時間: 2014-12-02
上傳用戶:pompey
I. C. Wong, Z. Shen, J. G. Andrews, and B. L. Evans, ``A Low Complexity Algorithm for Proportional Resource Allocation in OFDMA Systems , Proc. IEEE Int. Work. Signal Processing Systems, 針對這篇文章給出的源代碼
上傳時間: 2014-01-24
上傳用戶:zhichenglu
un the configuration script ---------------------------- In the CGIs directory there is a configure.s and a configure.bat file. Run this file after you ve moved the CGIs directory to it s desired location. The configure script will create a file nammed apache.conf. Append this file the the httpd.conf file. LINUX: [prompt]$ ./configure.s [prompt]$ cat apache.conf >> /etc/httpd/conf/httpd.conf Note: you may need to set the executable flag on the script chmod 755 configure.s WINDOWS: prompt> configure.bat Copy the contents of apache.conf to httpd.conf
標簽: configuration the directory config
上傳時間: 2014-01-25
上傳用戶:heart520beat