-
uofopensdk-1.0
UOF(Unified Office document Format)统一办公文档格式,是我们国家主推的一个基于XML的文档格式标准.这个软件包是金山公司关于UOF的开源SDK源码,请大家支持!!!!!(UOF (Unified Office document Format) is the main XML-based document format standards recommended by our country. This package is the open-source SDK source code on the UOF provided by Kingsoft Inc., Please support !!!!!)
- 2009-11-10 09:08:18下载
- 积分: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
-
STM32_IAP2
从网上下载的STM32 IAP源码和测试代码,已经移值到我自己的板子上,很容易,和大家共享。(Downloaded from the Internet STM32 IAP source and test code, the value has been moved to my own board, it is easy, and share.)
- 2011-09-04 09:07:44下载
- 积分:1
-
C# 异步加载图像的方法附示例源码
C# 异步加载图像的方法附示例源码,异步加载技术对提升软件内容加载性能很有帮助,不但可以异步加载图片,还可以用于异步加载数据库内容,只是方法不同,本例是异步加载图片,这个也是使用比较多的一种情况,希望对C#初学者有所帮助。
运行本示例exe后,选择一张图片,则会异步加载这张图像,并显示当前图像文件加载进度,如效果图所示。
- 2022-06-06 15:30:23下载
- 积分:1
-
ClusterValidator(3)
Cluster validation program
- 2009-05-17 20:00:02下载
- 积分:1
-
ooo999
说明: 用stm32做到温度控制器,pt100金属电阻,pid算法,数码管显示,iar软件开发的,非常实用(Using STM32 to achieve temperature controller, PT100 metal resistance, PID algorithm, digital tube display, IAR software development, very practical)
- 2020-04-14 13:15:00下载
- 积分:1
-
FDC2214测试代码
说明: FDC2214 stm32单片机实现IIC通信 通过OLED显示(Realization of IIC Communication by FDC2214 STM32 Single Chip Microcomputer and Display by OLED)
- 2020-06-21 05:00:02下载
- 积分:1
-
卫星轨道坐标的计算方法
说明: 详细介绍了轨道方程,轨道六要素,以及坐标计算方法,包括椭圆轨道面坐标、大地空间直角坐标以及经纬度坐标的计算方法(The orbit equation, the six elements of orbit and the coordinate calculation method are introduced in detail, including the calculation method of elliptical orbit, plane coordinates, geodetic space, rectangular coordinates and longitude and latitude coordinates)
- 2020-06-16 09:20:01下载
- 积分:1
-
Excel导入导出
C# 导入导出的execl的帮助类,方便学习和使用(Excl Import and Export Help Classes)
- 2020-06-16 22:00:01下载
- 积分:1
-
nari dian电力规约 iec104 装置RTU服务端 104
nari dian电力规约 iec104 装置RTU服务端 104
- 2023-04-05 08:30:03下载
- 积分:1