代码搜索:可编程序
找到约 10,000 项符合「可编程序」的源代码
代码结果 10,000
www.eeworm.com/read/358522/10186088
rar demo程序.rar
www.eeworm.com/read/358314/10192825
rar 调用程序.rar
www.eeworm.com/read/357815/10200832
cxp 子程序.cxp
www.eeworm.com/read/357815/10200834
opt 子程序.opt
CXProgVer:="1.6";
DockManager:=
BEGIN
Bar[0]:=
BEGIN
BarID:=59422;
Bars:=6;
Bar[0]:=0;
Bar[1]:=59415;
Bar[2]:=59416;
Bar[3]:=59412;
Bar[4]:=59414;
Bar[5]:=0;
Style:=0;
www.eeworm.com/read/357178/10213941
txt 原程序.txt
ORG 0000H
AJMP ZHU
ORG 0003H
AJMP ZD0;转速检查.
ORG 000BH;T0中断,调压输出.
CLR P1.4;开输出.
CLR TR0;关定时器0.
RETI
ORG 0013H;外中断1
AJMP ZD1;交流电过0检查.
www.eeworm.com/read/356941/10218428
doc 1820程序.doc
www.eeworm.com/read/356144/10236086
c 源程序.c
#include "stdio.h" /*I/O函数*/
#include "stdlib.h" /*其它说明*/
#include "string.h" /*字符串函数*/
#include "conio.h" /*屏幕操作函数*/
#include "mem.h" /*内存操作函数*/
#include "ctype.h" /*字符操作函数*/
#incl
www.eeworm.com/read/355500/10260983
txt 程序说明.txt
主函数Alamouti(Nr,max_snr,max_err_symbol,symbol_per_frame)
调用函数QpskMapping(psudo_bit_sequence)--二进制数据到QPSK信号的变换
调用函数RayleighCH(Nr,Nt)--瑞利衰落信道模拟
仿真示例:
Alamouti(1,12,20,24)
说明:
1.2根发射天线、1根接收天线
www.eeworm.com/read/281031/10270928
vsd 程序退出.vsd
www.eeworm.com/read/355238/10283996
log 程序说明.log
关于半色调编码计算全息图的信息隐藏Matlab程序的说明:
算法实现主程序为CGHwatermark;
位相恢复函数为phaseSL;
用计算全息记录已知振幅和位相的复波前函数为Hologen;
半色调编码函数为AMhalftone;
嵌入信息的提取直接调用Matlab自带的FFT2函数;
主程序的函数调用关系如下
读入宿主信息和水印信息--- ...