代码搜索:Built-In
找到约 2,787 项符合「Built-In」的源代码
代码结果 2,787
www.eeworm.com/read/162106/10335551
h flash.h
#ifndef FLASH_H
#define FLASH_H
//#pragma pack(1)
#include "Board.h"
#define READ_LOCK ((char) 0xD2) // Main Memory Page Read
#define WRITE_LOCK ((char) 0x82) //Main Memory Page Progra
www.eeworm.com/read/425546/10348737
m hsvkpm.m
function colors = hsvKPM(N)
% hsvKPM Like built-in HSV, except it randomizes the order, so that adjacent colors are dis-similar
% function colors = hsvKPM(N)
colors = hsv(N);
perm = randperm(N);
colo
www.eeworm.com/read/161671/10387079
h dataflash.h
//*---------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*----------------------------------------------------
www.eeworm.com/read/161671/10387126
h at91c_spi_dataflash.h
//*---------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*----------------------------------------------------
www.eeworm.com/read/424063/10500879
m add_bloc.m
%ADD_BLOCK Adds a new block to a model.
% ADD_BLOCK('SYSTEM1/BLOCK1','SYSTEM2/BLOCK2') places a new block named
% block2 into system2. The new block is a copy of block1 in system1.
% System1 and
www.eeworm.com/read/159954/10584350
m lab1.m
function [ret,x0,str,ts,xts]=lab1(t,x,u,flag);
%LAB1 is the M-file description of the SIMULINK system named LAB1.
% The block-diagram can be displayed by typing: LAB1.
%
% SYS=LAB1(T,X,U,FLAG) ret
www.eeworm.com/read/275831/10794561
rb 04 - avoiding naming collisions with namespaces.rb
module StringTheory
class String
def initialize(length=10**-33)
@length = length
end
end
end
String.new # => ""
StringTheory::String.new
# =>
www.eeworm.com/read/349646/10808635
m hsvkpm.m
function colors = hsvKPM(N)
% hsvKPM Like built-in HSV, except it randomizes the order, so that adjacent colors are dis-similar
% function colors = hsvKPM(N)
colors = hsv(N);
perm = randperm(N);
colo
www.eeworm.com/read/349646/10809528
m hsvkpm.m
function colors = hsvKPM(N)
% hsvKPM Like built-in HSV, except it randomizes the order, so that adjacent colors are dis-similar
% function colors = hsvKPM(N)
colors = hsv(N);
perm = randperm(N);
colo
www.eeworm.com/read/272612/10951824
h dataflash.h
//*---------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*--------------------------------------------------