代码搜索:func
找到约 10,000 项符合「func」的源代码
代码结果 10,000
www.eeworm.com/read/372544/9504749
c lcd_func.c
#include
#include
void Init_IOA(void)
{
REG(P_IOA_Dir) = 0xff;
REG(P_IOA_Buf) = 0x00;
REG(P_IOA_Data) = 0x00;
}
void BackLight_Init(void)
{
REG(P_IOA_Dir) = REG(P
www.eeworm.com/read/372544/9504756
asm lcd_a_func.asm
.include SPT660X.inc
//===========================================================================================
// void Lcd_A_DelayBusTime(void);
// Func :延时等待
// Call : 可由C程序调用
// Input
www.eeworm.com/read/176304/9507448
js menu_func.js
mtDropDown.spacerGif = "images/x.gif";
mtDropDown.dingbatOn = "images/expand-1.gif";
mtDropDown.dingbatOff = "images/expand-0.gif";
mtDropDown.dingbatSize = 14;
mtDropDown.menuPadding = 1;
m
www.eeworm.com/read/372465/9509458
c use_func.c
#include
void hello_world(void)
{
printf("Hello, world!\n");
}
void main(void)
{
hello_world();
}
www.eeworm.com/read/176251/9510666
c blib_func.c
/*
* SmallBasic LIBRARY - STANDARD FUNCTIONS
*
* 2000-05-27, Nicholas Christopoulos
*
* This program is distributed under the terms of the GPL v2.0 or later
* Download the GNU Public License (GPL) fro
www.eeworm.com/read/175708/9535783
h user_func.h
//title:user_func.h
void init_board(void)
{
//初始化VC5402时钟为100MHZ
*(volatile u16 *)CLKMD=0x0000;
while(*(volatile u16 *)CLKMD & 0x0001) {};
*(volatile u16 *)CLKMD=CLKMD_VAL;
//初始化CPU寄
www.eeworm.com/read/175304/9552874
m g_func.m
function [next_state,out_put]=G_func(current_state,data_in,K,m)
% this function realize the G-function
%currentstate=deci2change(current_state,K,m);
%nextstate=[data_in,currentstate(1:K-1)];
%ne
www.eeworm.com/read/175304/9552883
asv g_func.asv
function [next_state,out_put]=G_func(current_state,data_in,K,m)
% this function realize the G-function
%currentstate=deci2change(current_state,K,m);
%nextstate=[data_in,currentstate(1:K-1)];
%ne
www.eeworm.com/read/175187/9555846
cpp func1.cpp
#include
#include
#include
#include "func.h"
#include "cmatrix.h"
algopair::algopair(matrix& xy, size_t m, DOUBLE & dt0,DOUBLE &dt1, DOUBLE &dt2)
// 最小二乘拟合构造函数
/
www.eeworm.com/read/174902/9569904