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

搜索资源列表

  1. MusicPlayer

    0下载:
  2. 用S60 Touch UI API创建自定义音乐播放器 Contents 1 概述 2 用到哪些API和为什么要用 3 创建音乐播放器核心工具类 3.1 AudioPlayer.h 3.2 AudioPlayer.cpp 4 按钮资源 5 工具条资源 6 触笔弹出菜单资源 7 用S60 Touch UI API实现音乐播放器 7.1 MusicPlayerAppView.h 7.2 MusicPlayerAppVie
  3. 所属分类:Symbian

    • 发布日期:2017-04-01
    • 文件大小:50224
    • 提供者:yang
  1. FFTtest

    1下载:
  2. 1. BCB建立lib,在命令提示字元下執行: implib -a fftw3-3.lib libfftw3-3.dll implib -a fftw3f-3.lib libfftw3f-3.dll implib -a fftw3l-3.lib libfftw3l-3.dll VC則 2.將 *.dll 複製到 c:\windows\system32 3.將fftw*.lib 加入專案
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1511209
    • 提供者:chin
  1. zlib-1.2.3

    0下载:
  2. Zlib压缩算法,可在BCB下和VC下使用,附dll工程,直接用VC可编译成dll,可在其它开发环境下使用-Zlib compression algorithm can be under BCB and VC to use, with a dll project, the direct use of VC can be compiled into a dll, can be used in other development environments
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-24
    • 文件大小:566703
    • 提供者:daily
  1. proj1

    0下载:
  2. 在Windows系统中,安装GLUT库:打开glut-3.7.6-bin.zip,取出glut.h,glut32.lib,glut32.dll,分别放置。 使用Visual Studio C++编译已有项目工程,并修改代码生成以下图形: 在此基础上,修改各顶点颜色,使得每个顶点颜色不一样,多边形内部颜色渐变。 操作方法和实验步骤: 1.使用GL_POLYGON模式绘制白色的多边形,由于所绘多边形为凹多边形,故从最左上角的点开始绘制,以防得到不可预测的图形。注意求得各凹角(refl
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-26
    • 文件大小:5767
    • 提供者:小痴狗子
  1. ds18b20

    0下载:
  2. #include<reg51.h> #include<absacc.h> #include<stdio.h> #include<math.h> #define uchar unsigned char #define uint unsigned int sbit P00=P0^0 sbit P01=P0^1 sbit P02=P0^2 sbit P03=P0^3 sbit P04=P0^4 sbi
  3. 所属分类:Windows Develop

    • 发布日期:2016-01-26
    • 文件大小:1647
    • 提供者:Tnavy
  1. 24c256_Diver

    1下载:
  2. #include <reg52.h> #include <intrins.h> #define ERROR 10 //允许出错次数 sbit SDA=P3^3 sbit SCL=P3^4 sbit LED=P1^7 enum eepromtype {AT2401,AT2402,AT2404,AT2408,AT2416,AT2432,AT2464,AT24128,AT24256} enum eepromtype enumer u
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:2759
    • 提供者:Tnavy
  1. open-jtag

    0下载:
  2. 1. Please install GiveIO first. To install GiveIO, please read readme in directory GiveIO. 2. Jtag is the main directory which includes the sources code of ARM7TDMI. Please use VC++6.0 to open it. This program suports both WIGGLER and SDT
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-26
    • 文件大小:278006
    • 提供者:史蒙克
  1. 57578837GreenBrowser

    0下载:
  2. Green Browser Source Code for GreenBrowser 3.7
  3. 所属分类:ISAPI-IE

    • 发布日期:2017-04-10
    • 文件大小:1415667
    • 提供者:Michael Hardy
  1. Ffmpeg H264 Decoder Lib

    3下载:
  2. 本解码库以ffmpeg为参考模型,针对不同档次的H.264码流进行了修正,解码核心部分进行了相应的MMX优化。 整个解码过程分3个步骤进行,只需要按顺序调用头文件里描述的初始化、处理、释放这三个函数即可。 解码得到的图像数据为YUV,该工程将YUV转换为RGB,直接显示,省去了解码后,还需要借助YUVViewer等工具打开YUV文件的步骤,更加的方便快捷。 支持各个档次的H.264码流解码,将H.264码流放在H264Test目录下即可。 编译平台:VC6.0,VC200
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2013-03-06
    • 文件大小:6300236
    • 提供者:致胜织梦
  1. 6

    0下载:
  2. #include <mega8.h> #include <stdio.h> #include <delay.h> #define TG PORTB.1 #define RF_Rx PIND.2 #define Busy PIND.3 #define Mess1 PORTB.0 #define Mess2 PORTD.7 #define Mess3 PORTD.6 #define Mess4 PORTD.5 #
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:1878
    • 提供者:Mohammad_zamani
  1. CTrayIconDemo

    0下载:
  2. MFC写的CTrayIcon托盘类源码 1. 把TrayIcon.cpp和TrayIcon.cpp拷贝到你的项目目录,并添加到项目中 2. 在CTrayIconDemoDlg.h中加入#include "TrayIcon.h" 3. 添加成员变量CTrayIcon m_TrayIcon 4. 建立菜单资源,使其ID为:IDR_TRAY_MENU 5.声明消息处声明消息处理函数:-CTrayIcon
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-02
    • 文件大小:38681
    • 提供者:海风
  1. 55593366clking_src

    0下载:
  2. 一、3.0版本的新功能 2 二、已经完成和未完成的工作 3 三、程序的体系结构 5 四、开发中使用第三方库的说明 8 五、一般的常见问题 10 六、涉及到的代理服务器编程 13 七、公式平台的开发 18 八、指标的读取和指标的结构 20 -alantop.5166.info
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-21
    • 文件大小:6180513
    • 提供者:邵国君
  1. ALGO2-3

    0下载:
  2. Algo2-3.c C program for implementing Algorithm 2.3 Algorithm translated to C by: Dr. Norman Fahrer IBM and Macintosh verification by: Daniel Mathews NUMERICAL METHODS: C Programs, (c) John H. Mathews 1995 To accompany the text: NUM
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1696
    • 提供者:virumpa
  1. Babylon.v6.0.3.4.Pro

    0下载:
  2. phan mem hay lam hâ -phan mem hay lam hâ hheheheh
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-31
    • 文件大小:13564727
    • 提供者:tien
  1. h

    0下载:
  2. 三马赛跑,模拟三马赛跑的源代码,可以控制马匹的速度。-3 horse race, horse racing simulation 3 the source code, you can control the horses speed.
  3. 所属分类:Game Program

    • 发布日期:2017-04-02
    • 文件大小:34876
    • 提供者:刘靖
  1. file-3.33.tar

    0下载:
  2. Fairly straightforward port. Only a few changes: 1. Changed man1 to man.1, etc in Makefile to conform to SCO convention. 2. Added -Dsco to Makefile for following checks: a. We don t want stdio.h in file.h b. We do want stdio.h in inte
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-25
    • 文件大小:151766
    • 提供者:lwj
  1. file-3.22-src.tar

    0下载:
  2. Fairly straightforward port. Only a few changes: 1. Changed man1 to man.1, etc in Makefile to conform to SCO convention. 2. Added -Dsco to Makefile for following checks: a. We don t want stdio.h in file.h b. We do want stdio.h in inte
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:76328
    • 提供者:lwj
  1. fileutils-3.15.tar

    0下载:
  2. Fairly straightforward port. Only a few changes: 1. Changed man1 to man.1, etc in Makefile to conform to SCO convention. 2. Added -Dsco to Makefile for following checks: a. We don t want stdio.h in file.h b. We do want stdio.h in inte
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-25
    • 文件大小:843103
    • 提供者:lwj
  1. dnw0.50A

    0下载:
  2. 基于DNW5.0 添加如下功能: 1, 已经download文件路径自动保存 2, 增加可选择的usb download地址列表 3, 动态调整COM口配置 4, 退出时, 自动保存当前设置 5, 可保存已打印的信息-Based on DNW5.0 add the following functions: 1, has saved automatically download the file path 2, increasing alternative usb downlo
  3. 所属分类:Communication

    • 发布日期:2017-05-13
    • 文件大小:3360822
    • 提供者:Leman
  1. testXP

    0下载:
  2. 全部API,自绘图形而成! 编译方法: 1)加入XPLIB.lib库 2)加入CLASSXP.H 3)在菜单中Project\Settings\C/C++-Precompiled headers 选No using......项目。(否则不能编译通过)-All API, since the drawing shape made! Compile Method: 1) by adding XPLIB.lib Library 2) by adding CLASSXP.H 3) i
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:118737
    • 提供者:haoren45
« 1 2 3 4 5 67 8 9 10 11 ... 49 »
搜珍网 www.dssz.com