代码搜索:
找到约 10,000 项符合「」的源代码
代码结果 10,000
www.eeworm.com/read/192685/8366459
txt 如何关闭自己调用的.exe文件.txt
VB调 用 Shell函 数 时 返 回 值 实 际 是 ProcessID, 使 用 OpenProcess可 以 得 到 Process的 Handle。 利 用 TerminateProcess就 可 以 关 闭 程 序 。 如 下 面 的 例 子 :
Private Declare Function OpenProcess Lib "kernel32" (ByVal dwDes
www.eeworm.com/read/292231/8366460
h textdoc.h
#if !defined(AFX_TEXTDOC_H__364D98BC_84E2_4578_A3E6_0769F0BAF001__INCLUDED_)
#define AFX_TEXTDOC_H__364D98BC_84E2_4578_A3E6_0769F0BAF001__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MS
www.eeworm.com/read/392033/8366461
m ex1.m
clear all;clc;
wl_delt = -8:0.1:8;
m2 = -8:1:8;
y = zeros(length(m2),length(wl_delt));
for i = 1:length(wl_delt)
for j =1:length(m2)
if (wl_delt(i) - m2(j))~=0
y(j,i
www.eeworm.com/read/292231/8366462
cpp menuwndhook.cpp
/*########################################################################
Filename: MenuWndHook.cpp
----------------------------------------------------
Remarks: ...
------------------------
www.eeworm.com/read/392033/8366463
m seqshift.m
function [y,ny] = seqshift(x,nx,k)
% 移位序列 y[n] = x[n-k]
% x 为待移位序列;
% nx 为x的自变量;
% k 为需要移位位数;
% y 为移位后序列;
% ny 为移位后序列的自变量序列;
y = x;
ny = nx + k;
return;
www.eeworm.com/read/292231/8366464
h xpbutton.h
#if !defined(AFX_XPBUTTON_H__44CD5B2A_756E_4939_9261_E0034E0F2DEF__INCLUDED_)
#define AFX_XPBUTTON_H__44CD5B2A_756E_4939_9261_E0034E0F2DEF__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _
www.eeworm.com/read/392033/8366465
m stepseq.m
function [x,n] = stepseq(np,ns,nf,ts)
% 产生单位阶跃序列
% np 为阶跃位置, ns起始位置 , nf为序列终止位置
n = [ns:ts:nf];
x = [(n - np) >= 0 ]; % 产生阶跃序列
return;
www.eeworm.com/read/292231/8366466
h error.h
#if !defined(AFX_ERROR_H__6A381C9B_C266_4DED_90BF_8296A513E8BF__INCLUDED_)
#define AFX_ERROR_H__6A381C9B_C266_4DED_90BF_8296A513E8BF__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VE
www.eeworm.com/read/292231/8366467
dsw cminus.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/292231/8366468
cpp analyzer.cpp
// Analyzer.cpp : implementation file
//
#include "stdafx.h"
#include "cminus.h"
#include "Analyzer.h"
/* * CAnalyzer
* Construction & destruction
* * *
*** Programer: