CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - Win32程序

搜索资源列表

  1. fibnum.zip

    0下载:
  2. 这个程序是一个Win32程序,计算Fibonacci斐波纳契数列(一种整数数列, 其中每数等于前面两数之和)。其定义是f(1) = 1,f(2) = 2,并且当n>2时, f(n) = f(n-1) + f(n-2)。源代码种给出了三种计算方法。第一种方法用递归,第二种方法用大数组,第三种方法用小数组。此外,这个程序还具备多线程特性,所以在运算时可以做其它操作。代码用到了以前创建的Win32类。测试为发现bug和内存溢出。
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:67.88kb
    • 提供者:
  1. win32下pascal词法分析程序的源程序

    0下载:
  2. 这是一个用来编译pascal的一个小程序有些还不行但也发了-This is a compiler for a small pascal procedures it is not enough for some but also made a
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:36.19kb
    • 提供者:张事实
  1. HuaRD

    1下载:
  2. Win32下的华容道游戏程序,含源代码和设计文档。 用户可以走棋,也可任意走棋状态自动求解,用广度搜索实现,判重使用平衡二叉树,欢迎交流-under Win32 Puzzle procedures, including the source code and design documents. Users can take advantage of chess, chess can take arbitrary automatic state solution with breadth se
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.23mb
    • 提供者:enderlw
  1. Win32Maze

    0下载:
  2. Win32下立体迷宫程序,含自动求解,可求迷宫最短路径和所有路径,分别用广度优先搜索和深度优先搜索两种方法实现,欢迎讨论。-Win32 three-dimensional maze procedure, including automatic solution Stepping maze shortest path and all trails. priorities were used to search breadth and depth-first search in two ways,
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:24.33kb
    • 提供者:enderlw
  1. USB

    0下载:
  2. 这是一个应用USB2.0开发的Win32程序,它提供了win32应用程序的USB2.0开发的全过程
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:40.89kb
    • 提供者:刘世杰
  1. Genetic-algorithm

    0下载:
  2. Visual C++实现的基因遗传算法库源代码以演示程序Free Source Code for Genetic algorithm 2008年05月21日 C++, Windows, Win32, Visual Studio, MFC, STL, Arch, Dev, Design 基因遗传算法都是针对概率的,所以因为其随机的本质,导致其结果可能是好的,也可能是坏的,于是我们就需要一个方法确认这个解到底有多大的可用性。这是通过计算相似拟合度进行衡量的。染色体Chromosomes代
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3.03mb
    • 提供者:chen
  1. trix

    1下载:
  2. 三角网的生成算法,是win32控制台程序,能自动构成Delauney三角网-triangulation algorithm for the generation of console win32 procedures, automatically constitute Delauney triangulation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:48.58kb
    • 提供者:福哥
  1. ddc_30m

    4下载:
  2. 中频70M,30M带宽LFM信号,采样率为102.4M,数字下变频后,还进行了三倍抽取,最后还得到I,Q两路信号 -IF 70M, 30M bandwidth LFM signal, the sampling rate of 102.4M, digital down conversion, the samples were carried out three times, the last also I, Q two-way signal
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1.59kb
    • 提供者:xiebin
  1. fibnum

    0下载:
  2. 这个程序是一个Win32程序,计算Fibonacci斐波纳契数列(一种整数数列, 其中每数等于前面两数之和)。其定义是f(1) = 1,f(2) = 2,并且当n>2时, f(n) = f(n-1) + f(n-2)。源代码种给出了三种计算方法。第一种方法用递归,第二种方法用大数组,第三种方法用小数组。此外,这个程序还具备多线程特性,所以在运算时可以做其它操作。代码用到了以前创建的Win32类。测试为发现bug和内存溢出。--Calculate Fibonacci value.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-23
    • 文件大小:68.19kb
    • 提供者:杨广铭
  1. sudoku.win32

    0下载:
  2. 此为九宫格游戏的源码。运行程序,出现一个需要填数的九宫格,在游戏过程通过点击check可以检查结果是否正确。-This is the squares of the source game. Run the program, there is a need to fill in the number of squares, in the course of the game can check by clicking the check results are correct.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:87.78kb
    • 提供者:刘丽娟
  1. algorithm

    0下载:
  2. WIN32下实现的一个界面程序,将大学课程算法分析里面的实验程序综合成一个程序,用图形化的方法来体现。-WIN32 to achieve an interface program, which the university courses of the experimental procedure algorithm integrated into a program with a graphical approach to expression.
  3. 所属分类:Data structs

    • 发布日期:2017-06-17
    • 文件大小:25.63mb
    • 提供者:王浩
  1. splint-3.1.1.win32

    0下载:
  2. 非常有用的C++练习程序,可以帮助查找C++zhong的错误-Very useful C++ exercise program can help find errors in C++ zhong
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1.55mb
    • 提供者:lyuehh
  1. gsoap-win32-2.7

    0下载:
  2. gSOAP编译工具提供了一个SOAP/XML 关于C/C++ 语言的实现,从而让C/C++语言开发web服务或客户端程序的工作变得轻松了很多。绝大多数的C++web服务工具包提供一组API函数类库来处理特定的SOAP数据结构,这样就使得用户必须改变程序结构来适应相关的类库。与之相反,gSOAP利用编译器技术提供了一组透明化的SOAP API,并将与开发无关的SOAP实现细节相关的内容对用户隐藏起来。-The gSOAP compiler tools provide a SOAP/XML C/C
  3. 所属分类:Data structs

    • 发布日期:2017-05-19
    • 文件大小:5.33mb
    • 提供者:夙印
  1. An-In-Depth-Look-into-the-Win32

    0下载:
  2. 你可能想知道为什么要关注可执行文件的格式。答案永远是:操作系统的可执行文件格式和数据结构展现了操作系统内部许多信息。通过理解 EXE和 DLL 的内部情况,你会发现你已经变成你周围一个更优秀的程序员。 -You may want to know why the attention to executable file format. The answer is always: operating system executable file format and data structu
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:415.61kb
    • 提供者:锁匠
  1. Win32-Dynamic-Link-Library

    0下载:
  2. vc6.0通过 Win32 Dynamic-Link Library创建MEX程序-vc6.0 MEX program created by the Win32 Dynamic-Link Library
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:55.89kb
    • 提供者:薛定谔的猫
  1. CurveFit-2.0-win32-vc10

    0下载:
  2. CurveFit是一个用于曲线拟合优化的开发包(SDK)。在许多领域都有广泛的应用如广告,标识,服装,皮革等。在这些领域设计的图形经常使用样条曲线等高阶线条表达的,切割加工的时候需要把他们转换成机器能接受的直线和圆弧。CurveFit是这样一个库,他实现在保证几何图形精度的前提下尽可能地优化拟合这些图形,输入一些参数和数据他就能生产优化后的结果,他可以减少高达90 的线段数量。这个开发包 (SDK,曲线拟合库) 支持大多数平台,从 32位/64位Windows到Linux/Unix 系统,他也支
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-06
    • 文件大小:12mb
    • 提供者:nestprofessor
  1. nmm2d-win32-src

    2下载:
  2. 石根华先生数值流型法计算程序代码,版权允许,可以修改和使用。-Mr. Shi Genhua numerical flow pattern method, program code, copyright permission, you can modify and use.
  3. 所属分类:Algorithm

    • 发布日期:2014-05-04
    • 文件大小:581kb
    • 提供者:筒子楼
  1. ball

    0下载:
  2. C++ WIN32 程序,模拟跟踪子弹。-C++ win32 program,Simulation bullets
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-04
    • 文件大小:131.89kb
    • 提供者:李凡
  1. win32

    0下载:
  2. 多维空间谱估计的经典算法,esprit算法的程序和仿真-Dimensional spatial spectrum estimation algorithm for the simulation of classical music and programs
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3.58kb
    • 提供者:谢立勋
  1. fbxzrjn7

    0下载:
  2. 这个程序是一个Win32程序,计算Fibonacci斐波纳契数列(一种整数数列, 其中每数等于前面两数之和),其定义是f(()
  3. 所属分类:大数据

    • 发布日期:2018-01-11
    • 文件大小:56kb
    • 提供者:qepeatuh
« 12 »
搜珍网 www.dssz.com