-
一个有关进制的和程序,它将一定范围内的数编制成组,通过从二进位制到十进位制,
进行编组,输入进制数和组数,即可自动计算出数据,并显示在屏幕上,同时输出到文件...
一个有关进制的和程序,它将一定范围内的数编制成组,通过从二进位制到十进位制,
进行编组,输入进制数和组数,即可自动计算出数据,并显示在屏幕上,同时输出到文件中,是很不错的程序,我用了好几天才编好,很精悍!-one of the 229 and procedures, it would certainly within the scope of the report into several groups, By binary system to the decimal system, organization, and the importation of 229 for a group, they will automatically calculate data, displayed on the screen, while the output to a file, is a very good procedure, I spent several days prepared and very lean!
- 2022-09-10 07:35:02下载
- 积分:1
-
c#实现A*算法
采用C#软件,在vs平台上,实现8数码的演示。可以实现自动和手动的功能,功能基本和浙江工业大学的人工智能软件类似。
- 2022-03-04 05:48:57下载
- 积分:1
-
分形云
分形云(或灰尘)开始形成从一个用户定义的点P(A,B,X,Y),并通过大量的重复一些变换得到一些很酷的照片。因为事实上,我们可以顺着小径起点是离开(P0开始吧,p1-1st迭代,P2第二,的…PX即点图)图也被称为轨道(轨迹)的动态系统。得到一个粗鲁的估计是,B,X和Y是很好用的我你准备好clouds.xls。1 6张显示计算的序列这里给出的模式实例1 6。x()表显示图形的样子计算序列低接参数(有一些评论为什么)。提交575 K因为xls文件。
- 2022-01-24 12:31:54下载
- 积分:1
-
该书详细介绍了如何利用matlab对信号进行处理
该书详细介绍了如何利用matlab对信号进行处理- This book in detail introduced how carries on using matlab to
the signal processes
- 2022-08-20 07:18:11下载
- 积分:1
-
哈夫曼编码和解码系统,并可对文件进行编码
哈夫曼编码和解码系统,并可对文件进行编码-Huffman coding and decoding system, the documents can be encoded
- 2022-04-10 18:08:36下载
- 积分:1
-
浮动
浮点复数基2时分FFT完成适当的FFT,输出改写输入缓冲器。-floating-point complex FFT-based two hours to complete the FFT output rewritten input buffer.
- 2022-03-13 16:30:13下载
- 积分:1
-
通过编制迷宫程序来熟练掌握A*算法。充分理解A*算法和启发函数的关系...
通过编制迷宫程序来熟练掌握A*算法。充分理解A*算法和启发函数的关系-through the preparation of the maze procedure to skillfully master A* algorithm.* A full understanding of algorithms and heuristic function of
- 2022-03-31 01:37:11下载
- 积分:1
-
扫雷
扫雷是在上世纪 80 年代,流行,仍包括在某些版本的微软视窗操作系统的电脑游戏。这个问题有一个类似的想法。
- 2022-02-02 03:52:54下载
- 积分:1
-
分科学计算器和简易计算器两种功能
分科学计算器和简易计算器两种功能-Sub-scientific calculator and simple calculator two functions
- 2022-01-25 14:34:07下载
- 积分:1
-
词法分析器
//分割符号
#define is_end(c) (c=="{"||c=="}"||c=="("||c==")"||c=="["||c=="]"||c==","||c==";")
//表达式符号
#define is_exp(c) (c=="&"||c=="|"||c=="!" || c=="=" || c=="+"||c=="-"||c=="*"||c=="/" || c=="")
//数字
#define is_num(c) (c>= "0"&&c
- 2023-01-10 16:50:04下载
- 积分:1