FileEdit can edit file ,save file ,open file ,have basic simple functions for file .INSERT, BACKSPACE ,TAB,PGUP,PGDown,UP,Down,LEFT,RIGHT AND SO ON
標簽: file functions FileEdit BACKSPAC
上傳時間: 2017-01-02
上傳用戶:風之驕子
xl系列單片機實驗儀演示程序 DS18B20溫度控制數碼管 。 DS18B20溫度控制數碼管顯示 : 1、K3 → 進入設定溫度報警值 TL 狀態: L--20 2、K3 → 進入設定溫度報警值 TH 狀態: H--28 3、K3 → 返回 4、設定過程: K1 →加鍵 (UP), K2 →減鍵 (Down),可快速調。
上傳時間: 2013-12-11
上傳用戶:Altman
void Knight(int i , int j) { // printf("%d %dn",i,j) if (board[i][j] != 0 || i < 0 || i >= Size || j < 0 || j >= Size ) { return } step++ board[i][j]=step if (step == Size*Size) { showboard() system("PAUSE") return } //DFS Knight(i-2,j-1) //left Knight(i-2,j+1) Knight(i+2,j-1) //right Knight(i+2,j+1) Knight(i-1,j-2) //up Knight(i+1,j-2) Knight(i+1,j+2) //Down Knight(i-1,j+2) // board[i][j]=0 step-- }
上傳時間: 2014-01-17
上傳用戶:cxl274287265
CYPRESS專門針對電動自行車開發的產品CY8C24533。該產品為內部編號,數據手冊和參考資料在CYPRESS公開網站上Down不到。這份資料是該產品的參考手冊。
上傳時間: 2017-02-06
上傳用戶:TF2015
--文件名:mine4.vhd。 --功能:實現4種常見波形正弦、三角、鋸齒、方波(A、B)的頻率、幅度可控輸出(方波 --A的占空比也是可控的),可以存儲任意波形特征數據并能重現該波形,還可完成 --各種波形的線形疊加輸出。 --說明: SSS(前三位)和SW信號控制4種常見波形種哪種波形輸出。4種波形的頻率、 --幅度(基準幅度A)的調節均是通過up、Down、set按鍵和4個BCD碼置入器以及一 --個置入檔位控制信號(ss)完成的(AMP的調節范圍是0~5V,調節量階為1/51V)。 --其中方波的幅度還可通過u0、d0調節輸出數據的歸一化幅值(AMP0)進行進一步 --細調(調節量階為1/(51*255)V)。方波A的占空比通過zu、zp按鍵調節(調節 --量階1/64*T)。系統采用內部存儲器——RAM實現任意輸入波形的存儲,程序只支 --持鍵盤式波形特征參數置入存儲,posting 為進入任意波置入(set)、清除(clr)狀態 --控制信號,SSS控制存儲波形的輸出。P180為預留端口,
上傳時間: 2017-02-09
上傳用戶:z1191176801
To review what a metaball is, and how to render them and to describe a new optimization I ve made for rendering metaballs. For complex scenes, it can render hundreds of times faster, though I m certain others have discovered this trick as well. It does very slightly change the characteristic shape of the blobs, but there is no loss in image quality whatsoever. (I actually developed all this about two years ago, but just now felt like writing it all Down, and had the time!)
標簽: optimization and metaball describe
上傳時間: 2013-12-27
上傳用戶:彭玖華
This sample shows different ways of performing anti-aliasing - both by using only the native hardware AA support, and by mixing the hardware modes with additional supersampling. There are various ways in which the supersampled image can be Down-sampled. The way we do the Downsampling in this example is the same technique that was used in 2 of our latest launch demos – “Froggy” and “Adrianne”.
標簽: anti-aliasing performing different sample
上傳時間: 2014-01-11
上傳用戶:haohaoxuexi
Windows CE 1.0 does not support the cascading menu. In the use of Windows CE 1.0, it can not insert a MF_POPUP menu to another drop-Down menu. Window CE 1.0 does not support the following signs:
上傳時間: 2013-12-27
上傳用戶:fanboynet
Control your PC with Mobile Phone-it controls your pc using mobile phone from anywhere in the world. A command can be send by mobile phone through sms.Based on the command ur pc performs tasks such as shut Down,open file,play music etc.
標簽: your Phone-it controls anywhere
上傳時間: 2017-04-13
上傳用戶:四只眼
An interactive water fountain. A realistic water source in your pocket with full control. Controls: UP/Down - go closer/further LEFT/RIGHT - rotate # - stop rotation 1/7 - rotate camera up/Down 3/9 - change water pressure 4/6 - change water rendering complexity 2/8 - ascend/descend 0 - bullet time 5 - 25 FPS limiter on/off * - HUD on/off
標簽: water interactive realistic fountain
上傳時間: 2013-12-19
上傳用戶:yuchunhai1990