-
安卓win8风格音乐播放器
本项目源码是有趣的本地音乐播放器,没有添加歌词显示功能。显示界面是高仿win8扁平风格。可以读取歌曲信息按照艺术家分类。也可以按照专辑分类。代码量适中注释也很恰当是安卓进阶者练手的最好项目。后台播放使用标准的service实现。
- 2022-04-19 15:46:54下载
- 积分:1
-
应用示例打印 DOS
应用示例打印 DOS 应用示例打印 DOS 应用示例打印 DOS 应用示例打印 DOS
应用示例打印 DOS
应用示例打印 DOS
应用示例打印 DOS
应用示例打印 DOS
应用示例打印 DOS
应用示例打印 DOSAplication 示例打印 DOSAplication 示例打印 DOSAplication 示例打印 DOSAplication 示例打印 DOSAplication 示例打印 DOS
- 2022-05-08 22:19:30下载
- 积分:1
-
RC4编码和解码,内附原始代码,用你的理解…
RC4编码和解码,包括RC4原始代码,用于您了解如何编码和解码RC4。
- 2022-04-25 09:39:58下载
- 积分:1
-
procedures for the creation of the dynamic link library
本程序创建动态链接库-procedures for the creation of the dynamic link library
- 2022-04-24 23:22:11下载
- 积分:1
-
TEC
在TEC―2教学机上扩展出如下几条指令,包括确定指令格式和具体内容,指令执行步骤,每一步的操作功能和控制信号等,最后在教学计算机上真正实现出来,调试正确并应用在要求的程序设计中。 要求扩展的指令: ⑴ 比较两个无符号数,并根据比较的记过转移 ① 高于或等于则转移 ② 低于或等于则转移 程序设计要求: 按收键入的n个数据,排序后显示在屏幕上。按键选择下列排序方式: ⑴无符号数排升序 ⑵无符号数排降序-the TEC-2 aircraft to expand teaching the following several directives, including the identification of specific instruction format and content of instruction execution steps, each step of the operation function and control signals, the last in teaching computer truly realize, debug and correct application of the requirements of the program design. The request to expand the order : 1 compared with two symbols, and a comparison under the demerits transfer greater than or equal to a transfer less than or equal to a transfer of program design requirements : by the admission of n-type data sequentially on the screen. Click the following Sort : 1 unsigned row ascending 2 unsigned row descending
- 2023-08-16 11:30:04下载
- 积分:1
-
遗传算法C++源码
遗传算法C++源码
遗传算法C++源码
遗传算法C++源码-Genetic Algorithms C++ source code C++ genetic algorithm genetic algorithm source code C++ source code
- 2023-07-17 10:10:05下载
- 积分:1
-
Description:
采用邻接表表示有向图,完成图的创建、图的深度优先遍历、图的广度优先遍历操作。其中图的顶点信息是字符型,图中顶点序号按字符顺序排列,...
Description:
采用邻接表表示有向图,完成图的创建、图的深度优先遍历、图的广度优先遍历操作。其中图的顶点信息是字符型,图中顶点序号按字符顺序排列,边的输入按照边的顶点序号从小到大的顺序排列,如下图的边的输入顺序为0 1,0 2,0 3,1 2,1 3,2 4,3 4共七条边,邻接表的边结点采用头插法。本输入样例中所用的图如下所示:
Input Format:
第一行输入两个值,第一个是图中顶点的个数,第二个是图中边的条数
第二行输入各顶点的信息,即输入每个顶点字符
第三行开始输入每条边,每条边的形式为两个顶点的序号,中间以空格隔开,输入完一条边换行
Output format:
首先输出图的顶点信息,输出完毕换行
接着输出图的邻接表,格式为首先输出第一个顶点,接着输出该顶点的所有的临界点的序号,换行,然后输出下一个顶点及邻接点,以此类推
接下来一行输出从图的第一个顶点开始进行深度优先遍历的序列,中间以空格隔开,输出完毕换行
最后一行输出从图的第一个顶点开始进行广度优先遍历的序列,中间以空格隔开,输出完毕换行
-Description:
Adjacency list using said directed graph to complete the map creation, map of the depth-first traversal, breadth-first graph traversal operations. In which vertex information is character, the graph vertices in order arranged by character number, while the input side of the vertex according to serial number from small to large order, the following graph of the input side of the order of 0 1,0 2,0 3,1 2,1 3,2 4,3 4 a total of seven edge, the edge-node adjacency list using the first interp
- 2022-01-28 23:09:39下载
- 积分:1
-
VCPP the routines, caculator
VCPP的例程,caculator-VCPP the routines, caculator
- 2022-07-23 14:27:57下载
- 积分:1
-
mastermind
主程序代码;
- 2022-05-13 11:43:32下载
- 积分:1
-
用c++做的,把2张图片融合,可以作为需要图片融合的很好例子...
用c++做的,把2张图片融合,可以作为需要图片融合的很好例子-Using c++ to do the integration of two images, the need for image fusion can be used as a good example of
- 2022-11-17 21:45:04下载
- 积分:1