Managing Humans is a selection of the best essays from Michael Lopps web site, Rands In Repose. Drawing on Lopp s management experiences at Apple, Netscape, Symantec, and Borland, this book is full of stories based on companies in the silicon Valley where people have been known to yell at each other. It is a place full of dysfunctional bright people who are in an incredible hurry to find the next big thing so they can strike it rich and then do it all over again. Among these people are managers, a strange breed of people who through a mystical organizational ritual have been given power over your future and your bank account. Whether you re an aspiring manager, a current manager, or just wondering what the heck a manager does all day, there is a story in this book that will speak to you. You will learn:
* What to do when people start yelling at each other
* How to perform a diving save when the best engineer insists on resigning
* How to say "No" to the person who signs your paycheck
標簽:
selection
Managing
Michael
Humans
上傳時間:
2014-11-28
上傳用戶:1427796291
2009.02.13 (Chiron.ylq)
------------------------------
該工程用于Analog Devices VisualDSP++ V5.0開發環境下,燒寫silicon Storage Technology公司SST39VF512/010/020/040系列Flash的Program Load Driver。
1. 文件結構
SST39VFXXX.dlb SST39VF512/010/020/040 Flash操作驅動
BF533_SST_Flash_Driver.c VisualDSP++ v5.0 flash load driver
Uart.c 串口驅動,用于打印調試信息
2. 程序信息
① NUM_SECTORS (BF533_SST_Flash_Driver.c)
參數在使用前必須正確定義宏SST_FLASH_TYPE (SST39VFXXX.h)以確保正確使用。
② DEBUG (BF533_SST_Flash_Driver.c)
用于開啟debug功能,當定義DEBUG為1后,可以利用全局字符數組char cDebug[100],打印調試信息,信息從串口(115200,N,8,1)打出。
#if DEBUG == 1
sprintf(cDebug, "ulStart = d, lCount = d, lStride = d, pnData = 0x x.\r\n", ulStart, lCount, lStride, pnData)
UART_TX(cDebug, strlen(cDebug))
return NO_ERR
#endif
標簽:
VisualDSP
Devices
Chiron
Analog
上傳時間:
2013-12-22
上傳用戶:lixinxiang