代码搜索结果
找到约 820,005 项符合
if 的代码
多路选择器(使用if-else语句).txt
-- Multiplexer 16-to-4 using if-then-elsif-else Statement
-- download from www.pld.com.cn & www.fpga.com.cn
library ieee;
use ieee.std_logic_1164.all;
entity mux is port(
a, b, c, d:
if.cpp
// if.cpp -- using the if statement
#include
int main()
{
using namespace std;
char ch;
int spaces = 0;
int total = 0;
cin.get(ch);
while (ch != '.') // q
if.cpp
// if.cpp -- using the if statement
#include
int main()
{
using namespace std;
char ch;
int spaces = 0;
int total = 0;
cin.get(ch);
while (ch != '.') // q
if.plg
Build Log
--------------------Configuration: if - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\WINDOWS\TEMP\RSPF12
if.plg
Build Log
--------------------Configuration: if - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\WINDOWS\TEMP\RSPD35
check if a given binary tree is a binary search tree.txt
Write C code to check if a given binary tree is a binary search tree or not?
Discuss it!
int isThisABST(struct node* mynode)
{
if (mynode==NULL) return(true);
多路选择器(使用if-else语句).txt
-- Multiplexer 16-to-4 using if-then-elsif-else Statement
-- download from www.pld.com.cn & www.fpga.com.cn
library ieee;
use ieee.std_logic_1164.all;
entity mux is port(
a, b, c, d:
测试if.bas
a=4
if a>5 then print "????"
if a5 then
if a>5 then print "????"
print "@@@@@"
else
if a
help.if-label.html
Instruction : if-label
if-label
This instruction reads in the template that follows it, and tests if its
help.if-n-equ.html
Instruction : if-n-equ
if-n-equ
This instruction compares the ?BX? register to its