资源列表
PracticalQuiz5
- ssd 3 Practical guiz 5 about TestAttlete
sys_herbnate_timeout_reboot
- 实现了系统的定时休眠功能,在休眠一定时间后,主动唤醒系统并执行指定的操作。-To achieve a system of regular sleep function, after a certain time in sleep, wake up the system and take the initiative to perform the specified operation.
FIFO-and-LRU-algorithm
- 实现页面置换的先进先出算法(FIFO)和最近最久未使用算法(LRU)。很不错。-FIFO page replacement algorithms (FIFO) and least-recently-used algorithm (LRU). Very good.
ofdmwaterfilling
- 介绍了OFDM技术的基本原理及系统实现,并分析了OFDM系统的优缺点;接着论述了自适应比特功率分配算法的原理和步骤,同时还着重介绍了注水算法,并对该算法进行了实验仿真,进一步论证了该算法是最优的功率分配算法-introduces the basic principle and implementation of the OFDM system firstly, and analyzes the advantages and disadvantages of the OFDM system. Th
ASCII-To-Hex
- ASCII码转换为十六进制数码,Windows X86 32 API-ASCII code to Hexdecimal Code converter
111
- GPS定位的最小二乘算法,简单易懂,可调用。-Least squares algorithm for GPS positioning, simple and easy to understand, you can call.
pb_array_2function
- 在pb中,删除数组中间的一项,由于在pb中,数组函数较少,只能自定义如何删除数组中一项。-delete one item of powerbuilder array and delete some items befor an index.
ROMP
- 该算法首先根据相关原子挑选多个原子作为候选集,然后从候选集中按照正则化原则挑选出部分原子,最后将其并入最终的支撑集,从而实现了原子的快速、有效选择-Firstly, a plurality of atoms selected on the basis of the candidate sets as atoms, and from the candidate set according to the principle of the selection of the regular part o
Encryptor
- To attempted to do a different approach in encrypting a string. This is the result, it shows a different Result, depending on the size of the string and a random number. To Save it you can use: Open "file.bin" for binary as #1 put #1,, PasSav Close #
clock
- 时钟设计,采用定时器控制的一个小程序,非常经典-Clock Design
r_atan2_
- return NaN if fx or fy is NAN.
stepper
- This is a program to control a stepper motor, in Python language.