-
ask
基于单片机开发的无线识别装置系统中使用的应答器程序代码(The development of microcontroller-based system using wireless identification device transponder code)
- 2011-08-07 12:00:31下载
- 积分:1
-
The-application-of-semivariogram
半变异函数的应用拟合球状模型程序
在土壤重金属分析中的应用(The application of semivariogram spherical model fitting procedure in analysis of soil heavy metals)
- 2011-10-17 21:28:39下载
- 积分:1
-
gprs--pc
c#开发,用于接收远程gprs模块发送来的数据,安装于服务器端,可用于gps数据是采集。(c# development, for receiving the data sent to remote gprs module, installed on the server side)
- 2012-05-12 01:02:53下载
- 积分:1
-
c
说明: 一些才语言小程序,供初学者学习,但是很有用。(c)
- 2010-11-03 11:11:52下载
- 积分:1
-
Environment示例源码
Environment示例源码
- 2014-04-14下载
- 积分:1
-
这是一个在VS2003上边写的打印的源代码,通过简单的程序,提供了打印文档常用的方法,可以作为C#初学者一个很好的参考程序,代码不复杂,但是比较容易看懂。...
这是一个在VS2003上边写的打印的源代码,通过简单的程序,提供了打印文档常用的方法,可以作为C#初学者一个很好的参考程序,代码不复杂,但是比较容易看懂。-This is a VS2003 upside in the Print write the source code, through a simple procedure Print the document provides a method commonly used as a beginners C# good reference procedure code is not complicated, But relatively easy to understand.
- 2022-05-08 15:53:53下载
- 积分:1
-
lui_v36
ofdm system simulation including 16qam modulation fft windowing modules plus cp, The performance of the program has reached a high level, Based on the time delay estimation of power spectrum.
- 2017-11-16 11:34:38下载
- 积分:1
-
串口接收GPS数据
串口接收GPS数据,C#做的串口接收GPS模块数据
- 2022-07-13 15:02:52下载
- 积分:1
-
tunertest
st0297e tuner驱动
写寄存器和I2C(st0297e tuner driver write registers and I2C)
- 2008-05-09 11:02:56下载
- 积分:1
-
SocketCAsyncSocketCSocket
Socket,CAsyncSocket,CSocket介绍
Socket有同步阻塞方式和异步非阻塞方式两种使用,事实上同步和异步在我们编程的生涯中可能遇到了很多,而Socket也没什么特别。虽然同步好用,不费劲,但不能满足一些应用场合,其效率也很低。
也许初涉编程的人不能理解"同步(或阻塞)"和"异步(或非阻塞)",其实简单两句话就能讲清楚,同步和异步往往都是针对一个函数来说的,"同步"就是函数直到其要执行的功能全部完成时才返回,而"异步"则是,函数仅仅做一些简单的工作,然后马上返回,而它所要实现的功能留给别的线程或者函数去完成。例如,SendMessage就是"同步"函数,它不但发送消息到消息队列,还需要等待消息被执行完才返回;相反PostMessage就是个异步函数,它只管发送一个消息,而不管这个消息是否被处理,就马上返回。(SocketCAsyncSocketCSocket)
- 2009-06-20 13:10:05下载
- 积分:1