We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
{ case cOpt::CVT_BOOL: thisOpt.bSet = false; thisOpt.bDefault = false; break; case cOpt::CVT_INT: thisOpt.iMin = INT_MIN; thisOpt.iMax = INT_MAX; thisOpt.iDefault = 0; thisOpt.iSet = 0; break; case cOpt::CVT_FLOAT: thisOpt.fMin = FLT_MIN; thisOpt.fMax = FLT_MAX; ...
Data.reserve(MaxSize); } void AddPoint(float x, float y) { if (Data.size() < MaxSize) Data.push_back(ImVec2(x, y)); else { Data[Offset] = ImVec2(x, y); Offset = (Offset + 1) % MaxSize; } }
audio_is_input_device(device)) return BAD_VALUE; 59 60 if (strlen(device_address) >= MAX_DEVICE_ADDRESS_LEN) { 61 ALOGE("setDeviceConnectionState() invalid address: %s", device_address); 62 return BAD_VALUE; 63 } 64 65 // handle output devices 66 if (audio_is_output_device(device)...
levels at data rates in excess of 120kbps when loaded in accordance with the EIA/TIA-232E specification. Typical Operating Circuit +5V INPUT The MAX211 and MAX213 are available in a 28-pin, wide small-outline (SO) package and a 28-pin shrink small- outline (SSOP) package, whic...
MAX3221E/MAX3223E SLEW RATE vs. LOAD CAPACITANCE 6 5 16 14 12 10 8 V OUT+ 4 3 -SLEW 2 T1 TRANSMITTING AT 250kbps T2 (MAX3223E) TRANSMITTING AT 15.6kbps 1 +SLEW 0 -1 -2 -3 -4 -5 -6 6 4 V 2 OUT- FOR DATA RATES UP TO 250kbps 0 0 1000 ...
COSAllocRefTypeCostRates Enumeration [AX 2012] COSAllocValueType Enumeration [AX 2012] COSAllOpenPosted Enumeration [AX 2012] COSAmountCode Enumeration [AX 2012] COSBudgetSource Enumeration [AX 2012] COSCalculationReportLineType Enumeration [AX 2012] COSCalculationReportType Enumeration [AX 2012] COSCa...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
GTP engine and self-play learning in Go. Contribute to ZhouHr/KataGo development by creating an account on GitHub.
EmuConfig.EnableRecordingTools = false; EmuConfig.EnablePINE = false; // Framerates should be at default. EmuConfig.GS.FramerateNTSC = Pcsx2Config::GSOptions::DEFAULT_FRAME_RATE_NTSC; EmuConfig.GS.FrameratePAL = Pcsx2Config::GSOptions::DEFAULT_FRAME_RATE_PAL; // You can overclock, ...