-
UIThreadDemo
UI间线程数据传输,初学者可以参考消息收发机制。(UI data transmission between threads)
- 2016-11-24 10:20:12下载
- 积分:1
-
Tiny语言词法分析
C语言实现的Tiny语言词法分析器
使用DFA构造Tiny语言的词法规则,通过一遍扫描得出Tiny语言的Token
- 2023-08-17 06:10:03下载
- 积分:1
-
MPPT
最大功率跟踪控制,适用于风电、海流能发电等控制系统(max power point track)
- 2018-11-13 09:41:06下载
- 积分:1
-
Branch-and-bound-method
MALAB写的,分支定界法求解纯整数或混合的整数规划问题。(Written MALAB, branch and bound method to solve pure integer or mixed integer programming problem.)
- 2013-11-01 10:22:15下载
- 积分:1
-
Pprtools317a
模式识别 MATLAB 的工具箱,比较实用,包括SVM,IICA,PCA,NN等等模式识别算法.,已通过测试。
(MATLAB toolbox of pattern recognition, more practical, including SVM, IICA, PCA, NN pattern recognition algorithms. Has been tested.)
- 2012-10-07 00:26:45下载
- 积分:1
-
聊天程序,服务器
聊天程序,服务器端/客户端,类似与qq聊天,在.net下直接运行-Chat programs, server-side/client, similar to qq chat, in the. Net directly run
- 2022-12-21 23:05:03下载
- 积分:1
-
sorcecode
c++程序设计书(Liang)(全)中源码包括所有例题源码(the sorce code of c++ programming)
- 2010-06-23 21:02:42下载
- 积分:1
-
MyBP-lxf
基于NWP数据和BP-人工神经网络的超短期风电功率预测(Based on NWP data and BP-ANN ultra short-term wind power prediction)
- 2013-11-03 18:50:24下载
- 积分:1
-
STM32_SPI
STM32 SPI口的应用例程,可是设置成主模式或者从模式。(STM32 SPI routine application of the mouth, but set to master mode or slave mode.)
- 2008-04-23 13:50:49下载
- 积分:1
-
closest_pair
分治法思想,求最邻近点对,考虑将所给的n个点的集合S分成2个子集S1和S2,每个子集中约有n/2个点,然后在每个子集中递归地求其最接近的点对(Divide and conquer ideas, find the nearest point to consider given the set S of n points into two subsets S1 and S2, each subset of about n/2 points, and then recursively find its focus in each sub-the closest point)
- 2013-12-07 16:46:26下载
- 积分:1