搜索结果
找到约 1,065 项符合
multi-function 的查询结果
网络 接收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 response.Substring(0, 3 ...
人工智能/神经网络 MASON代表多主体邻里或网络仿真(Multi-Agent Simulator of Neighborhoods or Networks)。它是乔治梅森大学用Java开发的离散事件多主体仿真核心库
MASON代表多主体邻里或网络仿真(Multi-Agent Simulator of Neighborhoods or Networks)。它是乔治梅森大学用Java开发的离散事件多主体仿真核心库,具有快速、灵活和便携的特点。它本身支持轻量级的模拟需求,自含模型可以嵌入到其他Java应用当中,还可以选择2D和3D图形显示。 ...
单片机开发 Comlete files for fullfile the slave USB function!
Comlete files for fullfile the slave USB
function!
通讯/手机编程 This m-file displays the time waveform for the Gaussian pulse function and the first and second deri
This m-file displays the time waveform for the Gaussian pulse function and the first and second derivatives of the Gaussian pulse function for a 0.5 nanosecond pulse width. Other values of pulse widths may be used by changing fs,t,t1. The program uses the actual first and second derivative equations ...
通讯编程文档 The Point-to-Point Protocol (PPP) for the Transmission of Multi-protocol Datagrams over Point-to-
The Point-to-Point Protocol (PPP)
for the
Transmission of Multi-protocol Datagrams
over Point-to-Point Links
Status of this Memo
This RFC specifies an IAB standards track protocol for the Internet
community, and requests discussion and suggestions for improvements.
Please refer to the current editio ...
*行业应用 Easy installation Support servers like Tomcat, Resin, WebSphere, WebLogic etc. Multi-languages(E
Easy installation
Support servers like Tomcat, Resin, WebSphere, WebLogic etc.
Multi-languages(English/Chinese...)
Support RSS 2.0
RSS syndication
Unlimited XML news source
Customizable fetch time interval
Customizable max entry count
Customizable max content size
微处理器开发 用EPM3128+MEGA8L自制Multi-ICE的全部资料
用EPM3128+MEGA8L自制Multi-ICE的全部资料
微处理器开发 本资料说明如何采用Multi-ICE 和ADS通过JTAG口在线烧写FLASH 1
本资料说明如何采用Multi-ICE 和ADS通过JTAG口在线烧写FLASH
1,在axd命令行中使用ob anorom.ini
2,按照提示烧写,
load_addr = 0
仅作参考
其他书籍 Multi-Paradigm Design for C++ 一本C++的经典原版教程
Multi-Paradigm Design for C++
一本C++的经典原版教程
人工智能/神经网络 基于基本遗传算法的函数最优化SGA.C A Function Optimizer using Simple Genetic Algorithm developed from the Pascal
基于基本遗传算法的函数最优化SGA.C
A Function Optimizer using Simple Genetic Algorithm developed from the Pascal SGA code presented by David E.Goldberg