亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

Null

  • This structure defines the interface between the low-level tty driver and the tty routines. The foll

    This structure defines the interface between the low-level tty driver and the tty routines. The following routines can be defined unless noted otherwise, they are optional, and can be filled in with a Null pointer.

    標簽: the structure interface low-level

    上傳時間: 2015-05-29

    上傳用戶:yyyyyyyyyy

  • * Function: * 1. Replace the first oldstr with newstr in srcstr * Arguments: * IN : * srcst

    * Function: * 1. Replace the first oldstr with newstr in srcstr * Arguments: * IN : * srcstr * oldstr * newstr * OUT : * srcstr * Return: * 1. If find and replace one oldstr with newstr in srcstr , return 1 * 2. If find no oldstr in srcstr , return 0 * 3. If error (malloc return Null) return -1 * Notes: * 1. srcstr should be large size enough.

    標簽: Arguments Function Replace oldstr

    上傳時間: 2014-12-20

    上傳用戶:Yukiseop

  • This Program Is Designed To Simulate A Spatial Antenna Array System Working On The MUSIC Algorith

    This Program Is Designed To Simulate A Spatial Antenna Array System Working On The MUSIC Algorithm For The Angle Of Arrival Estimation And Null Steering Algorithm For The Weights Estimation To The Required Output Radiation Pattern .

    標簽: Designed Algorith Simulate Program

    上傳時間: 2014-01-02

    上傳用戶:三人用菜

  • //打開 USB 口讀寫, 由驅動程序的 Pipe 名確定 HANDLE hPipe = OpenMyDevPipe("MyPipe1") //驅動程序里面的 Pipe 名, 對應訪問某個端點

    //打開 USB 口讀寫, 由驅動程序的 Pipe 名確定 HANDLE hPipe = OpenMyDevPipe("MyPipe1") //驅動程序里面的 Pipe 名, 對應訪問某個端點的 I/O, 這里我亂寫的, 需要與驅動一致 if(hPipe != INVALID_HANDLE_VALUE) //打開 Pipe 成功 { ReadFile(hPipe, Buffer, BufSize, &nBytesRead, Null) //從 hPipe 里讀取數據到 Buffer 里 //WriteFile(hPipe, Buffer, BytesToWrite, &nBytesWritten, Null) //把 Buffer 里面的 BytesToWrite 字節寫入 hPipe CloseHandle(hPipe) } //使用 DeviceIoControl 訪問 USB 設備 HANDLE hDevice = OpenMyDevice() if(hDevice != INVALID_HANDLE_VALUE) //打開設備成功 { //這些 DeviceIoControl 功能都是由設備定義的, 具體看設備和驅動的資料 if(DeviceIoControl(hDevice, IOCTL_READ_xxxx, &IOBlock, sizeof(IOBLOCK), &c, 1, &nBytes, Null)) { //成功 } CloseHandle(hDevice) }

    標簽: Pipe OpenMyDevPipe MyPipe1 HANDLE

    上傳時間: 2014-11-25

    上傳用戶:stampede

  • This sample demonstrates how to take pictures and videos using the CameraCaptureDialog managed AP

    This sample demonstrates how to take pictures and videos using the CameraCaptureDialog managed API. If a default filename is used: - if a still picture is taken, the ".jpg" extension is appended to the default filename. (Otherwise the CameraCaptureDialog would throw an InvalidArgumentException). - if a video is recorded, Null is passed to the CameraCaptureDialog as the default filename. The filename returned is then renamed to match the user entered filename while keeping the extension returned.

    標簽: CameraCaptureDialog demonstrates pictures managed

    上傳時間: 2013-12-15

    上傳用戶:kikye

  • 本程序中得到的收端OFDM信號的頻譜波形

    本程序中得到的收端OFDM信號的頻譜波形,是與其發端信號的排步有關的。在發端的 % 載波安排上,128個載波有前后各32個載波是Null載波(如果這前后各32各載波是帶外頻段, % 那么理論上它們都應該是零!),中間的64個載波是數據載波。這樣的排步很明顯就是一個 % 兩邊低,中間高的頻譜形式。所以,收端也應該是這個輪廓。

    標簽: OFDM 程序 信號 波形

    上傳時間: 2015-11-02

    上傳用戶:372825274

  • 這是本人做數據庫課程設計時的倉促之作

    這是本人做數據庫課程設計時的倉促之作,自我感覺實際應用價值并不大,但可以給學VC和數據庫編程的朋友做個范例。在做之前也參看了不少同類型的管理系統,收獲不小,現將這個學生管理系統貼出來,希望能對有需要的朋友有所幫助。系統不足之處肯定不少,還請高手多多指教,歡迎跟本人聯系。 本人在系統中添加了直接通過SQL語句對后臺的表進行修改的功能,頗有爭議,還請有實際開發經驗的朋友指教。 本人正忙于考研,沒時間寫一個完整的程序說明,敬請諒解。如有問題,也可與本人聯系。 QQ:332723187 EMAIL:wythust@163.com 當前系統用戶和密碼:(可改) 管理員級: administer 126 (Access加密密碼也為126) 普通用戶級: customer 123 teacher ttt 匿名用戶級: anonymous (Null)

    標簽: 數據庫 計時

    上傳時間: 2013-12-27

    上傳用戶:thesk123

  • SharpZipLib之前叫做NZipLib

    SharpZipLib之前叫做NZipLib,完全由 C# 開發的壓縮庫,支持Zip, GZip, Tar and BZip2 ,為2007年8月最新0852release版的源文件和文檔說明! Changes for v0.85.2 release Minor tweaks for CF, ZipEntryFactory and ZipFile. Fix for zip testing and Zip64 local header patching. FastZip revamped to handle file attributes on extract + other fixes Null ref in path filter fixed. Extra data handling fixes Revamped build and conditional compilation handling Many bug fixes for Zip64. Minor improvements to C# samples. ZIP-1341 Non ascii zip password handling fix. ZIP-355 Fix for zip compression problem at low levels

    標簽: SharpZipLib NZipLib

    上傳時間: 2015-12-11

    上傳用戶:84425894

  • SharpZipLib之前叫做NZipLib

    SharpZipLib之前叫做NZipLib,完全由 C# 開發的壓縮庫,支持Zip, GZip, Tar and BZip2 ,為2007年8月最新0852release版的代碼實例! Changes for v0.85.2 release Minor tweaks for CF, ZipEntryFactory and ZipFile. Fix for zip testing and Zip64 local header patching. FastZip revamped to handle file attributes on extract + other fixes Null ref in path filter fixed. Extra data handling fixes Revamped build and conditional compilation handling Many bug fixes for Zip64. Minor improvements to C# samples. ZIP-1341 Non ascii zip password handling fix. ZIP-355 Fix for zip compression problem at low levels

    標簽: SharpZipLib NZipLib

    上傳時間: 2015-12-11

    上傳用戶:love_stanford

  • #include<iostream> using namespace std int main() { unsigned long x,warcraft,war,l

    #include<iostream> using namespace std int main() { unsigned long x,warcraft,war,l cin> x while(x) { unsigned long *p=new unsigned long[x+1] if(p==Null) { cerr<<"error!"<<endl abort() } for(warcraft=0 warcraft<=x warcraft++) *(p+warcraft)=0 *p=1 for(warcraft=0 warcraft<x warcraft++) { cout<<*p<<" " war=*p for(l=1 x>1 l++) { if(*(p+l)==0) { cout<<endl *(p+l)=1 break } else { cout<<*(p+l)<<" " *(p+l)=war+*(p+l) war=*(p+l)-war } } } cout<<endl delete [] p cin>>x } return 0 }

    標簽: namespace iostream unsigned warcraft

    上傳時間: 2015-12-12

    上傳用戶:manlian

主站蜘蛛池模板: 广州市| 汉川市| 龙口市| 富宁县| 宜春市| 遂昌县| 五家渠市| 丹巴县| 获嘉县| 岫岩| 浮梁县| 广东省| 高安市| 浪卡子县| 县级市| 仙游县| 肥东县| 玛曲县| 麻江县| 离岛区| 庆阳市| 南汇区| 灵丘县| 广汉市| 垣曲县| 衡阳县| 湘西| 长子县| 乐亭县| 通山县| 斗六市| 余姚市| 建德市| 安义县| 昌平区| 忻州市| 石渠县| 宁阳县| 札达县| 渝北区| 泽库县|