搜索资源列表
递归枚举模板
- 递归枚举模板 问题描述:生成长度为n的字串,其字符从26个英文字母的前p(p≤26)个字母中选取,使得没有相邻的子序列相等。例如p=3,n=5时: // abcba 满足条件 // abcbc 不满足条件 //输入:n p //输出:所有满足条件的字串及总数-recursive template Problem descr iption : n generation length of the string and its 26 characters from the
33335
- 较 为 系 统 地 介绍 了 IP 电 话 技 术 的 原 理 和 相 关 协 议 , 描 述 了 SIP 的 相 关 实 体 、 服 务 分 层 和 消 息 处 理 过 程 , 结 合 嵌 入 式 技 术 设 计 、 实 现 了 一 个 基 于oSIP 协 议 栈 的 SIP 服 务 器 , 并 对 该 服 务 器 进 行 了 试 验 。 -more systematic introduction of IP phone technology and the principle of
TableDivision
- 用C语言描述数据库中两个表之间的关系,并建立简单的查找-C language descr iption of the database table between the two, and the establishment of a simple search
Binary_balance_sorttree
- 7、二叉平衡排序树 问题描述:创建二叉平衡排序树 基本要求: 1、 输入数据的数量不得低于15个 2、 建立二叉平衡排序树(要求包括LL型LR型RR型RL型四种调整方式) 3、 完成任意数据的查找(要求给出查找执行的次数) -7, binary sort tree balanced descr iption of the problem: Create a balanced binary tree sort of basic requirements: 1, the nu
1316-How-Many-Fibs
- HDU ACM 1316 Problem Descr iption Recall the definition of the Fibonacci numbers: f1 := 1 f2 := 2 fn := fn-1 + fn-2 (n >= 3) Given two numbers a and b, calculate how many Fibonacci numbers are in the range [a, b].
Desktop
- 调度问题的回溯算法,算法中的经典问题。问题描述:假设有n个任务由k个可并行工作的机器完成。完成任务i需要的时间为ti。试设计一个算法找出完成这n个任务的最佳调度,使得完成全部任务的时间最早。-Scheduling problem backtracking algorithm is the classic problem. Problem Descr iption: Suppose there are n-task by the k-parallel machine can be complete
trayico
- 托盘图标的说明以及做法.详见主程序,本程序用易语言编写简单易懂-A descr iption of the practice of the tray icon. See the main program, the program uses a simple easy to understand language
harbour-doc
- clipper descr iption for commands, classes and functions
Win32s
- WIN32下内核定时器的使用资料,对定时器做了详细的描述-Kernel timer under WIN32 using data on a detailed descr iption of the timer
test_subfunc_dynamic_call_space
- 该程序说明 在子函数中创建的结构体或数组无法通过将指针送出的方式送出 即:在子函数调用中,只有动态申请的内存空间在退出子函数时不被释放-The descr iption of the procedures Structure or array created in the subfunction can not be pointer sent sent : In subroutine calls, the only dynamic application memory space
For-loop-translation
- 含符合给定的语法分析方法的文法及属性文法。 含中间代码四元式的描述。 有给定的语法分析方法的思想,完成了语法分析和语义分析程序设计。 -With syntax analysis method given grammar and attribute grammars. Containing four yuan a descr iption of the intermediate code. Syntax analysis method given in the ideology, th
lua-5.2.1.tar
- lua5.2.1最新源码(2012-06-08)。它是一个扩展式程序设计语言,被设计成支持通用的过程式编程,并有相关数据描述的设施。 Lua 也能对面向对象编程,函数式编程,数据驱动式编程提供很好的支持。它可以作为一个强大、轻量的脚本语言,供任何需要的程序使用。 Lua 以一个用 clean C 写成的库形式提供。(所谓 Clean C ,指的 ANSI C 和 C++ 中共通的一个子集) 作为一个扩展式语言,Lua 没有 "main" 程序的概念:它只能 嵌入 一个宿主程序中工作,这个宿主程序
1004_Change_You_to_We
- 题目描述 Michel需要评审一份文件,但是却有另一件紧急事情要处理,于是请好友Jack帮忙评审一下。当Machel看到Jack评审结果后,发现一个问题,Jack是以第一人称评审的,现在Machel需要将Jack评审中第一人(we)和第二人称(you)进行置换,现在需要请你帮忙完成这个工作 输入 Jack的评审文字单词之间是以空格" "或者标准标点符号"," "." "?" "!" " "作为分隔符的评审文字内容不超过1024字符长度。 输出 Machel需要的评审文字
TSP
- Descr iption 给定一个完全无向带权图G,其每一条边有一个非负的整数权值。目的是要找出G的一条经过每个顶点一次且仅经过一次的回路,使回路的总权值最小。 请设计一个2-近似算法,求出近似最小的总权值,即定义最优解为C,只要输出解在[C , 2 * C]的范围内都可以“Accept”。 Input 输入第一行为一个正整数n(1 <= n <= 20),表示G中顶点的个数。接下来n行每行包括n个整数,第i行第j个的整数表示G中第i个点
lpc10
- LPC-10的标准编解码程序,文件.dsp是其工程描述文件;LPC-10编码处理采样率为8kHz,16bit量化的语音样本,处理帧长为180个样本,压缩输出为54个bit;LPC-10解码为编码的反过程。-Standard LPC-10 codec program files. Dsp project descr iption file 8kHz sampling rate LPC-10 coding processing, 16bit quantify voice sample proces
celp
- melp编解码程序,文件.dsp是其工程描述文件;melp编码处理8kHz采样率,16bit量化的语音样本,处理帧长为180个样本,压缩输出54个bit;melp解码为编码的反过程。-the melp codec program files. dsp its project descr iption file melp the encoding processing 8kHz sampling rate 16bit quantify voice sample processing frame
huffman
- 一段描写霍夫曼树的代码,是一段详细的源代码,应用于密码-Some descr iption of the code of the Huffman tree, is a detailed source code. Applies to password
paixvsuanfa
- 排序算法的实现与比较(数据结构课程设计题) 问题描述:编程实现快速排序算法,并利用程序统计执行时间。 实现要求:随机产生10000、50000、 100000、 200000个待排数据存入磁盘文件,从磁盘文件读入待排数据进行排序,并将排序结果写入另一个文件中。-Implementation and comparison of sorting algorithms (data structure curriculum design questions) Problem Descr
JoseQuestion
- 约瑟夫环问题求解 约瑟夫环问题的具体描述是:设有编号为1,2,……,n的n(n>0)个人围成一个圈,从第1个人开始报数,报到m时停止报数,报m的人出圈,再从他的下一个人起重新报数,报到m时停止报数,报m的出圈,……,如此下去,直到所有人全部出圈为止。当任意给定n和m后,设计算法求n个人出圈的次序。-Josephus Josephus problem solving specific descr iption is: has numbered 1, 2, ...... n n (n
Backlight_Control_Pro.zip
- 这是一个HPC-3000智能移动终端背光控制程序,里面有详细的PDF说明,This is a HPC-3000 intelligent mobile terminal backlight control procedures, there is a detailed descr iption of the PDF