NASM2.03匯編編譯器,支持跨平臺編譯,可以生成,支持各種常用Link工具的目標代碼文件。 支持64位匯編指令。內附原版參考文檔。
上傳時間: 2016-11-14
上傳用戶:vodssv
使用Rapi API,將在pc上的檔案透過ActiveSync傳送到mobile上。需link rapi.lib方可使用。
上傳時間: 2013-12-26
上傳用戶:xsnjzljj
ISO/IEC13239,Information technology-Telecommunications and information exchange between systems-High level data link control(HDLC) procedures
標簽: technology-Telecommunications systems-High Information information
上傳時間: 2013-12-28
上傳用戶:zhaiyanzhong
這是初學者學習匯編語言的必備編譯鏈接工具! 先要設置一下環境變量,下載此壓縮包后,解壓縮到一個路徑,然后將此路徑添加到系統變量的path下,然后在命令行鍵入masm進行編譯,鍵入link進行鏈接
上傳時間: 2014-01-11
上傳用戶:yzhl1988
GPS 接收程序 DEMO。 HsGpsDll Library 1.1 A GPS Control/Component for C/C++ HsGpsDll is a Windows Dynamic Link Library which provides access to any NMEA-183 compliant GPS receiver via a serial communications port. HsGpsDll is designed for use from Visual C, Visual Basic or other languages, capable of calling DLL functions. HsGpsDll allows a user application to read from a GPS device the current GPS position fix, velocity over ground (speed in kilometers per hour), plus number of of sattelites in view, current altitude (against mean sea level) and UTC date and time
標簽: HsGpsDll GPS Component Control
上傳時間: 2014-07-17
上傳用戶:thuyenvinh
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
1、 有n個學生,每個學生有m門成績,每個學生的m門成績用一單鏈表實現,n個學生所對應n個單鏈表的頭指針用一指針數組統一存放。 1) 建立該存貯結構。 2) 查找第i個學生的某門課成績。 鏈表中結點結構: struct node {char *nam;/*nam為課程名*/ float sco;/*sco為該門課程的成績*/ struct node *link;/*link為指向下一課程結點的指針*/
標簽:
上傳時間: 2013-12-14
上傳用戶:TF2015
粒子效果演示(附代碼) 利用C++所提供的一些標準容器很容易實現粒子效果. 簡單的說就是,將粒子數據寫在一個類里面,有一個粒子源,不停地生成粒子,然后放入一個stl::list中(push_back()方法), 然后在一個循環中遍例粒子鏈表,并渲染粒子,粒子的參數并不斷更新,如果粒子的ALPHA值小于0,即不可見了,即代表粒子已經死亡, 即從list中刪去(erase()方法), 銷毀死去的粒子很重要, 如果搞忘了這一步, 你的內存很快就會被吃掉干凈了. 第一個版本是用交錯平面畫的粒子. 第二個版本是用Point Spirit(點精靈)畫的粒子, 可以看看效果上面的區別 SPACE - 暫停粒子源發射粒子 LINK中忘記去掉cg.lib cgGL.lib 了, 此程序不需要CG, 如果要編譯請去掉.
上傳時間: 2013-12-15
上傳用戶:jing911003
EE小站,詳細介紹,J-Link GDB Server + Eclipse CDT進行ARM程序調試
標簽:
上傳時間: 2017-02-16
上傳用戶:heart520beat
安裝說明: 一:將程序上傳至空間 二:運行配置文件 Install.ASP 進行配置安裝 三:安裝完畢,自動跳轉至后臺管理 后臺地址:http://你的域名/Admin/Index.ASP 后臺帳號:admin 密碼:admin 認證碼:soyici ************************************************** 官方論壇:http://www.soyici.cn 流量聯盟:http://www.soyici.com/Link/ **************************************************
上傳時間: 2013-12-19
上傳用戶:sxdtlqqjl