搜索资源列表

  1. Cpp1

    0下载:
  2. 模式识别中的函数判断迭代的代码 自己编写的-Pattern recognition of the function of the iteration code judge
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:王梦梦
  1. Cpp1

    0下载:
  2. 该程序用格雷码来生成组合数序列,它比一般的方法要快-Divide and conquer method to construct the Gray code
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:374784
    • 提供者:黄华虎
  1. Cpp1

    0下载:
  2. 可以把文件中前面的数字标号都去掉,这样我们从网站上粘贴的代码就可以直接使用-remove the mark,so that we can use it directly!
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:王加玉
  1. Cpp1

    0下载:
  2. 管理图书 能够详细的对图书管理的书进行分类以及汇编 使读者节约方便-good good very good it is good i love it i like it Apple door book lock no yes speak it is very good
  3. 所属分类:企业管理(财务/ERP/EIP等)

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:张力
  1. Cpp1

    0下载:
  2. KM算法,很好的用于求二分图的最优匹配问题-KM algorithm, very good for seeking the optimal bipartite graph matching problem
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:张久
  1. Cpp1

    0下载:
  2. 队列的实验,可以实现简单操作,但是有些错误-Queue experiments, simple operation, but some errors
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:周跃斌
  1. Cpp1

    0下载:
  2. 端口转发C代码 端口转发C代码 -端口转发C代码
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:jim
  1. Cpp1

    0下载:
  2. 杨辉三角的显示,数据结构,比较戳的做法。-Yang Hui triangle display, data structures, compare the practice stamp.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:刘玉辉
  1. Cpp1

    0下载:
  2. 用于比较递归算法和非递归算法的复杂度,可以通过不同的输出时间来比较两者的区别以便理解算法复杂度-And non-recursive algorithm used to compare the complexity of recursive algorithms
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:sy
  1. Cpp1

    0下载:
  2. 摄影测量中相对定向的C++程序代码,供初学者参考-Photogrammetry in the relative orientation of the C++ code, information for beginners
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:AIR
  1. Cpp1

    0下载:
  2. 迷宫演示。不求最好。只求更好。会有人喜欢的。顶起。UPUPUPUPUPUP!-Maze demo. Not the best. Only better. Someone will love it. From the top. UPUPUPUPUPUP!
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:任鹏
  1. Cpp1

    0下载:
  2. 这里有基于C语言的各种排序的算法,冒泡,快速排序,希尔排序等!简直就是各种排序程序库!可供大家借鉴-There are a variety of C-based ranking algorithms, bubble, quick sort, Hill sorting! For we learn from
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:taffy
  1. Cpp1

    0下载:
  2. 计算定积分的ROMBERG方法,提供给学习计算方法的朋友-ROMBERG definite integral calculation method, calculation methods available to study friends
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:吴超超
  1. Cpp1

    0下载:
  2. 单处理器系统的进程调度 实验要求: 2.1.设计一个按时间片轮转法实现处理器调度的程序,每个程序由一个PCB表示。 2.2.程序执行中应能在屏幕上显示出各进程的状态变化,以便于观察调度的整个过程 -
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:GSrue
  1. Cpp1

    0下载:
  2. 用动态规划和贪心法解决背包问题 问题:给定n种物品和一个背包,物品i的重量是Wi,其价值为Vi,背包的容量为c,问如何选择装入背包的物品,使得装入背包的物品的总价值最大?-=.=
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:GSrue
  1. Cpp1

    0下载:
  2. 我的编译原理课程设计。类PASCAL的语法,仿造PL0文法,采用递归子程序法生成中间代码-四元式。没有实现中间代码的优化。-I compile Principles. PASCAL grammar class, copy PL0 grammar, a recursive routine method generates intermediate code- quad-style. Not achieved intermediate co
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:tina
  1. Cpp1

    0下载:
  2. C语言关键字中英翻译机。 C语言关键字中英翻译机。-C language keywords in the English translation machine. C language keywords in the English translation machine. C language keywords in the English translation machine.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:贾志斌
  1. Cpp1

    0下载:
  2. 利用OpenCV对视频进行处理,尝试打开本电脑上的摄像头作为视频输入设备,或者将命令行的输入参数作为文件名来打开的视频文件。不管是哪一种方法,最后都是不断的循环处理一帧一帧地处理,涉及到的图像处理有背景擦除,平滑滤波,二值化等。-Using OpenCV to process the video, try to open the computer input device as a video camera, or the comman
  3. 所属分类:OpenCV

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:刘增宝
  1. Cpp1

    0下载:
  2. 编译原理LR1语法分析,可以对文法进行分析-LR1 grammar compiler theory analysis, the analysis of grammar
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:申小东
  1. Cpp1

    0下载:
  2. 第一次上传的一个比较简单的日历的源程序代码-First upload of a simple calendar of the source code
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:杨家龙
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 20 »

源码中国 www.ymcn.org