代码搜索:Sec
找到约 10,000 项符合「Sec」的源代码
代码结果 10,000
www.eeworm.com/read/334090/12641310
c omap_32_security.c
//===============================================================================
// TEXAS INSTRUMENTS INCORPORATED PROPRIETARY INFORMATION
//
// Property of Texas Instrument
www.eeworm.com/read/247546/12652045
c main.c
#include "config.h"
#define TASK_STK_SIZE 64
#define LED ( 1
www.eeworm.com/read/135744/13903542
txt readme.txt
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/104899/15681806
c ata.c
#include
#include "..\inc\usb\bitops.h"
#include "..\inc\option.h"
#include "..\inc\def.h"
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\ata.h"
#include "..\inc
www.eeworm.com/read/104242/15700828
c ata.c
#include
#include "..\inc\usb\bitops.h"
#include "..\inc\option.h"
#include "..\inc\def.h"
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\ata.h"
#include "..\inc
www.eeworm.com/read/104050/15711796
c atacmds.c
/*
* atacmds.c
*
* Copyright (C) 1999-2000 Michael Cornwell
* Copyright (C) 2000 Andre Hedrick
*
* This program is free software; you can redistribute it
www.eeworm.com/read/452654/7436608
m mat2dms.m
function dmsvec = mat2dms(d,m,s,n)
%MAT2DMS Converts a [deg min sec] matrix to vector format
%
% dms = MAT2DMS(d,m,s) converts a deg:min:sec matrix into a vector
% format. The vector format i
www.eeworm.com/read/452654/7436609
m dms2mat.m
function [dout,mout,sout] = dms2mat(dms,n)
%DMS2MAT Converts a dms vector format to a [deg min sec] matrix
%
% [d,m,s] = DMS2MAT(dms) converts a dms vector format to a
% deg:min:sec matrix. T
www.eeworm.com/read/245093/12824019
h parseconfig.h
int cfg_parse_file(char *filename);
char** cfg_list_sections(void);
char** cfg_list_entries(char *name);
char* cfg_get_str(const char *sec, const char *ent);
int cfg_get_int(const char *sec, co