代码搜索:C语言基础
找到约 10,000 项符合「C语言基础」的源代码
代码结果 10,000
www.eeworm.com/read/307067/13732008
c open_i2c.c
#include
#include "system.h"
#include "Open_I2C.h"
//-------------------------------------------------------------------------
unsigned int I2C_Read_Period()
{
unsigned char low,high;
www.eeworm.com/read/130105/5964659
h termios.h
struct termios {
tcflag_t c_iflag; /* input modes */
tcflag_t c_oflag; /* output modes */
tcflag_t c_cflag; /* control modes */
tcflag_t c_lflag; /* line discipline modes */
char c_line; /
www.eeworm.com/read/130105/5964684
h termios.h
struct termios {
tcflag_t c_iflag; /* input modes */
tcflag_t c_oflag; /* output modes */
tcflag_t c_cflag; /* control modes */
www.eeworm.com/read/130105/5964723
h termios.h
struct termios {
tcflag_t c_iflag; /* input modes */
tcflag_t c_oflag; /* output modes */
tcflag_t c_cflag; /* control modes */
tcflag_t c_lflag; /* line discipline modes */
cc_t c_cc[NCCS]
www.eeworm.com/read/124910/6036691
c tcsetattr.c
/* Copyright (C) 1992,1995,1996,1997,2000,2002 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modif
www.eeworm.com/read/124910/6038126
c tcsetattr.c
/* Copyright (C) 1992, 1995, 1996, 1997, 2002 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify
www.eeworm.com/read/101039/6260566
sql c_projectline_trg2.sql
CREATE OR REPLACE TRIGGER C_ProjectLine_Trg2
AFTER INSERT OR UPDATE
ON C_ProjectLine
BEGIN
/******************************************************************************
* ** Compiere Product
www.eeworm.com/read/101039/6260583
sql datafixes.sql
/*************************************************************************
* The contents of this file are subject to the Compiere License. You may
* obtain a copy of the License at http://www
www.eeworm.com/read/150995/6339227
h sngks32c.h
/* sngks32c.h - header for Samsung ks32c with ARM7 core */
/* Copyright 1984-2001 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01a,12apr01,m_h
www.eeworm.com/read/488582/6489838
m combi.m
%合并两层小波分解的结果
function out=combi(c1,c2)
[row_c1,col_c1]=size(c1);
[row_c2,col_c2]=size(c2);