CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - c while

搜索资源列表

  1. Wrox.Beginning.Algorithms.Nov.2005.eBook-LinG

    0下载:
  2. Developers use algorithms and data structures every day of their working lives. Having a good under-standing of these algorithms and knowledge of when to apply them is essential to producing softwarethat not only works correctly, but also performs ef
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:3.56mb
    • 提供者:lorainve
  1. CLangue

    0下载:
  2. 数值计算方法在C语言中的应用 介绍了数值计算方法与计算机程序语言相结合的重要性,在给出牛顿迭代公式之后,阐述了牛顿迭代法在do-while循环中的应用,然后通过实例基于曲线梯形面积求解方法,论述了矩形法和梯形法在for循环中的应用.最后指出:用正确的数值计算方法编写高效的计算机程序解决复杂的实际问题应成为当代理工科大学生必备的基础与技能-numerical calculation method in the C language to the application of numerical
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:156.05kb
    • 提供者:liming
  1. Inside_theC++_Object_Model

    0下载:
  2. Inside the C++ Object Model Inside the C++ Object Model focuses on the underlying mechanisms that support object-oriented programming within C++: constructor semantics, temporary generation, support for encapsulation, inheritance, and "the virtuals
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:653.26kb
    • 提供者:何山
  1. high_efficiency_ut

    0下载:
  2. 《以最高效率推进单元测试》目标设定为不影响研发进度,同时实施基础的C/C++覆盖率测试。-" To promote the most efficient unit test" target set does not affect the progress of research and development, while the implementation of the basis of C/C++ test coverage.
  3. 所属分类:Software Testing

    • 发布日期:2017-04-01
    • 文件大小:211.69kb
    • 提供者:wayne
  1. lyapunov2

    0下载:
  2. Sample software that implements this procedure while searching for chaotic solutions in general 2-D quadratic maps is available in (DOS) BASIC source and executable code. Sample software that calculates the Lyapunov exponent (-0.5 to 0.5) for the Hén
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:4.49kb
    • 提供者:chaos
  1. LABVIEW

    0下载:
  2. ,LabVIEW 作为国际上首推的编译型图形化编程语言,已经得到广泛地应用。本文正是阐述了在虚拟仪器LabVIEW 平台 上使用TCP/IP 协议进行远程视频监控的工作方法,即利用平台为用户提供的强大网络通信功能和现场无线网络等条件,并结合客户机/ 服务器(C/S)运行原理机制,实现了不同PC 机间的一对一、多对一及一对多的远程视频监控,同时具有视频图像的保存和缩放功能。-, LabVIEW on the devaluation of the compilation as an inte
  3. 所属分类:Software Testing

    • 发布日期:2017-04-09
    • 文件大小:1.07mb
    • 提供者:陈全
  1. 111

    0下载:
  2. 最长公共子序列求解 一个给定序列的子序列是在该序列中删去若干元素后得到的序列。给定两个序列X和Y,当另一序列Z既是X的子序列又是Y的子序列时,称Z是序列X和Y的公共子序列。最长公共子序列就是求给定两个序列的一个最长公共子序列。动态规划可以有效的解决此问题。由最长公共子序列问题的子序列的最优子结构性质,可以建立子问题最优的递归关系。用c[i][j]记录序列Xi和Yi的最长公共子序列的长度-Solving the longest common subsequence for a given se
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:1.81kb
    • 提供者:1111
  1. perpetual-calendar

    0下载:
  2. 自己编写的简单C++万年历程序,里面包含三个程序,另外该程序还可以判断某一年是否为闰年。- have written a simple C++ calendar program, which includes three programs, while the program can determine whether a particular year a leap year.
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:12.4kb
    • 提供者:马珂
  1. Solve_erro2199873162011

    0下载:
  2. Your project can’t find some library files (.lib) Open project properties (Project > Properties[Alt + F7]) Navigate to: Configuration Properties > Linker > General Add additional library Directories. These are the director
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:319.74kb
    • 提供者:Sp3LL
  1. TeeChart

    0下载:
  2. TeeChart Pro VCL/CLX是支持Windows(Delphi、C++Builder、.NET)和Linux(Kylix/CLX)系统平台的图表制作组件群,TeeChart Pro ActiveX 不仅适用于前者,而且也能满足Visual Studio C++、Visual Studio.NET 和ASP等系统平台的需要。本书在介绍TeeChart基本功能的基础上,比较全面地讲述TeeChart序列、函数以及维护方法,图表组件群中的各组件功能与应用,各种图表工具的功能和使用技术,图表
  3. 所属分类:software engineering

    • 发布日期:2017-05-27
    • 文件大小:9.96mb
    • 提供者:liushiyi
  1. 001

    0下载:
  2. 用c语言详解的关于操作系统中得多道系统中多进程并发执行,为了提高系统性能解决进程死锁问题,进程的优先级是动态变化的。正在执行的进程优先级会随时间降低,而挂起的进程或等待的进程的优先级会逐渐升高,这样就解决了操作系统中一个地优先级程序长期占据cpu,而高优先级进程却迟迟不能得到处理。 -Concurrent execution on multi-process operating system in much the system using c language Detailed, in o
  3. 所属分类:software engineering

    • 发布日期:2017-04-14
    • 文件大小:4.39kb
    • 提供者:刘xx
  1. SourcePInsight

    0下载:
  2. Source Insight是一个面向项目开发的程序编辑器和代码浏览器,它拥有内置的对C/C++, C#和Java等程序的分析。Source Insight能分析你的源代码并在你工作的同时动态维护它自己的符号数据库,并自动为你显示有用的上下文信息。 Source Insight不仅仅是一个强大的程序编辑器,它还能显示reference trees,class inheritance diagrams和call trees。Source Insight提供了最快速的对源代码的导航和任何程序编辑器的
  3. 所属分类:software engineering

    • 发布日期:2017-05-04
    • 文件大小:1.06mb
    • 提供者:
  1. DSP

    0下载:
  2. DSP综合设计实验——用定时器实现数字振荡器,本实验除了学习数字振荡器的 DSP 实现原理外,同时还学习 C54X定时器使用以及中断服务程序编写。另外,在本实验中我们将使用汇编语言和 C 语言分别完成源程序的编写。-DSP design experiments- digital timer oscillator, the experiment in addition to DSP realization of the principle of learning digital oscillato
  3. 所属分类:Project Design

    • 发布日期:2017-11-11
    • 文件大小:504.7kb
    • 提供者:史倩
  1. Source

    0下载:
  2. Source Insight是一个面向项目开发的程序编辑器和代码浏览器,它拥有内置的对C/C++, C#和Java等程序的分析。Source Insight能分析你的源代码并在你工作的同时动态维护它自己的符号数据库,并自动为你显示有用的上下文信息。-Source Insight is a project-oriented development program editor and code browser, it has built on C/C++, C# and Java programs
  3. 所属分类:software engineering

    • 发布日期:2017-11-19
    • 文件大小:196.68kb
    • 提供者:babay
  1. Introduction-to-Visual-Studio-and-CSharp

    0下载:
  2. In this Tutorial we will use Visual Studio 2010 and C# 4.0. C# is the programming language, while Visual Studio is the development environment. 1.1 Visual Studio Microsoft Visual Studio is an integrated development environment (IDE) from Micro
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:1.74mb
    • 提供者:gb asf
  1. ANE

    0下载:
  2. Adobe Air是利用Adobe公司的Flash技术开发的媒体播放平台。而Native Extension就是让AIR可以调用各个平台上的本地代码(native code, 如ios上的object-c,android上的java,desktop上的c++,ca#等),从而完成对AIR中Actionscr ipt API的自定义扩展。即可以让开发者通过编写基于平台的本地代码扩展Actionscr ipt。从而完成一些原有Actionscr ipt无法完成的功能。-Adobe Air is de
  3. 所属分类:software engineering

    • 发布日期:2017-03-27
    • 文件大小:73.1kb
    • 提供者:jason
  1. CSharp-CSharp

    0下载:
  2. C#抓包工具实现源代码(转)2009-11-09 用wireshark的命令行模式和windump抓包有时候很难满足抓包的需求,比如我们在一台http服务器上抓http的某个头是指定值的包及iis给其的响应,而其它的包都不要,用现有工具好像就不好实现了,winddump的规则也顶多指定协议、端口之类,具体包的内容过滤上好像就束手无策了,于是想自己做一个,找了一些wincap开发的资料,貌似c#相关的资料不多,找到一个却不能调试,于是又找了一篇讲c#监控网络流量的文章,改造了一下,做了一个命令行抓
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:4.65kb
    • 提供者:cao
  1. CPP--classical-primer1

    0下载:
  2. C + + programmers to circle the word in the Chinese mainland usually be read as "C Gaga," while the West programmers usually pronounced "C plus plus", "CPP". It is a very widely used computer programming language. C + + is a static data type checking
  3. 所属分类:software engineering

    • 发布日期:2017-04-14
    • 文件大小:3.33kb
    • 提供者:haiyan
  1. CPP-classical-primer2

    0下载:
  2. C++这个词在中国大陆的程序员圈子中通常被读做“C加加”,而西方的程序员通常读做“C plus plus”,“CPP”。 它是一种使用非常广泛的计算机编程语言。C++是一种静态数据类型检查的、支持多重编程范式的通用程序设计语言。它支持过程化程序设计、数据抽象、面向对象程序设计、泛型程序设计等多种程序设计风格。-C++ programmers to circle the word in the Chinese mainland usually be read as "C Gaga," while
  3. 所属分类:software engineering

    • 发布日期:2017-04-14
    • 文件大小:3.45kb
    • 提供者:haiyan
  1. 0321531345

    0下载:
  2. Now featuring new Video Notes the Seventh Edition of Problem Solving with C++ continues to be the most widely used textbook by students and instructors in the introduction to programming and C++ language course. Through each edition, hundreds and tho
  3. 所属分类:software engineering

    • 发布日期:2017-05-22
    • 文件大小:6.14mb
    • 提供者:
« 12 »
搜珍网 www.dssz.com