搜索:checks
找到约 19 项符合「checks」的查询结果
结果 19
https://www.eeworm.com/dl/976425.html
技术资料
How Are Clock Gating Checks Inferred
说明IC设计中时钟门控的时序检查要求,包括所有路径的检查,以避免产生毛刺等异常
https://www.eeworm.com/dl/624/421127.html
串口编程
The file contains 16-bit, 32-bit CRC checks.
The file contains 16-bit, 32-bit CRC checks.
https://www.eeworm.com/dl/619/433878.html
Linux/Unix编程
POP clean checks messages for SPAM on POP mailboxes.
POP clean checks messages for SPAM on POP mailboxes.
https://www.eeworm.com/dl/687/426812.html
其他嵌入式/单片机内容
detailed memory test for embedded systems, checks for shorted address/data lines too
detailed memory test for embedded systems, checks for shorted address/data lines too
https://www.eeworm.com/dl/649/385050.html
uCOS
This function checks the mailbox to see if a message is available. Unlike OSMboxPend(), OSMboxAccep
This function checks the mailbox to see if a message is available. Unlike OSMboxPend(),
OSMboxAccept() does not suspend the calling task if a message is not available.
https://www.eeworm.com/dl/648/398717.html
单片机开发
Can tell the new comer whether is the right user,and checks the information from Database.
Can tell the new comer whether is the right user,and checks the information from Database.
https://www.eeworm.com/dl/619/429798.html
Linux/Unix编程
cppcheck is a static C/C++ code analyzer that checks for memory leaks, mismatching allocation-deallo
cppcheck is a static C/C++ code analyzer that checks for memory leaks, mismatching allocation-deallocation, buffer overrun, and many more problems. Its goal is to produce no false positives.
https://www.eeworm.com/dl/667/124611.html
家庭/个人应用
Complete video store application in C++ using linked lists to store data in files. it keeps track of
Complete video store application in C++ using linked lists to store data in files. it keeps track of videos and customers and have many checks and options.
https://www.eeworm.com/dl/641/470177.html
数学计算
A quicksort algorithm sourcecode that together with the sourcecode for equalTo, sorts a integer arra
A quicksort algorithm sourcecode that together with the sourcecode for equalTo, sorts a integer array from lowest to highest and then checks if two numbers in the array added with eachother equals another integer.
https://www.eeworm.com/dl/633/200463.html
Java编程
One-channel queuing system simulator (M/M/1) * Arrival and service times are random and distributed
One-channel queuing system simulator (M/M/1)
* Arrival and service times are random and distributed exponetially.
*
* The simulator is time-slice-driven, i.e. the system model is being
* run at discrete time points, with constant increments deltaT.
* At each such time moment, p ...