SENTINEL 的加密狗lic生成工具方法如下 1.copy a870.sentinel to windows\system32 folder. 2.run Emulator Utility and then PRESS install button and close the utility. 3.run wechoid.exe, selector must be 1e or 1c 4.then run LicGen and use selector and code from wechoid.exe w/o 0x, it will make a license for that pc
標簽: windowssystem SENTINEL Emulator sentinel
上傳時間: 2017-02-10
上傳用戶:498732662
Code was successfully implemented within ALtera FPGA with Quartus 6.0. It presents two polish own female names: ULA and ALA whose are scrolling on the 4-columns crystal LED. When you PRESS the switch it will turn from ULA into ALA and continue scrolling.
標簽: successfully implemented presents Quartus
上傳時間: 2013-12-09
上傳用戶:zjf3110
OpenOffice.org document containing: List of codes i have tested on a JinPeng C2000 mobile and their results. Some works, others not it is explained what code does if work. They are introduced where you type digits when making a call, unless specify it is not necesary to PRESS call, like for wellknown *#06# -> that shows IMEI.
標簽: OpenOffice containing document JinPeng
上傳時間: 2013-12-13
上傳用戶:BIBI
OpenOffice.org document containing: List of codes i have tested on a JinPeng C2000 mobile and their results. Some works, others not it is explained what code does if work. They are introduced where you type digits when making a call, unless specify it is not necesary to PRESS call, like for wellknown *#06# -> that shows IMEI.
標簽: OpenOffice containing document JinPeng
上傳時間: 2017-04-05
上傳用戶:13517191407
單總線多點測溫系統,單總線它采用單根信號線既傳輸時鐘又傳輸數據,而且數據傳輸是雙向的它具有節省I/O 口線資源結構簡單成本低廉便于總線擴展和 維護等諸多優點。本系統中所有的DS18B20都接在單片機的P1.1口上。用一個液晶屏顯示,從單片機P3口接上8個開關,與右邊的DS18B20 編號對應。當沒有開關按下時屏幕顯示"which NO you want PRESS which key",要想看那一點處的溫度就按下幾號鍵(點擊key右邊的小紅 點,按一下彈下,再按一下彈起)。只能有一個按鍵按下,當有多個按鍵下時,屏幕上顯示“please PRESS one key only !".
上傳時間: 2017-04-07
上傳用戶:小碼農lz
對于實時DSP系統的C算法介紹,非常實用。Prentics Hall PRESS 的原版,掃描版。
上傳時間: 2017-04-26
上傳用戶:源碼3
//初始化 if(initscr() == NULL) { perror("initcurs") exit(EXIT_FAILURE) } //設置模式 cbreak() noecho() keypad(stdscr, TRUE) //建立窗口 win = newwin(h, w, 3, 20) box(win, 0, 0) keypad(win, TRUE) wmove(win, cury, curx) mvaddstr(16, 1, "PRESS arrow keys to move the cursor within the window.\n") mvaddstr(17, 1, "PRESS q to quit.\n") refresh() wrefresh(win)
標簽: EXIT_FAILURE initcurs initscr perror
上傳時間: 2013-12-20
上傳用戶:FreeSky
//建立窗口 win1 = newwin(15, 50, 1, 1) box(win1, ACS_VLINE, ACS_HLINE) mvwprintw(win1, 2,1, "WINDOW 1") mvwprintw(win1, 4,1, "PRESS any key switching to window 2") win2 = newwin(15, 40, 4, 20) box(win2, ACS_VLINE, ACS_HLINE) mvwprintw(win2, 2,1, "WINDOW 2") //建立子窗口 subwin = derwin(win2, 5, 25, 4, 5) box(subwin, ACS_VLINE, ACS_HLINE) mvwprintw(subwin, 2,1, "Sub Window of Window2") //刷新屏幕 refresh() wrefresh(win1) wrefresh(win2) touchwin(win1) wrefresh(win1) getch() touchwin(win2) mvwprintw(win2, 12,1, "PRESS any key to exit...") wrefresh(win2) //等待按鍵 getch() //結束 delwin(win1) delwin(subwin) delwin(win2) endwin()
標簽: ACS_VLINE ACS_HLINE mvwprintw win
上傳時間: 2017-06-12
上傳用戶:plsee
Objectives The purpose of this notebook is to give you a brief introduction to the DiscreteWavelets Toolbox and show you how to use it to load images. Some basic image manipulation is illustrated as well. You will also learn how to use measures and tools such as cumulative energy, entropy, PSNR, and Huffman coding. Help on the DiscreteWavelets Toolbox Help for the toolbox is available by clicking on Help and then Product Help (or PRESS F1) and then clicking on the DiscreteWavelets Toolbox. Several demos and examples are available as well by clicking on the Demos tab on the Help menu. Image Basics The DiscreteWavelets Toolbox comes with 18 grayscale images and 9 color images for you to use. There are three functions available to tell you more about these images. The first function is called |ImageList|. This function can tell you the names and sizes of the digital images in the Toolbox.
標簽: introduction DiscreteWav Objectives notebook
上傳時間: 2017-06-30
上傳用戶:康郎
MTK flash TOOL源程序代碼 ========== FlashTool v3.1.05 (2007/05/15) ======= Bug fixes: 1. [DA] Fix that DA cannot be loaded on MT6225 for exceeding internal SRAM size. 2. [DA] Fix that NAND download/read-back issue on MT6225 because buffer is linked on TCM. New features: 1. [DA] Supports new NOR Flash device [SPANSION] S29WS128P [SPANSION] S29WS256P [TOSHIBA] TV00560002DDGB 2. [DA] Supports OTP driver for below NOR Flash device [SPANSION] S29WS128P [SPANSION] S29WS256P Enhancements: 1. [DA] Provide Customized FlashTest_AllInOne_DA.bin. 2. [DA] NFB can auto format after first download. 3. [DA] Improve DA download algorithm: next sector will be erased only when a sector is fully programmed. 4. [DA] Improve DA download algorithm: enable recovery mechanism when PRESS STOP button. 5. [DA] Improve MT6223 Download Speed.
上傳時間: 2014-01-04
上傳用戶:xg262122