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

搜索资源列表

  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. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:69510
    • 提供者:
  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-22
    • 文件大小:69823
    • 提供者:杨广铭
  1. thread

    0下载:
  2. 多线程进行二分排序法,递归产生新线程,每一个父线程产生两个子线程,接着父线程对两个子数组进行合并-Multi-thread two hours sorting method, recursive generate a new thread, each thread is a parent produces two sub-threads, then the parent thread to merge the two sub-arrays
  3. 所属分类:Data structs

    • 发布日期:2016-04-18
    • 文件大小:8512
    • 提供者:张韶远
  1. sleep_algorithm

    0下载:
  2. 这是睡眠排序算法的Go语言版,该算法是一个天才程序员发明的,想法很简单,就是针对数组里的不同的数开多个线程,每个线程根据数的大小睡眠,自然睡的时间越长的,数越大-This is the sleep the Go language version of the sorting algorithm, the algorithm is a genius programmer invention, the idea is simple, it is a different number for the
  3. 所属分类:Algorithm

    • 发布日期:2017-11-27
    • 文件大小:364567
    • 提供者:许晨峰
  1. SVM-MT

    0下载:
  2. 基于libSVM-v310的完全多线程化libSVM,仅读写文件在框架内无法优化。svm-predict不需要openmp支持,svm-train需要打开openmp支持。VS2008编译。修改MAX_THREAD可以调整svm-predict线程数。-A fully multi-thread optimized libSVM based on libsvm-3.10. svm-predict won t need openmp however svm-train requires. The p
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:20376
    • 提供者:
  1. C_Algorithma_datastruct_os

    1下载:
  2. 内容:操作系统相关算法,多线程,进程调度,死锁等 数据结构,堆栈,队列,链表,图论等 算法:数组,矩阵,海量数据处理,高精度计算,贪心算法,迷宫等:-Content: The operating system related algorithms, multi-threaded, process scheduling, deadlocks, etc. data structures, stacks, queues, linked lists, graph theory, etc. algor
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:1430889
    • 提供者:扬不翻
  1. faoseng

    0下载:
  2. 分形维数计算的毯子算法matlab代码,有均匀线阵的CRB曲线,实现了对10个数字音的识别程。- Fractal dimension calculation algorithm matlab code blankets, There ULA CRB curve, Realization of 10 digital audio recognition progra.
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4018
    • 提供者:leng
  1. guigei

    0下载:
  2. 使用混沌与分形分析的例程,该函数用来计算任意函数的一阶偏导数(数值方法),基于kaiser窗的双谱线插值FFT谐波分析。- Use Chaos and fractal analysis routines, This function is used to calculate the arbitrary function of the first order partial derivative (numerical methods), Dual-line interpolation FFT ha
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:5536
    • 提供者:swhavxh
搜珍网 www.dssz.com