-
MP3编码源码。。。C++写的
MP3编码源码。。。C++写的-MP3 encoding source. . . C++ Written
- 2022-06-19 18:52:18下载
- 积分:1
-
website source code, development delphi
同学录源代码,delphi开发-website source code, development delphi
- 2022-01-25 15:02:02下载
- 积分:1
-
windows驱动小例子
windows驱动小例子。基于wmf框架实现,能够为初学者提供帮助。欢迎下载使用。
- 2022-11-04 06:45:03下载
- 积分:1
-
关于语音情感识别的一篇论文,很好的,讲得很详细
关于语音情感识别的一篇论文,很好的,讲得很详细-Speech Emotion Recognition on a paper, very good, very detailed
- 2023-09-07 03:45:04下载
- 积分:1
-
微分进化算法的matlab的实现,由国外一大学实验室编制,功能强大...
微分进化算法的matlab的实现,由国外一大学实验室编制,功能强大-the realization of Matlab differential evolution algorithm
- 2022-04-17 23:15:15下载
- 积分:1
-
使用解码图像从数组,我们可以做很多想想它的
#include < iostream.h >
#include < stdio.h >
#include < string.h >
结构点头
{
名称 char [10] ;
int 的时间 ;
int 等 ;
} 节点 [10],x;
int n,m ;
双 av,w = 0 ;
void sort)
{
int i、 j ;
为 (我 = 0 ; 我 < n-1 ; + + 我)
为 (j = i + 1; j < n; + + j)
{
如果 (节点 [i] 时间 > node[j].time)
{
x = 节点 [i] ;
节点 [i] = 节点 [j] ;
节点 [j] = x;
}
}
}
void read)
{
int i;
cout n;
为 (我 = 0 ; 我 < n; + + 我)
{
cout 节点 [i].name ;
cout 时间节点 [i] ;
}
}
void print)
{
int i;
cout
- 2023-03-08 09:10:03下载
- 积分:1
-
这是一个很没有用链表进操作的学生信息管理系统,对文件操作和函数有很大提高,是编程初学者很好的借鉴程序...
这是一个很没有用链表进操作的学生信息管理系统,对文件操作和函数有很大提高,是编程初学者很好的借鉴程序-This is a useless list of students into the operation of information management systems, operation and function of the document have greatly improved, and is programmed from a very good program for beginners
- 2022-02-04 16:17:00下载
- 积分:1
-
vc不规则(动画)界面,利用gdi+动态加载png格式文件
vc不规则(动画)界面,利用gdi+动态加载png格式文件-vc irregular (animation) interface, use gdi+ dynamic loading png format
- 2022-02-21 10:15:39下载
- 积分:1
-
Frogger (exchange), [Title Description] A total of 2n+ 1 stones, each about two...
青蛙过河(互换),[题目描述]
一共有2n+1块石头,左右各有两队、各N只青蛙,当中一块石头空白,如何将左面的青蛙和右面的青蛙互换呢? 如下图所示(其中X表示空格)
-Frogger (exchange), [Title Description] A total of 2n+ 1 stones, each about two teams, the N frogs, of which a stone blank, how to the left of the frog and the frog swap it right? As follows in the figure below (where X express spaces)
- 2023-03-08 07:20:03下载
- 积分:1
-
(1)asp.net v2.0构架的维基系统,使用SQL Server 2005数据库
(2)帐户管理采用微软提供的用户管理系统
(3)用户分为访客...
(1)asp.net v2.0构架的维基系统,使用SQL Server 2005数据库
(2)帐户管理采用微软提供的用户管理系统
(3)用户分为访客、注册用户、管理员,功能包括用户管理,词条管理
功能介绍:
(1)使用三层架构,代码优化,便于修改,可以自由选择皮肤。
(2)界面友好,操作简便 性能进行了优化,速度快
(3)user.aspx进行用户管理,可以进行用户注册,密码修改,用户登录
(4)从页面左边可以直接进入词条,也可通过搜索进入词条,还会直接显示最新的10个词条。
(5)词条按tag(标签)分类聚合,每个词条可加入到任意多个tag,点击词条下面的tag,会列出所以包含此tag的词条
(6)点击history(历史)进入对比页面,将各个版本的列出,可以将任意两个进行比较,可以恢复到以前的版本-err
- 2022-01-26 04:42:00下载
- 积分:1