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

搜索资源列表

  1. RESideMenu-master

    0下载:
  2. 仿QQ拖动菜单,适合IOS-#pragma mark- #pragma mark Private methods - (void)presentMenuViewContainerWithMenuViewController:(UIViewController*)menuViewController
  3. 所属分类:MacOS develop

    • 发布日期:2017-05-22
    • 文件大小:6343844
    • 提供者:H
  1. yuv2rgb

    0下载:
  2. 将YUV图片格式转成RGB 包含void YUV420_C_RGB-YUV to RGB
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:556
    • 提供者:youfu
  1. maintidi

    0下载:
  2. extern void diva_mnt_internal_dprintf.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:10503
    • 提供者:yanjia
  1. Declarations-of-ellipse-function_37

    0下载:
  2. Declarations of ellipse function :- void ellipse(int x, int y, int stangle, int endangle, int xradius, int yradius) Ellipse is used to draw an ellipse (x,y) are coordinates of center of the ellipse, stangle is the starting angle, end angle is th
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-26
    • 文件大小:9480
    • 提供者:mojojojo
  1. rtl8723a_rxdesc

    0下载:
  2. void rtl8723a_process_phy_info(struct rtw_adapter padapter, union recv_frame prframe).
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:861
    • 提供者:hiugiemd
  1. sb1250_int

    0下载:
  2. virtual void operator.GetDataAsynchronously.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4460
    • 提供者:yfmjjw
  1. weather_forecast

    0下载:
  2. 天气Widget 包括每天天气和一周天气,当前使用的是 google 的天气接口,由于google不能使用,故此接口作废,留下widget 代码-Weather Widget including weather and weather a week, every day is currently used Google weather interface, because Google cannot use, therefore the interface void, leaving the W
  3. 所属分类:android

    • 发布日期:2017-05-19
    • 文件大小:5405124
    • 提供者:李占林
  1. temporaries

    0下载:
  2. CHECK-LABEL: define linkonce_odr void @_ZN6PR58672g2IiEEvT_.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4197
    • 提供者:zltingvin
  1. tgsi_info

    0下载:
  2. infer the destination type of a TGSI opcode. MOV is special so return VOID.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4401
    • 提供者:baizobp
  1. Backtrace

    0下载:
  2. libunwind - a platform-independent unwind library.Unwind_Backtrace (_Unwind_Trace_Fn trace, void trace_parameter).
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2902
    • 提供者:gengmiufer
  1. nv20_render

    0下载:
  2. nv20_emit_material(struct gl_context ctx, struct nouveau_array a, const void v) .
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1923
    • 提供者:jaxunnd
  1. SkThreadUtils_win

    0下载:
  2. lic: Sk Thread Win Data( Sk Thread::entry Point Proc entry Point, void data) .
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1741
    • 提供者:maisivie
  1. safestack

    0下载:
  2. In C++ we get problems because an explicit cast is needed (void ) we use CHECKED_STACK_OF to ensure the correct type is passed in the macros below. -In C++ we get problems because an explicit cast is needed (void ) we use CHECKED_STACK_OF to ensur
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:17298
    • 提供者:lzqxnan
  1. MathBench

    0下载:
  2. just so the compiler doesn t remove our loops virtual void process(int).
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3035
    • 提供者:kgdbriu
  1. Array

    0下载:
  2. 3.编写程序:定义一个Person类,要求: ①私有成员数据: ●char ID[ 20 ] //身份证号 ●char *name //存放姓名的动态字符数组的起始地址 ●char *address //存放住址的动态字符数组的起始地址 ②公有成员函数: ●Person ( char *n=0, char *na=0, char *ad=0 ) //构造函数 ●Person ( Person &p ) //拷贝构造函数,实现深拷贝 ●~ Person ( ) //
  3. 所属分类:CSharp

    • 发布日期:2017-05-12
    • 文件大小:2981077
    • 提供者:仇一珂
  1. ReadFile_And_WriteFile-Demo(VS2013)

    1下载:
  2. 对上次本人用dev c写的读写文件的程序进行改写,这次是用VS2013写的,将读文件与写文件分别封装成两个独立的函数放到两个独立的文件.cpp(.h)中,便于以后根据自己的需要对函数功能进行相应的扩展。读文件操作制将某一文件的二进制流读出写到一个txt文件中,写文件指将事先写好的数组中的数据一二进制流的形式写成一个新的文件。 两个函数原型: void ReadFile(char* readfilename, char* writefilename) void WriteFile(c
  3. 所属分类:Console

    • 发布日期:2017-05-07
    • 文件大小:1280884
    • 提供者:themostfreeboy
  1. svga_surface

    0下载:
  2. extern void svga_propagate_surface(struct svga_context svga, struct pipe_surface surf) .
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:4879
    • 提供者:cerkwnh
  1. builtins

    0下载:
  2. CHECK-LABEL: define void @test_float_builtins.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3901
    • 提供者:jgkoncing
  1. ckplayer_jb51

    0下载:
  2. ckplayer flv/mp4 播放器-ckplayer flv/mp4 void play
  3. 所属分类:.net

    • 发布日期:2017-04-25
    • 文件大小:337191
    • 提供者:jiangbo
  1. CuPlayerMiniV4

    0下载:
  2. mp4/flv 酷播mini播放器,支持多方面自定义配置- mp4/flv coolbomini void play
  3. 所属分类:.net

    • 发布日期:2017-05-30
    • 文件大小:11846979
    • 提供者:jiangbo
« 1 2 ... 39 40 41 42 43 4445 46 47 48 49 50 »
搜珍网 www.dssz.com