代码搜索结果
找到约 8,431 项符合
RF 的代码
example.bas
Attribute VB_Name = "Module1"
Option Explicit
Global icdev As Long
Global st As Integer
'comm function
Declare Function rf_config Lib "mwrf32.dll" (ByVal icdev%, ByVal mode%, ByVal baud%) As
example.bas
Attribute VB_Name = "Module1"
Option Explicit
Global icdev As Long
Global st As Integer
Global Filepath As String
'comm function
Declare Function rf_config Lib "mwrf32.dll" (ByVal icdev%, ByVa
makefile
obj-m := fs2410-usbcon.o
KERNELDIR := /lib/modules/$(shell uname -r)/build
PWD := $(shell pwd)
all:
$(MAKE) -C $(KERNELDIR) M=$(PWD) modules
clean:
rm -rf *.o *~ core .depend .*.cmd *.ko *
main.c.bak
/*簇头1
* main_frame:
* init_device
* init_port
* init_led
* init_timer
* init_RF
* init_uart
* init_schedule
* start_myprogram
* main_sched
main._c
/*簇头1
* main_frame:
* init_device
* init_port
* init_led
* init_timer
* init_RF
* init_uart
* init_schedule
* start_myprogram
* main_sched
main.c
/*簇头1
* main_frame:
* init_device
* init_port
* init_led
* init_timer
* init_RF
* init_uart
* init_schedule
* start_myprogram
* main_sched
remove-autotool.sh
#!/bin/sh
if [ -f Makefile ]; then
if [ -f test/Makefile ]; then
make -C test distclean
fi
make distclean
fi
rm -rf autom4te.cache
find -name Makefile | xargs rm -f
find -name Makefile.in | x
makefile
CC = gcc
AS = as
AR = ar
LD = ld
NM = nm
RM = rm
CFLAGS = -I../..
all: param
./param
param: param.c
$(CC) $(CFLAGS) -o param param.c
clean:
$(RM) -rf *.o param mbr
appcontrol.gel
menuitem "Audio RF5: 音量及FIR系数控制";
/*
* Slider "volume" goes from 0 to 200, where 100 is the default,
* in increments of 1 and "page increments" of 10.
*/
slider Volume(0, 200, 1, 10, volum
header.test
$ rm -rf d
$ mkdir -p d/patches
$ cd d
$ echo foo > foo
$ quilt new patch
> Patch patches/patch is now on top
$ quilt add foo
> File foo added to patch patches/patch
$ echo bar > foo
$ q