代码搜索:Invoke
找到约 4,823 项符合「Invoke」的源代码
代码结果 4,823
www.eeworm.com/read/391067/8423450
txt 012.txt
第十二课 内存管理和文件输入/输出
--------------------------------------------------------------------------------
本课中我们将学习基本的内存管理和文件输入/输出操作方面的知识。另外我们还将用上课学的通用对话框作为我们的显示“设备”。
理论:
从用户的角度来看,WIN32的内存管理是非常简单和
www.eeworm.com/read/391067/8423558
txt 控制台.txt
Windows下控制台输出
控制台输出就象dos下的输出,可不是图形界面。象ping/ipconfig/ftp等命令都是这类程序。
回忆过去,在dos下进行文件操作时,常用到“文件把柄”的概念,使用文件把柄操作时,非常方便,操作时,只要知道把柄号就可以,而不用操心文件的位置。dos下,设备也都有自己的专用把柄,这些把柄是:
0000H 标准输入设备 (stdin ...
www.eeworm.com/read/391067/8423648
txt windows扫雷游戏 .txt
Windows扫雷游戏
相关的例子:下载>>> 作者:Zoologist 于2008-7-19上传
--------------------------------------------------------------------------------
Windows自带了一个扫雷游戏,很好玩。网上也有很多介绍作弊的方法,之前的Win98中,纪录保存在
www.eeworm.com/read/391067/8423652
txt 用masmplus学习汇编语言 7.txt
用MasmPlus学习汇编语言 7
相关的例子:下载>>> 作者:Zoologist 于2008-3-16上传
--------------------------------------------------------------------------------
我很喜欢使用Delphi,至少使用它编程的时候不用担心界面的问题,“拖拖拉拉”就能
完
www.eeworm.com/read/191434/8429673
java remoteref.java
/*
* @(#)RemoteRef.java 1.19 01/12/03
*
* Copyright 2002 Sun Microsystems, Inc. All rights reserved.
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
package java.rmi.server;
www.eeworm.com/read/389531/8515803
cs iisadministrator.cs
// IIsAdmin.NET
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Found
www.eeworm.com/read/188692/8519292
txt matlab---excel.txt
% Open Excel, add workbook, change active worksheet,
% get/put array, save, and close
% First open an Excel Server
Excel = actxserver('Excel.Application');
set(Excel, 'Visible', 1);
% In
www.eeworm.com/read/389354/8532127
cs code_window.cs
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Threading;
n
www.eeworm.com/read/381515/9088722
cpp dclient.cpp
//
// DClient.cpp - Dispatch client implementation
//
// This client connects to the IX dual interface
// through the dispinterface.
//
#include
#include "Util.h"
static inli
www.eeworm.com/read/381515/9089029
cpp dclient.cpp
//
// DClient.cpp - Dispatch client implementation
//
// This client connects to the IX dual interface
// through the dispinterface.
//
#include
#include "Util.h"
static inli