搜索结果
找到约 12,302 项符合
ethernet-a 的查询结果
人工智能/神经网络 CGAL is a collaborative effort of several sites in Europe and Israel. The goal is to make the most i
CGAL is a collaborative effort of several sites in Europe and Israel. The goal is to make the most important of the solutions and methods developed in computational geometry available to users in industry and academia in a C++ library.
DSP编程 TMS320LF2407A片内十位A/D转换程序
TMS320LF2407A片内十位A/D转换程序,供大家分享。
微处理器开发 日本北斗電子製 TCP/IP+Ethernet网络机器设计法
日本北斗電子製 TCP/IP+Ethernet网络机器设计法
驱动编程 In the ffuart.tar.gz it has one file. The serial.c is the source codes of the FFUART as a console
In the ffuart.tar.gz it has one file.
The serial.c is the source codes of the FFUART as a console port, it should be put into the directory: /usr/src/linux/drivers/char/, and be compiled into the kernel.
单片机开发 也用到了温度PID控制,和我门的不同是采用D/A输出控制量的.主要由温度采样--->温度滤波子程序--->温度线性化----->温度设定值等模块组成.
也用到了温度PID控制,和我门的不同是采用D/A输出控制量的.主要由温度采样--->温度滤波子程序--->温度线性化----->温度设定值等模块组成.
微处理器开发 MPC8260的Fast Ethernet的例子。配置FCC为Fast Ethernet模式
MPC8260的Fast Ethernet的例子。配置FCC为Fast Ethernet模式,然后接MII口。用标准C语言编写。
数值算法/人工智能 通过编制迷宫程序来熟练掌握A*算法。充分理解A*算法和启发函数的关系
通过编制迷宫程序来熟练掌握A*算法。充分理解A*算法和启发函数的关系
通讯/手机编程 A C++ framework for creating Linux and Windows communications applications that contain Dialogic/Int
A C++ framework for creating Linux and Windows communications applications that contain Dialogic/Intel NetStructure products. Includes media and network classes (analog, digital, SIP, H323), multithreaded event handling, distributed app support.
通讯编程文档 Making plain binary files using a C compiler,使用gcc得到纯二进制代码。讲的很不错
Making plain binary files using a C compiler,使用gcc得到纯二进制代码。讲的很不错,对学习c语言,了解编译器很有用。
DSP编程 PID calculations for the _pid structure *a. This function uses the positional form of the pid equati
PID calculations for the _pid structure *a. This function uses the positional form of the pid equation, and incorporates an integral windup prevention algorithim. Rectangular integration is used, so this function must be repeated on a consistent time basis for accurate control.