代码搜索:
找到约 10,000 项符合「」的源代码
代码结果 10,000
www.eeworm.com/read/192685/8365649
txt 如何使用shellexecute在新的窗口中打开新的网站.txt
打开VB菜单的 Project|References 项,在References对话框中有一个Microsoft Internet Control项,选中它,然后在Form1中加入一个CommandButton,在Form1中加入一下代码:
'Dim dWinFolder As ShellLinkObject
Dim dWinFolder As ShellWindows
www.eeworm.com/read/192685/8365650
txt 如何在asp中使用一个dll中的函数.txt
ASP中 不 能 直 接 调 用 DLL中 的 函 数 , 你 需 要 使 用 VB编 写 一 个 ActiveX DLL, 在 其 中 调 用 DLL的 函 数 。 再 在 VB中 调 用 ActiveX DLL。
www.eeworm.com/read/292247/8365651
m ofdm.m
clear;
clc;
SNR=10; % 信噪比
fl=128; % 设置FFT长度
Ns=6; %设置一个祯结构中OFDM信号的个数
para=128;%设置并行传输的子载波个数
sr=250000; %符号速率
br=sr.*2;% 每个子载波的比特率
gl=32 %保护时隙的长度
Signal=rand(1,para*Ns*2)>0.5;%产生0,1 随
www.eeworm.com/read/292247/8365652
vsd 基于ifftfft实现的ofdm系统仿真框图.vsd
www.eeworm.com/read/192685/8365653
txt 如何检测是否modem与网络相连.txt
在 检 测 之 后 , 应 该 使 用 PortOpen=False关 闭 Modem。
如 何 你 要 是 想 判 断 用 户 是 否 与 Internet相 连 也 可 以 这 样 做 :
将 下 面 的 代 码 加 入 一 个 模 块 :
Public Const ERROR_SUCCESS = 0&
Public Const APINUL
www.eeworm.com/read/192685/8365654
txt index1.txt
1,Winsock如何接收二进制数据
使用winsock API编写网络通讯程序时,由于对方发送过来的数据经过加密,数据包中含有C语言中的字符串结束符和一些不可见字符(VB收到后表现为乱码)。由于VB字符集的原因,按照字符串方式接收数据,解密时发生错误。请问有没有一种方法,直接从Socket套接字中,把数据读到Byte数组中.
注:
使用winsock控件可以实现读数据 ...
www.eeworm.com/read/392051/8365655
m acs.m
%蚁群算法求解TSP问题的matlab程序
clear all
close all
clc
%初始化蚁群
m=31;%蚁群中蚂蚁的数量,当m接近或等于城市个数n时,本算法可以在最少的迭代次数内找到最优解
C=[1304 2312;3639 1315;4177 2244;3712 1399;3488 1535;3326 1556;3238 1229;4196 1004;
43
www.eeworm.com/read/192685/8365656
txt 如何用vb实现手机短讯的发送.txt
在 工 程 中 加 入 internet tracefer control控 件 。
Dim strURL As String, strFormData As String
strURL = "http://www.mmailto.com/SendMessage.asp"
strFormData = "name=yournamr&no=yourno"
www.eeworm.com/read/292246/8365657
doc os_xiti4-8.doc
www.eeworm.com/read/392050/8365658
cs idbcommand.cs
using System;
namespace Motion.DZ.DB
{
public interface IDbCommand
{
///
/// 同步注册
///
/// 帐号