Käännä "paar crc routines" kielelle Englanti

Näytetään 50 / 50 käännöstä lauseelle "paar crc routines" kielestä Hollannin kieli kielelle Englanti

Käännös kielestä Hollannin kieli kieleen Englanti / paar crc routines

Hollannin kieli
Englanti

NL Het on-line CRC berekeningsformulier kan worden gebruikt om voor elke invoer string de CRC16, CRC-CCITT en CRC32 te berekenen. Er is een uitleg over hoe het algoritme werkt en gratis routines zijn beschikbaar om te downloaden.

EN The on-line CRC calculation form can be used to calculate for every input string the CRC16, CRC-CCITT and CRC32 values. There is an explanation of the way this algorithm works and free routines are available for download.

Hollannin kieli Englanti
uitleg explanation
algoritme algorithm
werkt works
downloaden download

NL Het on-line CRC berekeningsformulier kan worden gebruikt om voor elke invoer string de CRC16, CRC-CCITT en CRC32 te berekenen. Er is een uitleg over hoe het algoritme werkt en gratis routines zijn beschikbaar om te downloaden.

EN The on-line CRC calculation form can be used to calculate for every input string the CRC16, CRC-CCITT and CRC32 values. There is an explanation of the way this algorithm works and free routines are available for download.

Hollannin kieli Englanti
uitleg explanation
algoritme algorithm
werkt works
downloaden download

NL Dit project is gestart als een kleine ZIP file op deze site met daarin een paar CRC routines

EN This project started as a small ZIP file in this site with some CRC routines in it

Hollannin kieli Englanti
project project
gestart started
als as
kleine small
file file
site site
zip zip

NL Dit project is gestart als een kleine ZIP file op deze site met daarin een paar CRC routines

EN This project started as a small ZIP file in this site with some CRC routines in it

Hollannin kieli Englanti
project project
gestart started
als as
kleine small
file file
site site
zip zip

NL Een platform-onafhankelijke C bibliotheek om verscheidene CRC berekeningen uit te voeren

EN A platform independent C library to perform various CRC calculations

Hollannin kieli Englanti
bibliotheek library
verscheidene various
berekeningen calculations
voeren perform
platform platform
onafhankelijke independent
c c

NL De afkorting CCITT wordt nog steeds op veel plaatsen gebruikt bijvoorbeeld bij het benoemen van een aantal specifieke CRC berekening algoritmes.

EN The abbreviation CCITT is still used in many places, for example when talking about specific CRC calculation algorithms.

Hollannin kieli Englanti
gebruikt used
berekening calculation
algoritmes algorithms

NL De CRC of cyclic redundancy check is hiervan het resultaat

EN The CRC calculation or cyclic redundancy check was the result of this

Hollannin kieli Englanti
check check
resultaat result

NL Tegenwoordig worden CRC berekeningen gebruikt bij alle vormen van communicatie

EN Nowadays CRC calculations are used in all types of communications

Hollannin kieli Englanti
tegenwoordig nowadays
worden are
berekeningen calculations
gebruikt used
communicatie communications

NL Alle pakketten die over een network verzonden worden, worden gecontroleerd met een CRC

EN All packets sent over a network connection are checked with a CRC

Hollannin kieli Englanti
pakketten packets
network network
verzonden sent
gecontroleerd checked

NL Ook heeft elk datablok op een harde schijf een daarbij horende CRC waarde

EN Also each data block on your hard-disk has a CRC value attached to it

Hollannin kieli Englanti
heeft has
harde hard
schijf disk

NL Het idee achter CRC berekening is om te kijken naar de data als één groot binair nummer

EN The idea behind CRC calculation is to look at the data as one large binary number

Hollannin kieli Englanti
idee idea
berekening calculation
data data
groot large
binair binary

NL Dit nummer wordt gedeeld door een bepaalde waarde en de rest van de berekening wordt de CRC genoemd

EN This number is divided by a certain value and the remainder of the calculation is called the CRC

Hollannin kieli Englanti
gedeeld divided
waarde value
rest remainder
berekening calculation
genoemd called

NL Het is bekend dat veel gebruikte waarden 0x8005 en 0x1021 van de CRC16 en CRC-CCITT berekeningen het heel goed doen op dit punt

EN It is known, that the commonly used values 0x8005 and 0x1021 of the CRC16 and CRC-CCITT calculations perform very good at this issue

Hollannin kieli Englanti
bekend known
gebruikte used
waarden values
berekeningen calculations

NL Dus alle fouten die een oneven aantal bits veranderen zullen worden gedetecteerd door een CRC die met zo een deler is berekend

EN So all errors which change an odd number of bits will be detected by a CRC calculation which is performed with such a divisor

Hollannin kieli Englanti
fouten errors
oneven odd
veranderen change
gedetecteerd detected
bits bits

NL In een puur mathematische benadering wordt een CRC berekening opgeschreven als polynoom berekeningen

EN In a pure mathematical approach, CRC calculation is written down as polynomial calculations

Hollannin kieli Englanti
puur pure
benadering approach
wordt is
berekening calculation
als as
berekeningen calculations

NL De laatst wordt op dit moment waarschijnlijk het meest gebruikt omdat het ondermeer de CRC generator is voor alle netwerk verkeer verificatie en validatie.

EN The latter is probably most used now, because among others it is the CRC generator for all network traffic verification and validation.

Hollannin kieli Englanti
waarschijnlijk probably
gebruikt used
generator generator
netwerk network
verkeer traffic
verificatie verification
validatie validation

NL Voor alle drie types CRC berekeningen heb ik een vrije software bibliotheek beschikbaar gemaakt

EN For all three types of CRC calculations I have a free software library available

Hollannin kieli Englanti
types types
berekeningen calculations
vrije free
software software
bibliotheek library
beschikbaar available

NL Let op de initialisatie waarden van de CRC berekening en mogelijk nodige nabewerking zoals het omgooien van bits

EN Please be aware of the initialization values of the CRC calculation and possible necessary post-processing like flipping bits

Hollannin kieli Englanti
waarden values
berekening calculation
mogelijk possible
nodige necessary
bits bits

NL Een veel gebruikte test is om de CRC te berekenen van de ASCII string “123456789”

EN A common used test is to calculate the CRC value for the ASCII string ?123456789?

Hollannin kieli Englanti
gebruikte used
test test
is is
ascii ascii

NL Als naslag zijn hier de polynoom functies voor de meest voorkomende CRC berekeningen

EN Just as a reference the polynomial functions for the most common CRC calculations

Hollannin kieli Englanti
als as
functies functions
berekeningen calculations

NL Een platform-onafhankelijke C bibliotheek om verscheidene CRC berekeningen uit te voeren

EN A platform independent C library to perform various CRC calculations

Hollannin kieli Englanti
bibliotheek library
verscheidene various
berekeningen calculations
voeren perform
platform platform
onafhankelijke independent
c c

NL De afkorting CCITT wordt nog steeds op veel plaatsen gebruikt bijvoorbeeld bij het benoemen van een aantal specifieke CRC berekening algoritmes.

EN The abbreviation CCITT is still used in many places, for example when talking about specific CRC calculation algorithms.

Hollannin kieli Englanti
gebruikt used
berekening calculation
algoritmes algorithms

NL De CRC of cyclic redundancy check is hiervan het resultaat

EN The CRC calculation or cyclic redundancy check was the result of this

Hollannin kieli Englanti
check check
resultaat result

NL Tegenwoordig worden CRC berekeningen gebruikt bij alle vormen van communicatie

EN Nowadays CRC calculations are used in all types of communications

Hollannin kieli Englanti
tegenwoordig nowadays
worden are
berekeningen calculations
gebruikt used
communicatie communications

NL Alle pakketten die over een network verzonden worden, worden gecontroleerd met een CRC

EN All packets sent over a network connection are checked with a CRC

Hollannin kieli Englanti
pakketten packets
network network
verzonden sent
gecontroleerd checked

NL Ook heeft elk datablok op een harde schijf een daarbij horende CRC waarde

EN Also each data block on your hard-disk has a CRC value attached to it

Hollannin kieli Englanti
heeft has
harde hard
schijf disk

NL Het idee achter CRC berekening is om te kijken naar de data als één groot binair nummer

EN The idea behind CRC calculation is to look at the data as one large binary number

Hollannin kieli Englanti
idee idea
berekening calculation
data data
groot large
binair binary

NL Dit nummer wordt gedeeld door een bepaalde waarde en de rest van de berekening wordt de CRC genoemd

EN This number is divided by a certain value and the remainder of the calculation is called the CRC

Hollannin kieli Englanti
gedeeld divided
waarde value
rest remainder
berekening calculation
genoemd called

NL Het is bekend dat veel gebruikte waarden 0x8005 en 0x1021 van de CRC16 en CRC-CCITT berekeningen het heel goed doen op dit punt

EN It is known, that the commonly used values 0x8005 and 0x1021 of the CRC16 and CRC-CCITT calculations perform very good at this issue

Hollannin kieli Englanti
bekend known
gebruikte used
waarden values
berekeningen calculations

NL Dus alle fouten die een oneven aantal bits veranderen zullen worden gedetecteerd door een CRC die met zo een deler is berekend

EN So all errors which change an odd number of bits will be detected by a CRC calculation which is performed with such a divisor

Hollannin kieli Englanti
fouten errors
oneven odd
veranderen change
gedetecteerd detected
bits bits

NL In een puur mathematische benadering wordt een CRC berekening opgeschreven als polynoom berekeningen

EN In a pure mathematical approach, CRC calculation is written down as polynomial calculations

Hollannin kieli Englanti
puur pure
benadering approach
wordt is
berekening calculation
als as
berekeningen calculations

NL De laatst wordt op dit moment waarschijnlijk het meest gebruikt omdat het ondermeer de CRC generator is voor alle netwerk verkeer verificatie en validatie.

EN The latter is probably most used now, because among others it is the CRC generator for all network traffic verification and validation.

Hollannin kieli Englanti
waarschijnlijk probably
gebruikt used
generator generator
netwerk network
verkeer traffic
verificatie verification
validatie validation

NL Voor alle drie types CRC berekeningen heb ik een vrije software bibliotheek beschikbaar gemaakt

EN For all three types of CRC calculations I have a free software library available

Hollannin kieli Englanti
types types
berekeningen calculations
vrije free
software software
bibliotheek library
beschikbaar available

NL Let op de initialisatie waarden van de CRC berekening en mogelijk nodige nabewerking zoals het omgooien van bits

EN Please be aware of the initialization values of the CRC calculation and possible necessary post-processing like flipping bits

Hollannin kieli Englanti
waarden values
berekening calculation
mogelijk possible
nodige necessary
bits bits

NL Een veel gebruikte test is om de CRC te berekenen van de ASCII string “123456789”

EN A common used test is to calculate the CRC value for the ASCII string ?123456789?

Hollannin kieli Englanti
gebruikte used
test test
is is
ascii ascii

NL Als naslag zijn hier de polynoom functies voor de meest voorkomende CRC berekeningen

EN Just as a reference the polynomial functions for the most common CRC calculations

Hollannin kieli Englanti
als as
functies functions
berekeningen calculations

NL “Onze technici besparen twee tot drie minuten per ticket op meer dan 22,000 tickets per jaar. Dat klopt, snel.” – Brad Immanuel, directeur van CRC

EN Our techs are saving two to three minutes per ticket on over 22,000 tickets a year. That adds up, fast.” – Brad Immanuel, Director of CRC

Hollannin kieli Englanti
onze our
besparen saving
minuten minutes
snel fast
directeur director

NL Sla CRC Amsterdam Sunday Services op in je collectie.

EN Save CRC Amsterdam Sunday Services to your collection.

Hollannin kieli Englanti
amsterdam amsterdam
services services
collectie collection
je your

NL Het kan een paar weken duren voordat Apple je podcast goedkeurt, maar ik heb gezien dat het binnen een paar dagen of een paar uur is goedgekeurd. Wees gewoon geduldig.

EN It can take a few weeks for Apple to approve your podcast, but I?ve seen it approved in a few days or a few hours. Just be patient.

Hollannin kieli Englanti
kan can
weken weeks
apple apple
podcast podcast
gezien seen
goedgekeurd approved
geduldig patient

NL Het kan een paar weken duren voordat Apple je podcast goedkeurt, maar ik heb gezien dat het binnen een paar dagen of een paar uur is goedgekeurd. Wees gewoon geduldig.

EN It can take a few weeks for Apple to approve your podcast, but I?ve seen it approved in a few days or a few hours. Just be patient.

Hollannin kieli Englanti
kan can
weken weeks
apple apple
podcast podcast
gezien seen
goedgekeurd approved
geduldig patient

NL In slechts een paar dagen heb je jouw logo in handen. Alles gebeurt online, en je hoeft alleen maar een paar vragen te beantwoorden zodat ons team een paar voorstellen kan doen voor jouw aangepaste logo.

EN In just a few days, you will have your logo in hand. Everything is done online, and you only have to answer a few questions so that our team can submit some proposals for your custom logo.

Hollannin kieli Englanti
dagen days
logo logo
handen hand
online online
team team
voorstellen proposals

NL Naleving van de gegevensbescherming wet (AVG) is wettelijk verplicht. Implementeer routines en richtlijnen die worden ondersteund door de CRM-oplossing om te garanderen dat je bedrijf aan de eisen van deze regelgeving voldoet.

EN Compliance with data protection (GDPR) is mandatory by law. Implement best practice routines and guidelines supported by a CRM system to enable your company to comply fully with these requirements.

Hollannin kieli Englanti
naleving compliance
gegevensbescherming data protection
avg gdpr
verplicht mandatory
implementeer implement
ondersteund supported
garanderen protection
bedrijf company
crm crm

NL De audit kan inhouden dat de voornaamste routines, aselecte steekproeven, uitgebreidere controles op locatie en andere toepasselijke controles worden doorlopen

EN The audit may include walking through main routines, random sampling, more comprehensive on-site checks and other suitable controls

Hollannin kieli Englanti
audit audit
voornaamste main
locatie site
toepasselijke suitable

NL Ana Gonzalez Hernandez, Manager Duurzaamheid en Ontkoling,  het belang van het heroverwegen van onze dagelijkse routines als voorbereiding op een mooiere toekomst. 

EN Ana Gonzalez Hernandez, Sustainability and Decarbonization Manager,  the importance of rethinking our daily routines to prepare for a brighter future. 

Hollannin kieli Englanti
manager manager
duurzaamheid sustainability
belang importance
dagelijkse daily
voorbereiding prepare
toekomst future
ana ana

NL Wat zijn Google Assistant-routines en hoe voer je meerdere acties uit met één opdracht?

EN What are Google Assistant routines and how to do multiple actions with one command?

Hollannin kieli Englanti
google google
opdracht command

NL Alles wat u moet weten over Google Assistent-routines en hoe u uw Google Assistent-apparaten meerdere acties kunt laten uitvoeren met één opdracht.

EN Everything you need to know about Google Assistant routines and how to get your Google Assistant devices to perform multiple actions with one command.

Hollannin kieli Englanti
alles everything
google google
opdracht command
assistent assistant
apparaten devices

NL Ze zijn zo diep geïntegreerd in onze dagelijkse routines dat veel mensen niet eens merken dat hun mobiele gadgets hun favoriete apparaten zijn om op het internet te surfen.

EN They are so deeply integrated into our daily routines that many people don’t even notice how their mobile gadgets are their preferred Internet-enabled devices.

Hollannin kieli Englanti
diep deeply
geïntegreerd integrated
dagelijkse daily
veel many
mensen people
mobiele mobile
gadgets gadgets
favoriete preferred
apparaten devices
internet internet

NL De nieuwe routines optimaliseren het branden van cd's, dvd's & Blu-rays – zonder de kwaliteit van de resultaten te beïnvloeden.

EN Burn to range of disc formats: The new routines optimize CD, DVD & Blu-ray disc burning – without influencing the quality of results.

Hollannin kieli Englanti
optimaliseren optimize
zonder without
resultaten results
beïnvloeden influencing
dvd dvd

NL [Zorgt voor alle routines zijn handmatig]

EN [ ensures all routines are manual ]

Hollannin kieli Englanti
alle all
zijn are
handmatig manual

NL Amazon breidt geluidsdetectie voor routines uit - Alexa kan nu reageren op stromend water en piepende apparaten

EN How to change your Nest video doorbell ringtone to festive holiday sounds

Näytetään 50 / 50 käännöstä