代码搜索:C
找到约 10,000 项符合「C」的源代码
代码结果 10,000
www.eeworm.com/read/452050/7451535
cpp 4120525_wa.cpp
#include
#include
using namespace std;
bool isprime(int num)
{
if (num % 2 == 0)
{
return false;
}
for (int i = 3; i * i
www.eeworm.com/read/449830/7495959
c cstartup_sam7.c
//-----------------------------------------------------------------------------
// ATMEL Microcontroller Software Support - ROUSSET -
//---------------------------------------------------
www.eeworm.com/read/449151/7517523
c rexec2.c
/*
* Copyright (c) 1997-1999 Massachusetts Institute of Technology
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License a
www.eeworm.com/read/447740/7545995
m root_fun.m
function [c1 c2 d1 d2]=root_fun(input)
len=length(input);
in1=input(1:len/2);
in2=input(len/2+1:end);
[c1 c2]=ruleA(in1,in2);
[d1 d2]=ruleB(in1,in2);
www.eeworm.com/read/445871/7589002
c iic.c
/********************************************************************************\
\*IIC.C V1.00
* Copyright 2003 by SEED Electronic Technology Ltd.
* All rights reserved. Property of SEED Electron
www.eeworm.com/read/445862/7589098
c iic.c
/********************************************************************************\
\*IIC.C V1.00
* Copyright 2003 by SEED Electronic Technology Ltd.
* All rights reserved. Property of SEED Electron