代码搜索:SW
找到约 10,000 项符合「SW」的源代码
代码结果 10,000
www.eeworm.com/read/186594/8923778
m 6 jiangzao.m
[y,fs]=wavread('C:\Documents and Settings\feipo\桌面\数字信号实验选作题目\LAB07 语音降噪实验\speech_noisy_8k.wav');
for i=1:25
nw=y(1+200*(i-1):200*i);
NW(i)=var(nw);
end
sum=0;
for i=1:25
sum=sum
www.eeworm.com/read/366745/9800358
htm 149.htm
打开一个超连接
在VB中使用默认的浏览器、FTP工具、电子邮件软件打开一个超连接十分简单。例如下面的语句就可以利用默认浏览器打开一个站点:
Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hwnd A
www.eeworm.com/read/366745/9800765
htm 149.htm
打开一个超连接
在VB中使用默认的浏览器、FTP工具、电子邮件软件打开一个超连接十分简单。例如下面的语句就可以利用默认浏览器打开一个站点:
Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hwnd A
www.eeworm.com/read/141570/12999321
txt 156.txt
隐藏Win95任务栏
作者:Showje
显示、隐藏win95任务栏
Declare Function FindWindow Lib "user32" Alias "FindWindowA" _
(ByVal lpClassName As String, ByVal lpWindowName As String) As Long
Declare Function
www.eeworm.com/read/317630/13500569
htm 149.htm
打开一个超连接
在VB中使用默认的浏览器、FTP工具、电子邮件软件打开一个超连接十分简单。例如下面的语句就可以利用默认浏览器打开一个站点:
Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hwnd A
www.eeworm.com/read/126641/6015332
c hw_cswift.c
/* crypto/engine/hw_cswift.c */
/* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL
* project 2000.
*/
/* ====================================================================
* Copyr
www.eeworm.com/read/125455/6028607
c software.c
/*
** GXSNMP -- An snmp management application
** Copyright (C) 1998 Gregory McLean
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU Gene
www.eeworm.com/read/346740/11726530
htm 149.htm
打开一个超连接
在VB中使用默认的浏览器、FTP工具、电子邮件软件打开一个超连接十分简单。例如下面的语句就可以利用默认浏览器打开一个站点:
Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hwnd A
www.eeworm.com/read/327339/13084849
h ifx_swdrv.h
/******************************************************************************
Copyright (c) 2004, Infineon Technologies. All rights reserved.
No Warranty
www.eeworm.com/read/431211/8700035
c f_10_24_sw_debounce.c
#include "config.h"
#include "delay.h"
#include "serial.c"
#include "serio.c"
// switch debounce with timer2
#define DEBOUNCE 5
volatile unsigned char button, button_debounce;
#if defined(HI_TECH