资源列表
VC6OPC.rar
- OPC服务器的开发人员必须实现必选接口的全部功能(最小实现)。一个OPC客户通过调用OPC 必选接口的函数与OPC服务器进行通讯。当然,OPC服务器开发人员也可以实现可选接口的功 能。可选接口并不一定要在每一个OPC服务器里实现。当一个OPC服务器支持可选接口时,此 接口内部的各个功能函数都能够被调用,甚至此函数返回E
Cpp1
- 输入一个n,输出一个n行n列的,螺旋形增加的1~n^2的矩阵-Spiral matrix
compare
- 在分类算法中,得出分类结果后,需要和原来的进行比较,判断分类正确与否-In the classification algorithm, the classification results obtained, and the original needs, and determines the correctness of the classification
LSDE
- 应用matlab求解线性随机微分方程dx(t)=sin(x(t))+sigma*dB(t)的输出结果。-generates outcomes of solutions of the SDE dx(t)=sin(x(t))+sigma*dB(t)
calender
- 本代码可实现打印日历功能。即用户输入年份和月份,程序则输出该年该月的月历。-print the calender
C-string
- 如何找出一个字符串中第一个只出现一次的字符,编程环境是VC6.0-How to find a string of first character appears only once, the programming environment is VC6.0
GM11_1
- 通过少量的、不完全的信息,建立灰色微分预测模型,对事物发展规律作出模糊性的长期描述-Through a small amount of incomplete information, the establishment of grey differential model, the development of the law of things to make a fuzzy long-term descr iption
LCS
- 动态规划,将两个字符串结合起来,他们的公共子串只输出一次。根据LCS函数对每一步该向左、向上还是向左上对角线走的状态用state[i][j]进行标记。打印函数PrintLCS中,state[][]==1的时候,表示往左上回溯,2时往上回溯,3时往左回溯。直到i=0且j=0即到了表初始位置时结束,然后由之前的路线打印字符串。-The LCS for public the firstborn sequence.
img_resample
- IDL中的批量重采样,可以省很多时间,根据自己的需求,采样成不同分辨率的图像。-IDL in batch resampling, you can save a lot of time, according to their needs, a different sampling resolution images.
hlss
- 关于雷达海洋回波谱的分析于仿真的主函数, -About ocean radar echo spectrum simulation
fixed-increment-rule
- 模式识别小算法:利用固定增量法进行分类,里面含分类结果-fixed increment rule
AnalogReadSerial1
- Adding Strings together Examples of how to add strings together You can also add several different data types to string, as shown here: - Adding Strings together Examples of how to add strings together You can also add several d