-
此代码实现了快速检索mp3文件,并且把相应的信息显示出来,比如歌手名字,专辑,乐曲风格等,为不可多地的好代码...
此代码实现了快速检索mp3文件,并且把相应的信息显示出来,比如歌手名字,专辑,乐曲风格等,为不可多地的好代码-this code has achieved rapid retrieval MP3 files, and to the corresponding display information, such as names of artists, albums, music style, so as to not more good code! !
- 2022-06-20 16:40:14下载
- 积分:1
-
Chinese postman problem for the solution of the simulated annealing algorithm ma...
用于解中国邮递员问题的模拟退火算法的matlab程序,很不错!-Chinese postman problem for the solution of the simulated annealing algorithm matlab program, very good!
- 2023-04-02 05:00:03下载
- 积分:1
-
例1
例1-1 假设有A,B,C,D,E五个系进行田径对抗赛,各 系的单项成绩均已存入计算机,并构成一张表,表中每一行的形式为项目名称性别 系名 成绩 得分
编写算法,处理上述表格,以统计各系的男、女总分和团体总分,并输出。
-Example 1-1 assume that A, B, C, D, E Department of track and field five teams, each department have been deposited in the individual grade computers, and constitutes a table, each row in the table for the preparation of the form of algorithms, treatment the above table, the statistical departments of the men" s and women" s scores and group scores, and output.
- 2022-03-15 21:26:43下载
- 积分:1
-
database into tremendous desire extensive military bases
数据库变成 欲望 军事基地巨大广泛的-database into tremendous desire extensive military bases
- 2022-12-05 21:30:03下载
- 积分:1
-
采用 Windows 表单的简单计算器
翻译 maninwest@Codeforge作者:Yvan Rodrigues@CodeProject 使用代码 using System;
using System.Windows.Forms;
namespace RedCell.App.Calculator.Example
{
public partial class Form1 : Form
{
private double accumulator = 0;
private char lastOperation;
public Form1()
{
InitializeComponent();
}
private void Operator_Pressed(object sender, EventArgs e)
{
// An operator was pressed; perform the last operation and store the new operator.
char operation = (sender as Button).Text[0];
- 2022-06-29 09:36:47下载
- 积分:1
-
新大话西游经典系列源代码.
应用软件:vc
新大话西游经典系列源代码.
应用软件:vc-Westward Journey Series classic new source code. Application Software: vc
- 2022-03-13 16:36:21下载
- 积分:1
-
PLAYA是DIVX的前身,其源代码值得所有对音视频处理感兴趣的读者学习...
PLAYA是DIVX的前身,其源代码值得所有对音视频处理感兴趣的读者学习-PLAYA DIVX is the predecessor, its source code, all the audio and video processing for interested readers to learn
- 2022-06-13 21:58:47下载
- 积分:1
-
一个算术编码实现的过程,自己研究时使用,别人要是对我有什么意见欢迎E我...
一个算术编码实现的过程,自己研究时使用,别人要是对我有什么意见欢迎E我-achieve an arithmetic coding process, the use of their own research, to others if I have any advice I welcome E
- 2022-01-25 19:53:45下载
- 积分:1
-
棋牌游戏代码
百人押宝+机器人+控制 前台c++启动顺序一定要安装 先启动协调服务器,再启动游戏服务(也就是房间),一个运行的游戏服务只能表示一个房间,最后启动登陆服务器1. 房间名字:该房间在游戏客户端显示的名字。2. 游戏类型:一般使用默认类型即可。代表改房间的游戏性质。建议:使用默认设置
- 2022-09-16 23:35:04下载
- 积分:1
-
ADO visits access database.It contains many sql sentences,very significant to be...
ADO访问访问数据库。它包含许多sql语句,对初学者很有意义
- 2022-12-24 01:25:03下载
- 积分:1