资源列表
uva_base_hfut_v13.2
- 基于UVA底层的代码,可以直接在2d环境下运行比赛,可以通过kdevelop打开工程(Based on the UVA underlying code, you can run the game directly in the 2D environment and open the project by KDevelop)
tftb
- 时间频率工具箱(TFTB)是大约100个脚本的集合,由GNU Octave和Matlab(R)开发。用于处理非平稳信号的时频分布。研究人员和工程师使用时需要具备一些基本的有关信号处理的知识。(The Time-Frequency Toolbox (TFTB) is a collection of about 100 scr ipts for GNU Octave and Matlab (R) developed for the analysis of non-stationary signa
eof
- 使用的是2019a 的matlab,对海温数据进行的eof程序分析(the eof of the matlab)
fangdaijisuanqi
- 计算房贷,可以计算各种两种房贷方式,本额本金和本额本息,界面是可视化的用mfc编写的,还可以自己修改利率-Calculation of the mortgage, the mortgage can calculate a variety of two kinds of ways, the principal amount and the amount of principal and interest, with a visual interface is written in mfc, but
vxworks
- vxworks开发使用指南和tornado开发环境使用指南-VxWorks Development Guide, tornado development environment user guide
nt2_2.0.tar
- conversion de matlab vers c-conversion de matlab vers c++
agslib-3.7-2014-11-06.swc
- flex 版本的arcgis开发包,实现各种地图的切换和加载功能
imageprocess
- 图像处理,车牌识别,比较实用的参考程序。-Image processing, license plate recognition
tftb2002
- 这是matlab中的时频分析工具箱,希望大家用得上。
Prentice_Hall-Expert_C_Programming_Deep_Secrets.ra
- 这是北大ACM平台官方撰写书籍,详细说明了一些经典题目和算法,网上很难下到~~!-This is a platform for the official Peking University ACM write books detailing some of the classic topics and algorithms, online it' s very hard to ~ ~!
MPCASourceCode
- The matlab codes provided here implement two algorithms multilinear principal component analysis to run the face recognition using FERET database.
UFApp
- write an application UFApp that 1. Prompts for a file name. 2. Reads the first integer, which is the number of sites. 3. Reads each pair of integers, p and q, representing sites and if not already connected, connects by calling union(p,q).