-
cifashiyanbaogao
实验报告 词法分析 内有详细的程序结构 解释以及程序的整个相关说明(Experimental Morphology Analysis report has detailed procedures to explain the structure and procedures of the entire note)
- 2007-04-25 16:05:57下载
- 积分:1
-
The
The realization of the drawing in VC state(The realization of The drawing of VC in The state)
- 2017-07-20 18:56:03下载
- 积分: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
-
IEEE4牛顿法
使用C#进行潮流计算,算例为4节点的标准电网,计算结果可与电力系统分析教材相对比,无误差(based on C# to do power flow)
- 2017-08-03 16:23:44下载
- 积分:1
-
CWebUpdatePrj
实现通用的程序升级功能,可以检查是否有更新,下载更新(Achieve universal upgrade feature, you can check for updates, download updates)
- 2014-06-04 16:42:16下载
- 积分:1
-
haar
说明: 利用Harr将图像进行3层小波变换,并进行重建。里面包含测试图片及变换后系数重新排列后的结构图。(Harr is used to transform the image into three-layer wavelet transform and reconstruct it. It contains the test picture and the structure chart of the coefficient rearrangement after transformation.)
- 2019-05-15 17:09:28下载
- 积分:1
-
TCPIP-Sockets-in-CSharp-Practical-Guide-for-Progr
How use winsosck in C# WIN
- 2011-01-24 01:13:38下载
- 积分:1
-
SpectralToolbox
矩阵实验室数据,对可见光范围的波长进行数据测量,并测出反射比(matlab data,mainly include reflectance in every wave of visible area)
- 2012-05-02 22:31:58下载
- 积分:1
-
FS8610DLL_UseApp
说明: 详细介绍基于C51的芯片FS8610的DLL文件调用函数,方便用户开发(Detail based on the C51 chip FS8610 call the DLL file function, user-friendly development)
- 2008-10-20 11:08:02下载
- 积分:1
-
lab29-fft
在CCS环境中用汇编语言,编写实现FFT的程序及连接器命令文件,编译调试程序,并通过CCS的图形显示工具观察输入/输出信号波形以及频谱变化(In the CCS environment, the FFT program and connector command file are written in assembly language, the debug program is compiled, and the input/output signal waveform and spectrum change are observed through CCS graphical display tool.)
- 2018-08-20 15:04:20下载
- 积分:1