-
某次python作业
某次python作业
- 2022-02-06 11:54:10下载
- 积分:1
-
java语言实现各种排序算法
采用java语言,实现克重排序算法,如快速排序、冒泡排序等;
- 2022-01-25 21:05:04下载
- 积分:1
-
实现的人工智能寻路算法
希望对大家有所帮助
实现的人工智能寻路算法
希望对大家有所帮助-AI pathfinding algorithm implementation we want to help
- 2022-10-18 08:50:04下载
- 积分:1
-
用整形进行32位及64位浮点运算
用整形进行32位及64位浮点运算,对CPU不支持浮点运算的码农特别有用。
- 2022-01-24 18:47:32下载
- 积分:1
-
GPSS language model of queuing system simulation program. And documents with a w...
GPSS语言编写的排队系统的模型模拟程序。和文档在一起的还有一个word的说明和一个c语言编写的排队系统的模拟程序,可以对照比较模拟的结果。-GPSS language model of queuing system simulation program. And documents with a word description and a c languages queuing system simulation program, you can compare the results of simulation.
- 2023-05-17 15:10:03下载
- 积分:1
-
电影票
图书馆管理系统 C+ + * 递归程序为线性搜索 * /#includeint 线性 (int [],int,int) ;无效的主要 (){int a [20],pos = 1,n,k,我 ;clrscr() ;printf ("nEnter n 值:") ;scanf ("%d",& n) ;printf ("nEnter 元素的数组:") ;为 (我 = 0 ; 我 < n; i + +)scanf ("%d"& a[i]) ;printf ("n 输入要搜索的元素:") ;scanf ("%d"& k) ;pos=linear(a,n,k) ;if(pos!=-1)printf ("n 搜索成功,发现位置 %d 处的元素",pos) ;其他printf ("搜索失败,找不到元素") ;残培 () ;}int 线性 int k int n int []){int ;为 (我 = n-1 ; 我 > = 0; 我 — —){if(a[i]==k)return(i) ;其他{n = n-1 ;return(linear(a,n,k)) ;}}返回-1 ;}
- 2022-02-02 00:00:53下载
- 积分:1
-
Win32 Assembly to write small programs, including Source Code!
-Win32 Assembly写的小程式,含 Source Code! -工程计算机,可达112 bits !--Win32 Assembly to write small programs, including Source Code!- Works the computer, up to 112 bits!
- 2023-06-10 01:35:04下载
- 积分:1
-
order issued calculation of photonic crystal band structure, good! !
order发计算光子晶体的能带结构,比较好-order issued calculation of photonic crystal band structure, good! !
- 2022-02-07 21:48:31下载
- 积分:1
-
AC算法思想:
AC算法实例说明报告
AC算法思想:
AC算法基于有限状态自动机(FSA),在进行匹配之前先对模式串集合SP进行预处理,形成模式树(树形FSA),然后只需对文本字符审T扫描一次就可以找出所有与其匹配的模式字符串P。模式树K的构成如下;
(1)K的每一条边e上都用1个字符作为标签;
(2)与同一节点相连的边的标签均不同;
(3)每1个模式P∈SP都存在1个节点v,使得L(v)=p,其中L(v)表示从根节点到v所经过的所有边上的标签的拼接; &nbs
- 2022-11-30 18:15:03下载
- 积分:1
-
arm7 串口试验
应用背景采用arm7芯片stm32f103zet6 编写,将单片机中的数据经过串口外设传输到电脑上,实现rs232串口运用关键技术首先编写串口发送和接收函数,在电脑上的串口调试助手上向单片机发送字符串,然后单片机将该字符串在发送回电脑,实现串口
- 2022-04-24 06:12:33下载
- 积分:1