This a small hack I wrote to bypass the "No previous installation!" error of Microchip s C18 Upgrade. Simply run C18Fake and select your C18 installation directory (create if necessary) and click Save button. A "fake" file will now be created into that directory, and this will fool the Upgrade into thinking you already have a former legit installation. After that you run the C18 Upgrade setup and select the same directory you created/selected before. Your installation will now begin installing the full C18 package.
標簽: installation Microchip previous Upgrade
上傳時間: 2014-01-21
上傳用戶:zhuyibin
計算簡單電路的c++程序,將結點信息輸入到save中,然后就可輸出各結點電壓,只能進行簡單的電路計算
上傳時間: 2015-12-25
上傳用戶:lgnf
Matlab小問題 問: Matlab仿真中怎樣編輯Scope中的圖象??? 答: 實現的方法有以下的幾種: 1)PrintScreen,然后粘貼到Windows位圖編輯器,選擇圖像點擊右鍵,選擇“反色”即可; 2)在Scope中,它的參數設置的第二頁,有一個Save Data to Workplace,將它選中,然后在下面的方框 中指定變量名,然后用plot命令畫出; 3)直接在模型上再加一個,to Workplace模塊,也用plot畫出; 4) 等scope顯示出來圖像以后,在matlab上運行 set(0, ShowHiddenHandles , On ) set(gcf, menubar , figure ) 這時候你會發現scope的工具欄的上面多了一行,點擊insert-axes,鼠標會變成十字形狀,然后再圖像的任意一處雙擊左鍵出現一個對話框PropertyEditor,選中style在窗口的右便會出現color,這時你就可以任意修改背景顏色了。 問: 怎樣進行S-function的編程和使用??? 答: S-function也就是System-function的縮寫。說得簡單,S-function就是用MATLAB所提供的模型不能完全滿足用戶,而提供給用戶自己編寫程序來滿足自己要求模型的接口。要了
標簽: Matlab PrintScreen Scope 仿真
上傳時間: 2013-12-15
上傳用戶:13681659100
//構造具有指定的標簽的菜單 files = new Menu("文件(F)") compile = new Menu("編輯(E)") see = new Menu("查看(V)") format = new Menu("格式(O)") font = new Menu("字體和顏色(F)...") //在格式菜單下再添加一個字體及顏色的菜單 help = new Menu("幫助(H)") //構造具有指定的標簽的菜單項 news = new MenuItem("新建(N)" + " " + "Ctrl+N") open = new MenuItem("打開(O)..." + " " + "Ctrl+O") save = new MenuItem("保存(S)" + " " + "Ctrl+S") other = new MenuItem("另存為(A)...") page = new MenuItem("頁面設置(U)...") mim = new MenuItem("打印(P)..." + " " + "Ctrl+P") quit = new MenuItem("退出(X)")
上傳時間: 2016-02-27
上傳用戶:小儒尼尼奧
PHILIPS 7130 TV/FM capture card use PHILIPS 7130 chip , is a newly built-in TV card integrating FM radio and TV receiver. You can watch/record TV programs (up to 136 channels) and FM radio on PC. The powerful attached software enables you to & rename favorite channels as per your taste. Moreover, the remote controller makes watching TV through PC more convenient. Through PHILIPS 7130 TV/FM capture card, you can transfer & save the full screen/full motion video captured VCR, camcorder, PC camera or other video sources into hard disk, or you can burn the video to VCD/SVCD/DVD via professional rewrite software. PHILIPS 7130 TV/FM capture card supports snapshot, you can record wonderful clips to create your personal e-album, then share your works with your friends & family via Internet.
標簽: PHILIPS 7130 card integrating
上傳時間: 2013-12-26
上傳用戶:han_zh
雙擊可執行文件wbbjq.exe,在出現的界面中輸入任意文本內容,利用DEL鍵、 BACKSPACE鍵、HOME鍵、END鍵、上下左右光標鍵對文本進行全屏幕編輯, 按f1鍵激活菜單file,下移光標,選擇save,輸入文件名。也可以選擇FILE菜單 的其他菜單項,他們的功能均可實現。按f10激活幫助,按ESC鍵退出幫助。
上傳時間: 2013-12-30
上傳用戶:變形金剛
我的文件管理設計中對于文件管理的功能主要有以下幾個:輸入文件(input), 從文件列表中刪除一個記錄(delete a record from list),保存文件(save), 查找文件(search record on table),文件的列表(list)
上傳時間: 2013-12-10
上傳用戶:zxc23456789
To use the ATLTrace tool: Debug an MFC or ATL project select Start from the Debug menu. Select MFC/ATL Trace Tool in the Tools menu. Expand the tree control list in the Trace List window. Here you will see the running application, any modules within that application, and the trace categories for each module. Customize, for each process, module, and category, which information is displayed in the output window. The Trace level control in the Process group is related to the ATLTRACE2 level only those ATLTRACE2 messages with a level equal to or greater than the setting in the Trace level control will be displayed in the output window. Select Apply to put your settings into effect. You can save your settings, and load them the next time you debug the application use the Save and Load buttons.
標簽: Debug the ATLTrace project
上傳時間: 2014-01-15
上傳用戶:wfl_yy
文本方式下的字編輯處理程序按F1鍵激活菜單FILE,下移光標,選擇SAVE,輸入文件名,文本的存盤。按f10激活幫助,按ESC鍵退出幫助。可選擇FILE菜單的其他菜單項,完成打開文件,文字的插入、刪除、修改,文本行、列號的動態顯示等功能。
上傳時間: 2014-01-13
上傳用戶:大融融rr
我對mo安裝目錄下VB的MoView例子的frmIdentify窗體修改,其中添加 了1個label空件組(10個),1個text控件組(10個),2個command(Edit 、Save)按鈕,要實現的功能是對讀入的圖形文件的相關記錄的指定字段的 屬性值,并能保存,用了Recordset對象的Edit函數、Update函數,
標簽: frmIdentify MoView 目錄 修改
上傳時間: 2016-04-28
上傳用戶:as275944189