代码搜索:PID

找到约 10,000 项符合「PID」的源代码

代码结果 10,000
www.eeworm.com/read/184524/9097127

cpp datalog.cpp

// Data logging task for glue/manufacturing example // datalog.cpp // Created May 27, 1997, DM Auslander // Changed for level 2, PID control, June 3, 1997, DM Auslander #include
www.eeworm.com/read/184524/9097140

cpp datalog.cpp

// Data logging task for glue/manufacturing example // datalog.cpp // Created May 27, 1997, DM Auslander // Changed for level 2, PID control, June 3, 1997, DM Auslander #include
www.eeworm.com/read/184524/9097165

cpp datalog.cpp

// Data logging task for glue/manufacturing example // datalog.cpp // Created May 27, 1997, DM Auslander // Changed for level 2, PID control, June 3, 1997, DM Auslander #include
www.eeworm.com/read/184524/9097206

cpp datalog.cpp

// Data logging task for glue/manufacturing example // datalog.cpp // Created May 27, 1997, DM Auslander // Changed for level 2, PID control, June 3, 1997, DM Auslander #include
www.eeworm.com/read/184524/9097258

cpp datalog.cpp

// Data logging task for glue/manufacturing example // datalog.cpp // Created May 27, 1997, DM Auslander // Changed for level 2, PID control, June 3, 1997, DM Auslander #include
www.eeworm.com/read/282093/9119710

m writepacket.m

function WritePacket(gps, id, data, type) % WritePacket Write the a packet with the given id and data % Since pid_dle_byte is used to delimit packet boundaries, if a data, size % or checksum value
www.eeworm.com/read/282093/9119730

m opengps.m

function [gps, pid, version, text, protocols] = OpenGPS(port) global pid_product_rqst % Initialize global constants constants; %try gps = serial(port);
www.eeworm.com/read/282093/9119741

m sendbeginpacket.m

function SendBeginPacket(gps, count) % SENDBEGINPACKET Send the standard begin command packet WritePacketHeader(gps, pid_records, 2) fwrite(gps, count, 'int16'); WritePacketTerminator(gps);
www.eeworm.com/read/282093/9119755

m readtracks.m

function tracks = ReadTracks(gps) % ReadTracks Read all the track data from the GPS global pid_command_data cmd_transfer_trk pid_xfer_cmplt pid_trk_hdr global pid_ack_byte pid_nak_byte pid_trk_da
www.eeworm.com/read/380485/9145279

c setsid.c

/* * linux/lib/setsid.c * * (C) 1991 Linus Torvalds */ #define __LIBRARY__ #include _syscall0(pid_t,setsid)