搜索:Hard
找到约 129 项符合「Hard」的查询结果
结果 129
按分类筛选
- 全部
- 技术资料 (26)
- 其他书籍 (15)
- 书籍 (8)
- 其他 (7)
- 单片机开发 (6)
- VC书籍 (6)
- Linux/Unix编程 (5)
- 磁盘编程 (5)
- 人工智能/神经网络 (5)
- Java编程 (4)
- Java书籍 (4)
- 驱动编程 (3)
- VHDL/FPGA/Verilog (3)
- 单片机编程 (2)
- 可编程逻辑 (2)
- Internet/网络编程 (2)
- 嵌入式/单片机编程 (2)
- 软件设计/软件工程 (2)
- 电源技术 (1)
- 加密解密 (1)
- 多媒体处理 (1)
- 通讯/手机编程 (1)
- 通信网络 (1)
- 电子书籍 (1)
- 教程资料 (1)
- 教程资料 (1)
- 压缩解压 (1)
- 文件格式 (1)
- USB编程 (1)
- 汇编语言 (1)
- 其他数据库 (1)
- 通讯编程文档 (1)
- 文章/文档 (1)
- matlab例程 (1)
- Delphi控件源码 (1)
- 其他行业 (1)
- 系统设计方案 (1)
- 其他嵌入式/单片机内容 (1)
- 行业发展研究 (1)
- VIP专区 (1)
https://www.eeworm.com/dl/686/480847.html
VC书籍
Why do People Program? Each person can have his own reason for programming but I can tell you th
Why do People Program?
Each person can have his own reason for programming but I can tell you that programming is one of the best ways to gain a deep understanding of computers and computer technology. Learning to program makes you understand why computers and computer program ...
https://www.eeworm.com/dl/522484.html
书籍
A Course in Machine Learning
Machine learning is a broad and fascinating field. Even
today, machine learning technology runs a substantial part of your
life, often without you knowing it. Any plausible approach to artifi-
cial intelligence must involve learning, at some level, if for no other
reason than it ...
https://www.eeworm.com/dl/916087.html
技术资料
多传感器静态数据分配问题的匈牙利解法
多目标多传感器数据关联中的分配问题一直是数据融合领域中的一个关键问题, 众多的研究者都提出了一系列不同的方法来解决这个N P2hard 问题。本文提出了用2 维分配问题的匈牙利解法来解决该问题, 给出
https://www.eeworm.com/dl/521907.html
书籍
Fundamentals+of+Digital+Communication
The field of digital communication has evolved rapidly in the past few
decades, with commercial applications proliferating in wireline communi-
cation networks (e.g., digital subscriber loop, cable, fiber optics), wireless
communication (e.g., cell phones and wireless local area ...
https://www.eeworm.com/dl/620/207887.html
Internet/网络编程
Many programs today suffer from the fact that their users have to connect using IP addresses. This i
Many programs today suffer from the fact that their users have to connect using IP addresses. This is impossible for dialup users, whose IPs change all the time, and painful for LAN users who don t know their IP addresses or whose addresses also change. In addition, many collabor ...
https://www.eeworm.com/dl/686/273651.html
VC书籍
The first edition of this book ranks among the small (very small) number of books that I credit with
The first edition of this book ranks among the small (very small) number of books that I credit with significantly elevating my skills as a professional software devel-oper. Like the others, it was practical and easy to read, but loaded with important advice. Effective C++, Third ...
https://www.eeworm.com/dl/643/165081.html
USB编程
程序为D12的USB测试程序 main.c为主程序 D12.c为PDIUSBD12芯片操作子程序 usb,c为usb协议部分 isr.c为中断处理程序 包括定时器中断(没用)/
程序为D12的USB测试程序
main.c为主程序
D12.c为PDIUSBD12芯片操作子程序
usb,c为usb协议部分
isr.c为中断处理程序 包括定时器中断(没用)/INT0中断(单片机INT0脚与PDIUSBD12中断脚相连)
hard.c为硬件底层程序,读写端口
mydev.c为我的设备请求程序 ...
https://www.eeworm.com/dl/620/156892.html
Internet/网络编程
See Appendix B for a description of the programs included on this companion disk. RESOURCE.WRI iden
See Appendix B for a description of the programs included
on this companion disk. RESOURCE.WRI identifies other books
and resources for Internet programming. WEBHELP.HLP contains
an introduction to the World Wide Web. TCPMAN.HLP provides
detailed instructions to help you use the ...
https://www.eeworm.com/dl/534/280620.html
其他
As science advances, novel experiments are becoming more and more complex, requiring a zoo of contro
As science advances, novel experiments are becoming more and more complex, requiring a zoo of control devices and electronics executing complicated sequences of steps. Device availability and monetary constrains usually lead to a highly heterogeneous setup with components from se ...
https://www.eeworm.com/dl/520910.html
书籍
笨办法学 Python (第三版)
《笨办法学 Python》(Learn Python The Hard Way,简称 LPTHW)是 Zed Shaw 编写的一本
Python 入门书籍。适合对计算机了解不多,没有学过编程,但对编程感兴趣的朋友学习使用。这本书以
习题的方式引导读者一步一步学习编程,从简单的打印一直讲到完整项目的实现。也许读完这本书并不
意味着你已经学会 ...