-
S_Shell
说明: 用标准C实现shell功能,是操作系统的作业,Linux里面的she(Shell to achieve using standard C function, the operation is the operating system, Linux inside she)
- 2008-11-19 22:55:02下载
- 积分:1
-
WebKit.NET-0.5-src
.NET平台下用C#引用webkit内核源码,已经测试可以使用(NET platform with C# reference webkit kernel source code, has been tested can be used)
- 2013-01-09 16:35:53下载
- 积分:1
-
interest-points
基于兴趣点颜色及纹理特征的图像检索算法,通过同类比较,平均检索准确率提高11个百分点。(Based on the interest points and texture features of color image retrieval algorithm, through a similar comparison, the average retrieval accuracy rate of 11 percent improve.)
- 2009-03-05 11:09:25下载
- 积分:1
-
5
说明: 神秘代码大PK
——2009第二届奇虎360软件安全大赛比赛规则及题目
第五题答案(geeks pk code)
- 2010-01-22 10:26:46下载
- 积分:1
-
audio-catch
音频信号采集 根据二进制编码原则,实现音频信号的信息采集(AUODIO CATCH)
- 2014-02-10 13:00:57下载
- 积分:1
-
平面点集的delaunay剖分
首先新建有关三角化的基本元素:顶点、边、三角形的类:
typedef struct Vertex
{
int x, y;// 离散点的坐标
int index;//点的索引
};
typedef struct Triangle
{
int NodeA; // 三角形的顶点A的坐标索引
int NodeB; // 三角形的顶点B的坐标索引
int NodeC; // 三角形的顶点C的坐标索引
int BorderA; // 三角形的顶点A的对边的索引
int BorderB; // 三角形的顶点B的对边的索引
int BorderC; // 三角形的顶点C的对边的索引
int index; // 三角形的索引
};
typedef struct Edge
{
int Start; // 边的起点的索引
int End; // 边的终点的索引
int LeftTriangle; // 边的左三角形索引
int RightTriangle; // 边的右三角形索引
int index; // 边的索引
}
- 2022-02-02 19:28:54下载
- 积分:1
-
MOVING-MUTI-TARGET-TRACTING(cSharp)
运用C# 和MATLAB编写的多目标跟踪程序,MATLAB编写的多目标跟踪适用于目标数3至4之间,已经通过调试。(C# muti-target tracking)
- 2013-12-09 10:55:48下载
- 积分:1
-
Excel
说明: 封装的excle读写类,转换对象为System.Data.DataTable(Encapsulated excle read-write class, converting object to System.Data.DataTable)
- 2020-06-23 15:54:35下载
- 积分:1
-
genetic-algorithm
遗传算法,用matlab来实现,图像美观,更接近真实数据(Genetic algorithm, using matlab to achieve, beautiful images, closer to the real data)
- 2013-10-16 22:43:03下载
- 积分:1
-
一个完整的csharp皮肤应用程序示例帮助你学会使用需要的皮肤...
一个完整的csharp皮肤应用程序示例帮助你学会使用需要的皮肤-CSharp skin a complete sample application to help you learn how to use the need for skin
- 2022-02-02 19:44:31下载
- 积分:1