-
简单的恺撒加密算法(c++描述),欢迎大家下载!
简单的恺撒加密算法(c++描述),欢迎大家下载!-simple Caesar encryption algorithm (c described), all are welcome to download!
- 2022-03-20 05:51:58下载
- 积分:1
-
在过程控制计算机的权利,计算机强制关闭的体育..
对局域网内的计算机进行进程监控,可以强制关闭该计算机的进程。-right for the process control computer, the computer forced the closure of the process.
- 2022-01-26 01:56:26下载
- 积分:1
-
这场比赛是一场失败
是一个翻牌游戏
用java swing包做成的
只要编译 然后直接执行就可以了-The game is a flop
- 2022-03-09 13:10:02下载
- 积分:1
-
data structure C language source code design courses that I spent a week down th...
数据结构C语言课程设计源代码 这是我花了一个星期独立编出来的课设,得了100分,整个专业就只 有三个满分!内含24点游戏,飞机订票系统和火车信息查询系统以及课 设论文,注释非常详细,相信对学习C语言和数据结构的同学大有帮助-data structure C language source code design courses that I spent a week down the independent class-based, had 100 points, on the whole, only three out! The game includes 24 points, aircraft and booking system for train information system and class-based papers, notes in great detail, I believe in learning C language and data structure of great help students
- 2022-01-28 13:56:21下载
- 积分:1
-
fast Fourier transform coding, the two
快速傅立叶变换的编码,基二的按时间抽取方法实现,包含完整的源代码和测试程序,在里面重载了许多符号-fast Fourier transform coding, the two-time extraction method. includes complete source code and testing procedures, which in many symbols Heavy
- 2023-09-03 18:10:02下载
- 积分:1
-
c语言的更深一步编程,有一定的开发基础的学习用
c语言的更深一步编程,有一定的开发基础的学习用-Some advanced C program, for veterans
- 2022-05-19 00:41:13下载
- 积分:1
-
串口编程
串口编程-云台镜头控制系统 qcode.org串口编程-云台镜头控制系统.rar-Serial Programming- qcode.org PTZ camera control system serial programming- PTZ camera control system. Rar
- 2022-02-01 02:57:01下载
- 积分:1
-
console procedures in achieving dialog and dual HDMI inputs and more characteris...
在控制台程序中实现对话框和满屏特性 此程序是一个纯粹的Demo例子,示范如何在控制台程序中实现对话框赫满屏显示。 -console procedures in achieving dialog and dual HDMI inputs and more characteristic of this process is a purely Demo example of how the console model procedures to achieve dual HDMI inputs and more dialog He shows.
- 2023-02-08 21:55:03下载
- 积分:1
-
高斯
Gauss-Jordan消去法 实现矩阵求逆
有详细算法解释-Gauss-Jordan elimination method to achieve matrix inverse
Algorithm is explained in detail
- 2022-05-29 02:54:45下载
- 积分:1
-
递归枚举模板
问题描述:生成长度为n的字串,其字符从26个英文字母的前p(p≤26)个字母中选取,使得没有相邻的子序列相等。例如p=3,n=5时:
//...
递归枚举模板
问题描述:生成长度为n的字串,其字符从26个英文字母的前p(p≤26)个字母中选取,使得没有相邻的子序列相等。例如p=3,n=5时:
// abcba 满足条件
// abcbc 不满足条件
//输入:n p
//输出:所有满足条件的字串及总数-recursive template Problem description : n generation length of the string and its 26 characters from the English alphabet before p (p 26) 000 1984 letter, makes no adjacent sequences equivalent. For example, p = 3, n = 5 :// abcba meet the conditions// abcbc not satisfied conditions// input : n p// output : to satisfy all the conditions and the total number of strings
- 2023-04-22 22:30:03下载
- 积分:1