dd1壓縮包里面是驅(qū)動(dòng)源碼 console壓縮包里面是控制臺(tái)源碼 hide.exe是最終產(chǎn)品 使用方法: 1、將hide.exe復(fù)制到系統(tǒng)目錄 2、運(yùn)行cmd 3、hide -h 查看幫助 hide -i 安裝驅(qū)動(dòng) hide -u 卸載驅(qū)動(dòng) hide -f -a filename 添加一個(gè)隱藏文件 by boywhp 07/09/03 Email:boywhp@126.com
標(biāo)簽: hide exe console dd1
上傳時(shí)間: 2013-12-19
上傳用戶:lanwei
#include<stdio.h> #include<string.h> #include<limits.h> #include<unistd.h> #include<sys/types.h> #define PROMPT_STRING "[myshell]$" #define QUIT_STRING "exit\n" static char inbuf[MAX_CANON] char * g_ptr char * g_lim extern void yylex() int main (void){ for( ){ if(fputs(PROMPT_STRING,stdout)==EOF) continue if(fgets(inbuf,MAX_CANON,stdin)==NULL) continue if(strcmp(inbuf,QUIT_STRING)==0) break g_ptr = inbuf g_lim = inbuf + strlen(inbuf) yylex() } return 0 }
標(biāo)簽: include gt lt limits
上傳時(shí)間: 2016-12-31
上傳用戶:colinal
幀緩沖#include <stdio.h> #include <stdlib.h> #include <string.h> #include <stdint.h> #include <unistd.h> #include <fcntl.h> #include <sys/ioctl.h> #include <sys/mman.h> #include <asm/page.h> #include <linux/fb.h> #define TRUE 1 #define FALSE 2 //a framebuffer device structure typedef struct fbdev{ int fb unsigned long fb_mem_offset unsigned long fb_mem struct fb_fix_screeninfo fb_fix
標(biāo)簽: include lt gt stdlib
上傳時(shí)間: 2013-12-11
上傳用戶:bjgaofei
iis.c iis.h重要的嵌入式源程序,免費(fèi)下載,歡迎使用
上傳時(shí)間: 2017-01-01
上傳用戶:熊少鋒
#include "iostream.h" #include "iomanip.h" #define N 20 //學(xué)習(xí)樣本個(gè)數(shù) #define IN 1 //輸入層神經(jīng)元數(shù)目 #define HN 8 //隱層神經(jīng)元數(shù)目 #define ON 1 //輸出層神經(jīng)元數(shù)目 double P[IN] //單個(gè)樣本輸入數(shù)據(jù) double T[ON] //單個(gè)樣本教師數(shù)據(jù) double W[HN][IN] //輸入層至隱層權(quán)值 double V[ON][HN] //隱層至輸出層權(quán)值 double X[HN] //隱層的輸入 double Y[ON] //輸出層的輸入 double H[HN] //隱層的輸出
標(biāo)簽: define include iostream iomanip
上傳時(shí)間: 2014-01-01
上傳用戶:凌云御清風(fēng)
h.264 算法 ti dm642,h264 支持高清 720p,1080i,在達(dá)芬奇(davinci) 643x,6437,644x上高清算法1080p馬上要上次,免費(fèi),需要的給我發(fā)郵件vimc@163.com,詳細(xì)參數(shù)一定得看h264.h文件
上傳時(shí)間: 2017-01-05
上傳用戶:妄想演繹師
64-bits H.264 from ffmpeg 2008 version Build in VC++ 2008 no error warning, Jesse Stone, Taiwan
標(biāo)簽: 2008 version warning Taiwan
上傳時(shí)間: 2013-12-09
上傳用戶:zhangjinzj
H.264編碼手冊(cè),不錯(cuò)的一個(gè)文檔
上傳時(shí)間: 2014-01-26
上傳用戶:JIUSHICHEN
Teletext module usually used in the DVB area.
標(biāo)簽: Teletext usually module area
上傳時(shí)間: 2017-01-08
上傳用戶:wcl168881111111
支持DVB-S,DVB-T,DVB-C的系統(tǒng)前端加擾和解擾過(guò)程,請(qǐng)注意加擾與加密不同,本程序包實(shí)現(xiàn)的是純粹的加擾和解擾過(guò)程,不對(duì)KEY進(jìn)行加密傳輸。要求輸入測(cè)試文件時(shí),請(qǐng)按照C語(yǔ)言的文件訪問(wèn)要求輸入,如key.txt表示你要使用的KEY放在了名為key的txt文件中,不可寫成“key.txt”。
上傳時(shí)間: 2017-01-10
上傳用戶:SimonQQ
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1