-
mms
一个基于串口的手机短信发送/接收程序;Demo很简单,是以异步方式读写串口的;在对话框初始化中修改串口的配置参数正确后,能100 的正常发送/接收短信(Based on the serial port of a cell phone message to send/receive process Demo is very simple, based on asynchronous serial reading and writing at initialization dialog box to modify the configuration of serial port parameters correctly, the can 100 of the normal Send/receive message)
- 2009-03-13 14:09:32下载
- 积分:1
-
SocketTest_NET
c#与flex通过socket跨域通讯服务端代码。(c# and flex cross-domain communication via socket server-side code.)
- 2014-11-10 17:31:17下载
- 积分:1
-
C# Linq 动态查询条件 的 两种实现方式 (PredicateExtensions 和 Dynamic)
优选方案是:PredicateExtensions 很方便,很强大 调用示例:public static void Test3() { DbDataContext db = new DbDataContext(); Expression expressleft = PredicateExtensions.True(); expressleft = expressleft.Or(t => t.CategoriesID > 3); Expression expressright = PredicateExtensions.False(); expressright = expressright.Or(t => t.CategoriesID < 5); expressleft = expressleft.And(expressright); var sql = db.GetCommand(db.TemplateDocument.Where(expressleft).Select(t => new { t.TemplateID, t.TemplateName, t.CategoriesID })).CommandText; Console.WriteLine(sql); }
- 2013-11-16下载
- 积分:1
-
EEPROM-Lab2
dsPIC30F3014的IIC读写C程序源代码,通过ICD3编程器测试。(dsPIC30F3014 the IIC to read and write C program source code, programmer by ICD3 test.)
- 2011-06-29 16:24:53下载
- 积分:1
-
p2mesh
划分网格一个开源的库,有限元的算法,很好用(Meshing an open source library = for finite element)
- 2013-07-22 15:34:38下载
- 积分:1
-
高速获取仪表公斤数,并把数据包解析掉,滤波器
高速获取仪表公斤数,并把数据包解析掉,滤波器-get the packet of the
- 2022-04-17 21:04:34下载
- 积分:1
-
单链表模板
数据结构单链表的模板,头文件是用类模板的线性表声明,类文件是功能函数的定义,包括构造函数,析构函数,按值查找,插入,删除,遍历等操作,主函数文件是各项功能的简单实现
- 2022-01-25 15:59:37下载
- 积分:1
-
JVT-G050
文档中描述了使用简化的预测算法能够将运算量减小30 左右,同时预测的质量下降不多的算法(Document describes the use of simplified computational prediction algorithm can be reduced by about 30 , while small decline in the quality prediction algorithm)
- 2011-10-16 21:58:11下载
- 积分:1
-
winform做的图片切换效果
用winform实现 利用PictureBox实现图片切换 类似网络中的幻灯效果
用winform实现 利用PictureBox实现图片切换 类似网络中的幻灯效果
- 2022-05-17 05:34:06下载
- 积分:1
-
AWGN
awgn信道的建模。matlab实现方针,进行了比较(awgn channel modeling. matlab realize the principle of a comparative)
- 2021-01-30 02:48:34下载
- 积分:1