亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲(chóng)蟲(chóng)首頁(yè)| 資源下載| 資源專(zhuān)輯| 精品軟件
登錄| 注冊(cè)

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 a class foundation that hides platform differences from your C++ application so that you need not write platform specific code. GNU Common C++ has been ported to compile nativily on most platforms which support either posix threads, or on maybe be used with Debian hosted mingw32 to build native threading applications for Microsoft Windows.

    標(biāo)簽: applications framework optimized portable

    上傳時(shí)間: 2014-01-02

    上傳用戶(hù):luke5347

  • C++實(shí)現(xiàn)神經(jīng)網(wǎng)路的bp算法

    C++實(shí)現(xiàn)神經(jīng)網(wǎng)路的bp算法,初學(xué)者可以參考下 BP algorithm of neural network s achievement based on c++, maybe it is useful to a new learner

    標(biāo)簽: 網(wǎng)路 算法

    上傳時(shí)間: 2016-11-06

    上傳用戶(hù):aa17807091

  • 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.

    標(biāo)簽: queries updates and k-query

    上傳時(shí)間: 2014-11-26

    上傳用戶(hù):1079836864

  • 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 step and break accurately whatever the execution mode  running semi-hosted applications  fl ash write tool  memory testing (MT command)  real-time traces: has not been built in CPU (Config3_TL=0) and only supported by MajicPLUS probes (maybe built into emulator?)

    標(biāo)簽: interface processor allowing access

    上傳時(shí)間: 2013-12-19

    上傳用戶(hù):youke111

  • 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 alone what kinds of features might be useful.And maybe you’re not sure yourself. Imagine that your prior experience has mostly been on the server-side, developing in Java or some other server-side technology, and your experience with HTML and JavaScript has been fairly limited.This is the scenario we will explore over the next several chapters as you are introduced to the Dojo Toolkit.

    標(biāo)簽: are developer you probably

    上傳時(shí)間: 2013-11-27

    上傳用戶(hù):鳳臨西北

  • 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

    標(biāo)簽: two_thermo CRC-fun program earlier

    上傳時(shí)間: 2017-07-29

    上傳用戶(hù):wcl168881111111

  • 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 enough to make sure your machine is locked when you need to go out for a break.

    標(biāo)簽: computer happens machine minutes

    上傳時(shí)間: 2017-08-24

    上傳用戶(hù):semi1981

  • 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 the activities described in these pages. Many books use the Introduction to explain exactly what the book is about, what the reader will learn, what the reader needs (a skill or maybe an item or piece of software), and what the reader will be left with when that last page is completed. And this Introduction will do those things, but … hopefully it’ll make you excited to get started.

    標(biāo)簽: Adventures Arduino Station Escape Gemini from

    上傳時(shí)間: 2020-06-09

    上傳用戶(hù):shancjb

  • 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 to capture and analyze weather data over time? Where and how do you start?

    標(biāo)簽: Introduction Workshop Hands-On Arduino

    上傳時(shí)間: 2020-06-09

    上傳用戶(hù):shancjb

  • PID-小車(chē)類(lèi)-基于Cortex-M0的BLDC電機(jī)驅(qū)動(dòng)

    #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; PWMA->u32CMR2 = 0; while(PWMA->u32PDR2 != 0); break; case PWM_CHANNEL_C: PWMA->u32CNR3 = 0; PWMA->u32CMR3 = 0; while(PWMA->u32PDR3 != 0); break; default: while(1); } PWMA->u32POE &= ~(1<<ch); PWMA->u32PCR &= ~(1<<(ch*8));}

    標(biāo)簽: pid 電機(jī) bldc

    上傳時(shí)間: 2022-06-01

    上傳用戶(hù):kingwide

主站蜘蛛池模板: 彭州市| 永仁县| 郯城县| 辽宁省| 安丘市| 衡水市| 滦南县| 太原市| 绍兴市| 霞浦县| 宜州市| 潞西市| 尉氏县| 苍溪县| 垣曲县| 那坡县| 左权县| 浮山县| 延吉市| 农安县| 古丈县| 特克斯县| 大余县| 闽清县| 福清市| 元氏县| 东海县| 海阳市| 滨海县| 济宁市| 突泉县| 南安市| 潜江市| 鄂伦春自治旗| 灵山县| 福清市| 西青区| 浮山县| 宁远县| 兴隆县| 中方县|