代码搜索:插值优化
找到约 10,000 项符合「插值优化」的源代码
代码结果 10,000
www.eeworm.com/read/219658/6958639
vb assemblyinfo.vb
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' 程序集的常规信息通过下列
' 属性集控制。更改这些属性值可
' 修改与程序集关联的信息。
' 检查程序集的属性值
www.eeworm.com/read/175286/6961745
vb assemblyinfo.vb
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' 有关程序集的常规信息通过下列属性集
' 控制。更改这些属性值可修改
' 与程序集关联的信息。
' 查看程序集属性的值
www.eeworm.com/read/466946/7024215
asm ex10-4.asm
TEMP_ZH EQU 24H ;实测温度值存放单元
TEMPL EQU 25H
TEMPH EQU 26H
TEMP_TH EQU 27H ;高温报警值存放单元
TEMP_TL EQU 28H ;低温报警
www.eeworm.com/read/238625/7068982
vb assemblyinfo.vb
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' 程序集的常规信息通过下列
' 属性集控制。更改这些属性值可
' 修改与程序集关联的信息。
' 检查程序集的属性值
www.eeworm.com/read/133282/7094592
vb assemblyinfo.vb
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' 程序集的常规信息通过下列
' 属性集控制。更改这些属性值可
' 修改与程序集关联的信息。
' 检查程序集的属性值
www.eeworm.com/read/463564/7178263
m samp2_3.m
%Samp2_3
n=[0:10]; %给出序号序列
x=(0.5).^n; %给出值序列
stem(n,x) %以序号序列和值序列进行绘图
xlabel('n'),ylabel('x(n)');title('实指数序列'); %必要的标记
grid on; %添加网格线
www.eeworm.com/read/461095/7234378
m pcm.m
function ypcm=pcm(Y,name)
%均匀量化
x=Y;
s=sign(x); %求得每一序列值的符号
x=abs(x); %求序列的绝对值
ypcm=x;
%舍掉后八位
ypcm=ypcm.*(2^7);
ypcm=floor(ypcm
www.eeworm.com/read/460384/7252239
f90 e_623_02.f90
SUBROUTINE count(n)
INTEGER :: sum=0 !sum的初始值设定不要放在类型定义语句中
DO i=1, 10
sum=sum+i
END DO
n=sum !子程序执行后sum的值没有被忘记
END
PROGRAM main
INTEGER :
www.eeworm.com/read/459462/7275126
vb assemblyinfo.vb
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' 有关程序集的常规信息通过下列属性集
' 控制。更改这些属性值可修改
' 与程序集关联的信息。
' 查看程序集属性的值
www.eeworm.com/read/456673/7342558
vb assemblyinfo.vb
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' 程序集的常规信息通过下列
' 属性集控制。更改这些属性值可
' 修改与程序集关联的信息。
' 检查程序集的属性值