代码搜索:CF
找到约 10,000 项符合「CF」的源代码
代码结果 10,000
www.eeworm.com/read/290057/8509362
c cf.c
/*============================================================================
____________________________________________________________________________
________
www.eeworm.com/read/388990/8557536
c cf.c
#include "def.h"
#include "2440addr.h"
#include "2440lib.h"
//#include "config.h"
//#include "board.h"
#define IDE_A0 (1
www.eeworm.com/read/388799/8574411
h cf.h
#ifndef CF_H
#define CF_H
/*
* Header file for configuration file library
*/
#define CF_OK 0
#define CF_NOT_FOUND -11
#define CF_ERR_CLOSE -102
#define CF_E
www.eeworm.com/read/388799/8574419
conf cf.conf
// simple assignment
string-value = "foo"
// list value assignment
list_value = [ "a", "b", "c" ]
// map value assignment
map-value = {
foo = "bar"
bar = "foo"
}
binary_string =
www.eeworm.com/read/388799/8574432
c cf.c
#include
#include
#include
#include "cf.h"
#define MAX_CONFIG_FILES 32
#define BUF_LENGTH 1024
#define CF_EMPTY_SLOT -
www.eeworm.com/read/288533/8624189
class cf.class
www.eeworm.com/read/432140/8627159
c cf.c
#include "def.h"
#include "2440addr.h"
#include "2440lib.h"
//#include "config.h"
//#include "board.h"
#define IDE_A0 (1
www.eeworm.com/read/288014/8655162
apj cf.apj
# ADT Project File, Format Version 1.00
# WARNING: DO NOT EDIT OR DELETE THIS FILE!
[APJ begin]
Active Config=_string(DEBUG)
[Project begin]
ProjectName=_string(cf)
Con
www.eeworm.com/read/430583/8738335
pdf cf卡.pdf
www.eeworm.com/read/386253/8759987
m cf.m
function [res] = CF(I,M,V,s)
% This function is used by Steepest Descent (Algorithm 10.3)
% define the component functions.
if M == 2
g = inline(s(I),'y1','y2');
res = g(V(1),V(2));
elseif