-
DES密码算法用于加密一些重要的数据,文件,安全性高。
DES密码算法用于加密一些重要的数据,文件,安全性高。
- 2022-04-09 07:50:01下载
- 积分:1
-
引导程序的修改与查询例子。您可以从中学习一些磁盘操作的方法。...
引导程序的修改与查询例子。您可以从中学习一些磁盘操作的方法。-Bootloader modification and query examples. You can learn some ways to a disk operation.
- 2022-11-28 15:55:04下载
- 积分:1
-
约瑟夫斯写的问题解决功能。用整数序列的1,2,3…
编写一个求解Josephus问题的函数。用整数序列1, 2, 3, ……, n表示顺序围坐在圆桌周围的人。然后使用n = 9, s = 1, m = 5,以及n = 9, s = 1, m = 0,或者n = 9, s = 1, m = 10作为输入数据,检查你的程序的正 确性和健壮性。最后分析所完成算法的时间复杂度。定义JosephusCircle类,其中含完成初始化、报数出圈成 员函数、输出显示等方法。-Josephus write a problem solving function. With the sequence of integers 1, 2, 3, ... ..., n the order of sitting around the round table, said the people around. And then use n = 9, s = 1, m = 5, and n = 9, s = 1, m = 0, or n = 9, s = 1, m = 10 as input data, check the correctness of your program and robustness. Completed the final analysis, the algorithm" s time complexity. Definition JosephusCircle class, which included the completion of initialization, reported that the number of member functions of a circle, the output display and other methods.
- 2022-12-02 00:35:03下载
- 积分:1
-
SPM,即统计参数图,采用统计的方法来处理fMRI,PET和SPECT的数据
SPM,即统计参数图,也是这个软件的最终输出,它是由英国伦敦大学的Friston教授等人在通用数学软件包Matlab基础上开发的软件系统,其统计功能非常强大,设计这个软件包的初衷是采用统计的方法来处理fMRI,PET和SPECT的数据。
- 2022-04-07 09:46:28下载
- 积分:1
-
基于uCGUI和uCOS-II的多功能MP3设计
功能介绍:
(1)音乐播放器:能播放MP3,WMA,WAV,MID,FLAC,OGG格式的音频文件,能显示播放进度,时间,比特率,带频谱显示,歌词同步显示,能实现上一首,下一首,暂停,播放,关闭返回文件浏览器。通过点击进度条可实现快进和快退。通过设置按钮,可以设置高音,低音,空间效果,播放模式。
(2)数码相框:能解码bmp,jpg,jpeg,gif格式的图片,通过触摸屏幕的上半部分可以播放上一张,触摸下半部分播放下一张,长按返回文件浏览器。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-04-21 04:11:27下载
- 积分:1
-
实现对c盘根目录下Test.xls的文件中指定行数据的导出。做这个程序的目的是因为有一张excel表,有好几千行的数据,每一行都是以时间开头,每隔2秒钟一行数据
实现对c盘根目录下Test.xls的文件中指定行数据的导出。做这个程序的目的是因为有一张excel表,有好几千行的数据,每一行都是以时间开头,每隔2秒钟一行数据,现在需要将其每隔15分钟取一个数据,由于源数据中有缺失的,就不能按没450行取一行,只能先将时间导成字符串型,进行判断,再输出-C realize the root directory of the file under the specified Test.xls line derived data. The purpose of this procedure to do because there is an excel sheet, has thousands of lines of data, each line are based on time at the beginning of every 2 seconds, and his data, and now needs to be taken every 15 minutes a data, as the source data There are missing, it can not be 450 by not taking his line, only first time derivative into a string type, judge, and then output
- 2022-08-07 06:58:13下载
- 积分:1
-
JSP environmental probe v1.0 is a very useful program for learning JSP and Java...
JSP 环境探针 v1.0作JSP学习Java开发的很有用的程序,可以作为学习-JSP environmental probe v1.0 is a very useful program for learning JSP and Java program developement.
- 2023-08-03 21:35:02下载
- 积分:1
-
地球化学模拟软件,用于溶液中离子,固体,气体,氧化还原反应,吸附反应等的计算.图形界面,功能强大....
地球化学模拟软件,用于溶液中离子,固体,气体,氧化还原反应,吸附反应等的计算.图形界面,功能强大.-Visual is a chemical equilibrium model for the calculation of metal speciation, solubility equilibria etc. for natural waters. It is probably the most widespread model for these purposes today, and it is renowned for its stability.
- 2022-03-12 01:49:06下载
- 积分:1
-
双向链表的插入和删除,本人纯菜鸟,代码水平不高,请见谅!...
双向链表的插入和删除,本人纯菜鸟,代码水平不高,请见谅!-Two-way linked list of the insert and delete, I pure rookie, code level, please forgive me!
- 2023-04-05 16:30:04下载
- 积分:1
-
Intelligence Chat
这是一个用c语言编写的智能聊天程序。实际上,这个程序是一个巡回考试的测试,在这个测试中,使用聊天软件的人问其他人一些问题,前提是他们不知道对方是人还是机器。 ;使用此程序,用户可以与三个预定义的人进行虚拟聊天。所谓智能,是指软件能够识别问题中的悖论,并发送错误信息。例如,如果前一个问题是关于婚姻的,而答案是否定的,那么关于孩子数量的问题将被错误消息回答。 ;
- 2023-05-16 15:50:03下载
- 积分:1