代码搜索:AddIn
找到约 533 项符合「AddIn」的源代码
代码结果 533
www.eeworm.com/read/388540/8602888
bas modutility.bas
Attribute VB_Name = "modUtility"
'The Connect routines are used just by the addin's first start.
'After that, VBE doesn't recognize new sessions, reacting instead in terms of
'loading, unloading an
www.eeworm.com/read/294635/8215078
txt asmvars.txt
; AsmVars - RadASM AddIn
;
; Coded by Milos Tziotas, greatly enhanced by KetilO
; Web : http://tziotas.cjb.net
; http://darklight-software.cjb.net
; Mail: tziotas@gmx.net
;
www.eeworm.com/read/378680/9219032
h resorgnetaddin_res.h
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by AddIn.rc
//
#define IDB_WORKSPACE_TABS 26000
#define IDD_MAINTOOLWINDOWCTRL 26001
#define I
www.eeworm.com/read/460280/1561352
bat install.bat
@echo off
Rem This is called by the post-build event. You may modify it to copy the addin
Rem to whatever locations you like. As provided, it copies it to a number of
Rem directories relative to th
www.eeworm.com/read/294635/8215093
txt resourceid.txt
This addin auto exports resource id's to the file rsrc.xxx when any of the
resource scripts are updated. At the same time code properties are refreshed.
This means that code complete on resource id'
www.eeworm.com/read/368127/9711026
txt change-log.txt
Version 3.01 (09-Mar-03)
========================
- Bug fix: Addin would not load properly on some systems (VC6 version)
Version 3.0 (07-Mar-03)
=======================
- Port to Visual Studio
www.eeworm.com/read/455737/7367363
txt install_note.txt
MATRIX and LINEAR ALGEBRA Package For EXCEL
MATRIX.XLA - Ver. 2.3
This Excel 2003/XP add-in contains useful functions for Matrix and Linear Algebra.
Installation Notes
This addin for Excel X
www.eeworm.com/read/149751/12352172
txt @psc_readme_40876_1.txt
Title: VB IDE MouseWheel
Description: This little VB IDE AddIn adds mousewheel support to the IDE code panes, based on Ulli source code. NOW is fully working on MDI and SDI enviroment !! Simply compi
www.eeworm.com/read/311753/13626710
cpp kmeans.cpp
#include
#include
#include "Kmeans.h"
using namespace std;
int main (int argc, char const* argv[])
{
Index index("index/test");
index.load();
if (argc > 1)
{
cout