代码搜索:R05

找到约 9 项符合「R05」的源代码

代码结果 9
www.eeworm.com/read/493013/6403952

txt out.txt

欢迎使用本动物识别系统 系统推理规则库 R01: IF 该动物有发,THEN 该动物是哺乳动物 R02: IF 该动物有奶,THEN 该动物是哺乳动物 R03: IF 该动物有羽毛,THEN 该动物是鸟 R04: IF 该动物会飞、会下蛋,THEN 该动物是鸟 <mark>R05</mark>: IF 该动物吃肉,THEN 该动物是肉食动物 R06: IF 该动物有犬齿、有爪、眼盯前方,THEN 该动物是肉食 ...
www.eeworm.com/read/139254/13166506

asl dsdt.asl

DefinitionBlock ( "DSDT.AML", "DSDT", 0x01, "VIA692", //R05 OEMID "AWRDACPI", 0x1000 ) { // Start of ASL File Scope(\_PR) {
www.eeworm.com/read/139253/13167328

asl dsdt.asl

DefinitionBlock ( "DSDT.AML", "DSDT", 0x01, "VIA692", //R05 OEMID "AWRDACPI", 0x1000 ) { // Start of ASL File Scope(\_PR) {
www.eeworm.com/read/139252/13168132

asl dsdt.asl

DefinitionBlock ( "DSDT.AML", "DSDT", 0x01, "VIA692", //R05 OEMID "AWRDACPI", 0x1000 ) { // Start of ASL File Scope(\_PR) {
www.eeworm.com/read/139251/13169086

asl dsdt.asl

DefinitionBlock ( "DSDT.AML", "DSDT", 0x01, "VIA692", //R05 OEMID "AWRDACPI", 0x1000 ) { // Start of ASL File Scope(\_PR) {
www.eeworm.com/read/419152/10883878

s bc0.s

/* ../vmips -o haltdumpcpu -o haltbreak bc0.rom */ /* should end with R04=00000001 R05=00000001 R06=00000000 */ /* tests instructions: bc0f bc0t */ .text .globl __start __start: addiu $4, $0
www.eeworm.com/read/419152/10883634

s sub.s

/* ../vmips -o noinstdump -o haltdumpcpu -o haltbreak sub.rom */ /* should end w/ pc=bfc00180, next_epc=bfc00180, and R04=00000001 */ /* R05=ffffffff R06=00000000 R07=00000002 R08=80000001
www.eeworm.com/read/419152/10883629

s addi.s

/* ../vmips -o noinstdump -o haltdumpcpu -o haltbreak addi.rom */ /* should end w/ pc=bfc00180, next_epc=bfc00180, and R04=00000001 */ /* R05=00000003 R06=00000007 R07=00000006 R08=7fffffff */
www.eeworm.com/read/25420/847296

asm main.asm

stm8/ #include "mapping.inc" segment 'ram0' couter ds.b 1 r00 ds.b 1 r01 ds.b 1 r02 ds.b 1 r03 ds.b 1 r04 ds.b 1 r05 ds.b 1 segment 'rom' main.l ; initialize SP