Lost !

-----hard working for the furture.

导航

统计

10 2017 档案

关于PCB电路板设计必须掌握的基础知识
摘要:http://www.slpcb.com/Article/gypcbdlbsj_1.html#herf 阅读全文

posted @ 2017-10-31 11:51 失落''80 阅读(290) 评论(1) 推荐(0) 编辑

凌力尔特电路仿真
摘要:http://www.linear.com.cn/designtools/software/ http://www.linear.com.cn/designtools/software/demo_circuits.php 阅读全文

posted @ 2017-10-31 10:33 失落''80 阅读(126) 评论(0) 推荐(0) 编辑

射频工程师
摘要:岗位描述: 1. 负责手机射频电路(包括PA,Switch,LNA,Balun,Filter各种射频参数)的仿真; 2. 负责射频电源完整性(电流密度,频率分析,瞬态分析, 压降分析,去耦电容,目标阻抗)做全面的评估 3. 测试验证工作,参考设计的建模与仿真结果与文档化工作,提供参考设计与文档。 任 阅读全文

posted @ 2017-10-28 15:40 失落''80 阅读(149) 评论(0) 推荐(0) 编辑

HALCON 教程
摘要:http://blog.sina.com.cn/s/articlelist_1143733774_0_1.html 阅读全文

posted @ 2017-10-26 11:44 失落''80 阅读(130) 评论(0) 推荐(0) 编辑

VNA 网络分析仪
摘要:网络分析基础http://www.ni.com/white-paper/11640/zhs/如何使用VNA PXIe-5630测试天线S参数及电容电抗值http://digital.ni.com/public.nsf/allkb/4CD005EE4E19CEC486258163003DCCF0 阅读全文

posted @ 2017-10-25 16:41 失落''80 阅读(158) 评论(0) 推荐(0) 编辑

LabVIEW面向对象编程的参考程序框架 G# Framework
摘要:http://www.vihome.com.cn/bbs/forum.php?mod=viewthread&tid=26629&extra=page%3D1 阅读全文

posted @ 2017-10-24 21:08 失落''80 阅读(928) 评论(0) 推荐(0) 编辑

qt 实现自定义界面
摘要:https://yq.aliyun.com/articles/120081?spm=5176.100239.blogcont120082.14.SBG70N#%E8%87%AA%E5%AE%9A%E4%B9%89%E6%A0%87%E9%A2%98%E6%A0%8F http://www.cr173 阅读全文

posted @ 2017-10-24 08:31 失落''80 阅读(132) 评论(0) 推荐(0) 编辑

队列状态机
摘要:http://bbs.elecfans.com/jishu_345573_1_1.html http://bbs.elecfans.com/forum.php?mod=viewthread&tid=533348&page=1#pid4287792 http://bbs.elecfans.com/fo 阅读全文

posted @ 2017-10-23 11:12 失落''80 阅读(220) 评论(0) 推荐(0) 编辑

微波测量
摘要:LOAD PULL https://www.microwaves101.com/encyclopedias/microwave-measurements 阅读全文

posted @ 2017-10-22 15:07 失落''80 阅读(110) 评论(0) 推荐(0) 编辑

c# 数学工具Math.NET
摘要:https://www.mathdotnet.com/ 阅读全文

posted @ 2017-10-20 08:12 失落''80 阅读(231) 评论(0) 推荐(0) 编辑

WPF 图表
摘要:https://www.nuget.org/packages/LightningChartUltimateWPF/ 阅读全文

posted @ 2017-10-19 08:17 失落''80 阅读(73) 评论(0) 推荐(0) 编辑

MFC ADO代码
摘要:CoInitialize(NULL);//初始化COM库 HRESULT hr = NULL; //HRESULT hr = E_FAIL;// S_OK, S_FALSE, E_FAIL; pConn.CreateInstance(__uuidof(Connection)); pRst.CreateInstance(__uuidof(Recordset)); try { ... 阅读全文

posted @ 2017-10-17 10:33 失落''80 阅读(115) 评论(0) 推荐(0) 编辑

FAILED宏 和 SUCCEEDED宏 的使用细节
摘要:#include #include #include /// FAILED宏 和 SUCCEEDED宏 的使用细节 /// 为了使用 FAILED(hr) 或 SUCCEEDED(hr) 宏 /// hr值的选用注意事项: /// 成功时,可以选用 S_OK /// 失败时, 不能选用 S_FALSE, 而要选用 E_XX, e.g. E_FAIL /// 因为 SUCCEEDED(... 阅读全文

posted @ 2017-10-16 21:34 失落''80 阅读(494) 评论(0) 推荐(0) 编辑

让你不再晕,完整诠释PCHAR、LPCH、PCH、NPSTR、LPSTR、PSTR
摘要:先看三行代码: typedef char CHAR; typedef CHAR *PCHAR,*LPCH,*PCH,*NPSTR,*LPSTR,*PSTR; typedef CONST CHAR *LPCCH,*PCCH,*LPCSTR,*PCSTR; 复制代码 解释: 1. 第一行:CHAR就是char类型,只是一个大写一个小写。 2. 第二行:PCHAR是一个指... 阅读全文

posted @ 2017-10-16 16:51 失落''80 阅读(2869) 评论(0) 推荐(1) 编辑

普通字符和宽字符
摘要:普通字符: char * A="abcd"; 宽字符: char * B=L"abcd"; A,B字符长度一致,但是宽字符占用内存长度比普通字符大一倍; tchar.h用来解决unicode字符集和多字节字符集问题,即宽字符和普通字符集: 阅读全文

posted @ 2017-10-16 16:41 失落''80 阅读(240) 评论(0) 推荐(0) 编辑

OPCUA
摘要:using OpcUALibrary.Client; 阅读全文

posted @ 2017-10-16 16:12 失落''80 阅读(139) 评论(0) 推荐(0) 编辑

OxyPlot绘图控件
摘要:var myModel = new PlotModel { Title = "Example 1" }; myModel.Series.Add(new FunctionSeries(Math.Cos, 0, 10, 0.1, "cos(x)")); this.plot.Model = myModel; ... 阅读全文

posted @ 2017-10-16 15:56 失落''80 阅读(927) 评论(0) 推荐(0) 编辑

matlab基本函数运算——微积分计算
摘要:https://jingyan.baidu.com/article/fec4bce2788506f2618d8b86.html 阅读全文

posted @ 2017-10-16 10:30 失落''80 阅读(70) 评论(0) 推荐(0) 编辑

matlab计算函数的极限,求导,积分
摘要:https://jingyan.baidu.com/article/d3b74d64eaa12a1f76e6095b.html 阅读全文

posted @ 2017-10-16 10:24 失落''80 阅读(121) 评论(0) 推荐(0) 编辑

PMAC编程
摘要:http://blog.csdn.net/wenzhou1219/article/details/45249305 http://blog.csdn.net/wenzhou1219/article/details/44998165 阅读全文

posted @ 2017-10-14 19:14 失落''80 阅读(107) 评论(0) 推荐(0) 编辑

电力电子仿真软件
摘要:http://www.plexim.com/cn/support/videos http://ee.ofweek.com/2016-08/ART-11000-2818-30024875.html 阅读全文

posted @ 2017-10-12 13:47 失落''80 阅读(85) 评论(0) 推荐(0) 编辑

labview 自定义事件
摘要:http://jingyan.baidu.com/article/5d368d1e11a6b03f60c0570f.html 阅读全文

posted @ 2017-10-08 13:36 失落''80 阅读(175) 评论(0) 推荐(0) 编辑

50欧姆功率电压对照表
摘要:http://www.51hei.com/bbs/dpj-28150-1.html 在线计算: http://www.elecfans.com/tools/dbm.htm 阅读全文

posted @ 2017-10-07 17:19 失落''80 阅读(646) 评论(0) 推荐(0) 编辑

图像傅里叶变换原理
摘要:http://blog.sina.com.cn/s/blog_a07f4fe301013gj3.html 数字信号傅里叶变换: http://www.cnblogs.com/luoqingyu/p/5929389.html 阅读全文

posted @ 2017-10-07 09:13 失落''80 阅读(403) 评论(0) 推荐(0) 编辑

最小的频谱仪
摘要:http://www.sainty-tech.com/product.php http://www.coppermountaintech.com/3/Products/ https://signalhound.com/software/signal-hound-field-calibration-s 阅读全文

posted @ 2017-10-06 09:19 失落''80 阅读(58) 评论(0) 推荐(0) 编辑

Smith 史密斯圆图与阻抗匹配
摘要:https://www.maximintegrated.com/cn/app-notes/index.mvp/id/742 阅读全文

posted @ 2017-10-06 08:49 失落''80 阅读(184) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示