搜索:DIM
找到约 22 项符合「DIM」的查询结果
结果 22
按分类筛选
https://www.eeworm.com/dl/694/213464.html
并行计算
用GOSS解线性方程组 Dim i As Integer 循环变量 Dim j As Integer 循环变量 Dim k As Integer 循环变量
用GOSS解线性方程组
Dim i As Integer 循环变量
Dim j As Integer 循环变量
Dim k As Integer 循环变量
https://www.eeworm.com/dl/831698.html
技术资料
75W 1400mA 35_54V APFC DIM + Iset DC-DC PFC+DC-DC
75W 1.4A PFC+DC-DC电路 。包括PFC和DC-DC两部分。
https://www.eeworm.com/dl/665/289145.html
matlab例程
Creates a Gaussian mixture model with specified architecture.MIX = GMM(DIM, NCENTRES, COVARTYPE) tak
Creates a Gaussian mixture model with specified architecture.MIX = GMM(DIM, NCENTRES, COVARTYPE) takes the dimension of the space
DIM, the number of centres in the mixture model and the type of the
mixture model, and returns a data structure MIX.
https://www.eeworm.com/dl/635/147009.html
网络
接收pop3 Public Function Retrieve(ByVal rhs As Pop3Message) As Pop3Message Dim message, response A
接收pop3
Public Function Retrieve(ByVal rhs As Pop3Message) As Pop3Message
Dim message, response As String
Dim msg As New Pop3Message
msg.bytes = rhs.bytes
msg.number = rhs.number
message = "RETR " + rhs.number.ToString + vbCrLf
write(message)
response = Respond()
If res ...
https://www.eeworm.com/dl/534/464014.html
其他
this program has many parts and fully working, based on MCS51. Hand made PWM and wave forms for dim
this program has many parts and fully working,
based on MCS51. Hand made PWM and wave forms for dimmer like output.
it also drives ISD audio chip.
https://www.eeworm.com/dl/847813.html
技术资料
三通道DIM调光LED电源芯片SM15633E钲铭科方案设计参考资料
三通道DIM调光LED电源芯片SM15633E钲铭科方案设计参考资料
https://www.eeworm.com/dl/534/340565.html
其他
REM 管理栏目设置 dim menu(4,10) menu(0,0)="信息及常规管理" menu(0,1)="<a target=main href=admin_config.asp&
REM 管理栏目设置
dim menu(4,10)
menu(0,0)="信息及常规管理"
menu(0,1)="<a target=main href=admin_config.asp>网站参数设置</a>"
menu(0,2)="<a target=main href=admin_link.asp>友情链接管理</a>"
menu(0,3)="<a target=main href=admin_mb.asp>网站模板管理</a>"
menu(0,4)="<a target=main hre ...
https://www.eeworm.com/dl/519/451159.html
加密解密
md5的加密函数 iis下运行; 用法: 1:页面包含该文件 2:调用方法MD5(sMessage,stype) 例dim md_=md5("admin"
md5的加密函数 iis下运行;
用法:
1:页面包含该文件
2:调用方法MD5(sMessage,stype)
例dim md_=md5("admin",32)
*注:最高32位。
https://www.eeworm.com/dl/989714.html
技术资料
VB串口通讯实例
高精度电压表(24bit) VB源程序
Dim PortValue As Integer '端口号选择1-4
Dim value As Double '当前一次取值
Dim value2 As Double '要显示的值
Dim valueSum As Double '和
Dim numCount As Double '算平均值是的计数个数
Dim func As Integer '功能号标志1-4
Dim valueFlag As Integer ...
https://www.eeworm.com/dl/982053.html
技术资料
c#直接控制并口的类
c#直接控制并口的类
Dim lpt As New LPTControls.LPTControls
lpt.Open()
lpt.Write(String)
lpt.Close()