搜索结果
找到约 26 项符合
actually 的查询结果
按分类筛选
其他书籍 The Art of Assembly Language Amazing! You’re actually reading this. That puts you into one of three
The Art of Assembly Language Amazing! You’re actually reading this. That puts you into one of three categories: a student who is
being forced to read this stuff for a class, someone who picked up this book by accident (probably
because you have yet to be indoctrinated by the world at large), or one ...
技术管理 actually this is hybrid power system.used in many areas
actually this is hybrid power system.used in many areas
通讯编程文档 this is a document about planing and dimensioning a PSTN network , actually its an advanced document
this is a document about planing and dimensioning a PSTN network , actually its an advanced document ,and its very interesting
数据结构 There are many algorithms that can be applied to graphs. Many of these are actually used in the real
There are many algorithms that can be applied to graphs. Many of these are actually used in the real world,
such as Dijkstra’s algorithm to find shortest paths. We will discuss a few here.
通讯编程文档 data are often used interchangeably, they are actually very different. Data is a set of unrelated in
data are often used interchangeably, they are actually very different. Data is a set of unrelated information, and as such is of no use until it is properly evaluated. Upon evaluation, once there is some significant relation between data, and they show some relevance, then they are converted into in ...
单片机编程 单片机控制的铅酸蓄电池充电电源
 为了有效地提升铅酸蓄电池的使用寿命,同时实现对充电过程的监控,设计出一种用单片机控制的36 V铅酸蓄电池充电电源。本电路采用反激式拓扑,连续电流工作模式,电源管理IC设计在电源的副边,由ELAN公司的EM78P258N单片机模拟,是用可编程器件模拟电源管理IC,实现智能电源低成本化的一次成功尝试,通过对单片机的软 ...
源码/资料 This simple SDI Notepad-like application demonstrates how, taking advantage of the MFC support for U
This simple SDI Notepad-like application demonstrates how, taking advantage of the MFC support for Unicode, to Turkmenize labels of the specified menu items. Actually, Turkmen is not supported by Windows 2000, therefore, to create such resources as menu so that strings in Turkmen could be displayed ...
数学计算 平均因子分解法
平均因子分解法,适用于正定矩阵First, let s recall the definition of the Cholesky decomposition: Given a symmetric positive definite square matrix X, the Cholesky decomposition of X is the factorization X=U U, where U is the square root matrix of X, and satisfies:
(1) U U = X
(2) U is upper triangul ...
嵌入式Linux This model is just testing an idea of MIMO, which IEEE802.11n will have. But I havo not seen the s
This model is just testing an idea of MIMO, which IEEE802.11n
will have. But I havo not seen the standard, I tried to make
it with 11a. Actually this model would not work in real world,
because the preambles were not designed to solve the MIMO feature.
But this model may be useful to get som ...
VxWorks This program demonstrates using a thread safe C++ class called SharedQT<T>. This example act
This program demonstrates using a thread safe C++ class called
SharedQT<T>. This example actually has several elements which
may prove useful for those who are new to C++: