-
条码打印管理
为青岛一家公司做的条码打印管理,用的是斑马的打印机。没有用条码打印控件,直接用条码打印机的控制。有兴趣者可以参考一下。没用任何第三方控件,数据库用的是ado,这是刚开始一个朋友做的。谢谢!
- 2022-03-18 06:45:36下载
- 积分:1
-
10机39节点算例在matlab simulink 运行程序 IEEE39 for simulink
说明: IEEE 10机39节点算例在matlab simulink 运行程序(IEEE 10-39 in matlab simulink)
- 2021-04-24 13:58:47下载
- 积分:1
-
国标的电子海图制作规范,为电子海图应用系统开发人员必备...
国标的电子海图制作规范,为电子海图应用系统开发人员必备-National Standards regulating electronic charts, electronic charts for application systems development staff required
- 2022-08-14 08:02:23下载
- 积分:1
-
F-6888_BK3254_product_information.zh_CN
Beken bluetooth module documentation 5
- 2018-11-04 22:21:32下载
- 积分:1
-
iperf-3.0.12-win32
说明: 此软件可用于有线或者无线网络的网速测试,本人是用于测试行车记录仪 的WIFI吞吐量测试,亲测 有效,要求需要屏蔽箱,否则测出的结果不准(This software can be used to test the network speed of wired or wireless networks. I am a WIFI throughput test for the traffic recorder. The test is effective and requires shielding box. Otherwise, the result is not accurate.)
- 2018-12-24 18:40:32下载
- 积分:1
-
遗传算法
说明: 使用遗传算法解决了双旅行商,环路最短路径问题。其中在求解资源最优时,还 使用了退火算法对局部最优值求解(The genetic algorithm is used to solve the shortest path problem of double traveling salesman. The annealing algorithm is also used to solve the local optimal value)
- 2020-10-04 22:28:00下载
- 积分:1
-
Androlua定制版 _已修复打包闪退问题
说明: 加密Andlua工具,可以加密Andlua源码不被luatool解密,很好用的一个工具(Encryption andlua tool)
- 2021-01-05 08:38:55下载
- 积分:1
-
WindRose
说明: 可以根据风速风向数据绘制风场在不同方向上的分布情况(Distribution of wind field in different directions can be plotted based on wind speed and direction data.)
- 2019-07-11 15:26:42下载
- 积分:1
-
心理测试程序:VB游戏源码
心理测试程序:VB源码,算是一个娱乐性的小游戏源码吧,在游戏中,用户可以任意选择一个两位数,把十位和个位相加,然后用这个数减去相加得到的数,记着这个最后结果,然后看着相应的数字列表,单击“点这里”按钮,你就会发现,你最后得到的结果所对应的数字将显示出来,很神奇吧。
- 2023-03-05 17:05:04下载
- 积分:1
-
03-2x2MIMO系统的完整数据链仿真
说明: % Type of different detectors, parameters for Detector.m
ML = 1; % Joint ML Detector
JMMSE = 2; % Joint MMSE Detector
ZF = 3; % Joint Zero-Forcing Detector
% Type of different antenna selection criteria methods
MBER = 1;
MMI = 2;
LAZY = 3;
MNP = 4; %Minimum Noise Power
MMNP = 5;
LAZY2 = 6;
real_ch = 0; % real_ch = 0 refers to simulated channel in MATLAB, otherwise refers to real channel
SNR_dB = 20;% transmit SNR in the simulated channel
nr_frames = 20; % number of frames sent when simulation.
detect_type = ZF; % Detector choice
select_type = MBER; % Antenna selection choice
disp('');
tx(nr_frames);
disp('Press any key to continue');
pause
RF(real_ch,SNR_dB);
disp('Press any key to continue');
pause
BER = rx(detect_type,select_type);
- 2020-08-29 15:55:00下载
- 积分:1