E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
inb
ioremap和ioport_map
在linux-2.6之前,前者使用
inb
/outb(......)访问,后者通过readb/writeb(......)来访问(访问前必须使用ioremap将IO物理地址映射到虚拟地址)。
hanchaoman
·
2011-11-14 09:00
编程
linux
IO
MINI2440 按键输入子系统 驱动及测试代码分析
/*for-EBUSY*/#include/*forrequest_region*/#include/*forloops_per_jiffy*/#include /*forinb_p,outb_p,
inb
RopenYuan
·
2011-09-27 23:00
struct
Module
测试
input
makefile
代码分析
关于用FFMPEG截取视频图像保存为BMP图像颠倒及颜色不正常的问题
就是将一个视频中的图像截取并保存为PMG的程序,稍作修改可将图像保存为BMP格式,程序代码如下://tutorial01.c//CodebasedonatutorialbyMartinBohme(boehme@
inb
.uni-luebeckREMOVETHIS.de
henryjee
·
2011-08-15 11:00
Stream
video
File
null
buffer
Codec
利用FFMpeg对视频截图
//tutorial01.c//CodebasedonatutorialbyMartinBohme(boehme@
inb
.uni-luebeckREMOVETHIS.de)//TestedonGentoo
linjinxing
·
2011-06-30 11:00
Stream
video
File
null
buffer
Codec
symbian for Qt 设置背景图片
****TrolltechherebygrantsalicensetousetheQt/EclipseIntegration**plug-in(thesoftwarecontainedherein),
inb
baijd_ss
·
2011-06-29 21:00
symbian for Qt 设置背景图片
****TrolltechherebygrantsalicensetousetheQt/EclipseIntegration**plug-in(thesoftwarecontainedherein),
inb
baijd_ss
·
2011-06-29 21:00
使用libavformat/libavcodec 代码示例
UsinglibavformatandlibavcodecMartinBöhme(boehme@
inb
.uni-luebeckREMOVETHIS.de) February18,2004Update(January232009
xc_shen
·
2011-03-31 17:36
职场
休闲
libavcodec
libavformat
ffmpeg 播放 视频demo
////CodebasedonFFplay,Copyright(c)2003FabriceBellard,//andatutorialbyMartinBohme(boehme@
inb
.uni-luebeckREMO
cmzx3444
·
2011-03-17 21:00
GCC
C
C++
C#
CVS
利用ffmpeg的api 从电影中截图
阅读更多//tutorial01.c//CodebasedonatutorialbyMartinBohme(boehme@
inb
.uni-luebeckREMOVETHIS.de)//TestedonGentoo
cmzx3444
·
2011-03-17 21:00
GCC
CVS
C
C++
C#
利用ffmpeg的api 从电影中截图
// tutorial01.c // Code based on a tutorial by Martin Bohme (boehme@
inb
.uni-luebeckREMOVETHIS.de)
cmzx3444
·
2011-03-17 21:00
C++
c
gcc
C#
cvs
Linux 0.11启动时间的计算函数
main.c下时间初始化代码,可以体会到位运算的精简#defineCMOS_READ(addr)({/outb_p(0x80|addr,0x70);/
inb
_p(0x71);/})#defineBCD_TO_BIN
yming0221
·
2011-03-11 08:00
c
linux
算法
struct
UP
library
Linux 0.11启动时间的计算函数
main.c下时间初始化代码,可以体会到位运算的精简 #define CMOS_READ(addr) ({ / outb_p(0x80|addr,0x70); /
inb
_p(0x71); / })
soboer
·
2011-03-11 08:00
linux
Linux 0.11启动时间的计算函数
main.c下时间初始化代码,可以体会到位运算的精简 #define CMOS_READ(addr) ({ / outb_p(0x80|addr,0x70); /
inb
_p(0x71); / })
thecloud
·
2011-03-11 08:00
linux
【zz】Using libavformat and libavcodec
Usinglibavformatandlibavcodec http://www.
inb
.uni-luebeck.de/~boehme/using_libavcodec.htmlMartinBöhme
commshare
·
2011-01-29 19:00
Stream
video
File
buffer
audio
Codec
FFMpeg Study
http://www.
inb
.uni-luebeck.de/~boehme/using_libavcodec.htmlCompilethesamplecode: Adding-D__STDC_CONSTANT_MACROStothecompilationflags
frank2336
·
2011-01-15 23:00
c
macros
compilation
Linux用户态程序读写IO端口方法总结
iopl()来获得权限,然后TowritedatatoanI/Oport,use outb(), outw(), outl(),ortheircousins.Toreaddatafromaport,use
inb
dux003
·
2010-10-17 18:00
linux
IO
2010
X86
最长递增子序列 (Longest Increasing Subsequence)
:=0elseS[1][j]:=1endforifrom2tonforjfrom1tonifA[i]>B[j]thenS[i][j]:=S[i-1][j]elsefindtheindexkofA[i]
inB
linulysses
·
2010-05-05 13:00
算法
BI
search
存储
n2
outb函数与volatile 类型变量
在linux的驱动程序中,都会使用大量的outb、outw、
inb
、inw等等宏来访问硬件或寄存器。这些宏的定义都在相应处理器体系下的include/asm目录下的io.h中定义。
do2jiang
·
2010-03-25 00:00
一段奇怪的代码
privatevoidsay(){ System.out.print("ina\n"); } publicclassBextendsA{ privatevoidsay(){ System.out.print("
inb
红猎人
·
2009-12-23 17:00
port I/O
阅读更多Nameoutb,outw,outl,outsb,outsw,outsl,
inb
,inw,inl,insb,insw,insl,outb_p,outw_p,outl_p,
inb
_p,inw_p,
qiuye
·
2009-12-21 15:00
Linux
DOS
Access
.net
port I/O
Nameoutb,outw,outl,outsb,outsw,outsl,
inb
,inw,inl,insb,insw,insl,outb_p,outw_p,outl_p,
inb
_p,inw_p,inl_p-portI
qiuye
·
2009-12-21 15:00
.net
linux
dos
Access
HLOJ_1301
/HLOJ_1301 just for play Accepted 2 3 #include 4 #include 5 using namespace std ; 6 7 int ina,
inb
我希望你是我独家记忆
·
2009-10-10 12:00
SGU_CONTEST30_B(Headstrong Student)
#include 5 using namespace std ; 6 7 const int size = 1100000 ; 8 int flag[size] ; 9 10 int ina,
inb
我希望你是我独家记忆
·
2009-09-27 09:00
HLOJ_1138
1138 Accepted 15 196 251 C++ 2 3 //最小公倍数 4 5 #include 6 7 using namespace std ; 8 9 int ina,
inb
我希望你是我独家记忆
·
2009-06-30 12:00
URAL_1280
namespace std ; 8 9 int hash[1100] ;10 11 int a[100100] ;12 int b[100100] ;13 14 int inn, inm ;15 int ina,
inb
我希望你是我独家记忆
·
2008-12-15 21:00
URAL_1272
namespace std ; 9 10 const int size = 12010 ;11 12 int father[size] ;13 14 int inn, ink, inm ;15 int ina,
inb
我希望你是我独家记忆
·
2008-12-15 20:00
URAL_1220
include 8 9 int val[100010] ;10 short num[100010] ;11 12 int last[1024] ;13 14 int inn ;15 int ina,
inb
我希望你是我独家记忆
·
2008-12-15 15:00
直接从CMOS读取系统时间
followingcodecomefromLinuxKernel0.01#defineCMOS_READ(addr)({/outb_p(0x80|addr,0x70);/
inb
_p(0x71);/})#
felixz
·
2007-06-19 16:00
上一页
1
2
3
4
5
6
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他