资源列表

« 1 2 ... .20 .21 .22 .23 .24 7125.26 .27 .28 .29 .30 ... 21467 »

[其他小程序bb

说明:注意是n位数! 思路: 对于给的n都会包含有四种状态 0、7和9的个数都是奇数 1、7是奇数,9是偶数 2、7是偶数,9是奇数 3、7是偶数,9是偶数 显然状态3是我们要状态,但是他们之间是可以互相转移的 所以对于每次添加一个空位放数字,建立转移矩阵 | 3 1 1 0 | | 1 3 0 1 | | 1 0 3 1 | | 0 1 1 3 | 初始状态为 (0,0,0,1) 然后就是n次方了~利用矩阵快速幂 最后ans.mat[0][
<王晨> 在 2025-12-01 上传 | 大小:1kb | 下载:0

[其他小程序cc

说明:给S,T两个串,可以无限次选择在S串里一个字符后面添加一个字符,但是添加的这个字符不能和选择的字符相同,问S串能不能变成T串。 思路: 经过观察发现,如果S和T长度一样直接判。 如果不一样的话,只要满足 1、S里面的所有字符的顺序都在T串里出现过 2、T前面相同的字符和S的前部分能匹配 这里两个条件,就能构成。-To the S, T two strings, you can choose to add an unlimited num
<王晨> 在 2025-12-01 上传 | 大小:1kb | 下载:0

[其他小程序unitylog4net

说明:unity调用log4net实现日志打印-Unity calls log4net implementation log printing
<张冉> 在 2025-12-01 上传 | 大小:178kb | 下载:0

[其他小程序MRAS-(1)

说明:这是在matlab里面的simulink中对异步电机转速和电阻的在线辨识。-This is the MATLAB inside the Simulink in the induction motor speed and resistance of online identification.
<张振> 在 2025-12-01 上传 | 大小:12kb | 下载:2

[其他小程序Space-timecodes

说明:这是一个多天线加空时编码的程序,能运行,有解释,对有编程基础的能看懂,自己在上面改一改就能得到自己的程序-This is a multi-antenna plus space-time coding procedures can run, explained on the basis of that programming can understand that he can get on top of your program altered
<杨雄> 在 2025-12-01 上传 | 大小:267kb | 下载:0

[其他小程序part01

说明:Phonegap example part 01
<francis> 在 2025-12-01 上传 | 大小:13.53mb | 下载:0

[其他小程序fourp

说明:四旋翼无人机视觉伺服控制代码。获取图像当中红色目标点坐标,通过IBVS算法计算出期望的升力和姿态,并通过mavros想外发送控制指令-Quad-rotor UAV visual servo control code. Being among the red target image coordinates by IBVS algorithm to calculate the desired lift and attitude, and through the outer mavros want
<sanyehowah> 在 2025-12-01 上传 | 大小:4kb | 下载:0

[其他小程序CRC-Calculator

说明:CRC校验程序,含32位 16位校验,含测试程序-CRC calibration procedures, including 16 bit 32 parity, including test procedures
<李明> 在 2025-12-01 上传 | 大小:16kb | 下载:0

[其他小程序dzl

说明:本实验利用CTD数据,运用地转方法,在Seawater工具箱下计算两站点间地转流相对速度。-n this study, CTD data transfer method to use to calculate the geostrophic flow between the two sites at opposite velocity Seawater Toolbox.
<董杰> 在 2025-12-01 上传 | 大小:1kb | 下载:0

[其他小程序LFM

说明:线性调频信号脉冲压缩仿真程序,输出目标一维距离像-a simulation of LFM pulse compression , A high resolution range profile will be obtained
<Wu Wang> 在 2025-12-01 上传 | 大小:1kb | 下载:0

[其他小程序ep1

说明:C++编程(面向对象程序设计)第一次试验上机答案,北京理工大学-1. Read the codes carefully on page 230 and page 248 of the book, or on page 247 and page 266 of the electronic book, then answer the questions as below: 1.1 Describe the main data structure of Stack;
<刘晶晶> 在 2025-12-01 上传 | 大小:12kb | 下载:0

[其他小程序IEEEtran

说明:latex排版IEEE模板 -The latex template latex typesetting typesetting IEEE IEEE template
<阳阳> 在 2025-12-01 上传 | 大小:655kb | 下载:0
« 1 2 ... .20 .21 .22 .23 .24 7125.26 .27 .28 .29 .30 ... 21467 »

源码中国 www.ymcn.org