-
一个读写INI文件的例子
一个读写INI文件的例子-An example of reading and writing INI files
- 2022-03-20 21:40:49下载
- 积分:1
-
基于wince下串口助手源代码。可以支持十六进制发送接收。
基于wince下串口助手源代码。可以支持十六进制发送接收。-Serial assistant source code. Support hexadecimal send and receive.
- 2022-03-24 18:07:56下载
- 积分:1
-
把两幅图片混合,程序算会比较简单,for visual basic 6.0
把两幅图片混合,程序算会比较简单,for visual basic 6.0-The two mixed picture, the program would be relatively simple calculation, for visual basic 6.0
- 2022-03-01 01:48:35下载
- 积分:1
-
跳频扩频通信系统仿真
跳频扩频通信系统仿真-Frequency Hopping Spread Spectrum Communication System Simulation
- 2022-12-27 02:05:03下载
- 积分:1
-
计算功率普的小程序,很好用。this program is used to calculate power spectrem...
计算功率普的小程序,很好用。this program is used to calculate power spectrem-Computing power Pu small procedures, a very good use. this program is used to calculate power spectrem
- 2023-02-23 08:15:03下载
- 积分:1
-
绘制一个多通道图像的灰度直方图,默认处理文件是lena.bmp
绘制一个多通道图像的灰度直方图,默认处理文件是lena.bmp-Draw a multi-channel histogram of the image, the default processing of documents is lena.bmp
- 2023-03-22 01:20:04下载
- 积分:1
-
利用ini文件将你的应用程序放到“收藏夹”里面
利用ini文件将你的应用程序放到“收藏夹”里面-use ini file your applications to "favorites" inside
- 2022-03-18 14:03:49下载
- 积分:1
-
浏览器风格按钮使用例子
浏览器风格按钮使用例子 -浏览器风格按钮使用例子浏览器风格按钮使用例子
- 2022-01-28 15:00:44下载
- 积分:1
-
in VC environment under the control of the hardware. The program CDROM drive on...
在VC环境下实现对硬件设备的控制。本程序实现对光驱CDROM的开关控制。-in VC environment under the control of the hardware. The program CDROM drive on the switch control.
- 2022-11-14 17:55:03下载
- 积分:1
-
//就是一个封闭区域,要用不同的颜色填充,先在其内部选中一点象素作为“种子”,对其填充,然后判//断其上下左右的象素是否在封闭区域内且未被填充,如果是则也把它选...
//就是一个封闭区域,要用不同的颜色填充,先在其内部选中一点象素作为“种子”,对其填充,然后判//断其上下左右的象素是否在封闭区域内且未被填充,如果是则也把它选为“种子”压入栈,再从栈中弹//出一个对其填充,再判断其上下左右的象素,如此往复,直到最后一个象素被填充为止。
//说明程序用递归 来实现
//fill_point(x,y) //把x,y 单元格进行填充
//is_inner(x,y) 判断x,y是否是单元格内部的点,如果是则返回1否则0-Seed filling algorithm
- 2022-10-25 15:10:03下载
- 积分:1