代码搜索:Windows 7
找到约 10,000 项符合「Windows 7」的源代码
代码结果 10,000
www.eeworm.com/read/101082/6248086
7 intro.7
.TH intro 7
.SH Name
intro \- miscellaneous useful information pages
.SH Description
.NXR "intro(7) keyword"
This section contains miscellaneous documentation, mostly
in the area of text processing ma
www.eeworm.com/read/101042/6259279
tpkcs7
#!/bin/sh
PATH=../apps:$PATH
export PATH
cmd='../apps/openssl pkcs7'
if [ "$1"x != "x" ]; then
t=$1
else
t=testp7.pem
fi
echo testing pkcs7 conversions
cp $t fff.p
echo "p -> d"
$cmd -in fff.p
www.eeworm.com/read/101022/6260710
7 screen.7
#####
####### ##
## # @## $$ #
# $ #
# $ ### #
### #####$###
# $ ### ..#
# $ $ $ ...#
# ###...#
# $$ # #...#
# ### #####
####
www.eeworm.com/read/492458/6279190
gif 7.gif
www.eeworm.com/read/358610/6282092
h wave(7).h
#ifndef _WAVE_H_
#define _WAVE_H_
#define WAVE_NSAMPLESPERSEC 11025
#define WAVE_DATASIZE WAVE_NSAMPLESPERSEC //缓冲区大小
//函数返回错误值列表
#define WAVE_ERROR_SUCESS 0 //成功
#define WAVE_ERROR_NO_DEVI
www.eeworm.com/read/358610/6282107
cpp wave(7).cpp
#include
#include "Wave.h"
void CALLBACK xxWaveProcCallBack(HWAVEIN hWaveIn,
UINT uMsg,
DWORD dwInstance,
DWORD wParam,
DWORD lParam);
stru
www.eeworm.com/read/358610/6282187
h wave(7).h
long RecordeOpen(WAVEFORMATEX *WaveFormatex);
long RecordeStart();
void CALLBACK WaveProcCallBack(HWAVEIN hWaveIn,UINT uMsg,DWORD dwInstance,DWORD wParam,DWORD lParam);
/*
MMTIME mmt;
mmt.wT
www.eeworm.com/read/358610/6282192
cpp wavetest(7).cpp
#include
#include "mywave.cpp"
BOOL DlgProc(HWND, UINT, WPARAM, LPARAM) ;
HINSTANCE hInst;
int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance,PSTR szCmdLine, int iCmdSh
www.eeworm.com/read/358610/6282202
cpp mywave(7).cpp
#include "mywave.h"
#define QuenCount 3
#define Datasize 8000
HWAVEIN m_hWaveIn;
HWAVEOUT hWaveOut;
WAVEHDR pWaveHdr1;
WAVEHDR pWaveHdr2;
WAVEHDR pWaveHdr3;
LPSTR pBuffer2;
LPSTR pBuffer1
www.eeworm.com/read/358610/6282208
h mywave(7).h
void WaveOut();
void OnPlayStart(); //out function
void RecStart() ; //out function
//////////////////////////////
void onWIM_DATA( HWAVEIN hwi,DWORD wParam,DWORD lParam);//in function