-
tjlkbq
图解测量电子电路设计 滤波器篇
日本人写的一本书,介绍了各种滤波器的设计包括有源滤波器无源滤波器都是以图解的方式有实际的参考电路带你设计滤波器入门(Graphic measurement of electronic circuit design filter the Japanese chapter of a book written to introduce a variety of filter designs include passive filters active filters are based on graphic methods are practical reference circuit filter was designed with your entry)
- 2010-01-30 15:04:17下载
- 积分:1
-
To achieve solid envelope alignment. Using interpolation, fitting handle. More a...
实现实包络对齐。采用插值,拟合处理。更加精确的对齐-To achieve solid envelope alignment. Using interpolation, fitting handle. More accurate alignment
- 2022-01-26 18:16:45下载
- 积分:1
-
C# 使用进程名禁止程序运行多次
C# 使用进程名禁止程序运行多次,
string moduleName = Process.GetCurrentProcess().MainModule.ModuleName; //获取当前活动进程的模块名称
string processName = System.IO.Path.GetFileNameWithoutExtension(moduleName);//返回指定路径字符串的文件名
Process[] processes = Process.GetProcessesByName(processName);//根据文件名创建进程资源数组
if (processes.Length > 1)//如果该数组长度大于1,说明多次运行
{
MessageBox.Show("本程序一次只能运行一个实例!", "提示", MessageBoxButtons.OK, MessageBoxIcon.Information);//弹出提示信息
this.Close();//关闭当前窗体
}
- 2022-02-04 01:16:54下载
- 积分:1
-
归档
一些基础有用的list操作, 例如添加,删除,删除尾部,添加与首部等等(some fundamental list function, like add, delete)
- 2020-06-19 10:40:02下载
- 积分:1
-
NLSTFT
小波变换中的同步挤压小波程序。小波变换中的同步挤压小波程序。(Synchronous extrusion wavelet transform in wavelet transform.)
- 2018-09-11 22:52:58下载
- 积分:1
-
告诉你如何构建更强劲的应用而不用乏味的手写代码;回答多数开发者甚至不会问的问题;演示如何使用JSF和Tiles自动构建一致的用户界面;提供提示及“如何...”信...
告诉你如何构建更强劲的应用而不用乏味的手写代码;回答多数开发者甚至不会问的问题;演示如何使用JSF和Tiles自动构建一致的用户界面;提供提示及“如何...”信息,使你很快上手;解释如何集成JSF和数据库,使用目录服务,无线应用以及Web 服务;传授最好的经验和好习惯如使用样式表和消息绑定;覆盖全部JSF标记和如何创建新的标记库,英文,原名称:Core JavaServer Faces-tell you how to build a more robust application instead of the dull handwritten code; Answered most developers do not even ask the question; Demonstrate how to use the JSF and Tiles automatically build a consistent user interface; For the presentation and "How to ..." message and you will soon get started; As explained He JSF and database integration, the use of directory services, wireless applications and Web services; the best teaching experience and good habits such as the use of style sheets and news binding; coverage for all JSF tags and how to create a new library markings, English, the original name : Core JavaServer Faces
- 2022-04-14 11:45:10下载
- 积分:1
-
约束优化问题
用遗传算法和模拟退户算法实现了约束问题的优化。效果不错(The constraints are optimized by genetic algorithm and simulated backout algorithm. Good results)
- 2019-06-13 15:29:43下载
- 积分:1
-
RL FLASH文件系统
完整的基于SD/MMC卡的RL FLASH文件系统的实现代码,实现了SD/MMC卡的文件创建,读取,复制,删除等等的功能。
- 2022-04-14 20:41:00下载
- 积分:1
-
glut库的五个相关文件,替代进windows就可以用glut库了
glut库的五个相关文件,替代进windows就可以用glut库了-glut library five relevant documents, substitute into the windows can use the glut library
- 2022-05-05 14:52:34下载
- 积分:1
-
OReilly-LDAP.System.Administration
OReilly 出品的
LDAP.System.Administration(OReilly production of LDAP.System.Administration)
- 2007-11-28 01:22:54下载
- 积分:1