-
这个程序将程序的源代码在不同语言HTML的机智…
This program converts source code of programs in different languages to html with syntax highlighting. You can customize suntax coloring scheme. Compiles with Delphi 7.
- 2023-08-11 20:20:03下载
- 积分:1
-
学习矢量量化
LVQ 可以被理解为一个特殊情况的人工神经网络,更确切地说,它适用Hebbian 学习赢家通吃-基于方法。它是
- 2022-04-20 08:27:39下载
- 积分:1
-
优秀论文(基于非线性的雷达目标识别中的若干问题…
几篇有关雷达目标识别的优秀论文(基于非线性方法的雷达目标识别研究.NH基于高分辨距离像的雷达目标识别.NH雷达目标识别系统的研究和设计.KDH).part3-Several of the radar target recognition of outstanding paper (based on nonlinear methods of study of radar target recognition. NH HRRP-based radar target identification. NH radar target identification system research and design. KDH). Part3
- 2022-01-26 03:40:46下载
- 积分:1
-
vc 的串口调试精灵,可以调试串口,可以学习
vc 的串口调试精灵,可以调试串口,可以学习-vc serial debug wizard, you can debug serial port, you can learn
- 2022-03-30 13:27:06下载
- 积分:1
-
一个圆弧形slider的例子,非常好用
一个圆弧形slider的例子,非常好用-a good example for studying slider.
- 2023-01-05 07:45:03下载
- 积分:1
-
这是一个MidPointLine程序源代码
这是一个MidPointLine程序源代码-MidPointLine source code
- 2022-05-18 08:10:51下载
- 积分:1
-
windows网卡的启用和禁用
windows网卡的启用和禁用,通过点击我的连接,右键属性,不能启用该程序禁用的网卡,必须通过该程序启用。主要是通过windows系统的api接口实现的。该程序通过了实际测试和应用,可以放心使用。
- 2022-03-25 18:32:05下载
- 积分:1
-
Windows下的一个worm源代码
Windows下的一个worm源代码-A worm under the Windows source code
- 2022-05-17 10:08:24下载
- 积分:1
-
am realize the matlab simulation program, a total of five, are, respectively, up...
am仿真实现的matlab程序,一共有五个,现分别上传。此程序均为本人及同事呕心沥血所编,现拿来与朋友们分享。-am realize the matlab simulation program, a total of five, are, respectively, upload. This procedure and I are prepared by dedicated colleagues are used to share with friends.
- 2022-03-30 22:14:44下载
- 积分:1
-
排序程序冒泡排序、 unsort、 部分排序
#define PARTIALLYSORTED_30 3
#define PARTIALLYSORTED_50 4
#define PARTIALLYSORTED_70 5
#define RANDOMIZE_QSORT 1
#define MERGE_SORT 2
#define SELECTION_SORT 3
#define BUBBLE_SORT 4
/ *---随机化快速排序---* /
int random_partition (int * arr、 int 开始,int 结束) ;
void random_quick_sort (int * arr、 int 开始,int 结束) ;
/*----------------------------------------------*/
/*-----------Merge Sort--------------------------*/
空的分区 (int arr [],int 低,int 高) ;
void 归并 (int arr [],int 低,年年高 int int) ;
/*------------------------------------------------*/
/ *---选择排序---* /
void sort_select (int n) ;
int; maxind(int m)
void swap1 (int * x int * y);
/*------------------------------------------------*/
/*-----------------Bubble sort--------------------*/
void recursive_bubble (int * 数组、 int 的大小) ;
/*-----------------------------
- 2022-07-02 17:33:19下载
- 积分:1