With a worldwide community of users and more than a million dedicated programmers, Perl has proven to be the most effective language for the latest trends in computing and business. Every programmer must keep up with the latest tools and techniques. This updated version of Advanced Perl Programming from O Reilly gives you the essential knowledge of the modern Perl programmer. Whatever your current level of Perl expertise, this book will help you push your skills to the next level and become a more accomplished programmer.
標簽: programmers worldwide community dedicated
上傳時間: 2014-01-16
上傳用戶:磊子226
堆棧的實現代碼,實現了棧的所有功能,push,POP,插入,銷毀,清空等,有調試程序,可以很清楚的看到棧的運行過程
上傳時間: 2016-10-28
上傳用戶:PresidentHuang
短信發送實現gprs貓發送短信息,wap push,push load,免提短信源代碼.-gprs cat achieve this short message, WAP push, push load. Handsfree SMS source code
上傳時間: 2014-01-21
上傳用戶:cooran
電信ISAG協議WAPpush分冊,詳細說明了中國電信綜合網關的push接入協議
上傳時間: 2014-08-04
上傳用戶:hanli8870
The VGA example generates a 320x240 diffusion-limited-aggregation (DLA) on Altera DE2 board. A DLA is a clump formed by sticky particles adhering to an existing structure. In this design, we start with one pixel at the center of the screen and allow a random walker to bounce around the screen until it hits the pixel at the center. It then sticks and a new walker is started randomly at one of the 4 corners of the screen. The random number generators for x and y steps are XOR feedback shift registers (see also Hamblen, Appendix A). The VGA driver, PLL, and reset controller from the DE2 CDROM are necessary to compile this example. Note that you must push KEY0 to start the state machine.
標簽: diffusion-limited-aggregation DLA generates 320x240
上傳時間: 2014-01-16
上傳用戶:225588
節能用水控制系統由微控制器,紅外發射接收電路,壓力監測電路,手動沖水電路,脈沖閥節能驅動電路,水管溫度上下限識別電路,溫度調節電路,冷熱水閥節能驅動控制電路,洗澡開關監測電路,電池電量檢測報警電路,低壓標準電源轉換電路,串行數據輸出控制電路等構成。程序包括: 設備識別及初始化 初始引腳數據值 中斷初始化 初始化各標志位 循環查詢開始 CSSTATE大小比較子程序 廁所脈沖閥打開子程序 廁所脈沖閥關閉子程序 紅外接收子程序 紅外發送子程序 洗澡初始及變化程序 洗手初始及變化程序 AD轉換子程序 發送數據子程序 DATACONVERT子程序 DELAY10MS子程序 push子程序 POP子程序 AD轉換中斷程序 紅外接收中斷程序 PORTB按鍵中斷程序 TIME1定時中斷程序
上傳時間: 2016-12-27
上傳用戶:咔樂塢
CAN1.c and CAN2.c are a simple example of configuring a CAN network to transmit and receive data on a CAN network, and how to move information to and from CAN RAM message objects. Each C8051F040-TB CAN node is configured to send a message when it s P3.7 button is depressed/released, with a 0x11 to indicate the button is pushed, and 0x00 when released. Each node also has a message object configured to receive messages. The C8051 tests the received data and will turn on/off the target board s LED. When one target is loaded with CAN2.c and the other is loaded with CAN1.c, one target board s push-button will control the other target board s LED, establishing a simple control link via the CAN bus and can be observed directly on the target boards.
標簽: CAN configuring and transmit
上傳時間: 2013-12-11
上傳用戶:weiwolkt
粒子效果演示(附代碼) 利用C++所提供的一些標準容器很容易實現粒子效果. 簡單的說就是,將粒子數據寫在一個類里面,有一個粒子源,不停地生成粒子,然后放入一個stl::list中(push_back()方法), 然后在一個循環中遍例粒子鏈表,并渲染粒子,粒子的參數并不斷更新,如果粒子的ALPHA值小于0,即不可見了,即代表粒子已經死亡, 即從list中刪去(erase()方法), 銷毀死去的粒子很重要, 如果搞忘了這一步, 你的內存很快就會被吃掉干凈了. 第一個版本是用交錯平面畫的粒子. 第二個版本是用Point Spirit(點精靈)畫的粒子, 可以看看效果上面的區別 SPACE - 暫停粒子源發射粒子 LINK中忘記去掉cg.lib cgGL.lib 了, 此程序不需要CG, 如果要編譯請去掉.
上傳時間: 2013-12-15
上傳用戶:jing911003
this is a stepper motor controller with specifications pins: for RS-232 interfacing stepper motor: 47-50 bus push button: 9-15 POTEN:9-15
標簽: stepper motor specifications interfacing
上傳時間: 2013-12-22
上傳用戶:lnnn30
rda遠程數據訪問,在wince下使用sqlce3.0連接sql2005,使用的rda方法,其中包括pull,push,和submitsql三個方法。
上傳時間: 2017-03-09
上傳用戶:SimonQQ