搜索资源列表
bababian
- 功能与特点: 1.可显示自己在巴巴变上的专辑列表 2.可显示自己在巴巴变上的公开的图片 3.可显示巴巴变上用户的评论 4.可显示自己在巴巴变上的关键字 5.可显示巴巴变上的精彩图片 6.支持lightbox效果显示 7.支持IE,FF的正常显示 8.使用模板技术,可以较容易的修改风格 9.因为数据全部存储在巴巴变上,即便需要转移服务器也不需要担心数据的丢失问题-Function and Characteristics: 1. To show change on
qt-mplayer
- 使用Qt设计的播放器,有Play,Stop,FF,FR的功能-Qt designe Media player
cunchuguanli
- 1.分析UNIX最先适应(First Fit,FF)存储分配算法,即map数据结构、存储分配函数malloc()和存储释放函数mfree(),找出与算法有关的成分。 2.修改上述与算法有关的成分,使其分别体现BF(Best Fit,最佳适应)分配原则和WF(Worst Fit,最坏适应)分配原则。 -1. The first adaptation of UNIX (First Fit, FF) memory allocation algorithm, that is, map the d
ff
- this used to find a file in UNIX-this is used to find a file in UNIX
iforce-ff
- USB/RS232 I-Force joysticks and wheels.
bsearch_test
- DEC C++ generates incorrect template instatiation code for "ff" so must cast. -DEC C++ generates incorrect template instatiation code for "ff" so must cast.
iforce-ff
- USB RS232 I-Force joysticks and wheels.
ff-core
- Force feedback support for Linux input subsystem.
ff-memless
- Force feedback support for memoryless devices.
nuc900-pcm
- The Nomadik clock tree is described in the STN8815A12 DB V4.2 reference manual for the chip, page 94 ff.
iforce-ff
- Note: caller must ensure exclusive access to device.
ff-core
- Force feedback support for Linux input subsystem.
ff
- . have your kernel configured with evdev and a driver that supports your device.
tcp-thin
- The Nomadik clock tree is described in the STN8815A12 DB V4.2 reference manual for the chip, page 94 ff.
bsearch_test
- DEC C++ generates incorrect template instatiation code for ff so must cast. -DEC C++ generates incorrect template instatiation code for ff so must cast.
ccp_size
- A3D MAGIC KEY Android3D ff for Linux v2.13.6. -A3D MAGIC KEY Android3D ff for Linux v2.13.6.
01_session_daemon_test
- 在网络通讯时,源主机的应用程序知道目的主机的IP地址和端口号,却不知道目的主机的硬件地址,而数据包首先是被网卡接收到再去处理上层协议的,如果接收到的数据包的硬件地址与本机不符,则直接丢弃。因此在通讯前必须获得目的主机的硬件地址。ARP协议就起到这个作用。源主机发出ARP请求,询问“IP地址是192.168.0.1的主机的硬件地址是多少”,并将这个请求广播到本地网段(以太网帧首部的硬件地址填FF:FF:FF:FF:FF:FF表示广播),目的主机接收到广播的ARP请求,发现其中的IP地址与本机相符,