登录
首页 » 算法 » 部分PKU上的源码,希望对大家有所帮助。其中包括所有提交代码,里面均有提示...

部分PKU上的源码,希望对大家有所帮助。其中包括所有提交代码,里面均有提示...

于 2022-03-24 发布 文件大小:225.50 kB
0 202
下载积分: 2 下载次数: 1

代码说明:

部分PKU上的源码,希望对大家有所帮助。其中包括所有提交代码,里面均有提示-PKU part on the source, and they hope to help everyone. Including all submitted code, which has prompted

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • YUV 视频帧 Sobel 方
    /*对象: 视频文件 ;YUV 4: 2: 0日期: 13/1/18 10:28#ifndef #define #include #include #include #include / / 定义图像高度和宽度的帧数高度 480宽度 640NUM_FRAME 20THRESH_HOLD_Y 20THRESH_HOLD_U 1THRESH_HOLD_V 1因舍尔沙尔 / / 函数原型无效 / / 初始化的内存Sobel_Assign (无符号字符型 *
    2022-04-14 22:45:48下载
    积分:1
  • 趣味问题的程序原代码 海滩上有一堆桃子,五只猴子来分。第一只猴子把这堆桃子凭据分为五份,多了一个,这只    猴子把多的一个扔入海中,拿走了一份。第二只猴子把剩...
    趣味问题的程序原代码 海滩上有一堆桃子,五只猴子来分。第一只猴子把这堆桃子凭据分为五份,多了一个,这只    猴子把多的一个扔入海中,拿走了一份。第二只猴子把剩下的桃子又平均分成五份,又多了    一个,它同样把多的一个扔入海中,拿走了一份,第三、第四、第五只猴子都是这样做的,    问海滩上原来最少有多少个桃子?- On the interest question procedure original code beach has pile of peaches, five monkeys divide. The first monkey divides into this pile of peach proof five, many, this monkey has thrown into many in the sea, took away. The second monkey the peach which is left over equally divides into five, also many, it similarly has thrown into many in the sea, took away, third, fourth, the fifth monkey all is does this, asked how many peaches on the beach most is originally unusual?
    2022-10-26 14:25:03下载
    积分:1
  • Huffman
    资源描述Huffman算法是相当简单的(至少在理论上),这个想法是基于这样的事实,在大多数的文件,一些字节(字符如果和你会),可能会出现更多的时间,他们其他人。
    2022-04-27 05:43:08下载
    积分:1
  • 最常用的三次样条插值函数,采用VB编写,它既满足一般实际问题的要求,而建立过程相对又不太复杂。...
    最常用的三次样条插值函数,采用VB编写,它既满足一般实际问题的要求,而建立过程相对又不太复杂。-The most commonly used cubic spline interpolation function, the use of VB to prepare, both to meet the general requirements of practical problems, but also the process of establishing a relatively less complex.
    2022-02-01 10:53:20下载
    积分:1
  • 简单的遗传
    这是遗传算法在 C# 中的一个简单实现。该应用程序将对基因组进行分类。
    2022-01-25 17:55:54下载
    积分:1
  • VHDL时序电路
    此电路是一个非常简单的VHDL时序电路,通过该电路能够清楚的反应VHDL的时序原理以及最基本、最简单的应用方法、
    2022-01-20 23:25:57下载
    积分:1
  • 一、前言 24点游戏是一个常见游戏,出题者给出4个整数,要求答题者在指定时间内给出一个四则运的表达式,恰好用上这这个整数各一次,计结果为24,超出时间为...
    一、前言 24点游戏是一个常见游戏,出题者给出4个整数,要求答题者在指定时间内给出一个四则运算的表达式,恰好用上这这个整数各一次,计算结果为24,超出时间为输。 二、分析 用计算机来算这个题,搜索速度当然有很大优势,我编程喜欢考虑通用一点,不限制输入数量和结果数,甚至不限制运算符数量。这样组合数就很大,如果输入数比较多,则搜索时间会非常长。 我用两个方法来提高搜索速度:一、是大家都能考虑到的重复搜索问题,比如1,2,3和2,3,1所有的组合情况是相同的,我只搜索使用递增序的数组,则可以降低一个组合数的数量级别;二、使用动态规划中的备忘录方法,比如你计算出2和3所有可能的计算结果,则他们与4结合的时候,要用到,与1结合的时候,也要用到,使用备忘录,可以只计算一次,大大降低运算复杂度。 三、设计 整体设计:分别设计4个类:游戏、表达式、运算、分数,各司其责,结构清晰,易于扩展。 -First, the preamble 24-point game is a common game, give the title are four integer requiring answer within a specified period of time in a four calculations give the expression, just use that the integral of the time, results for the 24, beyond the time to lose. Second, analysis Use computers to count the title, the search speed of course, there is a great advantage, I enjoy taking generic programming that does not restrict the importation of the volume and the number of results, and even limiting the number of operators. So on a large number of combinations, if you
    2022-04-21 18:17:05下载
    积分:1
  • 数十个程序,结构分析,偏重岩土方面
    数十个程序,结构分析,偏重岩土方面-dozens of procedures, structural analysis, emphasizing geotechnical aspects
    2023-08-05 02:35:03下载
    积分:1
  • passwords to prevent unauthorized access to pass words to prevent unauthorized a...
    密码,防止未经授权的访问,传递文字,防止未经授权的访问
    2022-05-18 20:52:59下载
    积分:1
  • lpc implement for distribut
    lpc implement for distribut
    2022-01-27 11:07:14下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载