资源列表
priority-queue
- 优先级队列(priority queue)就是遵循两个排序规则的集合。首先,具有高优先级的项目在先。第二,具有相同优先级的项目使用先进先出方法来确定其排序。-Priority queue (priority queue) is to follow two collations set. First, a high-priority item first. Second, with the same priority projects using the FIFO method to determ
sizeyunsuan
- 四则运算表达式求值,将四则运算表达式用中缀表达式,然后转换为后缀表达式,并计算结果。-Four arithmetic expression uation, the four arithmetic expressions used in infix expression, and then converted to a postfix expression, and calculate the results.
76
- FPGA的76个实用例程源码,适用于新手的快速入门-FPGA' s 76 practical routines source for novice Getting Started
Cpp1
- 编写背包问题的动态规划求解代码。 背包问题 ,背包容量为W,物品个数为n,随机产生n个物品的体积(物品的体积不可大于W)与价值,求解该实例的最优解。 -Write knapsack problem dynamic Solver code. Knapsack problem, knapsack capacity of W, the number of items is n, randomly generated volume of n items (bulky items ca
ToDoList1
- 一款VC写的日程安排软件,容量较小,大多数行程安排的需求可以满足。-Write a VC scheduling software
demo16-LCD1602
- 51单片机的LCD1602汇编语言程序,完整工程-51 MCU LCD1602
jiaohao
- 银行叫号系统,最基本的,包含了上下班的条件-Bank calling system, the most basic, including commuting conditions
y86simay86asm
- 上交ics应该对一些人有帮助,大家看看吧-someting in shanghai jiaotong daxue ics lab
SVPWM
- SVPWM 有算法,有其于DSP28335的源码,其中还有扇区选择方法-SVPWM CONTROL CODE
zigbee-2006-serial-cross-hair
- zigbee-2006串口互发,是TI源码,实现串口通信-zigbee-2006 serial cross-hair, is TI Source, serial communications
PINGPANGQIU
- 实现乒乓球的简单功能,一对没接到球,二队加一分,二队如果没接到球,二队加一分-A simple function for table tennis match, a pair of missed the ball, add one point, second team if the team missed the ball, a pair of a point
final
- 1.写一个程序,它先接收一个字符串,然后显示其中数字符的个数、英文字母的个数和字符串的长度。 2.模拟密码输入:假设数据库中有密码5201314,用户输入一个字符串,显示的时候全都以*出现,然后判断用户输入的字符串是否与数据库中密码相同,若相同,输出“Password Right!”,否则输出 “Password Error!” 3.写一个程序,它先接收一个字符串,然后抽去其中的空格,最后按相反的顺序显示这个改变后的字符串。 4.找出负数的个数 5.求阶乘-1. Write a
