亚洲欧美第一页_禁久久精品乱码_粉嫩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.

    標(biāo)簽: the structure interface low-level

    上傳時(shí)間: 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.

    標(biāo)簽: Arguments Function Replace oldstr

    上傳時(shí)間: 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 .

    標(biāo)簽: Designed Algorith Simulate Program

    上傳時(shí)間: 2014-01-02

    上傳用戶:三人用菜

  • //打開 USB 口讀寫, 由驅(qū)動程序的 Pipe 名確定 HANDLE hPipe = OpenMyDevPipe("MyPipe1") //驅(qū)動程序里面的 Pipe 名, 對應(yīng)訪問某個(gè)端點(diǎn)

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

    標(biāo)簽: Pipe OpenMyDevPipe MyPipe1 HANDLE

    上傳時(shí)間: 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.

    標(biāo)簽: CameraCaptureDialog demonstrates pictures managed

    上傳時(shí)間: 2013-12-15

    上傳用戶:kikye

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

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

    標(biāo)簽: OFDM 程序 信號 波形

    上傳時(shí)間: 2015-11-02

    上傳用戶:372825274

  • 這是本人做數(shù)據(jù)庫課程設(shè)計(jì)時(shí)的倉促之作

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

    標(biāo)簽: 數(shù)據(jù)庫 計(jì)時(shí)

    上傳時(shí)間: 2013-12-27

    上傳用戶:thesk123

  • SharpZipLib之前叫做NZipLib

    SharpZipLib之前叫做NZipLib,完全由 C# 開發(fā)的壓縮庫,支持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

    標(biāo)簽: SharpZipLib NZipLib

    上傳時(shí)間: 2015-12-11

    上傳用戶:84425894

  • SharpZipLib之前叫做NZipLib

    SharpZipLib之前叫做NZipLib,完全由 C# 開發(fā)的壓縮庫,支持Zip, GZip, Tar and BZip2 ,為2007年8月最新0852release版的代碼實(shí)例! 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

    標(biāo)簽: SharpZipLib NZipLib

    上傳時(shí)間: 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 }

    標(biāo)簽: namespace iostream unsigned warcraft

    上傳時(shí)間: 2015-12-12

    上傳用戶:manlian

主站蜘蛛池模板: 名山县| 华亭县| 城固县| 柳州市| 吴川市| 葫芦岛市| 靖江市| 黄石市| 马龙县| 濉溪县| 徐水县| 临安市| 喀什市| 鄂伦春自治旗| 永定县| 海原县| 鹤山市| 达拉特旗| 九寨沟县| 崇文区| 建湖县| 盐池县| 瓦房店市| 淮阳县| 化隆| 茌平县| 江安县| 五指山市| 都江堰市| 尼玛县| 北宁市| 易门县| 寻乌县| 洪洞县| 青浦区| 望谟县| 河间市| 天等县| 大厂| 孟津县| 丰顺县|