-
liushuizuoye
这是基于VC++的一个简单的流水作业程序(动态规划法)(This is based on the VC a simple routine procedure (Dynamic Programming))
- 2007-05-10 00:54:02下载
- 积分:1
-
Lucas-Kanade-Tracker-master
说明: 光流法实现图像追踪,可用于图像配准已经位姿估计(Optical flow method for image tracking)
- 2021-03-12 10:59:50下载
- 积分:1
-
2783
主要为数据分析和统计,代码里有很完整的注释和解释,感应双馈发电机系统的仿真。( Mainly for data analysis and statistics, Code, there are very complete notes and explanations Simulation of doubly fed induction generator system.)
- 2017-04-28 12:17:39下载
- 积分:1
-
ImageShow - 副本
图像的ROI区域选取,对图像的二值化与旋转处理(ROI region of the image, the image of the two values and rotation processing)
- 2017-07-31 11:00:56下载
- 积分:1
-
lexical-011
The following words are used as keywords in proposed extensions and are therefore reserved to allow for the possibility of future adoption of those extensions.
- 2013-12-25 10:49:21下载
- 积分:1
-
prg5_2.c : UDP客户。该程序通过命令行参数输入服务器IP地址和发给服务器的信息,然后执行UDP套接字客户端的基本过程。...
prg5_2.c : UDP客户。该程序通过命令行参数输入服务器IP地址和发给服务器的信息,然后执行UDP套接字客户端的基本过程。-prg5_2.c : UDP customers. The program command line parameter input server IP addresses and the information sent to the server, then the implementation of UDP socket client the basic process.
- 2022-02-18 16:12:15下载
- 积分:1
-
亚声速-超声速等熵喷管流动的CFD解法 python
亚声速-超声速等熵喷管流动的CFD解法,运用python语言对方程的求解实现。(CFD solution for the flow of subsonic and supersonic isentropic nozzle,the solution of the equation is realized by using the python language.)
- 2020-07-03 19:40:02下载
- 积分:1
-
svm_light3
支持向量机的C语言程序,广泛应用在模式识别领域中,有较大的参考价值(SVM C language, widely used in the field of pattern recognition, a larger reference value)
- 2005-04-19 10:41:20下载
- 积分:1
-
Advanced-C-language
C语言进阶资料,一共分为八讲,提高的好资料。(Advanced C language data, a total of eight, good data to improve the.)
- 2013-10-17 19:04:15下载
- 积分:1
-
定义类IntChar Exercise-1-IntChar
定义类IntChar,实现用一个整数保存一个长度不超过4的字符串。假设一个字符长度是1个字节。
* 例如:"ABCD",用一个整数保存,其二进制形式为:0100 0001 0100 0010 0100 0011 0100 0100
* 长度不足四个字符的串,剩下部分用0补足。
*
*
* 自己根据需要类IntChar的属性和方法,但需满足以下要求:
* 1. 在类IntChar中,不能用C++语言中的string类型来定义任何属性(变量)。
* 2. 对于定义的类IntChar,在main函数中,能用以下方式使用类IntChar:
*
* void main()
* {
* IntChar IC("Love")
* IC.ASC_Print() // 以字符串形式显示对象IC中保存的内容
* IC.Binary_Print() // 以二进制形式显示对象IC中保存的内容
* IC.Int_Print() // 以整数形式显示对象IC中保存的内容
* }(Custom class IntChar, save a length not exceeding 4 string with an integer. Suppose a character length is 1 byte.* For example: " ABCD" , kept by an integer, binary form: 0,100,000,101,000,010 0100 0011 0100 0100* length of less than four characters of the string, the rest of complement with 0. The*** the need class IntChar of the properties and methods, but must meet the following requirements:* 1. In class IntChar, can not use the string type the C++ language to define any attributes (variables).* 2. Defined class IntChar, the main function can be used following ways IntChar:** void main () {IntChar IC (" Love" ) * IC.ASC_Print () // in characters string displayed in the form saved in the object IC* IC.Binary_Print () // save the contents of the object IC* IC.Int_Print () in binary form // integer saved in the object IC*})
- 2013-05-11 22:10:57下载
- 积分:1