联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 书籍源码(11) 
按平台查找C/C++(5) Visual C++(2) matlab(2) Java(1) PHP(1) 

[书籍源码] 51

【问题描述】现有n个互不相同的正整数a1,a2,...,an,要求在这n个数中找出第k大的数字。 【输入形式】 第1行:正整数的个数n(1≤n≤1000),第k大的k(1≤k≤n),空格隔开。 第2行:n个互不相同的正整数a1,a2,...,an,空格隔开。 【输出形式】 查找结果:第k大的数字。 【样例输入】 10 4 51 35 22 82 43 32 13 40 60 6 【样例输出】 43 【样例说明】 输入10个数,要求找第4大的数字,第1,2,3,4大的数字分别为82,60,51,43,所以结果为43
Data structure code, C++ (2019-12-29, C/C++, 50KB, 下载0次)

http://www.pudn.com/Download/item/id/1577629277430725.html

[书籍源码] Code

五个程序的集合,分别是汉诺塔程序,快速排序程序,求集合的交的程序,归并排序程序,求a1<a2<a3<...<aj0>...>an中的时间复杂度为log(n)的程序
The set of five programs is Hanoi Tower Program, Quick Sorting Program, Intersection Program of Sets, Merging Sorting Program, and Time Complexity Log (n) Program in a1 < a2 < a3 < < aj0 >...> an. (2018-11-24, C/C++, 2KB, 下载0次)

http://www.pudn.com/Download/item/id/1543062079196116.html

[书籍源码] 新建 Microsoft Word 97 - 2003 文档

语音识别技术与其他自然语言处理技术如机器翻译及语音合成技术相结合,可以构建出更加复杂的应用,例如语音到语音的翻译
The combination of speech recognition technology with other natural language processing technologies such as machine translation and speech synthesis technology can create more complex applications such as speech to speech translation (2018-05-14, C/C++, 5KB, 下载0次)

http://www.pudn.com/Download/item/id/1526260571357470.html

[书籍源码] matlab30个案例源代码

对于matlab30个案例源代码讲解,中文论坛出品
For matlab30 case source code (2017-12-30, matlab, 5447KB, 下载2次)

http://www.pudn.com/Download/item/id/1514593200229678.html

[书籍源码] exp5_8_537

a learning file for BF537 ezkit graphical equalizer. This is the book Embedded Digital Signal Processing
a learning file for BF537 ezkit graphical equalizer. This is the book Embedded Digital Signal Processing (2017-04-13, C/C++, 119KB, 下载1次)

http://www.pudn.com/Download/item/id/1492078094285757.html

[书籍源码] 52bfb9b898548

微信好友群加器 微信好友群加器 微信好友群加器 微信好友群加器
Micro message multifunctional friends (2014-01-02, PHP, 7168KB, 下载8次)

http://www.pudn.com/Download/item/id/2441846.html

[书籍源码] pctest

在线考试测试系统 一.系统安装说明 0. 安装JDK1.6 和 tomcat 5.5 1.安装mysql数据库,建议使用5.0.X版本的,更高版本可能需要较多的配置过程,不推荐新手使用。 2.启动mysql服务程序,新建一个名为pctest 的数据库。在dos命令行下,转到mysql安装目录的bin目录下,假设你已经把我提供的数据库文件复制到了这个目录,并且文件名为pctest.sql。使用 mysql --user=a1 --password=a2 pctest < pctest.sql 将系统提供的pctest.sql 数据库文件导入。(此处a1为mysql的具有修改数据库权限的用户名,a2为用户密码) 3.将pctest目录全部(包括pctest)目录复制到tomcat的webapp目录下。
Online Testing System exam (2010-03-20, Java, 3460KB, 下载40次)

http://www.pudn.com/Download/item/id/1093797.html

[书籍源码] 5080309330_6

 该序列存储在一组连续的空间(数组)中,各个元素之间具有先后关系,按照此关系各个元素呈现出一条线状的序列,如a1,a2,a3,…,an-1, an。  该序列中除第一个元素(称首元素)外,每个元素有且仅有一个直接前驱元素;  除最后一个元素(称尾元素)外,每个元素有且仅有一个直接后继元素。
 The sequence is stored in a group of contiguous space (an array), the various elements of the relationship between the successively, in accordance with the various elements of this relationship has shown a linear sequence, such as a1, a2, a3, ..., an-1, an .  The sequence, in addition to the first element (called the first elements), each element has one and only one element of the direct precursor  In addition to the last element (called the end of elements), each element has one and only one element of the direct successor . (2009-12-04, Visual C++, 9KB, 下载6次)

http://www.pudn.com/Download/item/id/992766.html

[书籍源码] ADC0832shuzidianyabiao

基于ADC0832的数字电压表RS位定义引脚RW位E位定义BF位定义
ADC0832 based on the digital voltmeter RS bit defines the definition of pin-RW-bit E-bit the definition of BF bit (2009-09-03, C/C++, 3KB, 下载5次)

http://www.pudn.com/Download/item/id/899833.html

[书籍源码] majo

给定含有n 个元素的多重集合S = {a1, a2,., an } ,1 ≤ ai ≤ n ,1 ≤ i ≤ n ,每个元素在S 中出现的次数称为该元素的重数。多重集S 中重数大于n/2 的元素称为主元素。例如,S={2,2,4,2,1,2,5,2,2,8}。多重集S 的主元素是2,其重数为6。
Given n elements containing multiple collection S = (a1, a2,., An), 1 ≤ ai ≤ n, 1 ≤ i ≤ n, each element appearing in the number of S is called the multiplicity of elements. S multiple sets of weight more than n/2 elements as the main element. For example, S = (2,2,4,2,1,2,5,2,2,8). Multiple sets of the main elements of S is 2, its multiplicity is 6. (2008-07-07, Visual C++, 1KB, 下载7次)

http://www.pudn.com/Download/item/id/505691.html

[书籍源码] mimo_channelnew

mimo信道模型,对于信道仿真的时候非常有用,都是matlab程序
mimo channels model for the channel simulation of very useful and procedures are Matlab (2007-04-21, matlab, 1KB, 下载463次)

http://www.pudn.com/Download/item/id/271470.html
总计:11