搜索结果
找到约 1,065 项符合
multi-function 的查询结果
matlab例程 Viterbi Algorithm & Viterbi Decoder Matlab Code.(Provided both soft & hard decision ability). Note:
Viterbi Algorithm & Viterbi Decoder Matlab Code.(Provided both soft & hard decision ability). Note: The main function is viterbi.m
Delphi控件源码 MD5变换动态链接库文件调用:(delphi例子) =======================================================================
MD5变换动态链接库文件调用:(delphi例子)
=========================================================================
function transfer(tran:widestring):widestring stdcall external md5.dll name transfer
//edit1为输入字符,edit2为输出md5摘要
procedure TForm1.Button1Click(Sender: TObject)
begin
e ...
Linux/Unix编程 一个linux进程管理器,具有以下功能: 管理系统的进程
一个linux进程管理器,具有以下功能:
管理系统的进程,
包括系统中进程的ID,owner ID, effective user ID、
进程之间的关系、各个进程占用的内存大小、进程的状态;
列出各个进程使用的文件描述符,以及它们打开的文件;
列出各个进程当前的信号使用情况,
包括各个阻塞的信号,各个信号的处理(如采用的哪一种处理方式, ...
医药行业 While resting-state fMRI is drawing more and more attention, there has not been a software for its d
While resting-state fMRI is drawing more and more attention, there has not been a software for its data analysis. Based on MATLAB, we developed a package named REST. Currently REST has three main functions: function connectivity, ReHo and ALFF.
微处理器开发 * The functions debug_init() and debug() implement non-RTOS * serial port initialization and a blo
* The functions debug_init() and debug() implement non-RTOS
* serial port initialization and a blocked debug output. The
* debug() function can be used in error message and die
* situations.
单片机开发 Zigbee 精简版技术协议
Zigbee 精简版技术协议,英文原版的,很好,值得参考! A Zigbee-subset/IEEE 802.15.4 Multi-platform Protocol Stack
编辑器/阅读器 特殊函数说明的PDF文档
特殊函数说明的PDF文档,包括:Bessel Function,marcum Q-function,Hankel Function,Spherical Bessel Function of the First Kind,Confluent Hypergeometric Function of the First Kind
Modem编程 Fax and soft modem source code. - Fast Version You can use this code to build a soft modem functi
Fax and soft modem source code. - Fast Version
You can use this code to build a soft modem function in your embedded system.
其他行业 用VB做QQ强制聊天器 用VB做QQ强制聊天器 大家好..我是愚罪..QQ:303931726 今天教大家来用VB做QQ强制聊天器..... 废话不多说了``` 直接打开VB
用VB做QQ强制聊天器
用VB做QQ强制聊天器
大家好..我是愚罪..QQ:303931726
今天教大家来用VB做QQ强制聊天器.....
废话不多说了```
直接打开VB 新建一个EXE文件..新建一个Text和一个Command按纽
最后直接把代码写上去就可以了...
Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" _
(By ...
VHDL/FPGA/Verilog 自己编写的一个verilog HDL小程序
自己编写的一个verilog HDL小程序,实现基本的task调用function的功能,对初学者有用。在xilinx的ISE仿真调试通过