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

搜索资源列表

  1. mianxiangduixiang

    1下载:
  2. 面向对象的c++编程!其中有大量的程序代码!!!计算器、电话簿、学生数据管理-C++ object-oriented programming! In which a large number of code! ! ! Calculator, phone book, student data management! ! !
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:9036
    • 提供者:zhangge
  1. MFC-APPLICATION

    1下载:
  2. 该书对MFC应用程序基本架构的每一个技术环节的深入探计,其中牵扯到MFC本身的设计原理、物件导向观念,以及C++语言的高级议题。适合深入学习者用。-Book on the MFC application, the basic structure of a technical aspect of each in-depth exploration into account, which involves the MFC' s own design principles, object-ori
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-10
    • 文件大小:17862337
    • 提供者:陈龙
  1. HotelRoomManagementSystem

    0下载:
  2. 宾馆客房管理系统是一个由宾馆工作人员、计算机及数据库组成的对宾馆信息管理的系统。即对相关的信息进行收集、整理、使用和维护的过程。从1946年第一台计算机诞生至此,随着科学技术日新月异的发展,计算机技术也日渐成熟,其强大的功能已被人们深刻认识,并在社会各个领域里发挥着越来越重要的作用。人们将大量工作交给计算机处理,将海量的数据信息存储在数据库里,从而大幅度提高了工作效率,也方便了数据信息的统计。宾馆管理项目众多、信息量繁杂,要降低管理成本,提高宾馆管理的水平,增进经济利润,则必然要借助于计算机进行
  3. 所属分类:SQL Server

    • 发布日期:2017-04-09
    • 文件大小:345512
    • 提供者:李晓乐
  1. adocppobj

    0下载:
  2. Ado 实现C++对象的存取,利用了串行化来实现c++对象保存到数据库,对程序所用方法稍做扩展可将甚至多个图象文件保存到数据库和文件。该方法的实质是使用内存文件 + 序列化保存C++对象,然后把内存文件以BLOB(二进制数据)方式存入数据库。ADO只是访问数据库的方式,也可以使用ODBC等。 -Ado to achieve C++ object access, use of serialization to implement c++ object saved to the database,
  3. 所属分类:Database system

    • 发布日期:2017-03-29
    • 文件大小:60404
    • 提供者:351
  1. Qt

    0下载:
  2. Qt是一个多平台的C++图形用户界面应用程序框架。它提供给应用程序开发者建立艺术级的图形用户界面所需的所用功能。Qt是完全面向对象的很容易扩展,并且允许真正地组件编程。 自从1996年早些时候,Qt进入商业领域,它已经成为全世界范围内数千种成功的应用程序的基础。Qt也是流行的Linux桌面环境KDE 的基础,KDE是所有主要的Linux发行版的一个标准组件。 -Qt is a multi-platform C++ graphical user interface application f
  3. 所属分类:Graph program

    • 发布日期:2017-05-23
    • 文件大小:7501690
    • 提供者:lw
  1. oopc

    0下载:
  2. 使用C语言的宏实现的面对对象编程,很有意思,文档齐全-Using the C language macros implemented object-oriented programming, is very interesting, the document is complete
  3. 所属分类:Other systems

    • 发布日期:2017-05-08
    • 文件大小:1877411
    • 提供者:regoon
  1. ACADOtoolkit-1.0beta.tar

    0下载:
  2. C++语言的最优控制软件,C++语言开发,非常好用-ACADO Toolkit- An Open-Source Framework for Automatic Control and Dynamic Optimization ACADO Toolkit is a software environment and algorithm collection for automatic control and dynamic optimization. It provides a gene
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1668951
    • 提供者:tongkewei
  1. sourse7

    0下载:
  2. 基于c++ 的opengl场景,有物体 灯光-C++ based on the opengl scene, there is an object light
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-09
    • 文件大小:657666
    • 提供者:chenchen
  1. avi2mpg1

    0下载:
  2. avi2转mpg源码 The source code was compiled using MicroSoft Visual C++ 5.0-The source code was compiled using MicroSoft Visual C++ 5.0, to recompile, create a new project of the type "Win32 Console Appplication". Add all the .c and .h
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:146377
    • 提供者:geng
  1. WCPierce

    0下载:
  2. This the second article in a three article series examining a custom ASP.NET server control I developed to make using the Google Maps API easier for .NET developers. This article assumes you have read Part 1 and are familiar with the Google Maps API.
  3. 所属分类:.net

    • 发布日期:2017-04-04
    • 文件大小:183347
    • 提供者:Duong Duc Vinh
  1. Csharp

    0下载:
  2. 有助于学校C#以及.net平台 , 内容包括面向对象的思想,以及深入了解C# 的内部技术-C#, as well as contribute to the school. Net platform, which includes an object-oriented thinking, as well as in-depth understanding of C# in-house technical
  3. 所属分类:CSharp

    • 发布日期:2017-05-06
    • 文件大小:1253857
    • 提供者:万俊
  1. 4-in-a-row

    0下载:
  2. 面向对象的四子棋小游戏 提供双人或人机对战 计算机采用随机动作 初学C++及面向对象者练手值得参考-Four in a Row is a famous chess game. This code offers double and single modes. Computer can generate random move. Perfect for beginners in C++ and Object-oriented Programming.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:317957
    • 提供者:Liu,Chenxi
  1. ELF_Format

    0下载:
  2. ELF (Executable and Linkable Format) file format. This document is intended for developers who are creating object or executable files on various 32-bit environment operating systems. It is divided into the following three parts: Part 1, "Obje
  3. 所属分类:File Formats

    • 发布日期:2017-03-24
    • 文件大小:119919
    • 提供者:ZorroAlko
  1. vcDEMO

    0下载:
  2. 已知函数y=x*sin(10*Pi*x)+2.0。利用人工智能中的遗传算法(GA),计算y在区间(0,2)上的极大值。对于想学习GA的网友们来说,是个很好的Demo。而且对于基因类,已经按照面向对象的思想进行了封装,稍微修改参数就可以用在实际项目中。 实现环境:Visual C++ 6.0. -Known function y = x* sin (10* Pi* x)+2.0. The use of artificial intelligence in the genetic algorit
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:46773
    • 提供者:zsy
  1. Tan-hao-qiang-Cplusplus

    0下载:
  2. 《谭浩强C++面向对象程序设计题解与上机指导》书上所有例程的源代码-" TAN Hao Strong C++ object-oriented programming to a problem with the previous machine guidance" the book' s source code for all routines
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:110659
    • 提供者:杜飞
  1. studentclass

    0下载:
  2. 《面向对象的c++程序设计》中用c++实现学生类,可以直接再vc++中调试-" Object-oriented programming c++" using c++ implementation classes of students can be directly re-vc++ debug
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:993
    • 提供者:叶杨
  1. pom

    0下载:
  2. C Implementation of Probabilistic Occupancy Map, which can be used for object tracking with multiple views
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:149533
    • 提供者:wuzheng1127
  1. u++-5.5.0.tar

    0下载:
  2. uC++ Translator and Concurrency Runtime System. The u++ command compiles uC++ and C++ source files and links C++ object files named on the command line. The u++ command introduces a translator pass over the specified source files after
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:545020
    • 提供者:hlide
  1. CsharpDesignPatten

    0下载:
  2. 这本书主要是讲C#的Windows编程相关技术知识,全书分为四个部分来介绍C#应用程序设计的模式。首先介绍了C#的面向对象编程,然后详细介绍了创建型模式、结构型模式以及行为型模式。四部分的每一章节都提供有UML图,以帮助阅读者加深理解,这本书对C#开发人员是一本很好的参考书,如果你对C#编程有一些了解,这本书将更适合你阅读。-This book is mainly talk about C#, Windows programming-related technical knowledge, th
  3. 所属分类:software engineering

    • 发布日期:2017-05-19
    • 文件大小:5259043
    • 提供者:raymond
  1. CProject

    0下载:
  2. 用C实现面向对象,非常经典的源代码,值得大家查阅-C implementation using object-oriented, very classic source code, it is worth to refer to
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:155578
    • 提供者:ww
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com