资源列表
IAR 教程
- IAR 安装、环境搭建、开发、教程,教程详细,可以使新手快速入门。(IAR installation, environment building, development, tutorials)
txpy-shortest
- 手机号码归属地查询,添加,删除或者修改,()
2016-9-13
- check a drawing dimension by program, automatically.
obtain
- 手机编程,短信网关源代码,可进行短信信号的测试,*功能()
Java从入门到精通(项目案例版)【代码源文件】
- 该文件为书籍《Java从入门到精通 项目案例版》中全部源码。(The file is the full source code of the book "Java from the start to the master project case edition".)
RX8025
- 这是仪表上常用一款时钟芯片RX8025的代码,集成了内部时钟,具有较高的准确度。(This is the code of a clock chip RX8025 that is commonly used in the instrument, which integrates the internal clock with high accuracy.)
Beyes
- 利用matlab实现简单的贝叶斯分类,小案例(Using MATLAB to realize Bias classification)
pcapWang
- 获取pcap报文数据的五元组(时间,源IP,目的IP,源MAC,目的MAC,并过滤http请求(Five tuples (time, source IP, destination IP, source MAC,destination MAC), Filter HTTP request)
Uart
- 这是NXP的LPC2292uart口的驱动,具有较好编程风格,仅供参考。(This is the driver of NXP LPC2292uart and has a good programming style for reference only.)
SPI
- 这是NXP的LPC2292SPI口的驱动,具有较好编程风格,仅供参考。(This is the driver of NXP LPC2292SPI, with a good programming style for reference only.)
DBSCAN
- DBSCAN算法(DBSCAN algorithm)
Matlab
- 对于已经给出的横坐标及对应的函数值,进行三次样条插值。边界条件为二阶导数为0。 需要的追赶法程序也在内。另外还有高斯消去法和gauss-jordan法求逆矩阵的程序(Two of the programes are aming to solving the problem of cubic interpolation with the boundary condition of the zero second-order derivation. The programe of the chasi