搜索:Programming+Example

找到约 2,890 项符合「Programming+Example」的查询结果

结果 2,890
按分类筛选
显示更多分类
https://www.eeworm.com/dl/511/42448.html 接口技术

基于EZ-USB的数据传输接口设计

利用EZ-USB接口芯片AN2131Q实现了基于TMS320C5409的水声信号采集及混沌特性研究系统中的高速数据通信,提出了一种采用FIFO缓存芯片实现AN2131Q与TMS320C5409的连接方法,深入研究了EZ-USB序列接口芯片的固件、设备驱动和用户程序开发过程。关键词:AN2131Q; TMS320C5409; IDT72V02;数据通信ABSTRACT: ...
下载 30
·
查看 1139
https://www.eeworm.com/dl/895007.html 技术资料

基于Proteus可视化设计

在单片机项目中,开发者不仅需要考虑硬件选择,方案设计,还要编写功能代码,仿真测试等。而对于非计算机专业的初学者来说,编程难度较大。Proteus可视化设计方法,利用流程图代替编写代码这一特点,大大减低了难度,从而激发学生学习积极性。In the single chip project, developers not only need to conside ...
下载 8
·
查看 462
https://www.eeworm.com/dl/898930.html 技术资料

基于STM32单片机的窨井探测仪设计

设计以STM32F103单片机为核心控制,以压电式电声型超声波换能器为逻辑控制的系统方案,包括单片机系统主控制电路、超声波换能器发射电路、软件程序编写以及测试结果信号分析等,测试结果证明达到误差要求。A system scheme was designed, which took STM32F103 microcontroller as the core control and t ...
下载 10
·
查看 943
https://www.eeworm.com/dl/686/278923.html VC书籍

本文从英文C–FAQ (2004 年7 月3 日修订版) 翻译而来。本文的中文版权为 朱群英和孙云所有。本文的内容可以自由用于个人目的

本文从英文C–FAQ (2004 年7 月3 日修订版) 翻译而来。本文的中文版权为 朱群英和孙云所有。本文的内容可以自由用于个人目的,但是不可以未经许可出 版发行。英文版权为Steve Summit 所有,详情见下面的英文版权说明。 The English version of this FAQ list is Copyright 1990-2004 by Steve Summit. ...
下载 121
·
查看 1072
https://www.eeworm.com/dl/686/158832.html VC书籍

MFC Black Book Introduction: Are you an MFC programmer? Good. There are two types of MFC programme

MFC Black Book Introduction: Are you an MFC programmer? Good. There are two types of MFC programmers. What kind are you? The first kind are the good programmers who write programs that conform to the way MFC wants you to do things. The second bunch are wild-eyed anarchists who in ...
下载 30
·
查看 1077
https://www.eeworm.com/dl/521906.html 论文

Full-Duplex+Small+Cells

The recent developments in full duplex (FD) commu- nication promise doubling the capacity of cellular networks using self interference cancellation (SIC) techniques. FD small cells with device-to-device (D2D) communication links could achieve the expected capacity of the future c ...
查看 76
https://www.eeworm.com/dl/512605.html 书籍

C语言教程讲义(谭浩强)

C语言是在 70 年代初问世的。一九七八年由美国电话电报公司(AT&T)贝尔实验室正 式 发 表 了 C 语 言 。 同 时 由 B.W.Kernighan 和 D.M.Ritchit 合 著 了 著 名 的 “THE C PROGRAMMING LANGUAGE” 一书。 通常简称为《 K&R》, 也有人称之为《 K&R》 标准。 但是, 在 《 K&R》中并没有定义一个完整 ...
下载 2
·
查看 53
https://www.eeworm.com/dl/684/399058.html 软件设计/软件工程

本文力图把当前软件开发技术和Java技术领域中逐渐成熟的设计模式和方法

本文力图把当前软件开发技术和Java技术领域中逐渐成熟的设计模式和方法,引入到WebGIS基础开发框架的设计中,以提高框架的可设计性和简化应用开发;表现层中引入MVC模式,数据访问层使用对象-关系映射技术,逻辑层提供有关空间操作的Java APIs(Java Application Programming Interface).以此作为框架 ...
下载 197
·
查看 1120
https://www.eeworm.com/dl/686/493487.html VC书籍

If you are a C++ programmer who desires a fuller understanding of what is going on "under the hood,"

If you are a C++ programmer who desires a fuller understanding of what is going on "under the hood," then Inside the C++ Object Model is for you! Inside the C++ Object Model focuses on the underlying mechanisms that support object-oriented programming within C++: constructor sem ...
下载 20
·
查看 1100
https://www.eeworm.com/dl/617/147435.html 压缩解压

在C语言中

在C语言中,可以用keep ( )函数将程序驻留内存。这个函数有两个参数:status和size。size为驻留内存长度,可以用size=_SS+_SP/16-_psp得到,当然这也是一种估算的方法,并不是精确值。函数执行完以后,出口状态信息保存在status中。比如,对于上面的例子,将“geninterrupt (0x60) ”改写成“keep(0,_S ...
下载 95
·
查看 1094