资源列表
CSPLog
- 日志记录接口,将接口定义成宏,支持不同的日志级别-Logging interface, the interface is defined as macros, support different log levels
timer
- 一个开机计时的软件 ,可以算开机时间和关机时间,并计算差值。-A boot time of the software, you can count boot time and shutdown time, and calculate the difference.
MySchools
- 高校管理系统源码,包含学生管理,教师管理,和管理员管理三大部分,使用了权限分级,生成报表等技术-College management system source code, including student management, management of teachers, and administrators to manage three parts, the use of classification authority, generate reports, etc. technol
BeginningPython2ndEdition
- Python教程:从傻瓜到专家,英文第二版,学习Python非常好的书籍-Beginning Python From Novice to Professional, Second Edition
JContactBook
- Java编写的一个小通讯录系统,数据库采用mysql,有查询、添加、删除等基本功能。-Java written in a small address book, database using mysql, there are queries, add, delete and other basic functions.
Software-1.3_nxp663x
- NXP收音DSPDEMO软件源代码,软件实现收音基本功能和音频DSP处理-NXP TUNER&DSP TEF6638 SOFT DEMO
altium_10_Crack
- Altium Designer 10的破解文件,破解后不会出现局域网用同一个LICENSE时的冲突-Crack For Altium Designer 10
tidcs
- ti dsp 28335 底层代码 宏定义 驱动示例(dsp 28335 driver example macro example)
个人理财通android
- Android开发的个人理财通系统,专注于期末大作业(Personal financial management system developed by Android)
libviso2
- LIBVISO2 (Library for Visual Odometry 2) is a very fast cross-platfrom (Linux, Windows) C++ library with MATLAB wrappers for computing the 6 DOF motion of a moving mono/stereo camera.
libviso2
- 用于计算移动的单目或者双目相机姿态。可以计算两幅图像视差,场景深度-LIBVISO2 (Library for Visual Odometry 2) is a very fast cross-plat (Linux, Windows) C++ library with MATLAB wrappers for computing the 6 DOF motion of a moving mono/stereo camera.
AddressBook
- 查找记录:以姓名为关键字,查找并显示该记录。若查找不到,则姓名显示为NULL。 添加记录:将当前记录按姓名序加入通讯录,然后显示第一条记录。 修改记录:修改当前记录,显示当前记录。想名字段位关键字,不允许被修改。 删除记录:删除当前记录,然后显示第一条记录(假定姓名是关键字,不允许出现相同的名字的记录,即指定姓名就可以唯一确定待删除的记录)。 第一条记录:将当前记录指针移至首节点,若已经是首节点则不动。 前一条记录:将当前记录指针向前移动一个节点,若已经是首节点则不动。