Welcome![Sign In][Sign Up]
Location:
Search - ethernet

Search list

[ARM-PowerPC-ColdFire-MIPStcpip Ethernet

Description: 日本北斗電子製 TCP/IP+Ethernet网络机器设计法-Japan Beidou electronic system TCP/IP Ethernet network machine design
Platform: | Size: 54272 | Author: | Hits:

[Other Embeded programethernet.tar

Description: 以太网10/100M IP核Verilog源码,可综合。-IP Ethernet 10/100 nuclear Verilog source can be integrated.
Platform: | Size: 934912 | Author: 箫勇天 | Hits:

[Windows Developethernet

Description: ethernet generator using VB
Platform: | Size: 64512 | Author: kkk | Hits:

[VHDL-FPGA-Verilogethernet[1].tar

Description: 一个以太网卡的硬件描述,可以参考进行设计网卡芯片。-an Ethernet card hardware description, reference card chip design.
Platform: | Size: 144384 | Author: 李文文 | Hits:

[Software EngineeringAMR+ARM+Ethernet

Description: 本文首先介绍目前几种常见的自动抄表系统,分析它们各自的特点,然后重点介绍以太网抄表系统及其控制器的设计与实现。第一章介绍国内外自动抄表技术的发展状况 第二章分析抄表系统的结构,对其上/下层通讯方式进行了详细的描述,比较了不同通讯方式的优缺点 第兰章专门就以太网为通讯方式的抄表系统进行介绍,指出它是一种很有发展前途的抄表手段 第四章和第五章详细介 绍以太网抄表系统中控制器的设计,分为硬件和软件两方面,对来用的微处理器(ARM芯片)和嵌入式操作系统(uClinux )也都有详细的介绍。最后,第六章指出本系统设计中的技术难点以及抄表技术今后的发展趋势。 -This paper introduces some common automatic meter reading system, analysis of their respective characteristics, Then highlight meter reading system and its Ethernet controller design and implementation. The first chapter is devoted to domestic and international automatic meter reading technology development in the second chapter analyzes the structure of meter reading system, its on/lower forms of communication are described in detail, Comparison of the different forms of communication-the advantages and disadvantages of the first chapter on Ethernet for communication of meter reading system will be introduced. that it is a very promising means of meter IV and V detailed Ethernet Meter System Controller design, hardware and software into two, right to the use of the microprocessor (ARM c
Platform: | Size: 3816448 | Author: 李威 | Hits:

[Other Embeded programethernet

Description: 这是ethernet的VHDL实现 OpenIPCore-This is the ethernet of VHDL realize OpenIPCore
Platform: | Size: 906240 | Author: 陈勇 | Hits:

[Internet-NetworkEthernet

Description: 模拟Ethernet帧的发送过程 父进程创建两个子进程和一个共享内存 这个共享内存模拟介质总线 这个两个进程分别从这个内存发送信并进行冲突检测-Simulation of Ethernet frames sent the course of the parent process of the creation of two sub-processes and a shared memory of the shared memory bus analog medium, respectively, the two processes send a letter from the memory and conflict detection
Platform: | Size: 1024 | Author: wu | Hits:

[CommunicationEthernet

Description: 本程序是基于44B0芯片的以太网口驱动程序,是在SDT环境下编译的.稍作修改可以在ADS下调试运行-This procedure is based on the Ethernet port 44B0-chip driver is compiled SDT environment. With some slight modifications in the ADS is running under the debugger
Platform: | Size: 70656 | Author: 中纪委 | Hits:

[Other Embeded programEthernet

Description: 周立功开发板smartArm2300的以太网示例程序。-Week Ligong Ethernet development board smartArm2300 sample programs.
Platform: | Size: 123904 | Author: 宰云峰 | Hits:

[VHDL-FPGA-VerilogETHERNET

Description: 具备GMII接口和ARP协议功能的千兆以太网控制器。经过Xilinx SPATAN-III FPGA验证, Verilog描述-With GMII interface and feature ARP protocol Gigabit Ethernet controller. After Xilinx SPATAN-III FPGA verification, Verilog description
Platform: | Size: 69632 | Author: winwalk | Hits:

[Sniffer Package capturesend.Ethernet.ARP.package

Description: 实现 发送Ethernet ARP包 在熟悉ARP协议并了解Winpcap编程的前提下,构造ARP包,选择并打开网 卡,将ARP包发送出去。 -Send realize Ethernet ARP protocol ARP packets in a familiar and understand the premise of Winpcap programming, construction ARP packets, select and open the card, ARP packets will be sent.
Platform: | Size: 640000 | Author: moon | Hits:

[TCP/IP stackethernet

Description: 讲述了用单片机如何控制以太网芯片,并给出程序。包含有相应的测试程序-About how to control the use of single-chip Ethernet chips, and gives procedures. Contains the corresponding test procedures
Platform: | Size: 145408 | Author: 周斌 | Hits:

[TCP/IP stackenbed-ethernet

Description: 嵌入式以太网概述、TCP/IP等网络基础、解决方案等,仅供参考-An overview of embedded Ethernet, TCP/IP and other network infrastructure, solutions and so on, are for reference only
Platform: | Size: 14336 | Author: 许乐乐 | Hits:

[SCMethernet.tar

Description: 10M/100M以太网ipcore,包括说明文档和整个源码-10M/100M Ethernet ipcore, including documentation and the source
Platform: | Size: 936960 | Author: 李达明 | Hits:

[VxWorksethernet

Description: vxworks 下的网络程序源码以太网源代码-under VxWorks source Ethernet network program source code
Platform: | Size: 7168 | Author: 李志海 | Hits:

[Internet-NetworkEthernet

Description: 模拟Ethernet帧的发送过程 编写程序模拟Ethernet结点的数据发送流程。 具体要求: 1)用两个线程a和b来模拟Ethernet上的两台主机。 2)用一个双字类型变量Bus来模拟总线(将其初始化为“\0”,并且总线等于“\0”时表示总线空闲)。 3)两个子线程向总线发送自己的数据。数据用该线程的线程号进行模拟,发送数据用线程号和Bus的“或”操作进行模拟(即Bus=Bus|ID,ID为该线程的线程号)。 4)每台主机须向总线上成功发送10次数据,如果其中某次数据发送失败,则该线程结束。 5)发送流程须遵循CSMA/CD。随机延迟算法中的冲突窗口取0.005。在数据发送成功(即Bus==ID)后,报告“ID send success”,产生冲突(即Bus!=ID)后报告“ID send collision”,发送失败(即冲突计数器值为0)后报告“ID send failure”。随着主机发送成功次数增加,报告其已发送成功的次数,如“主机A发送成功数=3”。 -err
Platform: | Size: 1024 | Author: seaman | Hits:

[TCP/IP stackEthernet

Description: 模拟Ethernet帧的发送过程,有2个子线程,发送成功不少于10次-Simulation of Ethernet frames sent process, has 2 sub-threads, send the success of not less than 10 times
Platform: | Size: 1024 | Author: tianjing | Hits:

[BooksEthernet

Description: 主要原理是应用数据链路层帧结构的知识与文件访问控制的方法,实现解析包含有多个已封装好的Ethernet帧的文件的功能。-The main principle is the application of data link layer frame structure of knowledge and file access control, realize analytic package contains more than have a good Ethernet frame file.
Platform: | Size: 818176 | Author: Cuilq | Hits:

[Software EngineeringEthernet

Description: LPC2300以太网连接原理图.用LPC23系列开发以太网必备.-LPC2300 Ethernet connectivity schematics. LPC23 series with the development of Ethernet required.
Platform: | Size: 154624 | Author: WATCHDOG | Hits:

[Internet-NetworkEthernet

Description: harmmer-os ethernet部分代码-harmmer-os ethernet part code
Platform: | Size: 3072 | Author: hoboo | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net