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

搜索资源列表

  1. Learning.Unity.iOS.Game.Development.178439980

  2. Build exciting games with Unity on iOS and publish them on the App Store About This Book Take advantage of Unity 5's new tools to create a fully interactive mobile game Learn how to connect your iTunes developer account and use Unity 5 to communicat
  3. 所属分类:iOS

    • 发布日期:2015-10-28
    • 文件大小:4194304
    • 提供者:ramissue
  1. java POI 3.7

  2. java project create excel or word
  3. 所属分类:Web开发

    • 发布日期:2015-11-05
    • 文件大小:17825792
    • 提供者:mipo_1989
  1. POI 封装操作Excel(导入、导出)

  2. POI 提供API给Java程序对Microsoft Office格式档案读和写的功能,尤其是在操作Excel文档上面。本例采用javabean + 注解的方式,对POI进行了封装,旨在针对不同的Excel文档用同样的方法处理,已到达代码的重复利用。该jar包包含导入 Import 和导出 Export Excel两部分。 (一)导入: /** * 描述: Excel 导入工具类 * * 方法一:excelImport(InputStream, Class) : 将 文件流 转化为 List
  3. 所属分类:Java

    • 发布日期:2015-12-08
    • 文件大小:16384
    • 提供者:andy_longjie
  1. ArcGIS教程:地理处理服务示例(河流网络)(三)

  2. 要使用服务,请启动 ArcMap,然后从之前创建的用户连接添加 StoweHillshade 地图服务。从同一个 GIS 服务器连接,从 StoweStreamNet 地理处理服务打开 Creat Stream Network 任务。对参数最小上游面积(以公顷为单位)赋值并执行任务。请不要添加 Create Stream Network 地图服务因为这是一个结果地图服务。
  3. 所属分类:讲义

    • 发布日期:2015-12-29
    • 文件大小:268288
    • 提供者:u010687924
  1. 打开附件.java

  2. package com.example.administrator.sgsoa.com.example.administrator.sgsoa.utils; import android.content.Context; import android.content.Intent; import android.net.Uri; import android.os.Environment; import android.widget.Toast; import java.io.File; /*
  3. 所属分类:Android

    • 发布日期:2016-05-23
    • 文件大小:3072
    • 提供者:qq_31150855
  1. 用栈实现数据的反序打印《自己建立的哦很好很标准》

  2. 栈的建立与输出 #include using namespace std; #define NULL 0 typedef int elemtype; struct Lnode {elemtype data; Lnode *next; //int num; }; void creat(Lnode *&hl) {Lnode *p,*q; int n; hl=p=new Lnode; cout<>n; cout<<"请输入第一个结点的值:";输出,用数组做
  3. 所属分类:iOS

    • 发布日期:2008-11-21
    • 文件大小:694
    • 提供者:ily100
  1. 算法与数据结构实例

  2. C源码的数据结构示例,是学习数据结构编程很好的材料,大概一百个例子程序,如下所示: //========================================================== // 语法格式: creat(int n) // 实现功能: 创建一个具有n个节点的链表,并对其值进行初始化 // 参数: n: 链表的长度,即节点的个数 // 返回值: 所创建链表的首地址 //================================================
  3. 所属分类:C

    • 发布日期:2016-09-07
    • 文件大小:674816
    • 提供者:duanhehui0928
  1. BIT面向对象上机试题

  2. Creat a problem that opens a text file in English and counts the words number in that file. MOTE:Words are separeted by spaces.
  3. 所属分类:C/C++

    • 发布日期:2017-03-22
    • 文件大小:1024
    • 提供者:qq_36257148
  1. The C Programming language【英文版】.chm

  2. 【经典中的经典】The C Programming language.chm By Brian W. Kernighan and Dennis M. Ritchie. Published by Prentice-Hall in 1988 【Contents】 Preface Preface to the first edition Introduction Chapter 1: A Tutorial Introduction Getting Started Variables and Arit
  3. 所属分类:C

    • 发布日期:2008-11-30
    • 文件大小:254976
    • 提供者:guowkkk
  1. Swift.Data.Structure.and.Algorithms.2016.11.pdf

  2. Apple’s Swift language has expressive features that are familiar to those working with modern functional languages, but also provides backward support for Objective-C and Apple’s legacy frameworks. These features are attracting many new developers t
  3. 所属分类:iOS

    • 发布日期:2017-08-08
    • 文件大小:7340032
    • 提供者:xinconan1992
  1. qt编程速成

  2. Qt速成Qt 是一个1991年由Qt Company开发的跨平台C++图形用户界面应用程序开发框架。它既可以开发GUI程序,也可用于开发非GUI程序,比如控制台工具和服务器。Qt是面向对象的框架,使用特殊的代码生成扩展(称为元对象编译器(Meta Object Compiler, moc))以及一些宏,Qt很容易扩展,并且允许真正地组件编程。2008年,Qt Company科技被诺基亚公司收购,Qt也因此成为诺基亚旗下的编程语言工具。2012年,Qt被Digia收购。2014年4月,跨平台集成
  3. 所属分类:讲义

    • 发布日期:2017-08-31
    • 文件大小:23068672
    • 提供者:qq_40053807
  1. Swift.Data.Structure.and.Algorithms

  2. Apple’s Swift language has expressive features that are familiar to those working with modern functional languages, but also provides backward support for Objective-C and Apple’s legacy frameworks. These features are attracting many new developers t
  3. 所属分类:iOS

    • 发布日期:2017-09-18
    • 文件大小:7340032
    • 提供者:shihan_liu
  1. 操作系统实验二 单处理机的进程调度

  2. 1.进程控制块的数据结构定义如下: pointer=^pcb; pcb=RECORD name:char; status:string; priority:integer;//进程动态优先级 ax:integer; next:pointer; times://进程要求服务时间 END; 2.通过过程creat创建进程,进程控制块的相关数据手动输入(当输满10个或进程名为“0”时结束输入) ...展开收缩
  3. 所属分类:C/C++

    • 发布日期:2017-10-13
    • 文件大小:3072
    • 提供者:qq_37141120
  1. VC++带链表的工资管理系统

  2. 很好的一个带链表的管理系统模板 部分代码: #include #include #include #include #include #include #define null 0 using namespace std; class Listnode { public: Listnode *creat(); //建立资料库 Listnode *search(Listnode *); //查找模块 Listnode *del(Listnode *); //删除模块 Listnode *add(
  3. 所属分类:C++

    • 发布日期:2008-12-07
    • 文件大小:1011712
    • 提供者:wanlitengfei
  1. IOS OCR图片扫描文字识别DEMO

  2. IOS OCR图片扫描文字识别DEMO,迁移工程直接把TesseractOCR文件和tessdata文件复制到工程内,tessdata需要保持和代理类同级目录,并且以Creat forlder references方式引入,工程内需要加入libstbc++6.0.9.tbd,非ORC工程需要加入-f-objc-arc标记。
  3. 所属分类:iOS

    • 发布日期:2017-10-24
    • 文件大小:44040192
    • 提供者:ghl2318560278
  1. objective-c入门傻瓜书

  2. “When the folks at John Wiley & Sons approached me about writing Objective-C Programming For Dummies, I thought long and hard about it. Within 480 pages, I wanted to be sure that I could explain to someone with no programming experience how to actua
  3. 所属分类:iOS

    • 发布日期:2018-01-08
    • 文件大小:12582912
    • 提供者:lao6mao
  1. 源码 source for killing all the semaphore

  2. This is a program is writen when i study program on GUN, it could delete all the exiting semaphore, if you just start to study c programing on linux ,maybe it will be one good example to help you understanding much knowledge ,like : pthread , file c
  3. 所属分类:Linux

    • 发布日期:2008-12-16
    • 文件大小:7168
    • 提供者:rainbowbirds
  1. 基于c++学生管理信息系统

  2. 基于c++学生管理信息系统 #include "stdio.h" #include "alloc.h" typedef struct lnode /*创建数据结点*/ { char value; /*结点值*/ struct lnode * link; /*下一个结点地址*/ } llistnode; llistnode *creat( ) /*“头插法”创建一个单链表并返回头结点地址 */ { llistnode *head , *p; /*定义指针类型*/ char ch; /*定义字符变
  3. 所属分类:C++

    • 发布日期:2008-12-22
    • 文件大小:81920
    • 提供者:shan890318
  1. C 语言版 单向链表

  2. C 语言版 单向链表 #include #include typedef struct student { int num; struct student *next; }st; st *creat() //创建链表 { st *head , *tail , *p; int num = 0; head = tail = p = NULL; printf ( " 请输入您要创建的链表,以回车分隔,输入0结束\n" ); scanf ( "%d" , &num );
  3. 所属分类:C

    • 发布日期:2008-12-22
    • 文件大小:33792
    • 提供者:wwjazz
  1. C 语言版 双向链表

  2. C 语言版 双向链表 #include #include typedef struct list { int date; struct list *llink; struct list *rlink; }st; st *creat () //创建双向链表 { st *head , *p , *q; head = q = p = NULL; int num = 0; printf ( " 请输入您要创建的链表,以回车分隔,输入0结束\n" ); scanf ( "%d" , &num );
  3. 所属分类:C

    • 发布日期:2008-12-22
    • 文件大小:33792
    • 提供者:jjkl0720130019
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 16 17 »