搜索结果
找到约 106 项符合
JOHN 的查询结果
按分类筛选
- 全部分类
- 其他书籍 (16)
- 书籍源码 (12)
- 软件工程 (5)
- 游戏 (5)
- VC书籍 (5)
- 其他 (4)
- DSP编程 (4)
- 人工智能/神经网络 (4)
- 技术资料 (4)
- 技术书籍 (3)
- 模拟电子 (3)
- Java编程 (3)
- 手机彩信(MMS)编程 (3)
- JavaScript (3)
- 书籍 (3)
- 电子书籍 (2)
- uCOS (2)
- 通讯/手机编程 (2)
- Linux/Unix编程 (2)
- matlab例程 (2)
- 加密解密 (1)
- 操作系统开发 (1)
- 单片机开发 (1)
- 交通/航空行业 (1)
- 数学计算 (1)
- 手机短信编程 (1)
- 文章/文档 (1)
- 系统设计方案 (1)
- 驱动编程 (1)
- Java书籍 (1)
- 微处理器开发 (1)
- 软件设计/软件工程 (1)
- Delphi/CppBuilder (1)
- Ajax (1)
- 多国语言处理 (1)
- 教材/考试/认证 (1)
- 教程 (1)
- 源码 (1)
- VIP专区 (1)
模拟电子 信号链和PLC是如何影响我们的生活
Abstract: It is incredible how many programmable logic controls (PLCs) around us make our modern life possible and pleasant.Machines in our homes heat and cool our air and water, as well as preserve and cook our food. This tutorial explains the importanceof PLCs, and describes how to choose compon ...
模拟电子 高速数字系统设计下载pdf
高速数字系统设计下载pdf:High-Speed Digital SystemDesign—A Handbook ofInterconnect Theory and DesignPracticesStephen H. HallGarrett W. HallJames A. McCallA Wiley-Interscience Publication JOHN WILEY & SONS, INC.New York • Chichester • Weinheim • Brisbane • Singapore • To ...
模拟电子 射频集成电路设计John Rogers(Radio Freq
Radio Frequency Integrated Circuit Design
I enjoyed reading this book for a number of reasons. One reason is that itaddresses high-speed analog design in the context of microwave issues. This isan advanced-level book, which should follow courses in basic circuits andtransmission lines. Most analog i ...
游戏 国外游戏开发者杂志1998年第八期配套代码
国外游戏开发者杂志1998年第八期配套代码,包含了Dan McCabe和John Brothers关于S3TC纹理压缩的两种标准
游戏 国外游戏开发者杂志2000年第三期配套代码
国外游戏开发者杂志2000年第三期配套代码,包含John Van Der Burg的particle系统的代码
Java编程 Java/J2EE application framework based on [Expert One-on-One J2EE Design and Development] by Rod John
Java/J2EE application framework based on [Expert One-on-One J2EE Design and Development] by Rod Johnson. Includes JavaBeans-based configuration, an AOP framework, declarative transaction management, JDBC and Hibernate support, and a web MVC framework.
其他书籍 算法ebook(10部算法经典著作的合集) 算法ebook> 10部算法经典著作的合集 chm格式 (1)Fundamentals of Data Structures by Ellis Hor
算法ebook(10部算法经典著作的合集) 算法ebook> 10部算法经典著作的合集 chm格式 (1)Fundamentals of Data Structures by Ellis Horowitz and Sartaj Sahni (2)Data Structures, Algorithms and Program Style Using C by James F. Korsh and Leonard J. Garrett (3)Data Structures and Algorithm Analysis in C by Mark A ...
人工智能/神经网络 关于SCM的一篇文章
关于SCM的一篇文章,是SCM的应用,作者是该领域的牛人John Shawe-Taylor。
uCOS 这个例子如果运行,将在仿真的PC窗口中的第1,2,3行显示一些信息后,在随机位置显示 1 ~ 5 .由于keil c51默认不支持重入函数,它的重入函数使用仿真的重入栈而不使用系统栈,而Small R
这个例子如果运行,将在仿真的PC窗口中的第1,2,3行显示一些信息后,在随机位置显示 1 ~ 5 .由于keil c51默认不支持重入函数,它的重入函数使用仿真的重入栈而不使用系统栈,而Small RTOS 51没有进行重入栈管理,所以在TaskA~TaskE虽然及其相似,但不能合并.
注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\temp中,您可以 ...
uCOS 这个例子是例子2的另一种写法(但任务数量不同),它使用了最高优先级任务作为显示任务,全局变量ShowChar作为参数.函数TaskB是优先级1~10的任务函数,因为没有使用局部变量,这些任务可以用一个
这个例子是例子2的另一种写法(但任务数量不同),它使用了最高优先级任务作为显示任务,全局变量ShowChar作为参数.函数TaskB是优先级1~10的任务函数,因为没有使用局部变量,这些任务可以用一个函数.
注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\temp中,您可以在Project->Options for Target "Target 1"的output页 ...