搜索结果

找到约 41 项符合 MAYBE 的查询结果

网络 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 ...
https://www.eeworm.com/dl/635/314911.html
下载: 56
查看: 1091

人工智能/神经网络 C++实现神经网路的bp算法

C++实现神经网路的bp算法,初学者可以参考下 BP algorithm of neural network s achievement based on c++, maybe it is useful to a new learner
https://www.eeworm.com/dl/650/363184.html
下载: 100
查看: 1137

数值算法/人工智能 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.
https://www.eeworm.com/dl/518/410632.html
下载: 125
查看: 1045

其他书籍 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 ...
https://www.eeworm.com/dl/542/426247.html
下载: 37
查看: 1155

其他书籍 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 ...
https://www.eeworm.com/dl/542/459927.html
下载: 184
查看: 1182

其他 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
https://www.eeworm.com/dl/534/471278.html
下载: 41
查看: 1067

文章/文档 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 ...
https://www.eeworm.com/dl/652/481813.html
下载: 64
查看: 1132

书籍 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 ...
https://www.eeworm.com/dl/522428.html
下载: 1
查看: 98

书籍 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 ...
https://www.eeworm.com/dl/522434.html
下载: 1
查看: 77

技术资料 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; ...
https://www.eeworm.com/dl/834831.html
下载: 9
查看: 3900