代码搜索:
找到约 10,000 项符合「」的源代码
代码结果 10,000
www.eeworm.com/read/392050/8365679
cs accesscommand.cs
using System;
namespace Motion.DZ.DB
{
public class AccessCommand : IDbProvider
{
private string _connectionString = String.Empty,
_errorString = String.Empty;
www.eeworm.com/read/392050/8365680
cs command.cs
using System;
using Motion.DZ.DB;
namespace Motion.DZ
{
///
///
/// 说明:
/// Motion.DZ.Command其实是作为一个入口
/// DBC为数据库操作对象接口,常用到的基本上都封装好了,没有DataReader,用DataTable代替
www.eeworm.com/read/192685/8365681
txt 如何调用拨号网络中某个连接的属性对话框.txt
要 想 调 用 拨 号 网 络 的 功 能 , 就 要 使 用 Remote Access Service (RAS) API, 这 个 API最 早 是 在 Windows for Workgroup 3.11中 出 现 的 , 现 在 它 已 经 成 为 Win32 API的 一 个 组 成 部 分 。 该 API将 整 个 拨 号 网 络 称 为 Phonebook, 而 每 一 个 连 接
www.eeworm.com/read/392050/8365682
cs readconfig.cs
using System;
using System.IO;
using System.Text;
using System.Text.RegularExpressions;
using System.Xml;
using System.Configuration;
using System.Web;
namespace Motion.DZ
{
public clas
www.eeworm.com/read/292243/8365683
asv zixiangguan2.asv
N=500;p1=1;p2=0.1;f=1/8;Mlag=60;
u=randn(1,N),u2=u*sqrt(p2);n=[0:N-1];
figure(3
s=sin(2*pi*f*n);
figure(1);
subplot(3,1,1)
stem(n,s);
axis([0 40 -1 +1]);
x1=u(1:N)+s;
%rx1=xcorr(x1,Mlag,'bias
www.eeworm.com/read/192685/8365684
txt 在vb中如何实现urlencode().txt
是 否 需 要 编 码 文 本 或 其 他 URL, 这 样 可 以 在 传 递 给 另 一 个 URL作 为 参 数 , 但 是 文 本 中 可 能 包 括 那 些 在 URL中 有 特 殊 意 义 的 字 符 ? 在 ASP中 , 你 可 以 使 用 Server.URLEncode(), 但 是 在 VB中 如 何 做 ?下 面 是 一 个 函 数 :
Public Funct
www.eeworm.com/read/292243/8365685
m zixiangguan.m
x=[0:0.1:6*pi];
y=sin(x);
[z,lag]=xcorr(y,'biased')
subplot(2,1,1);stem(x,y,'+')
subplot(2,1,2);stem(lag,z,'+')
www.eeworm.com/read/192685/8365687
txt 用vb5写图形化ping 工具.txt
Ping的 屏 幕 输 出 是 可 以 被 转 向 到 文 件 的 , 你 可 以 先 使 用 VB建 立 一 个 .bat文 件 , 在 其 中 加 上 Ping xxxx >ping.txt就 行 了 。 使 用 调 用 这 个 .bat文 件 , 就 可 以 得 到 输 出 文 件 ping.txt。
vb6的 Winsock控 件 不 能 用 来 设 计 Ping程 序 。 当
www.eeworm.com/read/292243/8365688
m zixiangguanhu.m
N=500;p1=1;p2=0.1;f=1/8;Mlag=60;
u=randn(1,N);u2=u*sqrt(p2);n=[0:N-1];
s=sin(2*pi*f*n);
subplot(3,1,1);stem(n,s);
x1=u(1:N)+s;
rx1=xcorr(x1,Mlag,'biased');
subplot(3,1,2);plot(rx1);
u2=u*sqrt(p