搜索资源列表
yield
- 微软的.NET中C#2.0实现了yield return功能,这个程序教你如何在Native C++中实现它。C#在foreach中使用,C++在for里调用。这样就使得迭代器的功能更加简单,使用的时候也很方便。 -Microsoft' s. NET in C# 2.0 to achieve a yield return, this program teach you how to Native C++ to implement it. Using C# in a foreach, C
0809_5
- ad转换的C语言程序,硬件部分由AT89C51,MAX232,ADC0809,NF555组成,555用来产生ADC0809的CLK, 现在好像是300多K,输入电压直接加在ADC0809的IN0,因为我只用一路所以ADC0809的 A、B、C三个进址我直接接地。ADC0809的ALE和StartART我连在一起由单片机的P3.4控制。-ad conversion C-language program, the hardware part by AT89C51, MAX232, ADC08
projectCPP
- the code environment s C++. it is in image processing field. this code Read TIFF Image then it excute a Median Filter Classical on gray images. after that it Write TIFFU nsigned Char.
C
- 新手送大家C#代码规范希望可以帮到你们,也希望我可以在这了学习到很多!-Novice C# code to send U.S. norms hope you can help, I hope I can learn a lot!
wzq
- ChessWZQ1.0 采用C/S模式编写 客户端和服务器端的交互有class Message中定义,有很好的可扩展性(见 Message 定义) 客户端负责界面维护和收集用户输入的信息,及错误处理 服务器维护各在线用户的基本信息和任意两个对战用户的棋盘信息,动态维护用户列表 鉴于Applet的下载速度太慢,故做成Application--a 331 graduate design including algorithms, source code, papers, and ex
VC6.0telephonebookmanagementsystem
- 这个一个用vc6.0实现的电话号码管理系统 -it s complied by c++
Power-onpassword
- 利用C语言编程来实现电脑的开机密码的问题解决方法-The use of C language programming to the computer' s boot password to achieve the problem-solving methods
wuxianchui
- 无线词汇解释1. 香农定理 类比:城市道路上的汽车的车速和什么有关系?和道路的宽度有关系,和自己车的动力有关系,也其他干扰因素有关系(如:车量的多少和红灯的数量)。 香农定理是所有通信制式最基本的原理。 C=Blog2(1+S/N): 其中C是可得到的链路速度,B是链路的带宽,S是平均信号功率,N是平均噪声功率,S/N即信噪比。香农定理给出了链 -Wireless glossary 1. Shannon theorem analogy: City of the speed of ve
QtEWhitepaper
- C++ 嵌入式 GUI应用开发者工具包,QT 嵌入式技术白皮书,-The C++ Embedded GUI Application Developer’s Toolkit
c_xiangguangzhishi
- 讲解了c相关知识,并且有MFC方面的相关讲解,都是以PDF格式的文件。希望对大家有帮助。-Explain the c-related knowledge, and there' s related MFC explain, are based on PDF format. Hope to help.
0002
- 知名程序语言老师的上课笔记,对学习C++语言编程大有帮助。-Well-known programming language teacher' s lecture notes, learning C++ programming language go a long way.
ATEB_ProfibusFINAL
- Profichip’s VPC3+S is a communication chip with 8-Bit parallel processor interface for intelligent PROFIBUS DP-Slave applications. Alternatively an SPI or I 2 C interface can be used to communicate with the chip.
cyuyan
- c语言程序设计,本科生实习报告范文,可以参考哦,-this is s symbol design
org
- 实现大部分OGC规范,主要是B/S模式,可以根据具体修改为C/S-Achieve most of the OGC specifications, primarily B/S mode, you can modify depending on C/S
sadsadsassss
- 一次使用了J2EE开发平台,并学习了所需软件的安装方法,掌握运行一个JSP页面的基本步骤,了解了B/S模式和C/S模式的区别。-hello welcome
c
- 输入10个工人的信息,每个工人含有成员名为“工号、姓名、基本工资、补贴、奖金、水电费、房租、实发工资、工资排名”,分别编写六个函数求: (1)输入一个工人的工号,查询该工人的信息并输出,若不存在显示没找到。 (2)输入一个工人的信息,按工号顺序将该工人的信息插入后输出。 (3)输入一个已存在工人的姓名信息,删除该工人的信息后输出。 (4)求每个工人的实发工资(实发工资=基本工资+补贴+奖金-水电费-房租); (5)求每个工资项(纵项)的总额并输出
C
- Data about C program language. IT s very esay to
N-S-equation
- 一维可压 ns方程 数值求解,c语言 fortran语言源程序,是学习cfd的入门实例。-One-dimensional compressible numerical equation solver ns, c language fortran language source code, is to learn cfd entry instance.
c04
- The iostreams classes are usually the first part of the C++ library that new C++ programmers learn to use. This chapter discusses how iostreams are an improvement over C s stdio facilities and explores the behavior of file and string streams in addit
C语言课件
- C语言初学者必读,同样有助于C++,JAVA的学习(it's appropriate for new learners of C, C++)