搜索结果
找到约 154 项符合
AUTHOR 的查询结果
按分类筛选
- 全部分类
- 其他书籍 (16)
- Java编程 (13)
- 数据结构 (10)
- VC书籍 (8)
- 其他 (8)
- VHDL/FPGA/Verilog (7)
- 单片机开发 (6)
- matlab例程 (6)
- 书籍 (5)
- 电子书籍 (4)
- 软件设计/软件工程 (4)
- 汇编语言 (3)
- 软件工程 (3)
- 人工智能/神经网络 (3)
- 网络 (3)
- 书籍源码 (3)
- 教育系统应用 (3)
- 数值算法/人工智能 (3)
- Delphi控件源码 (3)
- Internet/网络编程 (3)
- 驱动编程 (2)
- 压缩解压 (2)
- 编辑器/阅读器 (2)
- 文章/文档 (2)
- 其他嵌入式/单片机内容 (2)
- Linux/Unix编程 (2)
- 行业发展研究 (2)
- 数学计算 (2)
- 微处理器开发 (2)
- DSP编程 (2)
- 加密解密 (2)
- 通讯/手机编程 (2)
- 源码 (2)
- 教程资料 (1)
- 电源技术 (1)
- 技术书籍 (1)
- GPS编程 (1)
- 语音压缩 (1)
- 医药行业 (1)
- 数据库系统 (1)
- Modem编程 (1)
- 其他数据库 (1)
- 文件格式 (1)
- Java书籍 (1)
- 3G开发 (1)
- 单片机编程 (1)
- 技术资料 (1)
电子书籍 Beginning Math and Physics for Game Programmers by Wendy Stahler (Author)
Beginning Math and Physics for Game Programmers by Wendy Stahler (Author)
数据结构 /** * @author jakcy_wu(wujichun) * * 预测分析--本算法只适用于受周期变化或者波动影响的数据 * 权值移动平均算法 * 本期預測值=(前期值*權數)求和/n * *
/** * @author jakcy_wu(wujichun) * * 预测分析--本算法只适用于受周期变化或者波动影响的数据 * 权值移动平均算法 * 本期預測值=(前期值*權數)求和/n * * 默认权值为{1,1,1},取最近3次的平均 * 注意权值和必须=权值集合.length */
数据结构 SVMdark, Author: Martin Sewell, Institution:University College London, Language:C
SVMdark, Author: Martin Sewell, Institution:University College London, Language:C
驱动编程 linux keyboard driver engine. the author is lifeng
linux keyboard driver engine. the author is lifeng
其他书籍 book_id=1001490_23 book_name=汇编语言程序设计自学教程 author=[美]Mark Goodwin page_number=176 fore_cover_numb
book_id=1001490_23
book_name=汇编语言程序设计自学教程
author=[美]Mark Goodwin
page_number=176
fore_cover_number=1
preface_number=4
content_number=4
text_number=176
text_start_page=1
appendix_colorpage_number=0
appendix_number=0
back_cover_number=1
软件工程 author:Oreilly Understanding.The.Linux.Kernel.2nd.Edition
author:Oreilly
Understanding.The.Linux.Kernel.2nd.Edition
语音压缩 the author is LiFeng
the author is LiFeng
VHDL/FPGA/Verilog -- WISHBONE revB2 compiant I2C master core -- -- author: Richard Herveille -- rev. 0.1 based on s
-- WISHBONE revB2 compiant I2C master core
--
-- author: Richard Herveille
-- rev. 0.1 based on simple_i2c
-- rev. 0.2 april 27th 2001, fixed incomplete sensitivity list on assign_dato process (thanks to Matt Oseman)
-- rev. 0.3 may 4th 2001, fixed typo rev.0.2 txt -> txr
-- rev. 0.4 may 8th, added ...
VC书籍 The Art of C++ by Herbert Schildt ISBN:0072255129 McGraw-Hill/Osborne © 2004 The author of
The Art of C++
by Herbert Schildt ISBN:0072255129
McGraw-Hill/Osborne &copy 2004
The author of this text applies C++ to a wide variety of high-powered, practical applications, each focusing on a different aspect of the language. Examples range from a garbage collector subsystem and a thread contr ...
数据结构 /* shiyan.c 第四组数据结构实验作业。Author:zhg 功能:本程序用于验证函数 LocateElem(L,e,compare()) 。即求出现行表中元素的位序。 程序
/*
shiyan.c
第四组数据结构实验作业。Author:zhg
功能:本程序用于验证函数 LocateElem(L,e,compare()) 。即求出现行表中元素的位序。
程序中的线性表采用顺序存储,以更方便于该操作的实现。
*/