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

搜索资源列表

  1. CSharpengine

    0下载:
  2. 这是一个AE9.2 和 CSharp 开发的C/s胸痛,完成了AE和SDE的连接运用以及其他常见的用法,具有极高的使用价值。-This is a System ,yes a system that refers to CSharp And Arcgis Engine 9.2 ,with high usage in your work .
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:156874
    • 提供者:Abeniuy
  1. Source

    0下载:
  2. 二十三种设计模式之c++实现,附有源代码,通过深入了解可以更好的理解运用这些设计模式-23 kinds of design patterns to achieve the c++ with source code, through in-depth understanding to better understand the use of these design patterns
  3. 所属分类:source in ebook

    • 发布日期:2017-05-06
    • 文件大小:1040805
    • 提供者:塞塞
  1. BBS

    0下载:
  2. 入二十一世纪,计算机技术迅速向着网络化、集成化方向发展。传统的单机版应用软件正在逐渐退出舞台,取而代之的是支持网络、支持多种数据信息(多媒体)的新一代网络版应用软件,而目前网络版软件中似乎存在着两种不同的趋势,一种是称为客户端——服务器的C/S结构应用系统,这类软件具有结构严谨,运行效率高,服务器端压力小,安全性好等优点,被广泛运用于局域网中。而另一种,也是本毕业设计所采用的,是称为浏览器——服务器的B/S结构应用系统,它的特点是在客户端直接采用了功能强大的浏览器软件作为界面,其优点在于软件开发
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-28
    • 文件大小:39369
    • 提供者:嘉铭
  1. domparse

    0下载:
  2. 运用Xerces C++ 实现XML DOM的基本操作-Use Xerces C++ to achieve the basic operation of XML DOM
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-04-04
    • 文件大小:2111
    • 提供者:karl
  1. STL

    0下载:
  2. 详尽讲解STL的方法以及运用,是C学习阶段加强STL使用的很好资料-Explain in detail the methods and the use of STL is a C to strengthen the learning stages of good information on the use of STL
  3. 所属分类:STL

    • 发布日期:2017-05-23
    • 文件大小:7266034
    • 提供者:aniel
  1. design

    0下载:
  2. 这是一本讲述c#设计模式的书籍,比如三层架构设计模式,并通过一个实例讲述了如何运用这种模式来设计系统-This is on a c# design pattern books, such as three-tier architecture model, and through an example about how to use this model to design the system
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:754492
    • 提供者:gling
  1. clock

    0下载:
  2. 实现模拟时钟界面,主要运用visual C++,可以是全屏或窗口模式。-Analog clock interface, the main use of visual C++, can be full screen or window mode.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-03
    • 文件大小:12442
    • 提供者:枫叶
  1. huisufa01beibao

    0下载:
  2. 算法框架: a.. 问题的解空间:应用回溯法解问题时,首先应明确定义问题的解空间。问题的解空间应到少包含问题的一个(最优)解。 b. 回溯法的基本思想:确定了解空间的组织结构后,回溯法就从开始结点(根结点)出发,以深度优先的方式搜索整个解空间。这个开始结点就成为一个活结点,同时也成为当前的扩展结点。在当前的扩展结点处,搜索向纵深方向移至一个新结点。这个新结点就成为一个新的活结点,并成为当前扩展结点。如果在当前的扩展结点处不能再向纵深方向移动,则当前扩展结点就成为死结点。换句话说,
  3. 所属分类:MPI

    • 发布日期:2017-04-17
    • 文件大小:10097
    • 提供者:木枫
  1. lab5

    0下载:
  2. 1。运用了链表 2。与老师讨论后,该次作业与第二次作业进行了结合, 并与要求有所不同: a.事件发生的顺序因比赛流程而相对有所固定 b.比赛时间记录的不是时间段,而是当地时间(local time) c.时间以及事件名称都不用用户输入,用户只需要选择事件 名称的代表字母-1. The use of a list 2. After discussions with their teachers, the second operation with a co
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:10513
    • 提供者:owen
  1. cpp

    0下载:
  2. (1)掌握面向对象程序设计语言C++的基本语法 (2)掌握C++面向对象设计的思想 (3)掌握VC++6.0与DEV C++ 开发工具的使用 (4)运用标准C++规范设计应用程序 -(1) grasp the object-oriented programming language C++ the basic grammar (2) to master C++ object-oriented design thinking (3) have VC++6.0 with DEV C
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:438906
    • 提供者:雷宇
  1. EasyDraw

    0下载:
  2. asyDraw是一个简单的绘图软件,这个实例会综合运用本章所介绍了Visual C++ 2005的基础知识。EasyDraw拥有以下功能: 1.直线、矩形、椭圆的绘制。 2.可以更改绘制线条的类型、宽度、颜色。-asyDraw is a simple mapping software, the integrated use of the examples in this chapter will be introduced by Visual C++ 2005 the basic kno
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-26
    • 文件大小:61211
    • 提供者:luo gang
  1. sadsdsadsadsadsa

    0下载:
  2. 本程序运用广义模糊神经网络理论采用c++编程,实现了自适应控制-the procedures used fuzzy generalized neural network theory used MATLABL programming, the adaptive control-theory used MATLABL programming, the adaptive control
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:28554
    • 提供者:da
  1. zifupaixu1zhizhen

    0下载:
  2. c语言中运用指针将输入的多组字符串排序后重新输出!-asdhhkewqdqwidhjwnd,hascxmansfdqwdwdasdfqwedqwewqewqe
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:1312
    • 提供者:山林里
  1. hehe

    0下载:
  2. c语言中运用指针将输入的多组字符串按字典排序后输出-hgjdkla djfgliwreowefuhgfjksdsrhkwerhigjhfhkjsdfnvcbhgjfkl
  3. 所属分类:Document

    • 发布日期:2017-04-01
    • 文件大小:1878
    • 提供者:山林里
  1. s

    0下载:
  2. 学生成绩管理系统 课程设计 C++ 运用了创建了一个类 -Student achievement management system for curriculum design C++ application to create a category
  3. 所属分类:Windows Develop

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

    0下载:
  2. c#实现快速排序算法运用静态函数实现sort算法-c# quick sort algorithm to achieve the use of a static function sort algorithms
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:12753
    • 提供者:sunshuai
  1. SelectSort

    0下载:
  2. c#实现选择排序算法运用静态函数实现sort算法-c# to achieve the use of sorting algorithm to choose a static function sort algorithms
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:12419
    • 提供者:sunshuai
  1. 2009623rar

    0下载:
  2. 运用viusal c++使用队列实现多项式的加法和乘法-The use of viusal c++ using the queue to achieve polynomial addition and multiplication
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:894
    • 提供者:adam
  1. 01374402

    0下载:
  2. 这是对于学生成绩管理进行编制的程序,其中包含了对文件的运用,对于学习C语言有很大帮助-This is for the preparation of student achievement management procedures, including the use of paper, for the study of much help in C language
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:127790
    • 提供者:wang
  1. Server

    0下载:
  2. 运用套接字编程实现tcp协议的服务器功能,具体采用c语言来实现-The use of socket programming tcp protocol server function, specific language used to achieve c
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-05
    • 文件大小:2420
    • 提供者:朱新生
« 1 2 ... 43 44 45 46 47 4849 50 »
搜珍网 www.dssz.com