-
NAudio-1-3
音频播放,音频波形,对研究音频的朋友很有帮助。(Audio playback, audio waveform, helpful friends to study audio.)
- 2013-04-10 17:05:13下载
- 积分:1
-
TZPP
特征匹配的基础例程,包括图像的矫正和几种特征匹配算法测试,VS2015可以直接运行(Basic routines for feature matching, including image correction and several feature matching algorithm tests, VS2015 can run directly)
- 2018-12-04 10:13:57下载
- 积分:1
-
项目Dll引用整理工具
整理设置的目录中所有dll的引用关系,并支持导出excel
- 2023-05-14 19:15:02下载
- 积分:1
-
显示bmp图像的程序
640*480 256 色 .BMP 文件显示程序,可以浏览、同时显示 4 幅图象,也可以 在屏幕上开 一个窗口显示 .BMP 图象,并可以使用上下左右箭头键、PageUp/PageDown、Ctrl+Left、Ctr l+Right键浏览整幅图象,在S3、ATI等VGA卡上 调试通过(640* 480256 color. BMP file display program can browse, also showed four images on the screen can also open a window on the show. BMP images and can be used above and below the arrow keys, and Page/Prompt, Ctrl Left, Right keys Ctr l View the entire images in S3, ATI VGA cards such as debugging through)
- 2005-03-31 15:30:24下载
- 积分:1
-
KMP
#include
#include
#include
//朴素查找算法
//在主串str中查找子串sub
int BF(const char *str,const char *sub,int pos)//O(n*m)
{
int lenstr = strlen(str);
int lensub = strlen(sub);
if(poslenstr)
{
return -1;
}
int i = pos;
int j = 0;
while(i
- 2022-08-04 11:05:40下载
- 积分:1
-
eptree112d
说明: 使用EPTREE可以很好的对,C,C++,Java代码进行解析。绘出函数树图,计算堆栈大小等。
<输出的文件内容>
功能树
INKURUDOFAIRUTSURI
测量若干步骤(有条件汇编)
函数索引(使用堆栈大小为每个功能输出)
使用类名单
全局变量,变结构,对象名单
#定义定义列表
清单中所使用
列表名称
信息分布函数的行数(EPTREE can be used for good, C, C++, Java code analysis. Mapping function tree diagram, calculate the stack size. )
- 2008-10-14 23:15:43下载
- 积分:1
-
Continuum is an financial simulation program written in c# 2.0 winforms.
Continum是一个金融模拟程序,使用 C# 2.0 winform 编写。-Continuum is an financial simulation program written in c# 2.0 winforms.
- 2022-06-27 09:17:44下载
- 积分:1
-
TESTSQL2008
C#访问SQL2008的例子,使用的话先保证自己装了SQL2008(C SHARP SQL2008 DATABASE)
- 2012-12-21 15:23:17下载
- 积分:1
-
Caesar-code
凯撒密码作为一种最为古老的对称加密体制,在古罗马的时候都已经很流行,他的基本思想是:通过把字母移动一定的位数来实现加密和解密。例如,如果密匙是把明文字母的位数向后移动三位,那么明文字母B就变成了密文的E,依次类推,X将变成A,Y变成B,Z变成C,由此可见,位数就是凯撒密码加密和解密的密钥。个人原创。(Caesar password as one of the most ancient symmetric encryption system in ancient Rome have been very popular, his basic idea is: by the letters move a certain number of bits to achieve encryption and decryption. For example, if the key is the number of bits of plaintext letters backward move three, the plaintext letter B into a ciphertext E, and so on, X will become Y-become a B,, and Z becomes C Thus, the median is the Caesar cipher encryption and decryption keys. Personal originality.)
- 2012-05-11 16:37:09下载
- 积分:1
-
mcp2517fd_demo
说明: CANFD 独立控制器开发代码,使用MCP2517模块(CANFD controller code for MCP2517)
- 2020-12-15 15:59:13下载
- 积分:1