CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - VC移植

搜索资源列表

  1. uCOS-III-VCPP6.0-code-emmand-float

    0下载:
  2. uCOS-III基于VC++6.0的移植实例(支持浮点数)-uCOS-III based VC++6.0 transplant instances (support for floating point)
  3. 所属分类:uCOS

    • 发布日期:2017-05-19
    • 文件大小:5565329
    • 提供者:junzifei
  1. 256_to_gray

    0下载:
  2. VC++下的256色转灰度图像处理小程序,也可移植成为嵌入式C++程序,作为图像识别的前期处理。-VC++ under 256 colors to grayscale image processing procedures, can be ported to become embedded C++ program, as a pre-processing of image recognition.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-12
    • 文件大小:3015785
    • 提供者:
  1. libnfc1.7ForVS2008

    0下载:
  2. NFC 开源库LIBNFC1.7是很出色的NFC RFID操作库。但使用的linux平台。本人将该平台移植到VS2008,可用VC直接编译通过并能正常运行。-open source LibNFC 1.7 for VS2008
  3. 所属分类:Com Port

    • 发布日期:2016-01-25
    • 文件大小:524288
    • 提供者:fanr520
  1. uCOSII_VC6.0

    0下载:
  2. 教你如何把UCos-ii_移植到PC机上,使用VC++6.0-Teach you how to UCos-ii_ ported to the PC, use VC++6.0
  3. 所属分类:uCOS

    • 发布日期:2017-05-12
    • 文件大小:2591765
    • 提供者:ccl
  1. FilePreviewDemo

    0下载:
  2. 一个vc下的文件预览的很好的例子,简单实用,而且非常方便移植-A good example vc file under the preview, simple and practical, and very easy to transplant
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:795262
    • 提供者:yefei
  1. Queue

    0下载:
  2. 在VC平台下模拟的队列模块文件,可以模拟队列事件,可以移植到ucos等内核环境中,或用于消息事件队列等。-Queue module files in the VC platform simulation can simulate queue events, such as the kernel can be ported to ucos environment, or for message queues and other events.
  3. 所属分类:SCM

    • 发布日期:2017-04-14
    • 文件大小:2998
    • 提供者:周天飞
  1. RRRR

    0下载:
  2. VC写MAT文件的原代码,很详细,可以移植使用-MAT file VC write the original code, very detailed, can be ported to use
  3. 所属分类:Education soft system

    • 发布日期:2017-05-27
    • 文件大小:10355519
    • 提供者:姐姐
  1. lwip_win32_vc2008

    0下载:
  2. 将lwip移植到windows平台上 ,基于lwip移植了freemodbus,可以使用vc++ 2008直接运行-The lwip ported to windows platform, based on lwip transplant freemodbus, can be run directly using vc++ 2008
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-19
    • 文件大小:5271512
    • 提供者:长井
  1. gdiplusdemo2

    0下载:
  2. gdiplus应用实例集源码,GDI+程序设计实例源代码(非UNICODE,VC++版),网上流传的“GDI+程序设计实例源代码”中使用的是C#源码,且封装了开源对象,源代码主要在 “Form1.cs” 中,功能实现形式与.Net的MSDN帮助不同。现对该源代码进行了移植,在VC的非 UNICODE 环境下进行了修改-gdiplus application examples set source, GDI+ programming source code examples (non-UNICOD
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-16
    • 文件大小:3620335
    • 提供者:kpudn71
  1. Clipboard

    0下载:
  2. 进程间通信,剪贴板的操作,VC++代码,简洁清晰易移植-Interprocess communication, clipboard operations, VC++ code, simple and clear and easy migration
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-16
    • 文件大小:27533
    • 提供者:张腾
  1. FFTVPP

    1下载:
  2. 快速福利叶变换C函数 函数简介:此函数是通用的快速傅里叶变换C语言函数,移植性强,以下部分不依 赖硬件。此函数采用联合体的形式表示一个复数,输入为自然顺序的复 数(输入实数是可令复数虚部为0),输出为经过FFT变换的自然顺序的 复数 使用说明:使用此函数只需更改宏定义FFT_N的值即可实现点数的改变,FFT_N的 应该为2的N次方,不满足此条件时应在后面补0 -kuaisu fuliye bianhuan yuandaima ,VC++shixian ,yu
  3. 所属分类:Special Effects

    • 发布日期:2016-07-10
    • 文件大小:17408
    • 提供者:fangyunfeng
  1. ffmpegmfc

    0下载:
  2. 自己做的FFMPEG移植到VC下的开源工程:ffmpeg for MFC。本工程将ffmpeg工程中的ffmpeg转码器(ffmpeg.c)移植到了VC环境下。并且使用MFC做了一套简单的界面。它可以完成一个视频转码的基本功能:封装格式以及编码格式的转换。 详细参见: http://blog.csdn.net/leixiaohua1020/article/details/28744935-This software transplant ffmpeg to Microsoft VC++
  3. 所属分类:Multimedia program

    • 发布日期:2017-06-12
    • 文件大小:19861734
    • 提供者:雷霄骅
  1. ffplaymfc

    1下载:
  2. 自己做的FFPLAY移植到VC下的开源工程:ffplayfor MFC。本工程将ffmpeg项目中的ffplay播放器(ffplay.c)移植到了VC的环境下。并且使用MFC做了一套简单的界面。它可以完成一个播放器播放视频的基本流程:解协议,解封装,视频/音频解码,视音频同步,视音频输出。此外还包含一些控制功能:播放,暂停/继续,前进,后退,停止,逐帧播放,全屏等;以及一些简单的视频码流分析功能:视频解码分析和音频解码分析。 详情参见《ffplay播放器移植VC的工程:ffplay for
  3. 所属分类:Multimedia program

    • 发布日期:2016-04-25
    • 文件大小:12896256
    • 提供者:雷霄骅
  1. xml32

    0下载:
  2. 最强VC的XML库,未使用MFC功能可移植性好,在本人多个项目中使用-Most VC' s XML library, did not use the MFC function of portability is good, in my use of multiple projects
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-15
    • 文件大小:7452
    • 提供者:strkntw
  1. rose

    0下载:
  2. 生成一朵玫瑰花 编译环境:VC6.0 / VC2010,EasyX 2011 移植自javascr ipt,程序中的很多精简变量名都沿用原 javascr ipt 中的变量名-creat a rose through VC
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-13
    • 文件大小:1719
    • 提供者:wumiao
  1. linuxPRprog

    0下载:
  2. linux下的一个二叉树和四叉树联合数据的实现C++,也可移植到VC下,包括了makefile文件,直接make即可-achieve C++ a linux binary tree and quadtree under the joint data can also be ported to VC, including the makefile file, you can directly make
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:642692
    • 提供者:tangkai
  1. navigationalgorithm

    0下载:
  2. 组合导航系统算法以及Kalman滤波器实现,VC仿真便于程序移植。-Integrated navigation system algorithm and Kalman filter, VC simulation is easy to transplant program.
  3. 所属分类:DSP program

    • 发布日期:2017-04-28
    • 文件大小:504616
    • 提供者:张兴智
  1. timer

    0下载:
  2. 单片机C语言提高资料! 熟了各个基本模块之后,就是要提高程序的鲁棒性和高效性,并且要便于移植.发几个个人觉得非常好的C语言资料.有些还是在其它论坛上花积分下来的.呵呵 首先,要重视程序的构架,这个会影响编程思路,.c .h文件要因地制宜地用.条理需要清楚. 其次,合适的时候多用指针,这个不用多说了.VC之所以流氓效率高,很大一部分原因是用了引用和指针. 另外,程序函数的接口要封装好,实参形参调用才方便,在适当的时候用数据参数,适当的时候用地址参数. 最后,结构体,联
  3. 所属分类:SCM

    • 发布日期:2017-04-25
    • 文件大小:76685
    • 提供者:叶影
  1. DM642-porting-Guide

    0下载:
  2. 基于X86(Pentium4)平台的VC++应用程序 如何移植到DM642平台有哪些关键点-Based on X86 (Pentium4) platform VC++ how to migrate applications to the DM642 platform? What are the key points?
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:296920
    • 提供者:CLChen
  1. receive_email

    0下载:
  2. 本程序是一个可移植的(Win32/Linux)邮件接收(支持POP3协议)程序,并编写了可移 植SOCKET和POP3封装类,希望能为初学者提供一些帮助。 编译: Win32: 在VC++6.0下编译通过,并运行良好。 Linux: 在G++下编译通过,请查看Makefile文件。-This procedure is a portable (Win32/Linux) to receive e-mail (support POP3 protocol) progr
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:380126
    • 提供者:yonhing
« 1 2 ... 8 9 10 11 12 1314 »
搜珍网 www.dssz.com