代码搜索:Check

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

代码结果 10,000
www.eeworm.com/read/370828/9582504

cpp rsa.cpp

// Rsa.cpp: implementation of the CRsa class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "MixedCS.h" #include "Window.h" #include "Rsa
www.eeworm.com/read/366147/9827038

todo

* add a check pointer utility to track down memory leaks (to be enabled with the configure option --with-check-ptr)
www.eeworm.com/read/168031/9941348

c fec.c

#include "config.h" /* code_bit */ uint16 g[15]={0x1,0x2,0x4,0x8,0x10,0x20,0x40,0x80,0x100,0x200,0x365,0x1AF,0x35E,0x1D9,0x3B2}; void FEC_code(uint16 *code_in, uint16 *code_out, uint8 len)
www.eeworm.com/read/167506/9967287

aspx c11-03.aspx

CheckBox --复选框控件 void Check_Clicked(Object Sender, EventArgs e) { if(check1.Checked==true) { Label1.Text = "
www.eeworm.com/read/359118/10165593

cpp rsa.cpp

// Rsa.cpp: implementation of the CRsa class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "MyRsa.h" #include "Window.h" #include "Rsa.h
www.eeworm.com/read/418304/10955651

m fm_pti.m

function check = fm_pti(filename,pathname,flag) % FM_PTI convert PTI power flow data format % into PSAT data format % %CHECK = FM_PTI(FILENAME,PATHNAME,FLAG) % FILENAME name of the file t
www.eeworm.com/read/463897/7093073

cpp rsa.cpp

// Rsa.cpp: implementation of the CRsa class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "MyRsa.h" #include "Window.h" #include "Rsa.h
www.eeworm.com/read/446891/7137472

tab fileio.tab

// file.tab for File IO application with VCS $fopena check=fopen_check call=fopen_call misc=fopen_misc size=32 data=1 acc=rw:%TASK $fopenr check=fopen_check call=fopen_call misc=fopen_misc
www.eeworm.com/read/441678/7666743

asm ch18_检查外部数据存储器(16位)是否为0000h.asm

;FUNCTION NAME: CHECK ZERO ;FUNCTION: CHECK IF(DPTR+1)(DPTR)=0000H ; CHECK_ZERO MOV R2,#02H $1 MOVX A,@DPTR JNZ $2 INC
www.eeworm.com/read/441678/7666753

asm ch18_检查外部存储器(16位)的值是否为十进制1000.asm

;FUNCTION NAME: CHECK_EQUAL ;FUNCTION: CHECK IF(DPTR+1)(DPTR)=03E8H(DECIMAL 1000) ; CHECK_EQUAL INC DPTR MOVX A,@DPTR ;CHECK(DPTR+1)