搜索结果
找到约 505 项符合
Real-tim 的查询结果
嵌入式/单片机编程 Memory allocation in C Dynamic memory allocation and the structures that implement it in C are so u
Memory allocation in C
Dynamic memory allocation and the structures that implement it in C are so universal that they re sometimes treated as a black box. In the real world of embedded systems, that may not be desirable or even possible.
游戏 A few years ago I became interested in first person shooter games and in particular how the world le
A few years ago I became interested in first person shooter games and in particular how the world levels are created and rendered in real time. At the same time I found myself in between jobs and so I embarked on an effort to learn about 3D rendering with the goal of creating my own 3D rendering en ...
其他文档 自动导引小车调度(外文)
Guided vehicles (GVs) are commonly used for the internal transportation of loads in warehouses, production plants and terminals. These guided vehicles can be routed with a variety of vehicle dispatching rules in an attempt to meet performance criteria such as minimizing the average load wa ...
操作系统开发 vxworks源代码
大名鼎鼎的嵌入式操作系统vxworks的完整的源代码,支持多种体系结构的嵌入式处理器,如arm,x86,i960,mc68k,mips,ppc,sparc等,包含完整的实时多任务处理及网络tcpip,dhcp,rip等协议,tffs文件系统,以及各种硬件驱动程序如usb--All the source code of Famous vxwork Embedded operating system , it supports the Embedded ...
数学计算 计算本征值程序
Computes all eigenvalues and eigenvectors of a real symmetric matrix a,
! which is of size n by n, stored in a physical np by np array.
! On output, elements of a above the diagonal are destroyed.
! d returns the eigenvalues of a in its first n elements.
! v is a matrix with the same logical and ...
源码 fortan程序数值分析之Newton法求解非线性方程组
module M_GAUSS
!高斯列主元消去法模块
contains
subroutine LINEQ(A,B,X,N)
!高斯列主元消去法
   implicit real*8(A-Z)
   integer::I,K,N
   integer::ID_MAX  !主元素标号
   real*8::A(N,N),B(N),X(N)
  &n ...
书籍 Crime+and+Intelligence+Analysis
In the hit CBS crime show Person of Interest, which debuted in 2011,
the two heroes—one a former Central Intelligence Agency agent and
the other a billionaire technology genius—work together using the
ubiquitous surveillance system in New York City to try to stop violent
crime. It’s referred to b ...
书籍 Architectures for Baseband Signal Processing
Mobile communication devices like smart phones or tablet PCs enable us to
consume information at every location and at every time. The rapid development
of new applications and new services and the demand to access data in real time
create an increasing throughput demand. The data have to be transmi ...
书籍 Channel Equalization
The working title of this book was Channel Equalization for Everyone. Channel
equalization for everyone? Well, for high school students, channel equalization
provides a simple, interesting example of how mathematics and physics can be
used to solve real-world problems.
书籍 Compressive+Sensing+for+Wireless+Networks
Over the past few decades, wireless communications and networking have witnessed an
unprecedented growth, and have become pervasive much sooner than anyone could have
predicted. For example, cellular wireless networks are expected to become the dominant
and ubiquitous telecommunication means in the ...