- sun 一个模仿月亮与太阳的程序
- VCPP_EXCEL VC实现对excel文件的读取
- cimax2 CIMax2(R) SP2 driver in conjunction with NetUp Dual DVB
- chapter04 Signal detection and estimation course experiment. Code is very comprehensive. Please read them carefully.
- v3_pci SkIRect holds four 32 bit integer coordinates for a rectangle.
- CodigoDeBarrasVBNET-SQL_2 SISTEMA FACTURACION VB 55
资源列表
2-sat
- 所为2-sat问题,就是2判断问题。该算法是用拆点的方式建图,用找强连通子图的方法推出矛盾,用以判断2-sat是否可行。经典实现,-2-sat, is a matter of judgment. The algorithm is used to find a demolition point built strongly connected subgraph launched contradictions, used to determine whether the 2-sat. Classic
rmq
- 经典RMQ问题,用来实现区间最大值和最小值的统计,预处理时间nlogn,查询时间O(1)-Classic the RMQ question, is used to achieve the interval maximum value and the minimum statistics, pretreatment time nlogn, query time O (1)
hash
- hash开放式寻址,效率很高。修改自山东大学acm模板,可以直接处理负数和0,不必另作处理-hash open addressing, very efficient. Modified from Shandong University acm template, you can deal directly with negative numbers and 0, and do not have to be dealt with separately
datastruct
- 自己写的程序,分别用C++和C实现的数据基本结构包括数组,链表,栈和队列,已经过测试,里面有详细的注释,希望与大家分享!-Write their own programs, basic data structures, including arrays, linked lists, stacks and queues respectively implemented in C++ and C, have been tested, there are detailed notes, I hope
sort
- 自己编写的几种经典的排序算法,里面有自己做的PPT详细讲解,希望有帮助吧-I have written several classic sorting algorithm, which own PPT explain in detail, I hope to help!
Circular-linked-list
- 一个动态循环链表报数游戏,报到数的退出直到剩下最后一个。运用到了动态构建循环链表,动态删除等,是我的一个课程作业_fromUSST-A dynamic circular linked list reported that the number of games, and to report the number of exit until the last remaining one. Use to dynamically build a circular linked list, dynami
erchashu
- 二叉树各种操作的实验报告,希望共同学习进步-The experimental binary tree various operating report, hoping to learn together and progress
3f
- 上传的都是一些导热的程序,而且都不一样。-conduct program
First_Assignment
- 从左到右及从右到左遍历一个单链表是可能的,其方法是在从左向右遍历的过程中将连接方向逆转,如右图所示。在图中的指针p指向当前正在访问的结点,指针pr指向指针p所指结点的左侧的结点。此时,指针p所指结点左侧的所有结点的链接方向都已逆转。 (1) 编写一个算法,从任一给定的位置(pr, p)开始,将指针p右移k个结点。如果p移出链表,则将p置为0,并让pr停留在链表最右边的结点上。 (2) 编写一个算法,从任一给定的位置(pr, p)开始,将指针p左移k个结点。如果p移出链表,则将p置为0
ListOp
- C,链表操作~初学C的可以看下~比较简单的-creat a list.c,reverse output a list.C
Haffman
- 由随机输入的文本建立并显示哈夫曼树,求哈夫曼编码。-By random input text and display Huffman tree, seeking Huffman coding.
redisign
- C语言 Hash文件 使用索引 进行增删改查 有简单注释-The C language Hash file index additions and deletions to check with brief notes
