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

搜索资源列表

  1. Bayer-ASM

    0下载:
  2. Raw数据的Bayer算法,通过汇编语言实现,可以直接在C++中调用-Bayer algorithm Raw data through assembly language, you can call directly in C++
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2210
    • 提供者:Xiexiaoming
  1. show

    0下载:
  2. 将raw格式转为bmp,利用C++编程,基于MFC-transfer raw to bmp
  3. 所属分类:Dialog_Window

    • 发布日期:2017-06-03
    • 文件大小:14979405
    • 提供者:liangxiaofen
  1. nuclear-line-image-generation

    2下载:
  2. 有两张RAW格式的图像,单独像对,用C++实现核线影像生成。-There are two RAW image format, as a separate right, using C++ to achieve nuclear-line image generation.
  3. 所属分类:assembly language

    • 发布日期:2014-04-18
    • 文件大小:1761280
    • 提供者:肖达
  1. read_raw_wangyi

    0下载:
  2. 图像最初的格式都是RAW格式,但是RAW格式一般不能直接显示,本程序用C语言给出了RAW格式图像的读取和保存的功能实现。-Is RAW format images of the original format, but RAW format generally cannot directly, according to the program in C language is given of the realization of the function of the RAW format i
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:222797
    • 提供者:wangyi
  1. ImageProcessing

    0下载:
  2. 能够打开RAW格式图片,并进行低通高通滤波和自定义模板处理。编译环境是Visual Studio2010,采用C/C++编写-RAW format images can be opened, and the low-pass and high-pass filtering custom template processing. Build environment is Visual Studio2010, using C/C++ to write
  3. 所属分类:Database system

    • 发布日期:2017-05-11
    • 文件大小:2170091
    • 提供者:胡韦名
  1. TMPdatatransfer

    1下载:
  2. 用C写的将tmp格式的红外热像图原始数据转换显示-Written in C infrared heat tmp format like convert raw data displayed in Fig.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:5194
    • 提供者:孙小易
  1. audiorender

    0下载:
  2. c++写的音频播放类,用于播放原始的PCM数据-A Class to play raw audio data . the code is a c++ class .
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-13
    • 文件大小:2202
    • 提供者:yangchengwei
  1. PlaySound

    0下载:
  2. 家用型睡眠呼吸暂停综合症检测系统电脑端软件源代码,C#编写,.net framework4.0 可实现接收手机端的原始数据并判断是否存在病症。-Home sleep apnea syndrome detection system PC software source code, C# to write,. Net framework4.0 enables the receiving end of the phone, and the raw data to determine whether t
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:146467
    • 提供者:孟泽民
  1. PicConvert

    0下载:
  2. c# 图片格式转换器,基于.net3.5 做的 其中转ico 可能是.net的原因,转换出来的不能显示缩略图,但是可以打开查看 转raw tga 正在研究中... 如有大神路过请赐教 或者Q我:18395601551-C# image format converter,.Net3.5 do the rotating ICO may be the cause of.Net based on switching out, cannot display thumbnail, but you can o
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:239588
    • 提供者:jason
  1. Monolithic-space-behind--code

    0下载:
  2. C++b编写的单片空间后方后方交会程序代码,内置原始数据,请用VC6.0运行!-Written in c++ b single rear space resection procedure code, built-in raw data, please use VC6.0 run!
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:3006
    • 提供者:草帽
  1. fuzzycmeans

    0下载:
  2. Magnetic resonance (MR) images can be used to detect lesions in the brains of multiple sclerosis (MS) patients and is essential for diagnosing the disease and monitoring its progression. An automatic method is presented for segmentation of MS les
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1748
    • 提供者:mahsy
  1. ReadRawSectors

    0下载:
  2. Read Raw Disk Sectors in C#.NET
  3. 所属分类:.net

    • 发布日期:2017-04-26
    • 文件大小:83957
    • 提供者:amit
  1. rc-lirc

    0下载:
  2. rc-lirc.c - Empty dummy keytable, for use when its preferred to pass all raw IR data to the lirc userspace decoder.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:6536
    • 提供者:rfygdue
  1. pic_pocess_yuv

    1下载:
  2. 1)C# 编写的图像处理程序,可以将YUV格式数据与RGB格式数据相互转换,并显示。 2)可打开YUV格式的原始数据,并转换为图片并保存; 3)打开任意格式的图片,以二进制格式数据显示RAW DATA-1) C# prepared by the image processing program, you can YUV and RGB format data format data conversion and display. 2) Open the original data YUV
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:104802
    • 提供者:wzf
  1. PingTest

    0下载:
  2. 用C语言写的模拟Ping的程序,演示了如何使用不同线程和raw socket发送和接收ICMP包。在VS2013下编译运行。执行文件要点击鼠标右键以管理员权限运行,否则raw socket会创建失败。-A program for ping.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-29
    • 文件大小:8872
    • 提供者:
  1. Transport-problem-CPP-Builder-6

    0下载:
  2. The archive contains the program and the source code (Borland C ++ Builder 6) solve the transport problem of the method of potentials. These programs are administered the form (by hand) or a file (sample raw data files are). The program displays a wi
  3. 所属分类:mathematica

    • 发布日期:2017-05-07
    • 文件大小:1521592
    • 提供者:Nanook
  1. gis-SourceCode

    0下载:
  2. 包括了在c#和VB源代码。利用GPS卫星来确定当前位置,原子时间同步电脑时钟,坐标和投影库,本文将教你如何生成自己的地图。-In part one of this series, I described how to write an interpreter for raw GPS NMEA data. Part two described how to monitor and enforce GPS precision data to develop commercial-quality so
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-29
    • 文件大小:43022
    • 提供者:lhc
  1. dbofReadandSend

    0下载:
  2. 该程序功能是从数据库中读取数据并通过TCP/IP协议发送出去,里面涉及到了关于数据库和网络的一些常用操作,非常适合新手学习。该工程是基于QT编写的,但是其本质仍是C++.-This project is about sending raw data sql server by TCP/IP protocol, which contains some basic operations about and Tcp/ip protocol based on QT. It s very suitab
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-30
    • 文件大小:22364
    • 提供者:zen
  1. sudoku

    0下载:
  2. C语言实现数独游戏 略高级的版本 可以实现读入txt原始数据 利用递归的算法计算 并显示结果-C language implementation of sudoku slightly senior version Can achieve read TXT raw data by using recursive algorithm to calculate And display the results
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-14
    • 文件大小:3907
    • 提供者:邢明义
  1. hxqbook10

    0下载:
  2. A. 支持多用户 B. 实现文本数据分页功能(及搜索时分页功能) C. 支持悄悄话 D. 全面支持UBB E. 实时生UBB的心情符转换功能(只要将心情符放在所在的目录下,然后运行生成心情符模块即可) F. 随机头像现示, G. 版主可以修改回复内容-A. B. support multi-user text data to achieve paging function (paging and search function) C. D. whisper support Full suppor
  3. 所属分类:Web Server

    • 发布日期:2017-05-04
    • 文件大小:224676
    • 提供者:yokga
« 1 2 ... 4 5 6 7 8 910 »
搜珍网 www.dssz.com