搜索资源列表
linux下的rtl8139网卡驱动程序源代码
- linux下的rtl8139网卡驱动程序源代码 用C写的原码,对分析开发8139系列网卡的驱动很有用,请大家看看。 -rtl8139 card under the driver source code used to write the original C code for analyzing the 8139 Series Ethernet Driver useful, please see.
(R)-C++-Code-网络监控系统-源代码全
- 这是网络版的Rip版,版本号为2.1,基于费尔的Ndis Hook技术. 相比正式版,除了去掉了无关紧要的注册和升级,其余一字未改. 目录列表: TGuard 应用程序目录 TGuard_sys For 2k的驱动程序 Release 存放应用程序 Def 应用程序和驱动共用的一个定义文件 Tools 工具 从Ndis Hook技术改为基于DDK带的passthru.-This is the Internet version of
myson803
- myson803源代码 myson803.c: A Linux device driver for the Myson mtd803 Ethernet chip. -myson803 myson803.c source code : A Linux device driver for the Myson mtd803 Ether net chip.
lincan-0.3.3.tar
- LinCAN is a Linux kernel module that implements a CAN driver capable of working with multiple cards, even with different chips and IO methods. Each communication object can be accessed from multiple applications concurrently. It supports RT-Linu
tsc2003_linux
- the tsc2003 driver C code in linux os
CEWifiDriverAR6000-21374
- Atheros Communications AR6001 WLAN Driver for SDIO installation Read Me March 26,2007 (based on k14 fw1.1) Windows CE Embedded CE 6.0 driver installation. 1. Unzip the installation file onto your system (called installation dire
网络设备驱动
- linux网络设备驱动开发,C语言开发工具,通过他你可以了解一般网络设备驱动程序的开发-network device driver development, C-language development tools, through him, you can understand the general network device driver development
Linux_dns-cheat
- Linux内核驱动,网络过滤-DNS欺骗(广告推送) 文件包括: Linux内核驱动-网络过滤-DNS欺骗(广告推送).doc Makefile test.c(包含详细的注释)-Linux kernel driver, the network filter-DNS spoofing (Campaigns) files include: Linux kernel driver- Network-DNS spoofing filter (Campaigns). Doc Make
p2p
- 1. 设置ODBC驱动,将系统DSN命名为ShareRes2,并和数据库shareResV2.mdb建立连接。 将start.ini和P2PServerDll.dll拷贝到系统目录(如:C:\WINDOWS\system32)。注意start.ini的设置和实际ODBC设置一致。 2. 打开服务器例子程序,启动服务器例子VB或Vc例子。需要看服务器的log,请将p2psvr.log拷贝到c:\根目录下。 3. 打开客户端Dll调用例子,只有客户端已经登录服务器,才
RTL8019_driver
- 移植网卡驱动时有用: uboot-1.1.4 中的rtl8019驱动: 分别是rtl8019.c和rtl8019.h linux-2.4 中的ne2000兼容网卡驱动程序:分别是ne.c 8390.c 和8390.h 将上述5个文件稍做修改即可移植到任何平台-Transplantation network card driver useful: uboot-1.1.4 in the RTL8019 driver: namely rtl8019.c and rtl8019.hli
Sniffer_POP3
- 使用VC++6.0编写的POP3抓包程序。利用WinPcap编写,MFC制作界面程序,利用多线程技术后台监听抓包,系统资源占用低。编译时请下载WinPcap驱动和开发包。-The use of VC++ 6.0 capture procedures POP3 prepared. Use WinPcap prepared, MFC production interface procedures, take advantage of multi-threading technology to mon
net.c.tar
- Linux network driver skeleton. It can be used as the basic module for developing a complex network driver.
DM9000
- DM9000在linux下的驱动,用C语言编写。经过调试后可用。性能稳定。-driver program withDM9000
dm9000c.c
- s3c6410 dm9000c driver
DriverWizard
- 用C++实现的网络驱动程序向导代码。可以简单的创建一个工作区,并从工程中选择一个类型作为客户应用-Implemented using C++ code for the network driver wizard. You can simply create a work zone and choose a type from the project as a client application
uclinux
- 本文件是采用c语言编写的uclinux串口驱动,希望可以对需要的朋友有所帮助-uclinux serial port driver
GetMacAddress
- 利用WInPcap编程,获取本机MAC地址,注意,需要先安装了WinPcap驱动。使用C++实现。-Using WInPcap programming, access to the machine MAC address, attention to the need to install the WinPcap driver. Using C++ implementation.
led.drv.mod.c
- LED灯的驱动程序,主要适用于嵌入式开发板CORTEX A8的LED灯-LED lamp driver module, mainly be used for embedded development board CORTEX A8
穿目前所有还原下载者 C 源码
- [C/C++] 穿目前所有还原的下载者 C++源码 下载者包括四个工程: CDown:生成器 userinit:真正的下载者 Dat:驱动和下载者的安装程序 pass:驱动程序 原理:驱动程序可以穿透还原卡,并且可以修改系统文件,这里是通过修改系统文件userinit.exe来实现的。userinit.exe的功能很简单,就是启动explorer.exe。这里就是通过替换uerinit.exe,伪造一个userinit.exe。这个伪造的程序可以实现uerinit.exe的原始功能,
04PWM驱动步进电机实验
- 04PWM驱动步进电机实验c语言编程, PWM生成,本设备 PWM 使用 16MHz 作为脉冲基准, 使用分频系数决定 PWM 脉冲频率, 使用占空比系数决定 PWM 脉冲的占空 * 比。 对应关系如下: * 频率 = 16000000 / 分频系数( Hz) 公式 1 * 占空比=占空比系数 / 分频系数 公式 2 * 分频系数范围是 2~65535, 因此理论上输出的最低频率是 16000000/65535=244.14Hz, 最高频率是 8000000Hz, 也就是