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

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

BLOCK

  • Cromfs is a compressed read-only filesystem for Linux. Cromfs is best at archiving gigabytes of big

    Cromfs is a compressed read-only filesystem for Linux. Cromfs is best at archiving gigabytes of big files that have a lot of redundancy. It aims primarily at achieving a strong compression, even at the cost of memory and CPU time resources. It uses the LZMA compression algorithm from 7-zip and BLOCK merging.

    標簽: Cromfs compressed filesystem archiving

    上傳時間: 2013-12-15

    上傳用戶:王楚楚

  • 生成Trick文件工具 1.Open command line 2.input tricktest Usage: TrickTest -f -o -i -f source mpeg2 fil

    生成Trick文件工具 1.Open command line 2.input tricktest Usage: TrickTest -f -o -i -f source mpeg2 file to trick -o trick output directory -i output file id -m max coding error, default 0 -b max bitrate for trick generate, default 0 mean no limit -s trick buffer BLOCK size, must be n*188 -l log file, default c:\tricktest.log example: tricktest -f 黑鷹行動.mpg -o c:\temp -i A -m 1000 -b 3750000 soure file: 黑鷹行動.mpg output directory: c:\temp filename: 000000A,000000A.ff,000000A.fr,000000A.vvx max coding error: 1000 trick generation speed: 3750000 bps a

    標簽: TrickTest tricktest command source

    上傳時間: 2014-01-23

    上傳用戶:水口鴻勝電器

  • A user-space device driver can do many of the things that kernel drivers can t, such as perform a lo

    A user-space device driver can do many of the things that kernel drivers can t, such as perform a long-running computation, BLOCK while waiting for an event, or read files from the file system. Unlike kernel drivers, a user-space device driver can use other device drivers--that is, access the network, talk to a serial port, get interactive input from the user, pop up GUI windows, or read from disks. User-space drivers implemented using FUSD can be much easier to debug it is impossible for them to crash the machine, are easily traceable using tools such as gdb, and can be killed and restarted without rebooting even if they become corrupted. FUSD drivers don t have to be in C--Perl, Python, or any other language that knows how to read from and write to a file descriptor can work with FUSD. User-space drivers can be swapped out, whereas kernel drivers lock physical memory.

    標簽: user-space can drivers perform

    上傳時間: 2014-01-01

    上傳用戶:saharawalker

  • jsp 留言系統try { Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver").newInstance()

    jsp 留言系統try { Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver").newInstance() } catch (InstantiationException e) { // TODO Auto-generated catch BLOCK e.printStackTrace() } catch (IllegalAccessException e) { // TODO Auto-generated catch BLOCK e.printStackTrace() } catch (ClassNotFoundException e) { // TODO Auto-generated catch BLOCK System.out.println("Driver not found") }

    標簽: SQLServerDriver newInstance microsoft sqlserver

    上傳時間: 2014-07-10

    上傳用戶:開懷常笑

  • java 線程 靜態鎖

    java 線程 靜態鎖,對象鎖, synchronized 是鎖方法還是鎖對象?還是鎖類?如何實現?? 部分代碼如下, public static Object lock=new Object() //靜態鎖,鎖類,不是鎖對象了!!所以兩個線程同時 運行兩個 TestThread 的execute( ),也可以同步!!! public void execute(){ // synchronized(lock){ for(int i=0 i<20 i++){ try { Thread.sleep(30) } catch (InterruptedException e) { // TODO Auto-generated catch BLOCK e.printStackTrace() } System.out.println(Thread.currentThread().getName()+Thread.currentThread ().getName()+" "+i) } } }

    標簽: java 線程

    上傳時間: 2017-07-15

    上傳用戶:lijianyu172

  • It is a huge matlab document, kinematic represantation and control of Modified Delta Mechanism which

    It is a huge matlab document, kinematic represantation and control of Modified Delta Mechanism which consists all S-Function BLOCK diagrams.

    標簽: represantation Mechanism kinematic document

    上傳時間: 2017-08-13

    上傳用戶:天涯

  • A FLASH Bootloader for PIC16 and PIC18 Devices

    Among the many features built into Microchip’sEnhanced FLASH Microcontroller devices is the capability of the program memory to self-program. This very useful feature has been deliberately included to give the user the ability to perform bootloading operations.Devices like the PIC18F452 are designed with a designated“boot BLOCK”, a small section of protectable program memory allocated specifically for bootload firmware.

    標簽: bootloader;PIC16;PIC18

    上傳時間: 2015-03-05

    上傳用戶:rfvrfv

  • A FLASH Bootloader for PIC16 and PIC18 Devices

    Among the many features built into Microchip’sEnhanced FLASH Microcontroller devices is the capability of the program memory to self-program. This very useful feature has been deliberately included to give the user the ability to perform bootloading operations.Devices like the PIC18F452 are designed with a designated“boot BLOCK”, a small section of protectable program memory allocated specifically for bootload firmware.

    標簽: PIC16;PIC18;Bootloader

    上傳時間: 2015-03-05

    上傳用戶:rfvrfv

  • 四軸飛控資料

    本帖最后由 黃瓜 于 2014-3-2 21:39 編輯 在2012年,帖子“圓點博士微型四軸飛行器開工拉...有錢出錢,沒錢出力” http://www.amobbs.com/thread-5504090-1-1.html得到壇友的大力支持。經過2013年的全年發展,資料已經相當成熟。樓主把全部資料整理到了一起,方便大家下載。 首先給大家介紹下這些資料的內容:(全部是源代碼,豪無保留): 1,小四軸飛行器源碼:包括陀螺儀芯片驅動代碼,數字濾波,四元數姿態解算和電機控制代碼,此外,還包括藍牙無線傳輸代碼,NRF24L01+無線傳輸代碼,小四軸無線更新固件代碼。 2,小四軸手持遙控器源碼。包括USB轉COM口代碼,藍牙編程代碼,搖桿控制代碼,和液晶屏顯示代碼。通過該代碼,用戶可以學習USB編程,藍牙編程,搖杠編程,液晶屏顯示編程能知識。 3,基于windows/Linux下的上位機代碼,能過獲取小四軸姿態,并對小四軸進行飛行控制。該代碼使用垮平臺算法QT編寫。 4,基于Android的手機遙控器代碼,可以實現對小四軸的飛行控制 5,對國外著名開源crazyflies開源算法的姿態部分的移植(已修改成大家熟知的MDK環境),帶FreeRTOS操作系統。

    標簽: 姿態解算

    上傳時間: 2015-04-14

    上傳用戶:wusheng4495

  • 文件Java排課系統的報告

    My JSP 'TeacherMain.jsp' starting page var $=function(id) { return document.getElementById(id); } function show_menu(num){ for(i=0;i

    標簽: C++

    上傳時間: 2015-07-03

    上傳用戶:xiyuzhu

主站蜘蛛池模板: 兰溪市| 博乐市| 游戏| 乐平市| 东莞市| 五河县| 江达县| 梅州市| 兴山县| 贺州市| 喀什市| 东兴市| 逊克县| 慈利县| 彭阳县| 阳山县| 大兴区| 昂仁县| 镇平县| 沙田区| 明水县| 宣汉县| 三亚市| 定陶县| 霍林郭勒市| 子洲县| 克什克腾旗| 淅川县| 和硕县| 鲁甸县| 伊春市| 铁岭县| 钦州市| 霍林郭勒市| 霍山县| 化德县| 上栗县| 鄂托克前旗| 合作市| 瓮安县| 兴和县|