代码搜索结果
找到约 10,000 项符合
Switch 的代码
cageneratoetest.do
restart -f
force clkin 0 0,1 {50ns} -r 100ns
force X1IN 1 0,0 100ns
force SWITCH 10#36 0
run 1033us
2410 core.opj
(ExpressProject "2410 core"
(ProjectVersion "19981106")
(ProjectType "PCB")
(Folder "Design Resources"
(Folder "Library"
(File ".\library1.olb"
(Type "Schematic Library")
Ҳ̸̸
也谈谈自定义控件
最近要用labview做项目,所以也学了点相关的东西,初入门,说的不对的地方大家多多海涵。
关于自定义控件cpubbs的一篇文章写了大致的做法,但是感觉不太完整,稍微补充点内容,可以避免大家走弯路
按照cpubbs的文章中提到的做法做自定义控件,其实只是实施了一部分操作,做出来的控件只能实现button的效果,而不能实现开/关两种状态,也就是说在机械动作为s ...
run_draw.m
function Run_Draw(Fig_UserData,isYnHold)
%创建一个函数对应绘图函数实现的功能
%Fig_UserData为输入参数,对应于Figure的属性'UserData'的值'
%isYnHold为hold on和hold off的判断位
if length(Fig_UserData)~=7
ErrorDlg('输入参量不符合长度要求');
default
#
# Default ALSA volume levels and setting when initialization database fails.
#
# Basic rules are:
# - keep volumes at minimal level, but sound should be hearable
# - enable just main speakers for
c6713.cmd
-w
-l rts6700.lib
-stack 400h
-heap 400h
MEMORY
{
IRAM : o=1000h,l=0x0002efff
}
SECTIONS
{
.text :> IRAM
.data :> IRAM
.bss :> IRAM
.cinit :> IRAM
key.h
#ifndef KEY_H
#define KEY_H
#include
/******************************************************
按键扫描函数
若有按键按下:返回 键值(1-16);
若没按键按下:返回 255
**********
driverpart2.cpp
//**************************************************************************************************//
//*
c6713.cmd
-w
-l rts6701.lib
-stack 400h
-heap 400h
MEMORY
{
IRAM : o=1000h,l=0x0002efff
}
SECTIONS
{
.text :> IRAM
.data :> IRAM
.bss :> IRAM
.cinit :> IRAM
newsgas.h
/* In Sony versions before 3.0, use the GNU Assembler, because the
system's assembler has no way to assemble the difference of two
labels for the displacement in a switch-dispatch instruction.