linux unified kernel 0.2.2-1
標(biāo)簽: unified kernel linux
上傳時(shí)間: 2013-12-14
上傳用戶:一諾88
書名 <The Linux® Kernel Primer> <Linux Kernel Development Second Edition> 對(duì)于開(kāi)發(fā)linux內(nèi)核的人,有助于查找代碼和信息
標(biāo)簽: Kernel Linux Development Edition
上傳時(shí)間: 2017-05-18
上傳用戶:WMC_geophy
歐幾里德算法:輾轉(zhuǎn)求余 原理: gcd(a,b)=gcd(b,a mod b) 當(dāng)b為0時(shí),兩數(shù)的最大公約數(shù)即為a getchar()會(huì)接受前一個(gè)scanf的回車符
標(biāo)簽: gcd getchar scanf mod
上傳時(shí)間: 2014-01-10
上傳用戶:2467478207
//9488定時(shí)器B功能測(cè)試 9488定時(shí)器B功能測(cè)試B:DAMI調(diào)試通過(guò): 9488 8位定時(shí)器B的使用 有關(guān)的I/O為三個(gè):TBPWM(輸出)(P1.0) 模式有:間隔定時(shí)功能,PWM模式 有定時(shí)中斷:定時(shí)器B溢出中斷
標(biāo)簽: 9488 TBPWM DAMI 定時(shí)器
上傳時(shí)間: 2017-06-01
上傳用戶:ryb
linux 內(nèi)核 API 詳細(xì)介紹linux內(nèi)核的API函數(shù)
標(biāo)簽: linux API 內(nèi)核 詳細(xì)介紹
上傳時(shí)間: 2017-07-30
上傳用戶:851197153
Linux下kernel與userspace的通信實(shí)現(xiàn)。主要功能為可修改linux的防火墻設(shè)置進(jìn)行通信控制。Linux下調(diào)試通過(guò)。
標(biāo)簽: Linux userspace kernel linux
上傳時(shí)間: 2014-08-25
上傳用戶:zjf3110
USB Manager(usbmgr) 0.4.8 Shuu Yamaguchi <shuu@wondernetworkresources.com> Special Helper: Philipp Thomas When USB devices connect to or disconnect from a USB hub, the usbmgr works as the following according to configuration. a) It loads and unloads files Linux kernel modules. b) It execute file to setup USB devices.
標(biāo)簽: wondernetworkresources Yamaguchi Manager Special
上傳時(shí)間: 2014-01-27
上傳用戶:zhaiyanzhong
T-kernel 的extension源代碼,是日本最著名的T-kernel所獨(dú)有的,適合開(kāi)發(fā)T-kernel的朋友們使用! TK/SE is the program that extends T-Kernel and provides the functions such as a file system and a process management. The TK/SE archive to be provided is comprised of the main portion and the 2 extended file system portions, and TK/SE object is built by adding these to T-Kernel source. a) tkernel_se_1.00.00.tar.gz Main source of T-Kernel/SE b) extfs_fatfs_1.00.00.tar.gz Difference source of T-Kernel/SE extended file system (FAT) c) extfs_cdrom_1.00.00.tar.gz Difference source of T-Kernel/SE extended file system (CD-ROM)
標(biāo)簽: extension T-kernel 源代碼
上傳時(shí)間: 2014-01-20
上傳用戶:czl10052678
1.有三根桿子A,B,C。A桿上有若干碟子 2.每次移動(dòng)一塊碟子,小的只能疊在大的上面 3.把所有碟子從A桿全部移到C桿上 經(jīng)過(guò)研究發(fā)現(xiàn),漢諾塔的破解很簡(jiǎn)單,就是按照移動(dòng)規(guī)則向一個(gè)方向移動(dòng)金片: 如3階漢諾塔的移動(dòng):A→C,A→B,C→B,A→C,B→A,B→C,A→C 此外,漢諾塔問(wèn)題也是程序設(shè)計(jì)中的經(jīng)典遞歸問(wèn)題
標(biāo)簽: 移動(dòng) 發(fā)現(xiàn)
上傳時(shí)間: 2016-07-25
上傳用戶:gxrui1991
溫度華氏轉(zhuǎn)變攝氏 #include <stdio.h> #include <stdlib.h> enum x {A,B,C,D,E} int main(void) { int a=73,b=85,c=66 { if (a>=90) printf("a=A等級(jí)!!\n") else if (a>=80) printf("73分=B等級(jí)!!\n") else if (a>=70) printf("73分=C等級(jí)!!\n") else if (a>=60) printf("73分=D等級(jí)!!\n") else if (a<60) printf("73分=E等級(jí)!!\n") } { if (b>=90) printf("b=A等級(jí)!!\n") else if (b>=80) printf("85分=B等級(jí)!!\n") else if (b>=70) printf("85分=C等級(jí)!!\n") else if (b>=60) printf("85分=D等級(jí)!!\n") else if (b<60) printf("85分=E等級(jí)!!\n") } { if (c>=90) printf("c=A等級(jí)!!\n") else if (c>=80) printf("66分=B等級(jí)!!\n") else if (c>=70) printf("66分=C等級(jí)!!\n") else if (c>=60) printf("66分=D等級(jí)!!\n") else if (c<60) printf("66分=E等級(jí)!!\n") } system("pause") return 0 }
標(biāo)簽: include stdlib stdio gt
上傳時(shí)間: 2014-11-10
上傳用戶:wpwpwlxwlx
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1