资源列表
MySortListCtrl
- 支持排序的ListCtrl控件 把.cpp .h文件添加进工程 子类化时 选择MyListCtrl即可使用 其他功能完全继承自ListCtrl 源码文件中有详细注释 请参阅-Support the sort of ListCtrl control The. Cpp, h files added to the project Subclass select MyListCtrl to use Other feature is fully inherited from
printBmp
- 一个简单的例子演示了如何分页打印一张位图- How did a simple example demonstrate has been divided the page to print a position chart
tree
- 用树的应用模拟铁路查询功能。掌握图的邻接表的定义及应用,能够熟练使用邻接表。加强对map容器的理解,能够熟练使用map容器,复习集合和字典的相关知识。理解最短路径问题,并使用Dijkstra算法解决最短路径问题。掌握线形表的使用,并理解优先队列解决问题的过程。利用栈解决需要逆向输出的问题。 -Application of simulation using the tree railway inquiry function. Master graph adjacency list of def
work
- 本程序时粒子群算法,用MATALAB 编写的的,且程序简单易懂。-The program, particle swarm optimization, using MATALAB written in, and the procedures are simple to understand.
readxml
- 此函数的功能是实现XML的读取,参数有三个,第一个参数是传入参数的个数,第二个是参数数组,此数组传入的是希望在XML里查找的结点名称,第三个是XML的文件名-Function is to achieve this function to read XML, there are three parameters, the first parameter is the number of arguments passed, and the second one is the parameter ar
src
- 基于socket的聊天程序,其中包含客户端和服务器端-Socket-based chat program
Scores-query
- 成绩查询问题,能够完美实现各种需要的功能-Scores query problem, can be the perfect realization of different needs to function
exe2
- 一个5乘5矩阵,根据使用者在菜单上的选择进行相应变换。-Stored and evaluate the input information, then run the related function and display the result matrix or exit the program.
function
- M1170,用C写的,浅显易懂。IIC转UART芯片。 关键是寄存器的配置。-M1170, written in C, easy to understand. IIC to UART chip. The key is the configuration register.
Produtor---consumidor
- 生产者-消费者问题(操作系统)原理与实现: it 分类: Computer Science 生产者-消费者问题是一个经典的进程同步问题,该问题最早由Dijkstra提出,用以演示他提出的信号量机制。在同一个进程地址空间内执行的两个线程生产者线程生产物品,然后将物品放置在一个空缓冲区中供消费者线程消费。消费者线程从缓冲区中获得物品,然后释放缓冲区。当生产者线程生产物品时,如果没有空缓冲区可用,那么生产者线程必须等待消费者线程释放出一个空缓冲区。当消费者线程消费物品时,如果没有满的缓冲区,那
Register_test
- 配置寄存器,在QNX下使用,教你如何使用QNX做内存映射-Configuration register under the QNX, teach you how to use the QNX do memory-mapped
split-and-merge
- segments image F by using a split-and-merge approach based on quadtree decomposition. MINDIM (a positive integer power of 2) specifies the minimum dimension of the quadtree regions (subimages) allowed. If necessary, the program pads the in