-
路径最短算法(C 语言开发完成),希望对大家有所帮助,
路径最短算法(C 语言开发完成),希望对大家有所帮助,-min topo path
- 2022-09-22 12:45:02下载
- 积分:1
-
此代码为socket通信程序,主要是从客户端发送一文件,然后在在服务器段接收。...
此代码为socket通信程序,主要是从客户端发送一文件,然后在在服务器段接收。-This code for the socket communication program, mainly from the client to send one document, and then the server receives paragraph.
- 2022-02-16 06:21:14下载
- 积分:1
-
创业
与创业有关的资料,可以用来商业设计大赛参考.-And entrepreneurship-related information, can be used to refer to commercial design contest.
- 2022-02-10 09:28:53下载
- 积分:1
-
In order to obtain the required source files, please do not care. This is a simp...
为了得到需要的源文件,请大家不要在意。这是一个简单的vrml源文件。-In order to obtain the required source files, please do not care. This is a simple vrml source files.
- 2022-01-26 02:20:14下载
- 积分:1
-
delphi源程序看看,这可能对你有帮助
delphi源程序看看,这可能对你有帮助-delphi look at the source, which may have been helpful to you
- 2023-02-06 20:05:04下载
- 积分:1
-
图像的二值化处理
实现二值化,当像素值(r+g+b)/3>128时设为255,当像素值小于128时设置为0.做归一化处理后,2值化的颜色 1为白,0为黑。边缘部分,计算有误差,255,254,253,252 就算白,0,1,2,3,4就算黑。屏幕显示时,肉眼是分辨不出这点误差的。你可以对2值化后的图像值作归一化处理,得到1和0,然后再放大(乘255),就可得到满意的数值。至于左边界上 1 254 253, 0 255 255,可能是2值化前,颜色原本就有差别。不是2值化的错误。
- 2022-09-03 03:00:05下载
- 积分: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
-
GPS原始数据分割的小工具,直接解压执行就能用
GPS原始数据分割的小工具,直接解压执行就能用-GPS raw data segmentation of small tools, the implementation will be able to directly extract used
- 2022-04-23 16:03:24下载
- 积分:1
-
yacc之C0语言语法分析器(半成品)
输入文件是任何一个目录下的文件格式的C0语言程序段,
输出文件是以xml格式表示的语法分析的结果,
程序将输入文件作为输入,用flex扫描、分解字符串,识别出一个个单词(定义符、标识符、运算符、界符、常数),flex再将标识符传递至bison,由bison进行语法分析和构建语法分析树,最后按格式输出语法分析树。
- 2023-05-13 12:05:04下载
- 积分:1
-
text color gradually used vc Oh! !
文字的颜色渐变,用到vc哦-text color gradually used vc Oh! !
- 2022-03-13 17:39:59下载
- 积分:1