搜索资源列表
DataStructure_Search
- 1.6.1 顺序表的查找 273 范例1-94 顺序表的查找 273 ∷相关函数:Search_Seq函数 1.6.2 静态树表的查找 276 范例1-95 静态树表的查找 276 ∷相关函数:Search_SOSTree函数 1.6.3 二叉排序树的基本操作 280 范例1-96 二叉排序树的基本操作 280 ∷相关函数:InsertBST函数 1.6.4 平衡二叉树的基本操作 285 范例1-97 平衡二叉树的基本操作 285 ∷相关函数:Sear
crc
- 自动完成CRC校验码的计算 1 010110001101 110011 可以得到: (1)index:5 pointing:1 101011 110011 011000 (2)index:6 pointing:0 110000 110011 000011 (3)index:7 pointing:0 000110 0 000110 (4)index:8 pointing:0 001100 0 001100 (5)ind
Count101
- Count 101 就是长度为n的二进制(共2^n个数),求有多少个数没有 101 的出现 先写代码 搜索 101 ,也就是与5进行异或,不为0则右移一位再判断,直到为0,可以搜出n长度里没有 101 的个数,可是长度为50时就超时了···更何况题目给出的10000呢。。。。看看前20位的输出结果。可以发现公式:-And their length is exactly n. And what’s more, each chain sequence doesn’t contain “101
link
- 建立一个链表,每个结点包括的成员为:职工号。 用一个creat函数来建立链表,用list函数来输出数据。 (5个职工号为101,103,105,107,109)-a func: create () to realize a link with personNum
BPnet
- 此例是利用BP神经网络学习三位二进制代码的识别功能,例如当学习完后输入101,判断出结果为5,输入010判断结果为2,参看测试结果截图。-This case is the use of BP neural network learning three binary code recognition, for example, when after learning input 101, to determine the result of 5, 010 judgment result is tw
ex2_22_1
- 设计一个三层BP神经网络,并训练它来识别0,1,2, ,9,A, ,F,这16个十六进制已经被数字成像系统数字化了,其结果是对应每个数字有一个5 3的布尔量网络。例如0用[1 1 1 1 0 1 1 0 1 1 0 1 1 1 1]表示;1用[0 1 0 0 1 0 0 1 0 0 1 0 0 1 0]表示;2用[1 1 1 0 0 1 0 1 0 1 0 0 1 1 1]表示,等等。-Design a BP neural network and tra
matlab-training-2660
- 《MATLAB程序设计教程》电子教案-2660 的目录 2005/04/21 21:24 57,856 第10章 MATLAB图形句柄.ppt 2005/04/21 21:25 64,512 第11章 MATLAB图形用户界面设计.ppt 2005/04/21 21:26 75,776 第12章 Simulink动态仿真集成环境.ppt 2005/04/21 17:58 48,640 第13章 在Word环境下使用MATLAB.ppt 2005/04/15 19:59
poisson
- solutions elec tr 101 hw solutions. this is the complete code for the whole solution set for the hw, for hw 5