联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找Windows编程(28) matlab编程(19) 单片机开发(14) 图形图像处理(13) 人工智能/神经网络/深度学习(11) 其他(10) 其他书籍(10) VHDL/FPGA/Verilog(10) 加密解密(9) Linux/Unix编程(8) C#编程(8) 数学计算(7) 其他智力游戏(7) 网络编程(5) 游戏(5) Java编程(5) WEB开发(5) 数值算法/人工智能(4) 嵌入式/单片机/硬件编程(4) 软件设计/软件工程(4) 电子书籍(3) 数据库编程(3) OpenGL(3) 网络编程(3) 图形图象(3) 压缩解压(3) 语音合成(3) DSP编程(3) 棋牌游戏(3) 其他游戏(3) Windows CE(3) android开发(3) 文章/文档(2) 驱动编程(2) 杀毒(2) 通讯编程(2) 汇编语言(2) ICQ/即时通讯(2) IP电话/视频会议(2) 串口编程(2) 视频捕捉采集剪辑(2) 模式识别(视觉/语音等)(2) 企业管理(2) 嵌入式Linux(2) 3D图形编程(2) 行业发展研究(2) 波变换(2) 源码/资料(1) 多媒体编程(1) 输入法编程(1) GDI/图象编程(1) 打印编程(1) 其他小程序(1) 系统/网络安全(1) 编译器/解释器(1) 防火墙与安全工具(1) 音频处理(1) CA认证(1) 技术管理(1) P2P编程(1) TCP/IP协议栈(1) 破解(1) 操作系统开发(1) 金融证券系统(1) 医药行业(1) SQL Server(1) 处理器开发(1) uCOS/RTOS(1) 其他嵌入式/单片机内容(1) GIS/地图编程(1) 数据结构(1) 绘图程序(1) 游戏引擎(1) 人物传记/成功经验(1) 软件工程(1) 3G/4G/5G开发(1) JavaScript/JQuery(1) 
按平台查找All Windows_Unix(282) 

[人工智能/神经网络/深度学习] 123

生成两个均包含 N=1000个两维矢量的数据集合 和 ,数据集合中的矢量来自于三个类别模型,假设类别的先验概率由矢量 实现 给出 1. 分别画出两个数据集合。 2. 在两个数据集合上分别应用贝叶斯分类器和欧氏距离分类器。 3. 对每个数据集合每种分类器计算分类错误率
Generates two data sets contains N = 1000 and the two-dimensional vector, the vector data set three categories of models, a priori probability hypothesis categories to achieve given by the vector 1. Draw the two data sets. 2. On the two data sets were applied Bayesian classifier and Euclidean distance classifier. 3. set for each classification error rate calculated for each data (2015-12-20, Windows_Unix, 3KB, 下载24次)

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

[Java编程] TetrisGame

俄罗斯方块界面布置及部分功能package game.view import game.config.GameConfig import game.model.DataCarrier import game.util.SoundPlayer import java.awt.event.ActionEvent import java.awt.event.ActionListener import java.awt.event.KeyEvent import java.util.Locale import java.util.ResourceBundle import javax.swing.ButtonGroup import javax.swing.JCheckBoxMenuItem
Tetris interface layout and some of the features package game.view import game.config.GameConfig import game.model.DataCarrier import game.util.SoundPlayer import java.awt.event.ActionEvent import java.awt.event.ActionListener import java.awt.event.KeyEvent import java.util.Locale import java.util.ResourceBundle import javax.swing.ButtonGroup import javax.swing.JCheckBoxMenuItem (2015-09-06, Windows_Unix, 5745KB, 下载2次)

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

[单片机开发] ModbusScan

ModScan应用程序作为一个MODBUS mastermodbus_protocol设备进行操作 RTU或ASCII传输模式。ModScan可以用来访问 和修改数据点包含在一个或多个MODBUS奴隶设备 连接到电脑通过一个串行拖入加时
The ModScan application operates as a MODBUS mastermodbus_protocol device in either RTU or ASCII transmission modes. ModScan may be used to access and modify data points contained in one or more MODBUS slave devices connected to the PC via a serial port, modem, or network. ModScan supports the standard MODBUS message types 01-06, 15 & 16, as well as providing the ability for you to exercise special features of a slave device by transmitting custom command strings and observing the response. ModScan is a useful test and diagnostic tool for verifying the proper slave response to MODBUS queries as well as being a low cost data collection tool for interfacing data into PC and spreadsheet applications. (2014-11-30, Windows_Unix, 794KB, 下载2次)

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

[WEB开发] amaya-WinXP-11.4.7

阿马亚Amaya是一套由W3C(万维网联盟)及INRIA所制作的开源网页浏览器及网页制作软件。它允许用户浏览网页和制作网页,它是Grif这套所见即所得的标准通用标记语言编辑器及Symposia HTML编辑器的后代。
Amaya Amaya is set by the W3C (World Wide Web Consortium) and INRIA produced by the open-source web browser and web authoring software. It allows users to browse the web and create web pages, it is Grif set of Standard Generalized Markup Language WYSIWYG editor and Symposia HTML editor offspring. (2014-06-05, Windows_Unix, 14117KB, 下载1次)

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

[打印编程] 2014053082053

程序1】  题目:古典问题:有一对兔子,从出生后第3个月起每个月都生一对兔子,小兔子长到第三个月        后每个月又生一对兔子,假如兔子都不死,问每个月的兔子总数为多少?  1.程序分析:  兔子的规律为数列1,1,2,3,5,8,13,21....  2.程序源代码:  main()  {  long  f1,f2   int  i   f1=f2=1   for(i=1 i<=20 i++)    {  printf(" 12ld  12ld",f1,f2)         if(i 2==0)  printf("\n") /*控制输出,每行四个*/        f1=f1+f2   /*前两个月加起来赋值给第三个月*/        f2=f1+f2   /*前两个月加起来赋值给第三个月*/    }  }  =====================================
Program 1] Topic: classical problem: a pair of rabbits, from the first three months after birth month, a pair of rabbits are born, grow a small rabbit to the first month and three months after the birth of a pair rabbit, hare, if not death, the total number of rabbits asked how much per month? 1 Program analysis: the law of the rabbit number of columns 1,1,2,3,5,8,13,21 .... 2 source code:. Main () {longf1, f2 inti f1 = f2 = 1 for (i = 1 i < = 20 i++) {printf (" 12ld 12ld" , f1, f2) if (i 2 == 0) printf (" \ n" ) /* Control output per line four*/f1 = f1+f2 /* add up to two months before the assignment to a third Month*/f2 = f1+f2 /* two months before the first three months of assignment to add* /}} =============== ====================== (2014-05-30, Windows_Unix, 1KB, 下载3次)

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

[matlab编程] Schopenhauer

亚瑟·叔本华(Arthur Schopenhauer,1788—1860)德国著名哲学家。意志主义的创始人和主要代表之一。在人生观上,持悲观主义的观点,主张禁欲忘我。叔本华出生于德国但泽 (今属波兰,更名为格但斯克)的一个银行家家庭,自幼性情孤僻。父亲海因里希·弗洛里斯·叔本华(Heinrich Floris Schopenhauer)是非常成功的商人,后因肺炎恶化去世。母亲约翰娜·叔本华(Johanna Schopenhauer)是当时颇有名气的作家,与歌德等文豪有交往。他和母亲的关系一直不好,隔阂非常深,最后关系破裂。但由于他继承了他父亲的财产,结果使他一生过着富裕的生活。叔本华死后,将所有财产捐献给了慈善事业。
Arthur Schopenhauer (Arthur Schopenhauer ,1788-1860) famous German philosopher. One of the founders and the main representative will doctrine. On the outlook, the view held pessimism, advocates abstinence ecstasy. Schopenhauer was born in Danzig, Germany (now part of Poland, renamed Gdansk) a banker family, his childhood eccentric temperament. Father Heinrich Floris Schopenhauer (Heinrich Floris Schopenhauer) is a very successful businessman, died of pneumonia after a result of deterioration. Mother Johanna Schopenhauer (Johanna Schopenhauer) is quite well known at the time writers, the writers have intercourse with Goethe. He and his mother s relationship has been good, very deep gulf, last relationship breakdown. But because he inherited his father s property, resulting in his life lived a rich life. Schopenhauer s death, all property will be donated to charity. (2014-01-11, Windows_Unix, 553KB, 下载1次)

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

[单片机开发] Lenovo-R680G7-users-manua

联想万全R680G7服务器系统用户手册,本书将简要介绍万全R680 G7服务器的产品特色、系统规格及功能特性,以使您对于 该服务器使用有一个了解。 产品概述 万全R680 G7是一款4U机架式服务器,它采用了Intel Xeon 7500系列兼容Intel Xeon 6500系列处理器(Nehalem-EX)与Intel Xeon E7 系列处理器(Westmere-EX)和Intel Boxboro-EX IOH+ ICH10R芯片组,具有强大的数据处理能力和良好的扩展性,是一款 技术领先、具备高可靠性、易用性、可管理性以及高扩展能力的,极具性价比的高端服 务器产品。
Lenovo foolproof R680G7 server system user s manual, this book will briefly introduce foolproof R680 G7 server product features, system specifications and features, so that you use for the server have an understanding. Product Overview foolproof R680 G7 is a 4U rack server, it uses the Intel Xeon 7500 series compatible Intel Xeon 6500 series processors (Nehalem-EX) with Intel Xeon E7 series processors (Westmere-EX) and Intel Boxboro-EX IOH+ ICH10R chipset, with powerful data processing capability and good scalability, is a technology leader, with high reliability, ease of use, manageability and high scalability, and highly cost-effective high-end server products. (2013-12-10, Windows_Unix, 5407KB, 下载2次)

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

[通讯编程] focusbooster1.3.1

番茄工作法是简单易行的时间管理方法。番茄工作法是弗朗西斯科·西里洛于1992年创立的一种相对于GTD更微观的时间管理方法。在番茄工作法一个个短短的25分钟内,收获的不仅仅是效率,还会有意想不到的成就感。
Pomodoro Technique is a simple time management. Pomodoro is Francesco Cirillo was founded in 1992 as a more micro respect GTD time management. In one Pomodoro within a short span of 25 minutes, the harvest is not only efficient, but also an unexpected sense of accomplishment. (2013-11-20, Windows_Unix, 20603KB, 下载5次)

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

[WEB开发] HTML5-Pocket-Reference

目前正在开发HTML5万维网的核心标记语言HTML(超文本标记语言),作为下一个主要的修订。 HTML5是HTML4.01,XHTML1.0和DOM Level2 HTML建议下标准。 HTML5袖珍参考是一个易于使用的应用程序来帮助你从日复一日的HTML5编码中解脱。
HTML5 is currently being developed as the next major revision of HTML (HyperText Markup Language), the core markup language of the World Wide Web. HTML5 is the proposed next standard for HTML 4.01, XHTML 1.0 and DOM Level 2 HTML. HTML5 Pocket Reference is an easy to use app to help you out with your day to day HTML5 coding. (2013-08-09, Windows_Unix, 3704KB, 下载2次)

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

[行业发展研究] ontrol-technology

:本文首先介绍了月球车自主导航技术的研究背景.对二十世纪90年代前后行星探测车自 主导方训空制技术的发展进行了综述,并重点介绍了JPL和CMU在行星探测车导航技术方面的研 究成果.最后得出结论,目前,遥操作加半自主的导航控制模式,是普遮来用并较为有效的导航 拉制方式
: This paper first introduces the the lunar rover autonomous navigation technology research background. Reviewed before and after the 1990s, planetary rover air system technology development training from leading party, and highlights the JPL and CMU planetary rover navigation technology Finally, the results of research. concluded teleoperation plus semi-autonomous navigation control mode, Pu cover to use and more effective navigation drawn (2012-10-25, Windows_Unix, 561KB, 下载6次)

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

[Windows编程] VMP2012-7-20

VMP脱壳步骤 个人总结的一个VMP脱壳步骤 个人在学习脱VMP加壳的过程中总结的一个步骤。按照这个步骤,包括VMP1.6—2.0在内应该有70 -80 能脱壳。脱不了的也别问我,我也刚开始学习。我还想找人问呢
VMP shelling stepPersonal summary of a VMP shelling step Individuals in the study off the VMP packers process are summarized in a single step. In accordance with this step, including VMP1.6-2.0 should be 70 -80 of shelling. Can not get by Do not ask me, I just started learning. I m also looking people ask. (2012-08-04, Windows_Unix, 14KB, 下载138次)

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

[行业发展研究] demand

涉众(Stakeholder)指受到 系统影响的人或组织。把系统看作是涉 众利益交锋的结果,刷新了以前的“客 户” 、 “用户”等概念,给需求带来了新的 视界。接着第9期的“从涉众利益改善需 求质量” 一文, 这次我们来探讨如何获取 涉众的真正需求,本文将着重以案例的 形式讲解
Stakeholders (Stakeholder) refers to people affected by the system or organization. The system as a result of stakeholder interests clash, breaking the previous " client" , " user" and so on, to bring a new vision needs. Then No. 9 " From the interests of stakeholders needs to improve the quality of" article, this time to explore how we get the real needs of stakeholders, this article will focus on explaining the form of case (2011-08-23, Windows_Unix, 97KB, 下载2次)

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

[数值算法/人工智能] xueyi_zuiyouhuayuanlihefangfa

北京工业大学_薛毅_最优化原理和方法 本书是为应用数学系本科生、工科硕士研究生所写的有关最优化知识的一本教材,作为教材,本书的基本观点是:采用简单、基本直观的方法,向学会介绍最优化的有关理论、基本原理和相应的算法,并试图让学生了解算法的来龙去脉,以便使他们在解决实际问题的过程中,更好地运用这些方法。 本书的基础是“数学分析”和“线性代数”,即学生只需具备“数学分析”和“线性代数”知识就可读懂全部内容,对于工科学生,只需具备“高等教学”和“线性代数”知识就可读懂大部分内容。 本书共有十一章,第一章绪论,作为引言,向读者介绍最优化的基本概念和本书欲解决的问题,为了便于读者更好地学习本书的知识,特增加了两节数学预备知识。第二章线性规划与第三章线性规划的对偶问题,主要涉及线性规划的基本内容。第四章无约束最优化问题的一般结构,第五章一维搜索,第六章使用导数的最优化方法和第七章直接方法,主要讨论无约束最优化问题的求解方法,第八章约束问题的最优性条件,第九章二次规划,第十章可行方向法和第十一章乘子法,主要讨论约束最优化问题的求解方法。作为教材,在每章的后面均列有习题,便于学习复习和巩固该章所学的知识。
Beijing University of _ _ Yi Xue optimization theory and methods (2010-06-09, Windows_Unix, 3257KB, 下载45次)

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

[模式识别(视觉/语音等)] AnimprovedBayesianfacerecognitionalgorithm

对人脸识别的贝叶斯方法ML中相似度计算公式进行了简化,对数据集的训练和人脸图像的预处理进 行了修改,提出了一种改进的贝叶斯人脸识另1】算法SML。在FERET人脸图像库的子集和南大人脸图像实验库上对 识别算法进行了测试和比较。实验表明,SML算法提高了ML算法的效率,克服了ML算法计算效率不高的缺陷,而 且SML的识别效率明显高于PCA方法。
Bayesian face recognition method on the ML in the similarity formula has been simplified, the data set of training and pre-processing face images were modified, an improved understanding of Bayesian Face Ling 1】 algorithm SML. In the FERET face image database a subset of the Southern adults face image recognition algorithm on the experimental database was tested and compared. Experiments show that, SML algorithm improves the efficiency of ML algorithm, ML algorithm overcomes the shortcomings of high efficiency, and the recognition rate significantly higher than SML PCA method. (2010-04-18, Windows_Unix, 256KB, 下载34次)

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

[IP电话/视频会议] yate2.tar

yate是一个软交换的sip电话。也是一个voip服务器或客户端。 主要支持功能: VoIP 服务器 VoIP 客户端 VoIP to PSTN 网关 PC2Phone and Phone2PC 网关 H.323 网守 H.323 多端点服务器 H.323<->SIP 转换代理 SIP session border controller SIP 路由 S IP 注册服务 Jingle 即时聊天 I SDN passive and active recorder IAX2服务器客户端 电话服务器和客户端 呼叫中心服务器 (会议,队列) IVR语音交互应答 预付费,后付费电话卡系统 兼容Asteirsk的zaptel中继卡 支持linux /windows
Yate is a next-generation telephony engine while currently focused on Voice over Internet Protocol (VoIP) and PSTN, its power lies in its ability to be easily extended. Voice, video, data and instant messaging can all be unified under Yate s flexible routing engine, maximizing communications efficiency and minimizing infrastructure costs for businesses. (2009-08-13, Windows_Unix, 1962KB, 下载249次)

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

[Windows编程] TheArtOfUnpacking_EN

TheArtOfUnpacking 英文版 本文主要目的是介绍壳常用的反逆向技术,同时也探讨了可以用来躲过或禁用这些保护的技术及公开可用的工具。这些信息将使研究人员特别是恶意代码分析人员在分析加壳的恶意代码时能识别出这些技术,当这些反逆向技术阻碍其成功分析时能决定下一步的动作。第二个目的,这里介绍的信息也会被那些计划在软件中添加一些保护措施用来减缓逆向分析人员分析其受保护代码的速度的研究人员用到。当然没有什么能使一个熟练的、消息灵通的、坚定的逆向分析人员止步的。
english version of the art of unpacking (2009-07-20, Windows_Unix, 415KB, 下载2次)

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

[Windows编程] TheArtOfUnpacking_CHS

脱壳的艺术(the art of unpacking)中文版 本文主要目的是介绍壳常用的反逆向技术,同时也探讨了可以用来躲过或禁用这些保护的技术及公开可用的工具。这些信息将使研究人员特别是恶意代码分析人员在分析加壳的恶意代码时能识别出这些技术,当这些反逆向技术阻碍其成功分析时能决定下一步的动作。第二个目的,这里介绍的信息也会被那些计划在软件中添加一些保护措施用来减缓逆向分析人员分析其受保护代码的速度的研究人员用到。当然没有什么能使一个熟练的、消息灵通的、坚定的逆向分析人员止步的。
Chinese version of the art of unpacking (2009-07-20, Windows_Unix, 522KB, 下载16次)

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

[编译器/解释器] CompilersPrinciplesTechniquesAndTools

最经典的编译原理教材(龙书),是该领域最权威、最经典的图书之一。斯坦福大学、贝尔实验室、Avaya实验室的经典参考教科书,几乎国内所有的编译原理教材都是抄的它的,而且只是抄了最简单的前端的一些内容。
Compilation Principle classic materials (Liuzhou book), is the most authoritative in the field, one of the most classic books. Stanford University, Bell Labs, Avaya Labs classic reference textbooks, almost all of the compiling principle of its teaching materials are copied, and copied only the most simple front-end some of the elements. (2008-12-16, Windows_Unix, 48351KB, 下载65次)

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

[单片机开发] RFID13

根据曼彻斯***的编码原则(参见本刊2001年第一期《一种采用曼码调制的非接触IC卡读写程序编制》),非接触ID卡采用上升沿对应着位数据“0”,下降沿对应着位数据“1”,微控制器通过检测U2270B输出数据位的跳变来实现对曼彻斯***的译码。在现实工作中,数据信号会受到调制、解调、噪声各种效应的影响,其上升沿和下降沿存在抖动,可采用键盘消抖的办法来消除抖动的影响。根据非接触ID卡64位数据循环发送以及其数据绪构特点,即数据流中第64位为“0”,第1位至第9位为“1”。据此,将“0111111111”作为读数据的起始标识,如图2所示。在确定了数据起始标识后,采用延时大于0.5T采样数据位的方法,如图3所示,来避开曼彻斯***编码中的空跳对数据译码造成的影响,简化了译码程序。 通过实验得到:480μs≤1T≤520μs,220μs≤0.5T≤280μs,由此取Tnext=300μs。为了便于对读出数据进行奇校验,读出数据每5位作为一个字节。因此确定起始标识和读取数据对时钟有严格要求,所以寻找起始标识和读取数据部分程序采用汇编语言编写。数据读以后,根据前面所提到的非接触ID卡的数据结构,通过比较奇校验算法与读出数据中的奇校验位来验证出数据的正确性。
A man code modulation non-contact IC card reader Programmer (2008-09-05, Windows_Unix, 1KB, 下载68次)

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

[电子书籍] 基于PCI总线的软件无线电产品开发平台

介绍了一套基于PCI 总线的软件无线电开发平台它适用于雷达无线电信号信息 测试和测量等领域该文探讨了开发软件无线电系统的一些实际问题并介绍了如何利用加拿大 ICS 公司的高速数字变换板来开发软件无线电系统
introduced a PCI-based software radio development platform it applies to radio signals radar test and measurement areas of the article on the development of software radio system and some of the practical problems of how to use ICS Canada's high-speed digital transformation board to develop software radio system (2005-10-06, Windows_Unix, 415KB, 下载74次)

http://www.pudn.com/Download/item/id/116667.html
总计:282