搜索资源列表

  1. 工作分配问题

    0下载:
  2. 这是一个用C++写的工作分配问题,可供初学者学习使用(This is a work assignment problem written in c ++ that can be used by beginners)
  3. 所属分类:其他小程序

  1. 二维非稳态导热问题的Fortran程序

    0下载:
  2. 计算二维非问题油内热源问题导热,可以参考学习(Calculation of two-dimensional non thermal problems in oil heat conduction, you can refer to the study)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:13312
    • 提供者:吉安吃
  1. bvp4c求两点边值问题

    0下载:
  2. 用matlab的bvp4c函数求两点边值问题,简单易学(Bvp4c for two-point boundary value problem, easy to learn)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:13312
    • 提供者:马英成
  1. 3_基于图论的奖金分配问题

    0下载:
  2. 个人实验周设计的程序,对奖金分配问题的一次解决(Personal experiment week design program)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:Lawliet123
  1. A题 程序员录用面试问题.doc

    0下载:
  2. 程序员面试常用问题,面试前先学习学习。。。。。(The programmer interviewing common problems, learning to learn before the interview)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:29696
    • 提供者:菜园子
  1. 皇后问题

    0下载:
  2. C语言 八皇后问题 在8×8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法(The eight queens in the C language)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:991232
    • 提供者:洛宇
  1. HMC-集成VCO-频综常见问题

    0下载:
  2. HMC 集成 VCO 频综常见问题,非常实用!!!!(HMC integrated VCO frequency synthesis common problems, very practical!!!!)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:339968
    • 提供者:minnut
  1. 典型死锁问题

    0下载:
  2. 包含了操作系统的三个死锁问题,哲学家问题,消费者生产者问题,管道等,解决方法。绝对可用。(It includes three deadlocks, philosophers, consumer producers, pipelines, and solutions to the operating system. It is absolutely available.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:夜雨声F
  1. 常用问题的算法

    0下载:
  2. 常用问题的算法,包括表达式求值,递归二分查找,归并算法,回溯法求解数独问题等(The commonly used algorithms, including recursive expression evaluation, two search, merging algorithm, backtracking and Sudoku problem etc.)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-16
    • 文件大小:26624
    • 提供者:yiyiyiyiyiyiyi
  1. 八数码问题

    0下载:
  2. 八数码问题也称为九宫问题。在3×3的棋盘,摆有八个棋子,每个棋子上标有1至8的某一数字,不同棋子上标的数字不相同。棋盘上还有一个空格,与空格相邻的棋子可以移到空格中。(Eight digital problems)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:annpion
  1. 八皇后问题

    0下载:
  2. 在C#(VS2017)中通过控制台输出八皇后问题的92个解法。(Solve the eight queens problem by C#(VS2017), find the 92 solution.)
  3. 所属分类:C#编程

    • 发布日期:2024-05-16
    • 文件大小:132096
    • 提供者:yellow sea
  1. 学生搭配问题

    0下载:
  2. 基于c++的学生搭配问题,使用算法解决学生搭配问题(A applet to solve the student company problem.Hope every can love it.)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:yk23214
  1. 背包问题

    0下载:
  2. 贪心算法解决背包问题:给定n种物品和一个背包。物品i的重量是Wi,其价值为Vi,背包的容量为C。应如何选择装入背包的物品,使得装入背包中物品的总价值最大?(The greedy algorithm solves the knapsack problem: a given n item and a backpack. The weight of the item I is Wi, its value is Vi, and the capa
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:91136
    • 提供者:wj456jw
  1. 贪心法求背包问题

    0下载:
  2. 贪心法求背包问题,如何选择使得背包中物品价值最大(A greedy method for the problem of knapsack)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:5120
    • 提供者:jikeZ
  1. 约束非线性优化问题求解

    0下载:
  2. 最优化 ,matlab, 约束非线性优化问题求解,约束非线性优化问题(Constrained nonlinear optimization problem)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:237568
    • 提供者:不二。
  1. 回溯算法解决8皇后问题

    0下载:
  2. 利用回溯算法计算8皇后问题,计算出最终方案(A backtracking algorithm is used to calculate the 8 Queens, and the final scheme is calculated.)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:2810880
    • 提供者:也都一样
  1. 中文转换Unicode问题

    0下载:
  2. 有关于易语言中文转换Unicode的问题,保存可用(this is a file that how to trans unicode .what a e code)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:罗大保
  1. STM8L I2C程序第二次数据通信失败的问题分析

    0下载:
  2. STM8L I2C程序第二次数据通信失败的问题分析(Analysis of the failure of second times data communication in STM8L I2C program)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:344064
    • 提供者:yeqr
  1. 多线程常见问题

    0下载:
  2. 多线程常见问题,非常实用,面试的话非常有必要仔细看以下(The common problem of multi thread)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:23552
    • 提供者:mantiger
  1. 最优化问题相关算法

    0下载:
  2. 运筹学最优化问题的相关算法文件Optimization of operational research(Optimization of operational research)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:35840
    • 提供者:Bonniee
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

源码中国 www.ymcn.org