搜索结果
找到约 41 项符合
Maybe 的查询结果
按分类筛选
- 全部分类
- 其他书籍 (4)
- Linux/Unix编程 (3)
- 无线通信 (2)
- 其他嵌入式/单片机内容 (2)
- 其他 (2)
- 单片机开发 (2)
- 软件设计/软件工程 (2)
- Internet/网络编程 (2)
- 文章/文档 (2)
- 书籍 (2)
- 家庭/个人应用 (1)
- Java编程 (1)
- 软件工程 (1)
- 电子书籍 (1)
- 操作系统开发 (1)
- 数学计算 (1)
- 技术管理 (1)
- 通讯编程文档 (1)
- 嵌入式/单片机编程 (1)
- 网络 (1)
- 人工智能/神经网络 (1)
- JavaScript (1)
- matlab例程 (1)
- 数值算法/人工智能 (1)
- 加密解密 (1)
- USB编程 (1)
- 技术资料 (1)
- VIP专区 (1)
网络 GNU Common C++ is a very portable and highly optimized class framework for writing C++ applications
GNU Common C++ is a very portable and highly optimized class framework for writing C++ applications that need to use threads and support concurrent sychronization, and that use sockets, XML parsing, object serialization, thread-optimized String and data structure classes, etc. This framework offers ...
人工智能/神经网络 C++实现神经网路的bp算法
C++实现神经网路的bp算法,初学者可以参考下
BP algorithm of neural network s achievement based on c++, maybe it is useful to a new learner
数值算法/人工智能 spoj k-query. Given lots of offline queries and updates, reoder the queries and updates so that they
spoj k-query. Given lots of offline queries and updates, reoder the queries and updates so that they maybe efficiently preprocessed.
其他书籍 The main MIPS processor of SMP8630 comes with a JTAG interface, allowing: access to caches and da
The main MIPS processor of SMP8630 comes with a JTAG interface, allowing:
access to caches and data bus (DRAM) with a bandwidth of about 200kbit/s
examining the processor state whatever the execution mode (monice)
connecting to monice using mdi-server and using a gdb client on the processor to st ...
其他书籍 Imagine that you are a web developer (which is probably not a stretch if you are reading this book)
Imagine that you are a web developer (which is probably not a stretch if you are reading
this book) and you are being encouraged to add some Ajax features to a site you’re
working on. Maybe the originator of this request is your boss or your boss’s boss, who is
not even sure what Ajax is, let alon ...
其他 DS18B20_two_thermo This program will NOT work on BASCOM earlier than 1.11.6.2, cause of the CRC-fun
DS18B20_two_thermo
This program will NOT work on BASCOM earlier than 1.11.6.2, cause of the CRC-function
and (maybe ?) its not possible to declare functions in earlier environment.
But the 1w-functions work from 1.11.4 , I think
文章/文档 What happens with your machine when you need to move away from the computer for 10 or more minutes?
What happens with your machine when you need to move away from the computer for 10 or more minutes? How secure is your data? Can someone sit on your chair while you are at a coworkers office and play with your data?
Maybe you need a computer locking tool that is small and easy to use yet powerful ...
书籍 Arduino Adventures Escape from Gemini Station
Fun. We (your authors) wanted a word to describe our ultimate goal for this book, as well as a word
we hope you (our reader) will use to describe it, and that’s the one we chose. There are others goals,
of course, but in the end, when you’ve finished the book, we’re hoping you’ll have enjoyed th ...
书籍 Arduino+Workshop+A+Hands-On+Introduction
Have you ever looked at some gadget and wondered
how it really worked? Maybe it was a remote control
boat, the system that controls an elevator, a vending
machine, or an electronic toy? Or have you wanted
to create your own robot or electronic signals for a model railroad, or per-
haps you’d like t ...
技术资料 PID-小车类-基于Cortex-M0的BLDC电机驱动
#include "NUC1xx.h"#include "Hal.h"#include "pwm.h"//wait current PWM cycle done, otherwise there maybe short pulse on FETvoid PWM_Stop(U8 ch){ switch(ch) { case PWM_CHANNEL_A: PWMA->u32CNR1 = 0; PWMA->u32CMR1 = 0; while(PWMA->u32PDR1 != 0); break; case PWM_CHANNEL_B: PWMA->u32CNR2 = 0; ...