-
stuctures
本系统采用C语言编写,利用邻接链表实现最短路径问题,关键路径问题等(The system uses the C language, using adjacency list realize the shortest path problem, critical path issues)
- 2008-05-29 21:11:26下载
- 积分:1
-
在mapxtreme下对圆形区域的选择,图元的添加,以及图元在可编辑图层上的加载
在mapxtreme下对圆形区域的选择,图元的添加,以及图元在可编辑图层上的加载
- 2022-07-01 03:55:32下载
- 积分:1
-
moxing
说明: 地震资料处理中需要建立模型,这里上传了一个十分重要的地震资料双曲模型,利用雷克子波与反射系数乘积得到合成地震记录曲线,从而为下一步的处理做好准备。(The need for seismic data processing model, where a very important uploaded hyperbolic model of seismic data using wavelet Lake product obtained with the reflection coefficient curve of synthetic seismogram in order to be prepared to deal with the next step.)
- 2021-03-16 16:19:22下载
- 积分:1
-
machine-vision-algorithm-
包含基于VC++的各种图像、视频处理的源码如图像增强、灰度位图处理、图像平移旋转、bmp2txt等程序源码(Contains various images VC++ based video processing source code, such as image enhancement, grayscale bitmap processing, image translation and rotation, bmp2txt program source code, etc.)
- 2014-05-03 14:54:22下载
- 积分:1
-
Bppssopcnna
一种基于粒子群优化算法(PSO)确定参数的脉冲欧与神经网络滤波方法。。运用粒子群优化算法(PSO)确定pcnn图像滤波参数,对图像进行滤波
(Pulse Europe and the neural network filtering method based on particle swarm optimization (PSO) to determine the parameters. . Particle swarm optimization (PSO) to determine the filter parameters of pcnn image, image filtering)
- 2021-03-18 19:59:20下载
- 积分:1
-
海康dvr流媒体服务器+客户端
海康dvr流媒体服务器+客户端
- 2015-09-15下载
- 积分:1
-
Clouds
VC++生成逼真流动的云彩特效.供初学者学习参考(VC++ generate realistic movement of clouds effects)
- 2009-09-20 20:23:13下载
- 积分:1
-
学生火车票预定管理信息系统的设计与实现
基于C++的学生火车票预定系统,可以实现预览、增删、查询、预定等功能。(Student train ticket reservation system based on C++ can realize the functions of preview, addition and deletion, inquiry and reservation.)
- 2020-06-19 09:00:06下载
- 积分:1
-
24c64
24C64完整遍 24C64完整遍 (24C64 through 24C64 complete integrity of the times)
- 2007-09-20 01:36:30下载
- 积分:1
-
C#获取拼音首字母并进行中文简繁体互转
C#中文简繁体互转,并获取汉字拼音首字母,内含一个中文处理工具类,类中包括了以下处理函数:将字符转换成简体中文、讲字符转换为繁体中文、获取中文字符串的首字母、获取单个中文的首字母,每一个都是挺实用的,下面把字符转换为繁体中文的代码帖上来,需要更多代码的请下载本源码哦:
//讲字符转换为繁体中文,参数包括:要转换的字符串、转换完成后的字符串:
public static string ToTraditional(this string ChineseStr)
{
String TraditionalStr = Microsoft.VisualBasic.Strings.StrConv(ChineseStr, Microsoft.VisualBasic.VbStrConv.TraditionalChinese, 0);
return TraditionalStr;
}
- 2022-08-12 23:26:59下载
- 积分:1