-
RGBHSI
读入图像,对图像进行分析,用于堆积体数字图像边缘检测(Edge Detection of Accumulated Digital Images)
- 2020-06-21 06:20:02下载
- 积分:1
-
tiaozhi
可以产生ASK FSK PSK 等调制信号。非常好用已经实现了所有功能。在硬件测试通过了(Can generate ASK FSK PSK modulated signals and so on. Is very easy to use all the features has been achieved. On the hardware test of the)
- 2009-12-25 23:37:44下载
- 积分:1
-
车辆管理系统V1.1
说明: 这是我开发的一个车辆管理系统,里面包括原程序文件,开发程序文件以及系统运行程序!(development of a traffic management system, including inside the original files, the development program files and system operational procedures!)
- 2006-01-08 23:22:57下载
- 积分:1
-
自定义边框和圆角效果的VC++漂亮窗体
具有圆角边框和自定义边框效果的VC++漂亮窗体,纯VC++代码实现的哦,相信这种方法对你来说,是绝对值得参考的,学会这种方法,美化和自定义你的软件外观就不是什么难事了。
- 2023-05-14 06:25:03下载
- 积分:1
-
WinMain
说明: 对WinMain函数详解的实例,可以深入了解windows应用程序的运行机制(A detailed example of the WinMain function can provide insight into the operating mechanism of Windows applications.)
- 2020-06-16 00:20:01下载
- 积分:1
-
SnakeGame
一个完全用C语言实现的贪吃蛇游戏,在TC环境下运行!对于初学C的同志,写个小游戏无疑是打基础的好方法,同时也提高自己对编程的兴趣!(A Snake game entirely in C language to run in the TC environment! Beginner C comrades to write a small game is undoubtedly a good way to lay the foundation, but also improve their own interest in programming!)
- 2013-04-27 09:52:37下载
- 积分:1
-
C#使用LINQ筛选动态数组中是string类型的元素
C#创建动态数组,筛选指定类型的元素,使用LINQ筛选动态数组中是string类型的元素。核心代码如下:
ArrayList arrList = new ArrayList(); //创建动态数组
arrList.Add(1);//添加动态数组元素
arrList.Add(2);
arrList.Add("A");
arrList.Add(3);
arrList.Add("b");
//使用LINQ筛选动态数组中是string类型的元素
var query = from item in arrList.OfType()
select item;
label1.Text = "是字符串类型的有:";//显示string类型的元素
foreach (var item in query)
{
label1.Text += item + " , ";
}
- 2022-01-24 17:23:38下载
- 积分:1
-
Experiment_C#
读写器的C#开发程序, 主要开发读写器的读写功能和各个频段下的操作(Reader C# development process, the main development of read-write function and the operation of each frequency band)
- 2017-07-27 20:38:50下载
- 积分:1
-
这是一个声控系统,大家可以根据这个软件的代码去做一些相关的软件。其中包括了文档,代码以及软件...
这是一个声控系统,大家可以根据这个软件的代码去做一些相关的软件。其中包括了文档,代码以及软件-This is a voice-activated system, we can according to the software code to do a number of related software. Including documentation, code and software
- 2022-11-10 09:05:04下载
- 积分:1
-
Matlab实现
采用Iris数据集,实现神经网络bp算法。(Iris neural network BP algorithm is implemented by using data set.)
- 2017-07-27 15:19:45下载
- 积分:1