您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. ads1.2下c++测试源码

  2. ads1.2下c++测试源码 //main.cpp #ifdef __cplusplus extern "C" { #endif int printf(const char *fmt,...); int isdigit (char c); #ifdef __cplusplus } #endif ...
  3. 所属分类:C++

    • 发布日期:2009-07-17
    • 文件大小:25kb
    • 提供者:feng8601
  1. 自己写的dll的简介

  2. 为何DLL 先看看静态库与DLL的不同之处 可执行文件的生成(Link期):前者很慢(因为要将库中的所有符号定义Link到EXE文件中),而后者很快(因为后者被Link的引入库文件无符号定义) 可执行文件的大小:前者很大,后者很小(加上DLL的大小就和前者差不多了) 可执行文件的运行速度:前者快(直接在EXE模块的内存中查找符号),后者慢(需要在DLL模块的内存中查找,在另一个模块的内存中查找自然较慢) 可共享性:前者不可共享,也就是说如果两个EXE使用了同一个静态库,那么实际在内存中存在此库
  3. 所属分类:C

    • 发布日期:2009-12-12
    • 文件大小:10kb
    • 提供者:zhaoxiangrong
  1. 解译#ifdef __cplusplus

  2. #ifdef __cplusplus } #endif 这样的代码到底是什么意思呢?首先,__cplusplus 是cpp 中的自定义宏,那么定义了这 个宏的话表示这是一段cpp 的代码,也就是说,上面的代码的含义是:如果这是一段cpp 的 代码,那么加入extern "C"{和}处理其中的代码。
  3. 所属分类:C

    • 发布日期:2010-03-22
    • 文件大小:77kb
    • 提供者:mniwc
  1. 密码智能卡实验平台(VB编写,全面可靠)

  2. CRWICC.H 2002-03-11 Version 2.20 适用读写器: USB接口读写器 适用操作系统: Windows 9X(Me) Windows 2000 环境 适用IC卡 : 符合ISO 7816-1 2 3 4的CPU卡(T=0、1) ------------------------------------------------------------------------------------*/ #include #ifdef __cplusplus extern
  3. 所属分类:VB

    • 发布日期:2010-03-29
    • 文件大小:6mb
    • 提供者:lewfijjj
  1. C语言编写的俄罗斯方块游戏源码

  2. #include #include #include #include #include #ifdef __cplusplus #define __CPPARGS ... #else #define __CPPARGS #endif #define MINBOXSIZE 15 /* 最小方块的尺寸 */ #define BGCOLOR 7 /* 背景着色 */ #define GX 200 #define GY 10 #define SJNUM 10000 /* 每当玩家打到一万分等
  3. 所属分类:C

    • 发布日期:2010-05-28
    • 文件大小:9kb
    • 提供者:iqizheng
  1. 【二次开发】串口DLL下载

  2. /* --------------------------------------------------------------- 文件名称:SmartMComDll.h 说 明:声明串口DLL函数 作 者:温子祺 创建时间:2010-08-06 联系方式:wenziqi@hotmail.com 博 客:http://www.cnblogs.com/wenziqi/ 小 组:http://group.ednchina.com/2748/ 官 网:www.smartmcu.com ------
  3. 所属分类:VB

    • 发布日期:2010-08-07
    • 文件大小:6kb
    • 提供者:wenziqi
  1. 【二次开发】CH372 USB DLL 下载

  2. /* --------------------------------------------------------------- 文件名称:SmartMCH37xDll.h 说 明:声明USB CH37x DLL函数 作 者:温子祺 创建时间:2010-08-06 联系方式:wenziqi@hotmail.com 博 客:http://www.cnblogs.com/wenziqi/ 小 组:http://group.ednchina.com/2748/ 官 网:www.smartmcu.
  3. 所属分类:VB

    • 发布日期:2010-08-07
    • 文件大小:6kb
    • 提供者:wenziqi
  1. 【二次开发】USB HID DLL 下载

  2. /* --------------------------------------------------------------- 文件名称:SmartMUsbHidDll.h 说 明:声明USB HID DLL函数 作 者:温子祺 创建时间:2010-08-06 联系方式:wenziqi@hotmail.com 博 客:http://www.cnblogs.com/wenziqi/ 小 组:http://group.ednchina.com/2748/ 官 网:www.smartmcu.c
  3. 所属分类:VB

    • 发布日期:2010-08-07
    • 文件大小:6kb
    • 提供者:wenziqi
  1. 【二次开发】TCP DLL下载

  2. /* --------------------------------------------------------------- 文件名称:SmartMTcpDll.h 说 明:声明网络 TCP DLL函数 作 者:温子祺 创建时间:2010-08-06 联系方式:wenziqi@hotmail.com 博 客:http://www.cnblogs.com/wenziqi/ 小 组:http://group.ednchina.com/2748/ 官 网:www.smartmcu.com -
  3. 所属分类:网络基础

    • 发布日期:2010-08-07
    • 文件大小:5kb
    • 提供者:wenziqi
  1. 【二次开发】UDP DLL 下载

  2. /* --------------------------------------------------------------- 文件名称:SmartMCUdpDll.h 说 明:声明网络 UDP DLL函数 作 者:温子祺 创建时间:2010-08-06 联系方式:wenziqi@hotmail.com 博 客:http://www.cnblogs.com/wenziqi/ 小 组:http://group.ednchina.com/2748/ 官 网:www.smartmcu.com
  3. 所属分类:网络基础

    • 发布日期:2010-08-07
    • 文件大小:5kb
    • 提供者:wenziqi
  1. JNI技术使用指导(通过JNI技术实现java后台调用C++/c的dll文件)

  2. •编写带有native声明的方法的java类 •使用javac命令编译所编写的java类 •使用javah -jni java类名生成扩展名为h的头文件 •使用C/C++实现本地方法 •将C/C++编写的文件生成动态连接库 •ok 1) 编写java程序:这里以HelloWorld为例。 代码1: class HelloWorld { public native void displayHelloWorld(); static { System.loadLibrary("hello"); }
  3. 所属分类:Java

    • 发布日期:2010-09-10
    • 文件大小:29kb
    • 提供者:zzb13425138525
  1. Lcc C Compiler

  2. aWhat's new in the new version of lcc-win ---------------------------------------- Dec 3: Added SphericalBesselY + SphericalBesselK + SphericalBesselJ to the special functions package. Updated the documentation. Dec 2: Fixed problems with comparison
  3. 所属分类:C

    • 发布日期:2010-09-30
    • 文件大小:6mb
    • 提供者:ywj1225
  1. 华为内部使用的sourceInsight 宏

  2. 配置说明: 如果已经存在Base工程,可以直接将quicker.em加入到其中,并且同步文件。也可以删除它重建立一个Base工程,然后再把quicker.em加入其中,同步工程后,再定义好热键和菜单 si30.CF3是si3.x的配置文件,si21.cf是si2.1的配置文件,它已经定义好菜单和热键。图方便的话可以直接使用这两个配置文件,这样就可以不用自己定义菜单和热键了。 选择Options的Save Configuration先保存自己的配置,以便回退,然后再选择Options的 Load
  3. 所属分类:C

    • 发布日期:2011-01-04
    • 文件大小:265kb
    • 提供者:beisika10368
  1. #include "graphics.h" #include "graphics.h"

  2. #include "graphics.h" #include "stdio.h" #include "dos.h" #include "conio.h" #include "bios.h" #include "stdlib.h" #include "math.h" #ifdef __cplusplus #define __CPPARGS ... #else #define __CPPARGS #endif #define VK_LEFT 0x4b00 #define VK_RIGHT 0x4d
  3. 所属分类:C

    • 发布日期:2011-04-09
    • 文件大小:13kb
    • 提供者:lzhtj1227
  1. #include "graphics.h" #include "graphics.h"

  2. #include "graphics.h" #include "stdio.h" #include "dos.h" #include "conio.h" #include "bios.h" #include "stdlib.h" #include "math.h" #ifdef __cplusplus #define __CPPARGS ... #else #define __CPPARGS #endif #define VK_LEFT 0x4b00 #define VK_RIGHT 0x4d
  3. 所属分类:C

    • 发布日期:2011-04-09
    • 文件大小:15kb
    • 提供者:lzhtj1227
  1. 3DES标准算法库方便实现加解密

  2. #ifdef __cplusplus extern "C" { #endif /** * \brief DES context structure */ typedef struct { unsigned long esk[32]; /*!< DES encryption subkeys */ unsigned long dsk[32]; /*!< DES decryption subkeys */ } des_context; /** * \brief Triple-DES co
  3. 所属分类:系统安全

    • 发布日期:2011-06-02
    • 文件大小:5kb
    • 提供者:aqipeng
  1. 华为 SourceInsight宏

  2. 配置说明: 如果已经存在Base工程,可以直接将quicker.em加入到其中,并且同步文件。也可以删除它重建立一个Base工程,然后再把quicker.em加入其中,同步工程后,再定义好热键和菜单 si30.CF3是si3.x的配置文件,si21.cf是si2.1的配置文件,它已经定义好菜单和热键。图方便的话可以直接使用这两个配置文件,这样就可以不用自己定义菜单和热键了。 选择Options的Save Configuration先保存自己的配置,以便回退,然后再选择Options的 Load
  3. 所属分类:C

    • 发布日期:2012-01-07
    • 文件大小:265kb
    • 提供者:sy_han215
  1. 运动会分数统计 C++

  2. /*** *eh.h - User include file for exception handling. * * Copyright (c) 1993-1997, Microsoft Corporation. All rights reserved. * *Purpose: * User include file for exception handling. * * [Public] * ****/ #if _MSC_VER > 1000 #pragma once #endif #
  3. 所属分类:Java

    • 发布日期:2012-03-10
    • 文件大小:28kb
    • 提供者:shusshushu
  1. C++Builder调用vs2010演示代码

  2. 1)VsDll为vs2010工程,编译生成动态库。 2)BCBCall为bcb工程,调用动态库 3)Viewdll.exe为查看DLL导出文件的工具。 注意事项一: VSDll里面有一个 KpHttps.def LIBRARY "KpHttps" EXPORTS InitKpHttp Project > Properties... > Linker > Input > Module Definition File 里面加入你刚才的KpHttps.def文件,重新编译就行
  3. 所属分类:C

    • 发布日期:2013-03-08
    • 文件大小:216kb
    • 提供者:qq1112880
  1. 内存加载dll

  2. 内存加载动态库 MemoryLoadLibrary 有例子。 /* * Memory DLL loading code * Version 0.0.3 * * Copyright (c) 2004-2013 by Joachim Bauch / mail@joachim-bauch.de * http://www.joachim-bauch.de * * The contents of this file are subject to the Mozilla Public License Ve
  3. 所属分类:C++

    • 发布日期:2013-03-26
    • 文件大小:28kb
    • 提供者:yizhenweifeng
« 12 3 »