-
cxfx
读入一个C程序,统计程序中代码、注释和空行的行数以及函数的个数和平均行数,并利用统计信息分析评价该程序的风格。(Read into a C program, statistical program code, comments and blank lines as well as the function of the number of rows the number and average number of rows, and use statistical information analysis and evaluation of the program' s style.)
- 2009-10-11 15:57:14下载
- 积分:1
-
DeleteChar
华为OJ题目,塞答案。删除指定字符串。 (Huawei OJ topic, delete the specified string.)
- 2014-02-27 16:24:55下载
- 积分:1
-
89600
89600全套资料。包括使用,说明,矢量分析的介绍,还有破解89000的文件(89600 full set of information. Including the use, instructions, vector analysis, introduction, the paper also crack 89000)
- 2021-01-11 22:08:49下载
- 积分:1
-
server2
http gui interface test homework seveer(http gui interface test homework server)
- 2011-01-27 01:27:33下载
- 积分:1
-
Filecombine
说明: 这是个人写的简单的文件合并工具,有如下特性:
1. 支持二进制和文本文件合并;
2. 可以自定义填充字节(默认为0);
3. 可以选择源文件的任意地址和任意数据长度(在源文件的数据范围之内);
4. 可以任意修改源文件数据在目标文件(合并或拆分)文件的地址范围;
5. 支持拆分源文件,但单次操作只支持一个源文件和一个目标文件;
6. 可以保存/加载文件拆分合并的配置数据,并于重复使用;(This is a simple file combine tool with the following characteristics:
1. Support binary and text file combine;
2. You can customize the padding byte (default is 0);
3. You can select any address of the source file and any data length (within the data range of the source file);
4. The source file data can be arbitrarily modified in the address range of the target file (combine or split) file;
5. Support split source files, but only one source file and one target file are supported in a single operation;
6. You can save/load the file to combine, split configuration data and reuse it;)
- 2019-10-26 14:27:33下载
- 积分:1
-
StaticImage
使用静态文本控件显示图标和位图,VC++精选编程学习源码,很好的参考资料。(The use of static text control to display the icon and bitmap, VC++ select learning programming source code, a good reference.)
- 2013-12-02 21:27:21下载
- 积分:1
-
expression
利用栈完成算术表达式求值:从键盘或文件中输入算术表达式,计算其结果并显示。要求处理过程为:(1)转换为后缀表达式并输出;(2)对后缀表达式求值并输出。
输入的表达式中可以有整数、实数、括号,运算符包括+、-、*、/、#(代表单目负)。可以多次输入不同的表达式进行计算,直到用户选择“退出”。栈的基本操作可以自己实现,也可以使用系统提供的STL实现。
(Done using an arithmetic expression evaluation stack: file input from the keyboard or an arithmetic expression, calculate and display the results. Requirements process: (1) to postfix expression and output (2) evaluation of the postfix expression and output. Enter the expression can be integers, real numbers, parentheses, operators including+,-,*,/,#( representatives unary minus). You can enter several different expressions are evaluated until the user selects " Exit." Stack can implement the basic operations, you can also use the system implementation of the STL.)
- 2011-10-30 14:14:01下载
- 积分:1
-
DSP
程序是基于DSP的数字图像处理技术,可以实现军事滤波,中值滤波和维纳滤波,实现效果较好(The program is a DSP-based digital image processing technology, the military filtering, median filtering and Wiener filtering, better
)
- 2012-03-18 08:30:46下载
- 积分:1
-
superlu_3.0.tar
说明: LU矩阵分解单机版最新版本,用于快速求解稀疏矩阵组成的方程组的解(LU decomposition matrix version of the latest stand-alone version for fast sparse matrix solution of the solution of the equations)
- 2006-05-16 09:06:27下载
- 积分:1
-
plateidentify
车牌识别 opencv
1.先打开一幅图片然后按照顺序灰度化、二值化、灰度拉伸、车牌定位、二值化、倾斜校正、字符分割、训练神经网络、识别字符。
2.测试图像存储在当前目录的img下。
3.测试集、训练集、目标向量均存储在img下的文本文件中。(License plate recognition opencv
The first open a picture and then follow the order of grayscale, binary, gray stretch, license plate location, binarization, skew correction, character segmentation, training the neural network to identify characters.
Two test images are stored in the current directory img.
(3) the test set and training set, the target volume storage under the img text file.)
- 2012-04-01 19:35:42下载
- 积分:1