-
NetFilter
网络驱动层封包截取一系列源码里面包含一个完整的网络防火墙程序(failed to translate)
- 2020-11-28 16:19:29下载
- 积分:1
-
AR-F5005C-software
CC1101射频发射接收功能的驱动程序,用于远距离遥控电扇的控制,由C和汇编混合写成。(Driver CC1101 RF transmitting and receiving function, used to control the remote control fan, written by C and assembly.
)
- 2013-09-18 21:29:25下载
- 积分:1
-
map_rom
Common code to handle map devices which are simple ROM.
- 2013-03-27 17:30:46下载
- 积分:1
-
Driver-Guide
教你手把手如何编写驱动程序,看了本文很快你将成为一名高手。(Teach you how to write drivers hands, read this article you will soon become a master.)
- 2009-04-25 23:15:49下载
- 积分:1
-
SVGDefsElement
SVG Defs Element Source Code for linux QT Interface Driver.
- 2013-07-11 22:47:30下载
- 积分:1
-
NDIS_6[1].0_miniport__driver
说明: 实现一个千兆以太网卡的NDIS的miniport驱动实例源代码
对于那些希望写一个NDIS 6.0的miniport设备驱动的开发人员来说,实例实在是太少了,只有一个DDK中的E100BEX。这里,我将选择一个当前比较流行的以太网控制器(Realtek 8111/8168/8169/8110等PCI的千兆以太网控制器),针对它们写一个NDIS6的驱动(The realization of a Gigabit Ethernet card, the NDIS driver miniport instance of the source code for those who wish to write an NDIS 6.0 of the miniport device driver developers, the example is too small, there is only one DDK in E100BEX. Here, I will choose a more popular current Ethernet controller (Realtek 8111/8168/8169/8110, such as PCI Gigabit Ethernet controller), for them to write a driver NDIS6)
- 2008-12-06 11:41:00下载
- 积分:1
-
at1024c
AT24C1024驱动程序,可以跨页读写的标准程序(AT24C1024 driver, you can read and write across standard program page)
- 2021-03-22 10:09:16下载
- 积分:1
-
CSCommTest
说明: 串口驱动程序,在界面上能发送接收数据,主要是参照网上的教程实现的,代码能运行通过,是一个界面程序(Serial port driver, the interface can send receive data, mainly by reference to the realization of online tutorials, and code to run through, is an interface program)
- 2008-12-08 09:41:19下载
- 积分:1
-
TFT-PROJECT
说明: 128 128 TFT 屏的驱动 可以话直线 圆等等 还有assic字库调用 7*14大小(128 128 TFT screen, then drive straight round, and so there can be assic call 7* 14 size font)
- 2011-04-11 18:28:46下载
- 积分:1
-
53607944driver
一个最简单的驱动程序,就像其他的可执行程序一样,每个驱动程序也有一个入口点,
这是当驱动被装载到内存中时首先被调用的,驱动的入口点是DriverEntry过程(注:过程也就是子程序),
DriverEntry这个名称只是一个标记而已,你可以把它命名为其他任何名字--只要它是入口点就行了。(One of the most simple driver, just like other executable programs, each driver has one entry point,
This is when the driver is loaded into memory the first to be called when the driver entry point is DriverEntry process (Note: The procedure is routine),
DriverEntry This name is just a marker only, you can name it in any other name- as long as it is the entry point on the list.)
- 2009-10-27 19:18:16下载
- 积分:1