资源列表
同步与互斥
- 实现信号量的同步与互斥,更改信号量需同步,不能出现写丢失,互斥操作只能允许一个操作执行,拒绝其他行为读取和更改。(To achieve synchronization and mutual exclusion semaphore)
chicken
- 已知鸡和兔的总数量为n,总腿数为m。输入n和m,依次输出鸡的数目和兔的数目。如果无解,则输出No answer。(The total number of chickens and rabbits was known to be n, and the total leg number was m. Input n and m to output the number of chickens and the number of rabbits in turn. If there is no solu
WaterCard_RW_forAndroid-master
- AIDE编写的一个Android 读写 m1卡demo的Activity,无注释,仅供学习研究,切勿用于非法用途!!(AIDE write a Android read and write M1 card demo Activity, no annotation, for study research, not for illegal use!!)
欧拉方法
- 解决初值问题,也就是不能直接跟用解析方法解决的方程,用近似的方法。(Solve the problem of initial value)
12
- 学生成绩查询删减查找等功能。。。。。。。。。。。。。。。。。(Result query deletion lookup)
STM32库函数
- STM32库函数,适用于stm单片机学习和开发,欢迎大家下载。(STM32 library function,weicome to download.)
背包问题
- 贪心算法解决背包问题:给定n种物品和一个背包。物品i的重量是Wi,其价值为Vi,背包的容量为C。应如何选择装入背包的物品,使得装入背包中物品的总价值最大?(The greedy algorithm solves the knapsack problem: a given n item and a backpack. The weight of the item I is Wi, its value is Vi, and the capacity of the knapsack is C. How
Snake
- MFC实现的贪吃蛇小游戏,程序相对简单,适合MFC初级学者。(MFC realization of the snake game)
冒泡
- 数据结构,使用c++实现的冒泡排序,简单实现没有bug,啦啦啦(Data structure, using c++ to implement bubble sort, simple implementation without bug, cheerleading)
二值图像分组
- 基于c++的二值图像分组。一次小练手,为后面的学习做一些基本的准备。(binary image grouping)
快速排序
- 数据结构,使用c++实现的快速排序,简单实现没有bug,啦啦啦(Data structure, the use of c++ to achieve fast sorting, simple implementation without bug, cheerleading)
链队列
- 数据结构,使用c++实现的链队列,简单实现没有bug,啦啦啦(Data structure, the use of c++ to implement the chain queue, simple implementation without bug, cheerleading)