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

搜索资源列表

  1. CustomerFcltStyle

    0下载:
  2. 基于ArcGIS Engine C#实现用户自定义动态电力符号-based on ArcGIS Engine C# User-defined dynamic power symbol
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:23334
    • 提供者:tanhongwu
  1. VBCALLDLL

    0下载:
  2. 在VB中调用动态连接库 作为一种简单易用的Windows开发环境,Visual Basic从一推出就受到了广大编程人员的欢迎。它使 程序员不必再直接面对纷繁复杂的Windows消息,而可以将精力主要集中在程序功能的实现上,大大提高了编程效率。但凡事有利必有弊。VB中高度的封装和模块化减轻了编程者的负担,同时也使开发人员失去了许多访问低层API函数和直接与Windows交互的机会。因此,相比而言,VB应用程序的执行效率和功能比C/C++或Delphi生成的程序要差。为了解决这个问题,在一个大型
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:18066
    • 提供者:陈波
  1. zhinengxianshiping

    0下载:
  2. 实现了智能显示屏的设计。在TC下用C语言编写程序,利用TPC—1实验箱,用一台PC机通过8255A芯片,使8*8 LED二级管上动态显示“信息工程学院”的字样。并且附有详细的设计文档。-an intelligent display design. TC using the C language programming, the use of TPC-1 experimental box with a PC through the 8255 A chip, * 8 of 8 LED tube tw
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:62248
    • 提供者:刘龙
  1. Drawline

    0下载:
  2. 一個用C#動態繪圖的範例,含動態編輯功能。 -A dynamic graphics using C# for example, with dynamic editing features.
  3. 所属分类:software engineering

    • 发布日期:2017-03-27
    • 文件大小:19003
    • 提供者:big stone
  1. c

    1下载:
  2. 本文对指针做了比较全面的介绍。指明了c语言中指针定义时的注意事项;给出了指针的数据类型以及指针在不同运算过程中的实际含义;用实例详细说明了指针对动态数组的实现;并介绍了指针在函数调用时的作用。-This paper has done a more comprehensive indicator of the introduction. Specified in the definition of c language pointer Notes given the data pointer a
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:134142
    • 提供者:wuke
  1. Winform Study

    1下载:
  2. C# winform相关培训资料包括动态链接库及多线程操作-C# winform related training materials, including dynamic link library and multi-threaded operation
  3. 所属分类:软件工程

    • 发布日期:2013-01-31
    • 文件大小:609887
    • 提供者:刘威
  1. 01

    0下载:
  2. this is a c programe for dynamic geometry devolopment ic c to fluent
  3. 所属分类:Project Design

    • 发布日期:2017-04-16
    • 文件大小:263598
    • 提供者:jasin
  1. Programacion.tar

    0下载:
  2. Spanish manual of c++ for physics, include fractal examples and dynamic system programation
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:810861
    • 提供者:jose ramos
  1. VBcVC

    0下载:
  2. VB调用C程序——动态链接库的方法,VB调用C程序——动态链接库的方法.-VB calling C program- dynamic link library method, VB calling C program- dynamic link library approach.
  3. 所属分类:software engineering

    • 发布日期:2017-04-14
    • 文件大小:3710
    • 提供者:ygl
  1. dynamic_tema

    0下载:
  2. ASP.NET makes dynamic themes really easy. No need to envy someone having cool multiple themes, you can have your own instantly! This article gives you step by step instructions on how to make dynamic themes in C#. You can try this code out with the P
  3. 所属分类:Project Design

    • 发布日期:2017-04-25
    • 文件大小:9745
    • 提供者:vagazone
  1. Form1

    0下载:
  2. 该程序运用C#中的GDI+功能的双倍缓存功能实现了一个点的动态显示功能。-The program using C# in the GDI+ functionality implements a double buffer function of the dynamic point of display.
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:815
    • 提供者:赵伟
  1. Objective-C(Chinese)

    0下载:
  2. Objective-C(中文) 設定環境 前言 編譯 hello world 創建 Classes 把它們湊在一起 詳細說明... 多重參數 建構子(Constructors) 存取權限 異常情況(Exceptions)處理 繼承、多型(Inheritance, Polymorphism)以及其他物件導向功能 id 型別 繼承(Inheritance) 動態識別(Dynamic types) 記憶體管理 優點與缺點-Objec
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:35137
    • 提供者:skyge
  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
    • 文件大小:1853
    • 提供者:1111
  1. SystemView

    0下载:
  2. 提出了一种利用SystemView提供的自动c代码生成器开发具有消息反馈功能的复杂通 信仿真系统的实现方案,该方案解决了在单纯的SystemView仿真环境下无法实现闭环仿真的问题,同 时利用该方案实现的仿真系统具有运行速度快、动态性能好等特点。-Put forward a kind of use SystemView provide automatic c code generator development with news of the function of complex f
  3. 所属分类:Project Design

    • 发布日期:2017-04-01
    • 文件大小:331887
    • 提供者:美作
  1. CSharp-and-C-CPPbasic-types-reference

    0下载:
  2. C#与C++的基本类型对照表,对于C#引用C++动态库有很大用处-C# and C++ basic types of table references for C# C++ dynamic libraries are very useful
  3. 所属分类:software engineering

    • 发布日期:2017-11-24
    • 文件大小:1694
    • 提供者:sonicdd
  1. C

    0下载:
  2. 数码管动态显示,属于学习类程序源码,对于初学单片机者有一定帮助-Digital dynamic display, belonging to class learning program source code, for beginners microcontroller will definitely help
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:15194
    • 提供者:王婵
  1. cPP-04-Dynamic-Memory

    0下载:
  2. c++ secure programming memory allocation dynamic memory management
  3. 所属分类:software engineering

    • 发布日期:2017-04-24
    • 文件大小:507349
    • 提供者:goodcook
  1. Data-Structures-and-Algorithm-Analysis-in-C---Mar

    0下载:
  2. provides a concise, complete, and dynamic picture of many important data structures used in modern programming practice, with a focus on issues of performance and efficiency.
  3. 所属分类:software engineering

    • 发布日期:2017-05-11
    • 文件大小:2395996
    • 提供者:Giridhar Vijay
  1. C55

    0下载:
  2. The role of the transmission network in the Power System is to transmit the power generated in the power plants to the load centers and the interconnected power systems. The transmission of electric power has to take place in the most efficient w
  3. 所属分类:系统设计方案

    • 发布日期:2017-12-30
    • 文件大小:1031168
    • 提供者:ashijun
  1. c72e5dd2127eecc688cd6c5d0299e28b3ab1

    0下载:
  2. This paper focuses on the design of a novel control approach. Its contribution to the existing literature is that in the design of an interval type-2 fuzzy neural system, recursive fuzzy c-means clustering algorithm is used and the designed algorithm
  3. 所属分类:软件设计/软件工程

    • 发布日期:2018-04-29
    • 文件大小:475136
    • 提供者:karimano
« 12 3 »
搜珍网 www.dssz.com