-
hop_2_leach
在leach上的改进,采用matlab模拟两跳leach(two hops leach)
- 2012-01-15 21:55:37下载
- 积分:1
-
ExportToExcel
改程序的主要功能是将mfc中ListCtrl中的数据导入到Excel中。(he main function of the program is to change import data in mfc CListCtrl in to Excel.)
- 2016-09-12 09:54:29下载
- 积分:1
-
map_pin
ͼƬ
- 2010-04-03 10:52:57下载
- 积分:1
-
基于区域的主动轮廓模型算法论文RegionBasedSnake
基于区域的主动轮廓模型算法,是论文《Active Contours Without Edges》的VC算法实现(Region-based active contour model algorithm, for the paper " Active Contours Without Edges" of the VC algorithm)
- 2020-06-28 12:00:01下载
- 积分:1
-
key
基于stm32vct6的4*4矩阵键盘扫描程序(4*4 keyboard program for stm32vct6)
- 2013-08-28 19:12:30下载
- 积分:1
-
Vigenere
说明: 使用维吉尼亚矩阵进行对明文的加密以及解密。(Vigenere matrix is used to encrypt and decrypt plaintext.)
- 2019-04-11 18:26:45下载
- 积分:1
-
template
template 模版函数 函数模版 深入了解(template template template-depth understanding of the function function)
- 2013-07-15 17:33:53下载
- 积分:1
-
实验25:DS1302时钟
说明: ds1302时钟c语言驱动源码,适用于51单片机开发板。(DS1302 clock C language driver source code, suitable for 51 single chip development board.)
- 2020-06-22 01:20:02下载
- 积分:1
-
小学生考试系统原程序.利用该程序系统可以实现:1.输入小学生考试的科目 2.输入考试成绩 3.统计其平均分 4.求出班级平均分 5.求出及格和不几个的情...
小学生考试系统原程序.利用该程序系统可以实现:1.输入小学生考试的科目 2.输入考试成绩 3.统计其平均分 4.求出班级平均分 5.求出及格和不几个的情况-original procedure. Using the System can be achieved : 1. The importation of primary examination subjects 2. Three input examination results. Statistics on average four hours. Derived classes average five points. Get a few passes and the situation
- 2022-04-18 22:42:59下载
- 积分:1
-
农夫过河
农夫过河问题 用四位二进制数分别顺序表示农夫、狼、白菜和羊的状态 ,即:{dddd} {Farmer, Wolf, Cabbage, Goat} 其中:d={0,1} ,0表示在东岸 1表示在西岸,初始状态为0000,终止状态为1111 ,采用广度优先搜索方法,并使用按位异或的运算符。 step.1 初始化(1)设立route[16]来记录已经考虑过的状态。state来记录当前时刻的状态(状态编号的二进制形式即状态本身)aftercross来记录渔夫当前的选择(渡河对象)会导致的结果状态,passenger作为临时变量,用于表达农夫的选择(对应二进制位为1表示选中该乘客),results[16]={0}用于输出结果(2) 创建“状态”队列 enqueue(states_que,0x00); 且初始状态0000入队(3)创建函数int is_safe(int state),用于判断状态是否安全 不安全时(即羊菜同岸且农夫不在场,狼羊同岸且农夫不在场时),返回0; 安全时,返回1; step.2(1)使用for循环依次考虑农夫可能的选择:携带羊、白菜和狼,以及农夫只身渡河的情况 for( passenger = 1; passenger
- 2023-07-26 06:40:03下载
- 积分:1