代码搜索:双串口
找到约 10,000 项符合「双串口」的源代码
代码结果 10,000
www.eeworm.com/read/278318/10548381
vhd dual_xlatch16.vhd
-- ACTIVE-CAD-2-VHDL, 2.5.5.50, Fri Dec 11 22:19:41 1998
--*****由4个reg16构成一个双端口锁存器。*****
library IEEE;
use IEEE.std_logic_1164.all;
library UNISIM;
use UNISIM.vcomponents.all;
entity DUAL_
www.eeworm.com/read/423304/10571911
h c9-4.h
// c9-4.h 双链树的存储结构
#define MAXKEYLEN 16 // 关键字的最大长度
struct KeysType // 关键字类型
{
char ch[MAXKEYLEN]; // 关键字
int num; // 关键字长度
};
struct Record // 记录类型
{
KeysType key; // 关键字
www.eeworm.com/read/421635/10723179
cpp vc0402.cpp
// Example 4-2:求双精度类型量的绝对值
#include
double mydabs(double x)
{
return x>0?x:-x;
}
void main()
{
double f1 = -12.0, f2 = 234.0;
cout
www.eeworm.com/read/274556/7127006
m e0545.m
syms x;f=cos(x-pi/6)*sin(x+pi/6) ;
s=int(f,x,0,2*pi) %求符号定积分,执行结果为符号表达式
double(s) %把符号表达式转换为双精度数值
www.eeworm.com/read/456942/7336421
h c9-4.h
// c9-4.h 双链树的存储结构
#define MAXKEYLEN 16 // 关键字的最大长度
struct KeysType // 关键字类型
{
char ch[MAXKEYLEN]; // 关键字
int num; // 关键字长度
};
struct Record // 记录类型
{
KeysType key; // 关键字
www.eeworm.com/read/454932/7381673
h c9-4.h
// c9-4.h 双链树的存储结构
#define MAXKEYLEN 16 // 关键字的最大长度
struct KeysType // 关键字类型
{
char ch[MAXKEYLEN]; // 关键字
int num; // 关键字长度
};
struct Record // 记录类型
{
KeysType key; // 关键字
www.eeworm.com/read/452964/7428594
txt 例4.5.txt
例4.5 求3个数中最大的数(分别考虑整数、双精度数、长整数的情况)。
#include
using namespace std;
int main( )
{int max(int a,int b,int c); //函数声明
double max(double a,double b,double c); //函数声明
long
www.eeworm.com/read/438756/7727480
txt 1程序前言注释.txt
;名称: 〓★双富单冷08空调扇控制板程序★〓
; ≡≡≡≡≡≡≡≡≡≡≡
;型号: ‖ 单冷08 ‖
; ≡≡≡≡≡≡≡≡≡≡≡
;主要功能: 1 ON/OFF 单独开关机
; 2 SPEED 开机M输出,分别有M、H、L循环三种输出方式
; 3 TIME 0
www.eeworm.com/read/437857/7740989
lua furniturenpc.lua
if NPCcon== 0 then
CmdNPC:Say("欢迎来到双龙城家具店,目前家具有限,过几天会进货更好的");
CmdNPC:Link("我要进去看看",1);
CmdNPC:Link("我不去看了",255);
CmdNPC:Finish();
end;
if NPCcon==1 then
API:GotoMap(client,1511
www.eeworm.com/read/437857/7741001
lua houseagrent.lua
if NPCcon==0 then
CmdNPC:Face(65);
CmdNPC:Say("你好我是双龙城的房地产开发商,只要你想买房子我会办理给你"); -- en "If you can give me five Timber Voucher, I shall issue a House Permit to you."