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

搜索资源列表

  1. codecomplete

    0下载:
  2. 本书从软件质量和编程思想等方面论述了软件构造问题,并详细论述了紧跟潮流的新技术、 高屋建瓴的观点、通用的概念,井含有丰富而典型的程序示例。本书中所论述的技术不仅填补 了初级与高级编程技术之间的空白,而且也为程序员们提供了一个有关编程技巧信息来源。-This book from the software quality and programming ideas, such as aspects of software structure and detail in keeping wit
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-05-19
    • 文件大小:5620960
    • 提供者:wyj
  1. C_C++_program

    0下载:
  2. C++程序员实用大全,包含各章节中例子的程序序,练习时可以参考,理解其编程思想。-C++ Utility Daquan programmers, including examples of various sections of the process sequence, practice can refer to and understand their programming ideas.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:666007
    • 提供者:
  1. Delphiobject-ientedprogrammingideasattachedtothebo

    0下载:
  2. Delphi面向对象编程思想附书源码 好用哦!-Delphi object-oriented programming ideas attached to the book-to-use source Oh!
  3. 所属分类:Delphi VCL

    • 发布日期:2017-06-16
    • 文件大小:24328791
    • 提供者:孤独剑
  1. C++

    0下载:
  2. tinking in c++电子版图书,第3版pdf格式,培养你的编程思想-tinking in c++ electronic version of books, 3rd edition pdf format, cultivate your programming ideas
  3. 所属分类:Editor

    • 发布日期:2017-05-28
    • 文件大小:11246540
    • 提供者:葛秘蕾
  1. FindFile

    0下载:
  2. 实现“查找指定目录下所有文件”功能的程序代码。其采用了递归编程思想,简单实用,可在此基础上从事其他文件管理开发。-The realization of the Find all files under specified directory feature of program code. Its use of recursive programming ideas, simple and practical, may be on this basis to engage in other
  3. 所属分类:Disk Tools

    • 发布日期:2017-03-23
    • 文件大小:10949
    • 提供者:杜杰
  1. TICPP-2nd-ed-Vol-one-code

    0下载:
  2. C++编程思想(英文版)一书中的实例源程序-C++ Programming ideas (in English) a book of examples of source code
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:248901
    • 提供者:赵宾
  1. C++

    0下载:
  2. C++编程思想,比较好的学习书籍,学习者的理想书籍-C++ Programming ideas, a better learning books, ideal for learners books
  3. 所属分类:Other systems

    • 发布日期:2017-06-02
    • 文件大小:14495725
    • 提供者:wang
  1. jisuanqi

    0下载:
  2. 系统地学习面向对象编程思想,了解MFC架构,逐步熟悉可视化编程环境Visual C++,并在此环境下设计并实现一个简单计算器系统,该计算器应能实现如下功能: 1、二进制、八进制、十进制及十六进制数的加、减、乘、除、乘方、取模等简单计算 2、科学计算函数,包括(反)正弦、(反)余弦、(反)正切、(反)余切、开方、指数等函数运算 3、以角度、弧度两种方式实现上述部分函数 -Systematic study of object-oriented programming ideas, u
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:58216
    • 提供者:Dante
  1. C++Programmingideas

    0下载:
  2. 是权威专家总结的C++的编程思想。对我们学习C和C++都很有帮助。-Is a summary of authoritative experts C++ Programming ideas. For us to learn C and C++ Are helpful.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-18
    • 文件大小:4866306
    • 提供者:lei
  1. verilog+

    0下载:
  2. verilog大量实例,深入浅出的给你介绍具体编程思想-Verilog examples and simple to introduce you to the specific programming ideas
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-25
    • 文件大小:159621
    • 提供者:zxd
  1. jisuanqi

    1下载:
  2. VC++课程设计(GDUT) 计算器 (内含实验报告) 1.设计任务 系统地学习面向对象编程思想,了解MFC架构,逐步熟悉可视化编程环境Visual C++,并在此环境下设计并实现一个简单计算器系统,该计算器应能实现如下功能: 1)、二进制、八进制、十进制及十六进制数的加、减、乘、除、乘方、取模等简单计算 2)、科学计算函数,包括(反)正弦、(反)余弦、(反)正切、(反)余切、开方、指数等函数运算 3)、以角度、弧度两种方式实现上述部分函数 4)、具备历史计算的记忆功
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-17
    • 文件大小:4641091
    • 提供者:caicai
  1. MyClock

    0下载:
  2. 用C#语言和面向对象编程思想,开发的一个时钟仿真程序-This is a Windows Apllication Program,Under the Visual stdio 2005
  3. 所属分类:CSharp

    • 发布日期:2017-04-28
    • 文件大小:27485
    • 提供者: wangmingfu
  1. SMailer

    0下载:
  2. 邮件发送原理的实现,用C++编写,良好地封装类,完全突出面向对象的编程思想-Realize the principle of e-mail, using C++ to prepare, good to package type, fully object-oriented programming to highlight the ideological
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-28
    • 文件大小:95854
    • 提供者:
  1. SlidingModeControl

    2下载:
  2. 滑模控制的经典算例程序,可以帮助初学者快速掌握滑模控制的编程思想-Sliding mode control procedures for the classic examples that can help beginners master the sliding mode control Express programming thought
  3. 所属分类:source in ebook

    • 发布日期:2015-06-10
    • 文件大小:16604
    • 提供者:william
  1. C

    0下载:
  2. C++编程思想,很好学,好用,好记!值得下载-thinking in C++ a good book for new users! enjoy it!!
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-17
    • 文件大小:4334057
    • 提供者:alton
  1. Market

    0下载:
  2. 程序体现面向对象的编程思想;. 要求能够灵活添加新物品,并向用户提供多次购买一次性结帐的功能 并加入的数据库功能-Procedures reflect the idea of object-oriented programming . Request to add new items can flexibly provide users with numerous one-time purchase of the functional checkout And to add data
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:986020
    • 提供者:张米
  1. Question1

    0下载:
  2. java扫雷小程序 很简单只适合初学者用于了解java编程思想-java miniminesweeper
  3. 所属分类:Games

    • 发布日期:2017-04-04
    • 文件大小:27012
    • 提供者:wy
  1. OpenUrl

    0下载:
  2. open url 是一个小程序,用来连接网络,其中的网络编程思想,希望对大家有用-open url is a little program 。It is used to connecte to Internet 。 mey be it is useful for you。
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:37211
    • 提供者:liuguoqing
  1. ThinkingInembedded

    0下载:
  2. 嵌入式编程思想,是嵌入式软件编程的一些经验的总结,对提高我们的实力有所帮助。对这方面感兴趣的朋友可以下来看看。-Idea of embedded programming, embedded software programming are some of our experience, and improve the strength of our help. Interested friends can see them.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-05-31
    • 文件大小:12822749
    • 提供者:路陪客
  1. C1

    0下载:
  2. 详细介绍fortran编程思想。用实例说明编程方法。-Detailed introduction fortran programming idea. Example of programming methods.
  3. 所属分类:CSharp

    • 发布日期:2017-04-15
    • 文件大小:7525
    • 提供者:熊军
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 47 »
搜珍网 www.dssz.com