代码搜索:para
找到约 10,000 项符合「para」的源代码
代码结果 10,000
www.eeworm.com/read/384950/2596052
m ivpodefun_para.m
%ivpodefun_para.m
%常微分方程
function dydt = ivpodefun_para(t,y,u)
dydt = zeros(2,1);
dydt(1) = y(2);
dydt(2) = u*(1-y(1)^2)*y(2)-y(1);
www.eeworm.com/read/359096/2979786
h kvm_para.h
#ifndef __LINUX_KVM_PARA_H
#define __LINUX_KVM_PARA_H
/*
* This header file provides a method for making a hypercall to the host
* Architectures should define:
* - kvm_hypercall0, kvm_hypercall1..
www.eeworm.com/read/359096/2979788
h kvm_para.h
#ifndef __X86_KVM_PARA_H
#define __X86_KVM_PARA_H
/* This CPUID returns the signature 'KVMKVMKVM' in ebx, ecx, and edx. It
* should be used to determine that a VM is running under KVM.
*/
#define
www.eeworm.com/read/358021/3007438
m ivpodefun_para.m
%ivpodefun_para.m
%常微分方程
function dydt = ivpodefun_para(t,y,u)
dydt = zeros(2,1);
dydt(1) = y(2);
dydt(2) = u*(1-y(1)^2)*y(2)-y(1);
www.eeworm.com/read/255221/4378784
asm para_tab.asm
.def _Para_Tab
.def _Fault_Tab
.def _auchCRCHi
.def _auchCRCLo
.def _StatusInfo
.def _MenuInfo
.global _Para_Tab
.global _Fault_Tab
.global _auchCRCHi
.global _auchCRCLo
.global
www.eeworm.com/read/253166/4399910
cpp 850para.cpp
// 850Para.cpp : implementation file
//
#include "stdafx.h"
#include "Demo_Inp_Move.h"
#include "850Para.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = _