代码搜索:myfunction
找到约 720 项符合「myfunction」的源代码
代码结果 720
www.eeworm.com/read/257576/11920443
lnp lpc214x_ucosii.lnp
".\output\main.o" ".\output\startup.o" ".\output\os_flag.o" ".\output\os_mbox.o" ".\output\os_mem.o" ".\output\os_mutex.o" ".\output\os_q.o" ".\output\os_sem.o" ".\output\os_task.o" ".\output\os_time.
www.eeworm.com/read/395421/8174987
js input_select.js
function activeMore(event_function,order){
// order 为负数时先激活myFunction再激活前面的脚本
var isSn=event_function.indexOf("=",0);
var myEvent=event_function.substring(0,isSn);
var myFunction=event_functio
www.eeworm.com/read/481733/6637609
m update_all_tao.m
%{
test7
%7) 根据公式(4) ~ (6) 评选出最优蚂蚁并执行全局更新规则;
%共有n只蚂蚁
%tao层与层之间的信息素
d是小数点后精确到d位
%X所有蚂蚁的具体数值数组
%idx最小的蚂蚁编码,也就是数组下标
%alpha是一常量
%}
function [tao,X,idx]=update_all_tao(tao,n,alpha,d,T)
X=zeros
www.eeworm.com/read/368362/9699991
vhd function.vhd
--------- 电子系 学号:J02301 姓名:张宗旺----
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
package MYFUNCTION is
function ADD(A,B:std_logic
www.eeworm.com/read/368362/9700075
vhd function.vhd
library ieee;
use ieee.std_logic_1164.all;
package MYfunction is
function vector_int(val:std_logic_vector) return integer;
function INC8(val:std_logic_vector(7 downto 0)) return std_logic_vector
www.eeworm.com/read/367095/9783203
cpp equalcalc.cpp
/*****************************************************************************
*******************************************************************************
**
www.eeworm.com/read/144312/5751151
c main.c
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/490464/6456870
c main.c
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/216898/14986981
cpp useret.cpp
#define BZ_NEW_EXPRESSION_TEMPLATES
#include
BZ_USING_NAMESPACE(blitz)
double myFunction(double x)
{ return 1.0 / (1 + x); }
double foobar(double x, double y)
{
return x*y;
}