LINUX C++開發的寫日志函數源嘛,在新的項目中可以直接方便的使用只需要調用WriteLog就函數就行了。日志分成三級:Debug,normal,alert
上傳時間: 2016-08-24
上傳用戶:kiklkook
This sample displays a basic integer calculator powered by the 8051 microcontroller. Although Keil C51 has a full floating point math library the evaluation version is restricted to 2k of object code, so we have constrained this sample to integer maths in order to fit within this limit. The program for this design was written in C using the Keil uVision 2 IDE for which Proteus VSM provides a Debug Monitor driver. Instructions for configuring Proteus to run in conjunction with the Keil environment can be found by editing the 8051 microcontroller on the schematic (point at it and press CTRL-E) and then clicking on the help button on the Edit Component dialogue form.
標簽: microcontroller calculator Although displays
上傳時間: 2014-12-01
上傳用戶:edisonfather
匯編概論:初學者而言,匯編的許多命令太復雜,往往學習很長時間也寫不出一個漂漂亮亮的程序,以致妨礙了我們學習匯編的興趣,不少人就此放棄。所以我個人看法學匯編,不一定要寫程序,寫程序確實不是匯編的強項,大家不妨玩玩Debug,有時CRACK出一個小軟件比完成一個程序更有成就感(就像學電腦先玩游戲一樣)。
上傳時間: 2016-08-30
上傳用戶:dianxin61
請將下載的2個插件內容拷貝到uVision 的安裝目錄下的 \Keil\C51\BIN 中 2. 修改 Tool.ini, 此文件位于 uVision 的安裝目錄 \keil 下. 請將下面的內容 添加到 [C51] 部分的后面. AGSI1=ledkey.dll ("ledkey") AGSI2=simboard.dll ("simboard") 3. 重啟uVsion. 進入Debug 模式, 打開菜單Peripheral, 發現增加了2項 分別是鍵盤LED仿真板,51實驗仿真板。
上傳時間: 2014-06-06
上傳用戶:semi1981
請將下載的2個插件內容拷貝到uVision 的安裝目錄下的 \Keil\C51\BIN 中 2. 修改 Tool.ini, 此文件位于 uVision 的安裝目錄 \keil 下. 請將下面的內容 添加到 [C51] 部分的后面. AGSI1=ledkey.dll ("ledkey") AGSI2=simboard.dll ("simboard") 3. 重啟uVsion. 進入Debug 模式, 打開菜單Peripheral, 發現增加了2項 分別是鍵盤LED仿真板,51實驗仿真板。
上傳時間: 2014-01-01
上傳用戶:leixinzhuo
這里把在FLASH引導方面做的工作向大家匯報一下,希望能對大家有所幫助。本人經驗和文筆都有限,寫的不好請大家諒解。 硬件環境: DSP:TMS320VC5416PGE160 FLASH:SST39VF400A-70-4C-EK 都是貼片的,FLASH映射在DSP數據空間的0x8000-0xFFFF 軟件環境: CCS v2.12.01 主 程序(要燒入FLASH的程序): Debug版,程序占用空間0x28000-0x2FFFF(片內SARAM),中斷向量表在0x0080-0x00FF(片內DARAM),數據空間使用0x0100-0x7FFF(片內DARAM)。 因為FLASH是貼片的,所以需要自己編一個數據搬移程序,把要主程序搬移到FLASH中。在寫入FLASH數據時,還應寫入引導表的格式數據。最后在數 據空間的0xFFFF處寫入引導表的起始地址(這里為0x8000)。 搬移程序: Debug版,程序空間0x38000-0x3FFFF(片內SARAM),中斷向量表在0x7800-0x78FF(片內DARAM),數據空間使用 0x5000-0x77FF(片內DARAM)。 搬移程序不能使用與主程序的程序空間和中斷向量表重合的物理空間,以免覆蓋。 燒寫時,同時打開主程序和搬移程序的PROJECT,先LOAD主程序,再LOAD搬移程序,然后執行搬移程序,燒寫OK! 附:搬移程序(僅供參考)
上傳時間: 2014-01-08
上傳用戶:gaojiao1999
java應用開發指南完整版,. It explains how to use JBuilder’s IDE to manage projects and files, visually design a user interface, and compile, Debug, and run your programs. It also shows you how to create a JavaBean component using BeansExpress. The User’s Guide contains the following chapters:
上傳時間: 2014-12-22
上傳用戶:chenbhdt
This a simple database management system. It doesn t use any other code (i.e. ODBC, ADO, etc.) and has it s own database file format. I wrote it because I found the other DBMSs code too bulky and hard to Debug. It s designed for small applications and I doubt it could handle anything on a large scale. A sample program included in the .zip shows how everything works. The database project is a library project, so you ll have to compile and link with the .lib file to get everything working. Pros: - You have the source code so you know exactly what it is doing - Database files are very small - Small and fast code Cons: - Can t handle large amounts of records (more than 65000ish) - Doesn t support SQL (you have to search the database by cycling through the records and testing them against your constraints) - Each database file can only have one table.
標簽: i.e. management database simple
上傳時間: 2016-10-02
上傳用戶:851197153
ErGo是一個很早的Java通用圍棋服務器(IGS/NNGS)客戶端程序。有全部源碼和文檔,站長編譯時用的是JDK1.5+ant1.6,這樣不得不將源程序中的一個方法:Debug.assert()改為了Debug.asser()。源碼和build.xml文件請下載。
上傳時間: 2016-10-03
上傳用戶:watch100
基于塊方向的圖像無損壓縮代碼,壓縮包解壓時不能有密碼,不含res和Debug
上傳時間: 2013-12-17
上傳用戶:gxf2016