-
该程序利用向量V作为依据。生成方循环矩阵
This MATLAB code generates a square circulant matrix using the vector V as the first row of the result if V is a row vector or as the first column of the result if V is a column vector. V may be any numeric data type or a character string.
-This MATLAB code generates a square circulant matrix using the vector V as the first row of the result if V is a row vector or as the first column of the result if V is a column vector. V may be any numeric data type or a character string.
- 2022-12-18 03:50:03下载
- 积分:1
-
The book for the device drivers under LINUX materials, detailed and very useful
本书为LINUX下设备驱动程序的教材,内容详细,非常实用-The book for the device drivers under LINUX materials, detailed and very useful
- 2022-03-24 14:06:24下载
- 积分:1
-
VB TreeView应用实例-支持多节点选择
一个支持多节点选择的VB TreeView应用实例,TreeView树型多节点选择原型示例。你或许对下列代码感兴趣:
VB版竖直带TAB的树形折叠菜单
vb增强型Treeview视图菜单控件
- 2022-04-20 14:36:29下载
- 积分:1
-
TraceViewer 可 Debug / Trace 的好工具
TraceViewer 可 Debug / Trace 的好工具-TraceViewer may Debug/Trace a good tool
- 2023-06-29 09:20:03下载
- 积分:1
-
a serial debugging tools, can see the same serial input and output of the actual...
一个串口调试工具,可以同样看到串口的输入和输出情况,在实际调试中很有用-a serial debugging tools, can see the same serial input and output of the actual useful debugging
- 2022-04-16 06:52:57下载
- 积分:1
-
1维数组
应用背景本代码实现基本的Java编程的任务 ; ; ; ;关键技术Java,阵列,应用,一个层面,一个层面,一个层面,阵列
- 2023-02-28 06:40:03下载
- 积分:1
-
VB制作带ICO图标的菜单实例
VB制作带ICO图标的菜单实例,使软件窗口上的菜单更专业、更美观。实现思路:隐藏各Picture Box控件,使各Picture Box控件能够根据图片自动改变大小,得到窗口中菜单的句柄,得到第一个子菜单File的句柄,得到File菜单中的第一个菜单项的ID,然后为其添加图标,也可以添加两个图片,一个表示菜单项被选中状态,另一个表示菜单项没有被选中,得到File菜单中各个菜单项的ID并为其添加图标,
- 2022-07-27 10:19:31下载
- 积分:1
-
串口监视软件
串口监控器软件是一个免费的多功能串口通讯监控软件,它能够多种方式显示,接收,分析通讯数据;能够以多种灵活方式发送数据;方便的数据编辑功能。功能强大,操作简单,在串口通讯监控,设备通讯测试中,能够很好地提高您的工作效率。
- 2022-02-04 21:39:05下载
- 积分:1
-
intraweb 开发用 web报表控件源码
intraweb 开发用 web报表控件源码-Intraweb development web statements source control
- 2022-01-21 00:15:31下载
- 积分:1
-
滚球游戏意智游戏
问题描述
有八个小洞,序号和分布位置如图。小球从A、B、C(即洞号0、1、2)三个位置之一滚下。如果洞的状态为0时,球向左滚;如果洞的...
滚球游戏意智游戏
问题描述
有八个小洞,序号和分布位置如图。小球从A、B、C(即洞号0、1、2)三个位置之一滚下。如果洞的状态为0时,球向左滚;如果洞的状态为1时,球向右滚。凡是球滚过的洞,状态取反(既由1变0,由0变1)。
现用8位二进制数依次从左到右表示八个小洞的状态。
例: 图中的初始状态为 00000101 时,最多滚入3个球时有
从C洞滚入一小球状态为 ――――> 00101111
从B洞滚入一小球状态为 ――――> 01111011
从A洞滚入一小球状态为 ――――> -bowls game Italy-game description eight holes and serial number and distribution figure. Small ball from the A, B, C (hole No. 0,1,2), one of the fallen three locations. If the state of the hole 0:00 a.m., the ball rolling left; If the state of the hole 1:00, the ball rolling right. Whatever strain at the hole, from the anti-state (both from a variable 0, 0 Variable 1). Now with eight followed by the binary number eight hole, said whatever the state. Cases : Figure the initial states of 00000101, three roll-up ball from C hole rolled over a small ball of----> 00101111 B hole rolled over from one state to the small ball----> 01111011 from A hole rolled over a small ball of---->
- 2023-04-01 05:00:04下载
- 积分:1