CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 编程 论文

搜索资源列表

  1. immediatecommunicationsystem

    0下载:
  2. 网络聊天系统的设计与实现 本文主要描述了如何利用汇编语言编写一个能够实现网络之间信息传递的聊天程序系统.并介绍了无连接协议的SOCKET编程模型,以及阐述了聊天程序的设计目的前景和具体规划,还有聊天程序的商业运作.本论文共分为五部分.-immediate communication system This paper describes how to use assembly language to achieve the preparation of a network of tr
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-07
    • 文件大小:89430
    • 提供者:tutu
  1. Adaboostsuanfa

    0下载:
  2. 这是一篇采用adaboost算法进行行人识别的文章,因为刚开始学习编程,还没有好的源码,希望这些论文对大家有用。-people detection
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-08
    • 文件大小:320402
    • 提供者:dzp
  1. GetPointMatrix

    0下载:
  2. 获取汉字点阵的方法,经典论文,适用与做嵌入式显示编程的程序员-Lattice method for Chinese characters, classic papers, application and programming of the programmer to do embedded display
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-06
    • 文件大小:355211
    • 提供者:李永芳
  1. Fourier_matlab

    0下载:
  2. 附件1是关于FFT算法的详细编程,及详细原理讲解,个人认为,这篇论文对从事信号处理,频谱分析很有帮助,特使是进一步理解FFT算法,很有必要阅读。 程序+原理+运行! 附件2是关于直接运行FFT工具箱进行频谱分析,请大家可以参考对照,对理解FFT算法肯定有帮助! -matalb fft 频谱分析
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:688686
    • 提供者:wangheyi
  1. Control-Theory-program

    0下载:
  2. 用算法编程解决想要相应的问题!使用方便,容易上手!控制理论与应用论文程序-Programmed with algorithms to solve the problem you want the corresponding! Easy to use, easy to use! Control Theory and Applications paper program
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2235772
    • 提供者:鑫鑫
  1. 24-papers-of-matlab

    0下载:
  2. 24篇matlab论文,matlab数据文件输入输出,用户界面编程,以及实例论文-24 papers matlab, matlab data file input and output, user interface programming, and example papers
  3. 所属分类:matlab

    • 发布日期:2017-05-18
    • 文件大小:4852317
    • 提供者:baide
  1. Linux_Control

    0下载:
  2. linux编程在工业上的应用,属于A类论文,很有参考简直哦-linux programming in industrial applications, are Class A thesis is simply a good reference Oh
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:122039
    • 提供者:pengjianbin
  1. 2009

    0下载:
  2. 国家集训队2009论文和解题报告集锦,ACMer必看的书籍,对于提高编程水平很有帮助。-National team 2009 papers and problem-solving report highlights ACMer will see books, to improve the programming level is very helpful.
  3. 所属分类:Data structs

    • 发布日期:2017-06-15
    • 文件大小:23417856
    • 提供者:AndyBush
  1. matlab-and-vc

    0下载:
  2. MATLAB和VC混合编程的论文资料近50篇,均为图书馆下载,很详细-Hybrid Programming MATLAB and VC data nearly 50 papers, all libraries to download, very detailed
  3. 所属分类:matlab

    • 发布日期:2017-06-02
    • 文件大小:14698907
    • 提供者:苏君平
  1. CSharp-FTP-client

    0下载:
  2. 一篇关于C#应用于FTP编程的论文,介绍了编写C# FTP程序的方法。-An FTP program on the C# application papers, introduces the preparation of C# FTP procedures.
  3. 所属分类:Ftp Client

    • 发布日期:2017-03-23
    • 文件大小:569475
    • 提供者:wang
  1. biyeshengguanlixitong

    0下载:
  2. 毕业生信息管理系统,用sql server2000为后台工具,c语言编程,有论文和程序代码-Graduate information management system, using sql server2000 as a background tool, c language programming, there are papers and code
  3. 所属分类:Education soft system

    • 发布日期:2017-05-02
    • 文件大小:921477
    • 提供者:张玉贤
  1. C-Traps-and-Pitfalls

    0下载:
  2. Andrew Koenig自己在Bell实验室时发表的论文为基础,结合自己的工作经验扩展成这本对C程序员具有珍贵价值的经典著作。写作本书的出发点不是要批判C语言,而是要帮助C程序员绕过编程过程中的陷阱和障碍。 本书所揭示的知识,至少能够帮助你减少C代码和初级C++代码中90%的Bug。-Andrew Koenig own Bell Labs papers, combined with the expansion of their work experience into a C progra
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-17
    • 文件大小:4799065
    • 提供者:阿习
  1. UDP

    0下载:
  2. 摘 要:随着计算机技术、 网络技术、通信技术的迅速发 展, 越来越多的网络信息走入了大众的生活, 对网络信息的 传输设计和实现技术要求也越来越高。 论文研究基于VC的 UDP网络编程的设计与实现, 并采用异步传输技术实现了 一个简单的UDP Server。-Abstract: With the computer technology, network technology, the rapid development of communication technology, mo
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-03
    • 文件大小:1115530
    • 提供者:42134213
  1. 51lunwen

    0下载:
  2. 基于51单片机的一些毕业设计论文,很好用,适合初学单片机编程的同学-Some 51 MCU-based Thesis, easy to use, suitable for students beginners Microcontroller Programmer
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-05-27
    • 文件大小:9597305
    • 提供者:周晓
  1. Multi_Thread_Programming

    0下载:
  2. 一篇实现多线程编程的论文。是关于生产者消费者问题。有一定的借鉴意义。-An Eassy on Multi-Thread Programming
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-17
    • 文件大小:213499
    • 提供者:Bingo
  1. gt400-sv

    1下载:
  2. 一、计划总学时: 32 (其中实验 4 学时) 学分: 2 开课学期: 2 授课方式:课堂教学与研讨 考核方式:论文报告 二、适用专业:机械工程 三、预修课程:机电传动控制、微机原理与接口技术 四、教学目的:掌握现代数控机床的控制技术、伺服驱动技术、编程技术、发展趋势,掌握运动控制器的使用和编程技术,能开发出一种专用数字控制系统并应用于实践。 五、大纲内容及学时分配: -First, the planned total hours: 32 (in the experi
  3. 所属分类:software engineering

    • 发布日期:2016-03-16
    • 文件大小:1689600
    • 提供者:王文正
  1. java

    1下载:
  2. java 编程项目模块 开发软件一个完整的物流管理系统源码,采用java编写,有详细的论文文档,以及sql数据库文件,数据库用的是MySql-A complete -java programming software module development project of a complete logistics management system source code, using java prepared a detailed paper documentation, and sql
  3. 所属分类:JavaScript

    • 发布日期:2017-04-02
    • 文件大小:947
    • 提供者:龚晓川
  1. sdarticle-(12)

    0下载:
  2. 在国外网站下的麻省理工的教的算法,非常的好,可以用来借鉴下作论文,也对编程爱好者也值得看,推荐,必须顶-Abroad under the MIT Web site to teach the algorithm, very good, testimony can be used to draw papers, but also for programming enthusiasts are also worth watching, it is recommended to be the top
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-24
    • 文件大小:50984
    • 提供者:陈功
  1. sdarticle-(15)

    0下载:
  2. 在国外网站下的麻省理工的教的算法,非常的好,可以用来借鉴下作论文,也对编程爱好者也值得看,推荐,必须顶-Abroad under the MIT Web site to teach the algorithm, very good, testimony can be used to draw papers, but also for programming enthusiasts are also worth watching, it is recommended to be the top
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-24
    • 文件大小:105679
    • 提供者:陈功
  1. sdarticle-(7)

    0下载:
  2. 在国外网站下的麻省理工的教的算法,非常的好,可以用来借鉴下作论文,也对编程爱好者也值得看,推荐,必须顶-Abroad under the MIT Web site to teach the algorithm, very good, testimony can be used to draw papers, but also for programming enthusiasts are also worth watching, it is recommended to be the top
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:362336
    • 提供者:陈功
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 »
搜珍网 www.dssz.com