资源列表
philosophers-problem
- c++程序,利用信号量解决哲学家就餐问题,非常好用-c++ program using semaphores to solve the dining philosophers problem, very easy to use
exp3
- C++程序,解决windows内存分配问题,是操作系统中经典题目-C++ programs to solve windows memory allocation problem, the operating system is a classic title
LibWinUsb
- 是关于usb的windows库,很多直接使用案例-libusbdotnet for usb program
Ejingzguanji
- 易语言禁止关机源码,请勿用于商业用途,也不要用来开发病毒,谢谢合作-Easy language source code prohibits off, not for commercial purposes, nor to develop viruses, thank you
random
- 5MB carefully chosen random numbers \o/
youruyu
- 哈夫曼树,输入后有排序,统计子树等等,最后输出结果有树形的输出-After the Huffman tree, there are sort of input, statistical sub-tree and so on, the final output results output tree
orajdjc_jb51
- 用于简单的个人记账或者家庭成员记账 非正常的简单-For simple personal accounting or family member bookkeeping
drawing
- 用java实现的简单的画图程序,基本功能将已经实现-In the Java implementation of a simple drawing program, basic function will be realized
C2
- 算法导论第二章源代码,自己敲的。。欢迎大家学习-source code of introduction to algorithm
222255211
- T9拼音输入法 可以词组输入 可以英文字母输入 不支持联想-T9 Pinyin input method can input phrase can enter the letters Lenovo is not supported
sort
- 插入排序:(直接插入与折半插入)——练手代码 折半插入排序(binary insertion sort)是对插入排序算法的一种改进,所谓排序算法过程,就是不断的依次将元素插入前面已排好序的序列中。-sort algorithm
rock-game(Nim-problem)
- 题目六:取石子游戏 有两堆石子,数量任意,可以不同。游戏开始由两个人轮流取石子。 游戏规定,每次有两种不同的取法, 一是可以在任意的一堆中取走任意多的石子; 二是可以在两堆中同时取走相同数量的石子。最后把石子全部取完者为胜者。 现在给出初始的两堆石子的数目,如果轮到你先取,假设双方都采取最好的策略,问最后你是胜者还是败者。 输入: 输入包含若干行,表示若干种石子的初始情况,其中每一行包含两个非负整数a和b,表示两堆石子的数目,a和b都不大
