资源列表
unit1_2
- ssd 4 exam1 in cource
project
- exerise1 in ssd3 cource icarnegie
ALL_LCS
- 找出所有符合条件的的最长公共子序列,应用C++编写-To identify all eligible longest common subsequence, application C++ to prepare
search_graph
- 一个python程序,实现了无向图的结构模拟,以及广度优先搜索的算法,以及显示最短路径之一。用leo+ulipad实现。-A python program to realize the structure of an undirected graph simulation, as well as the breadth-first search algorithm, and display one of the shortest path. By leo+ ulipad achieved.
22
- 刚学的链表,用visual c++编的链表合并,-The list just learning to use visual c++ linked list compiled by the merger
bashuma
- 八数码问题可视化程序,使用c++语言编写,现提供给大家了-8 digital issues of visual programming, using c++ Languages, are now available to all of the
daoshuiwenti
- 水壶问题C++实现,还是很不错的,希望对大家有帮助-Kettle problem C++ Achieved, is still very good, hope you help! !
nuaa1507_DancingLink_trackback.cpp
- 高德纳发明的高效数据结构dancing link,这里是解重复覆盖问题的一个演示-Donald Knuth invented efficient data structure dancing link, here is the solution to repeat coverage of a demonstration
hdu3091_Necklace
- HDU3091 求解哈密顿回路数,状态压缩动态规划实现-Solving Hamiltonian circuit HDU3091 the number of dynamic programming to achieve the state compression
LiTi
- 我这样解读,listener1,listener2, ...listenerN 都注册到线程1中. 事件都触发了于是就开始从listener1 开始响应,响应完了listener1,后再响应listener2, listenerN. 但是这里因为 listener1, 虽然启动了要更新界面,但是只是触发了listener2(我们假设listener2去更新界面),因为listener1 一直没有返回,所以一直轮不到 listener2执行.所以我们让listener1很快返回的话,界面就可以更新
paixu
- 编写程序,对一个整数数组使用某种排序方法(自选)进行降序排列,输出排序前后的数组内容 设计一个复数类,包含必要的属性、构造方法和成员方法,在程序中调用这些方法并输出运算结果。-The preparation of procedures, an array of integers using a sort method (optional) in descending order, the output sorted array of pre-and post content design of
linearlist
- 线性表的插入、删除、查找等基本操作设计与实现 用线性表提供的接口去求解实际问题 线性表的的存储方法-Linear table insert, delete, search and other basic operation of the design and implementation of linear table provides an interface to solve practical problems in the linear form of the storage m
