资源列表
myqrsxtsjy
- 工业控制和自动化设计学习类参考书籍,嵌入式系统设计与实例开发,值得学习和临摹-Industrial control and automation design learning class reference books, examples of embedded system design and development, it is worth studying and copying
dev
- qt 插件开发环境安装配置 qt Plugin Development Environment Installation and Configuration-qt Plugin Development Environment Installation and Configuration
OpenTLD
- 新的单目标长时间跟踪算法。matlab与c混合编程,效果很好-The new single-target tracking algorithm for a long time. and c matlab mixed programming, with good results
suanfa
- 用来介绍一些经典的算法,这样有助于我们开发程序!-Used to introduce some classical algorithm, and this helps us develop program!
tcpipbook1
- tcp/ip详解1中文版,最经典的TCP、IP详解
ProficientMatlab65Tutorial
- 精通Matlab65教程光盘版iso格式-Proficient Matlab65 Tutorial
AndroidFFmpegSource
- This project aims to create working library providing playing and converting video files in android via ffmpeg libraries. We rather want to use ffmpeg library without modifications to facilitate updating of ffmpeg core.
03-luke
- luke都是设计大赛了快捷电路考试,好多时间函数的(lukedsadfasdfasdfdasd)
shexiangjibiaoding
- 张氏标定法利用棋盘格实现摄像机内外参数标定(Calibration of internal and external parameters of camera by Zhang's demarcation method)
PrinterServer
- 这是一个TCP/IP接收程序,接收的数据在屏幕上显示。合格的数据保存到SQLSERVER数据库中。而且,对于LISTBOX还设置了显示水平滚动条的功能。垂直方向设置了滚动到最后一条加入的最底部一条的功能。-This is a TCP/IP receiver program, the received data is displayed on the screen. Save the qualified data to SQLSERVER . Moreover, the LISTBOX also
particle-filter-for-tracking
- A simple example showing how to track an object with particle filter. Likelihood is based on Bhattacharya distance of color histogram.
jiaoxuejihua
- (为何没找到C++编程选项)本程序实现教学计划编制的制定。假设大学的任何专业都有固定的学习年限,每学年含两学期,每学期的时间长度和学分上限值均相等。每个专业开设的课程都是确定的,而且课程在开设时间的安排必须满足先修关系。每门课程有哪些先修课程是确定的,可以有任意多门,也可以没有。用有向网表示教学计划,其中顶点表示某门课程,有向边表示课程之间的先修关系(如果A课程是B课程的先修课程,那么A到B之间有一条有向边从A指向B)。试设计一个教学计划编制程序,获取一个不冲突的线性的课程教学流程。课程线性排列