搜索结果
找到约 14,531 项符合
A-AD 的查询结果
Java编程 大整数乘法例子代码 /* 递归边界
大整数乘法例子代码
/* 递归边界,如果是1位二进制数与1位二进制数相乘,则可以直接计算 */
/*累计做1位二进制乘法运算的次数*/
/* return (X*Y) */
/* 计算n的值 */
/* 把X和Y拆分开来,令X=A*2^(n/2)+B, 左移位运算,mod = 1<<(n/2) */
/* 计算XY=AC*2^n+(AD+CB)*2^(n/2)+BD */
/* 计算A*C,再向左移n位 */
/* 递归计算A* ...
Java书籍 a new public static cla
a new public static cla
电子书籍 In this book, we aim to give you an introduction to a wide variety of topics important to you as a d
In this book, we aim to give you an introduction to a wide variety of topics important to you as a developer using UNIX. The word Beginning in the title refers more to the content than to your skill level. We ve structured the book to help you learn more about what UNIX has to offer, however much ex ...
Linux/Unix编程 Knark is a kernel-based rootkit for Linux 2.2. 使用此工具可以获得root权限
Knark is a kernel-based rootkit for Linux 2.2. 使用此工具可以获得root权限
嵌入式Linux PIXIL is a small footprint operating environment, complete with PDA PIM applications, a browser and
PIXIL is a small footprint operating environment, complete with
PDA PIM applications, a browser and multimedia applications
for small handheld and flat-panel based devices.
电子书籍 Linux管理员手册,操作系统提供的主要服务明实现这些服务的程序 with a considerable lack of detail目的是理解系统整体
Linux管理员手册,操作系统提供的主要服务明实现这些服务的程序 with a considerable lack of detail目的是理解系统整体
matlab例程 将输入A律PCM编码器的正弦信号采样,进行PCM编码
将输入A律PCM编码器的正弦信号采样,进行PCM编码,求出编码器的输出码组序列。
技术管理 analysis patterns usable object model a good book
analysis patterns
usable object model
a good book
DSP编程 使用DSP2812定时器中断启动AD转换
使用DSP2812定时器中断启动AD转换,并以AD转换中断读取转换结果,该程序用C语言编写,可在CCS2000下运行。
DSP编程 ADDA转换的经典源代码(A/D & D/A Converters )
ADDA转换的经典源代码(A/D & D/A Converters )