代码搜索:监听程序
找到约 10,000 项符合「监听程序」的源代码
代码结果 10,000
www.eeworm.com/read/179029/9378160
txt 实现中值滤波源程序.txt
参数Hori是一个布尔变量,若为真,做水平中值滤波,否则,做竖直中值滤波。
BOOL MedianFilter(HWND hWnd,BOOL Hori)
{
DWORD OffBits,BufSize;
LPBITMAPINFOHEADER lpImgData;
LPSTR lpPtr;
HLOCAL hTem
www.eeworm.com/read/374934/9378696
pdf 第五章 子程序.pdf
www.eeworm.com/read/374895/9380103
doc 程序语言基础知识.doc
www.eeworm.com/read/178883/9382863
pdf 华为公司程序培训教材.pdf
www.eeworm.com/read/374770/9385213
doc java程序员面试宝典.doc
www.eeworm.com/read/374753/9385636
txt dct变换的c语言程序.txt
#include
#include
#include
#include
#define PI 3.1415926
#define CLK_TCK CLOCKS_PER_SEC
int N;
void DCT(double *f,double *F)
{
int n,m,x;
double *
www.eeworm.com/read/178730/9387116
vbw 三菱fx通讯程序.vbw
frmfx = -4, 24, 521, 465, Z, 22, 22, 547, 463, C
www.eeworm.com/read/178730/9387118
vbp 三菱fx通讯程序.vbp
Type=Exe
Form=frmfx.frm
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINDOWS\system32\stdole2.tlb#OLE Automation
Object={648A5603-2C6E-101B-82B6-000000000014}#1.1#0; MSCOMM32.OCX
I
www.eeworm.com/read/374576/9395690
cpp 图层初始化程序片段.cpp
//图层初始化程序片段void CDZX_BMP_DRAW::InitMap()
{
char Temp1[80],Temp2[40];
CString strCommand,strtemp;
if (!AfxOleInit())
{
AfxMessageBox("AfxOleInit failed");
return FALSE;
}
if (!mapinfo.Cr
www.eeworm.com/read/178045/9422317
txt java计算器源程序.txt
java计算器
import java.awt.*;
import javax.swing.*;
import java.awt.event.*;
class calculation extends JFrame
{public calculation() /*构造方法*/
{super("计数器");
this.setDefaultCl