EE直播间
更多
文章
首页 我的博文
雁塔菜农 2008-10-30 22:09
C#中winio.dll模拟鼠标问题(转帖)
http://topic.csdn.net/u/20080413/14/8b9d2234-53c3-497a-ba74-9f5df6347fc6.html C#中winio.dll模拟鼠标问题。 我的操作系统是XP。 以下是我的代码: ...
雁塔菜农 2008-10-30 20:14
接收串口上的数据(转帖)
转帖出处: http://book.51cto.com/art/200807/81881.htm 2.2.8 接收串口上的数据 http://book.51cto.com  2008-07-20 17:09  (美)李(Lee, W.M. ...
雁塔菜农 2008-10-30 20:07
列举所有可用的串口名(转帖)
转载处: http://book.51cto.com/art/200807/81874.htm 2.2.4 列举所有可用的串口名 http://book.51cto.com  2008-07-20 16:44  (美)李(Lee, W. ...
雁塔菜农 2008-10-30 19:29
关于VS.Net2005中串口操作说明(C#)(SerialPort组件) (转帖)
using  System; using  System.Collections.Generic; using  System.ComponentModel; using  System.Data; using  System.Drawing; using ...
雁塔菜农 2008-10-30 19:26
搜集到有关SerialPort控件的代码片段
  // This is a new namespace in .NET 2.0 // that contains the SerialPort class using System.IO.Ports; private static ...
雁塔菜农 2008-10-30 19:01
使用SerialPort类设计串口通讯程序(转帖)
  一.概述     在Visual Studio 6.0中编写串口通讯程序,一般都使用Microsoft Communication Control(简称MSComm)的通讯控件,只要通 过对此控件的属 ...
雁塔菜农 2008-10-30 18:58
SerialPort例程(MSDN)
C# Copy Code using System; using System.IO.Ports; using System.Threading; public class PortChat { static bool _cont ...
雁塔菜农 2008-10-30 18:55
C#2.0中,SerialPort运行方式(转载)
SerialPort中串口数据的读取与写入有较大的不同。由于串口不知道数据何时到达,因此有两种方法可以实现串口数据的读取。     一、线程实时读串口;   ...
雁塔菜农 2008-10-26 09:55
A是面向机器的,C是面向过程的,而C++/C#等都是面向对象的
http://bbs.21ic.com/club/bbs/list.asp?Page=boardid=11t=3129631 hotpower 发表于 2008-10-26 09:46 侃单片机 ←返回版面 ...
雁塔菜农 2008-10-26 09:18
肯定一点:嵌入式C语言编程开发要快捷的多~~~
http://bbs.21ic.com/club/bbs/list.asp?Page=1boardid=11t=3125970 hotpower 发表于 2008-10-26 09:15 侃单片机 ←返回版面 ...
雁塔菜农 2008-10-25 21:33
从Visual Studio 2003到Visual Studio 2005的演化(转)
本文简介: 首先,让我们先来看看Visual Studio .NET 2003的产品系列,了解我们目前有什么,以及未来会有什么变化。 首先,让我们先来看看Visual Studi ...
雁塔菜农 2008-10-25 20:17
如何得到当前时间日期(转帖)
一、使用MFC可以用以下代码得到 CTime time = CTime::GetCurrentTime();   ///构造CTime对象 int m_nYear = time.GetYear();      ///年 int m_nMonth ...
雁塔菜农 2008-10-25 19:35
俺一般不读书不看报,但建议多看一下书籍~~~
http://bbs.21ic.com/club/bbs/list.asp?Page=boardid=11t=3129631 hotpower 发表于 2008-10-25 19:31 侃单片机 ←返回版面 ...
雁塔菜农 2008-10-25 10:07
环境造就人,交流滋补人,自封害死人
hotpower 发表于 2008-10-25 10:07 侃单片机 ←返回版面 159楼:   环境造就人,交流滋补人,自封害死人 每个人都 ...
雁塔菜农 2008-10-24 18:14
A人调试程序之乐趣~~~
hotpower 发表于 2008-10-24 18:14 侃单片机 ←返回版面 136楼:   A人调试程序之乐趣~~~ A人比C人更能明白函数的 ...
关闭 站长推荐上一条 /3 下一条