搜索结果

找到约 126 项符合 static 的查询结果

传感与控制 STATCOM并联技术的研究

分析了静止同步补偿器(Static Synchronous Compensator, STATCOM)的系统结构和工作原理,采用基于调节控制角δ的单变量间接电流控制策略,以PSIM软件为工具建立了STATCOM的仿真模型。在此基础上,分析了多台STATCOM并联运行的控制方法,并选择分散控制方法对2台STATCOM并联进行了仿真分析。仿真实验结果表明STATCOM ...
https://www.eeworm.com/dl/562/33955.html
下载: 84
查看: 1053

其他 PhpDig is a search engine written in PHP that uses a MySQL database backend. It features indexing of

PhpDig is a search engine written in PHP that uses a MySQL database backend. It features indexing of both static and dynamic pages, spidering of almost all links in HTML content, in hrefs, areamaps, and frames, and full text indexing. The search results appearence is skin-able, using a very simple t ...
https://www.eeworm.com/dl/534/104101.html
下载: 48
查看: 1140

加密解密 为一个字节或字符数组或串计算md5值

为一个字节或字符数组或串计算md5值,内部只创建一个数组,节省分配时间,节省内存 完全是static方法,线程安全 注意对返回值的处理,见注释
https://www.eeworm.com/dl/519/104707.html
下载: 92
查看: 1091

数据库系统 重写了微软提供SQLHelper(共用的数据库调用接口) 1把SqlHelper的connectionString做成一个全局量

重写了微软提供SQLHelper(共用的数据库调用接口) 1把SqlHelper的connectionString做成一个全局量,统一设置数据库连接字符串 2增加了返回特定表名的DataSet的各接口。 可在项目的config文件设置数据库连接字符串 private static string connectionString = System.Configuration.ConfigurationSettings.AppSettings["Conne ...
https://www.eeworm.com/dl/523/115914.html
下载: 156
查看: 1029

其他行业 浮点数基本运算 浮点数的基本运算主要有四则运算、符号处理、大小比较

浮点数基本运算 浮点数的基本运算主要有四则运算、符号处理、大小比较,以及浮点数分柝等。 包含头文件 "fn.hpp" #include "fn.hpp" 浮点数基本运算 浮点数的基本运算中有加、减、乘、除、取负、绝对值、相等比较等。 加减乘除 加、减、乘、除四个运算极为相似,都是需要两个参数,结果当然也是浮点数了。 例子: // 加 减 ...
https://www.eeworm.com/dl/668/130881.html
下载: 160
查看: 1104

其他 自己用C编写的小游戏

自己用C编写的小游戏,DOS界面哦,可以运行。 浮点数基本运算 浮点数的基本运算主要有四则运算、符号处理、大小比较,以及浮点数分柝等。 包含头文件 "fn.hpp" #include "fn.hpp" 浮点数基本运算 浮点数的基本运算中有加、减、乘、除、取负、绝对值、相等比较等。 加减乘除 加、减、乘、除四个运算极为相似,都是需要两个参 ...
https://www.eeworm.com/dl/534/130884.html
下载: 27
查看: 1035

uCOS 应用于ucGUI的16*16点阵字库文件 只要将该文件加入ucGUI的工程中, 再在GUI.H中如下声明: extern const GUI_FONT GUI_Font6x8 ...... exter

应用于ucGUI的16*16点阵字库文件 只要将该文件加入ucGUI的工程中, 再在GUI.H中如下声明: extern const GUI_FONT GUI_Font6x8 ...... extern const GUI_FONT GUI_Font_HZ16x16 //汉字字体 即可使用. 使用实例: static void DemoHZ(void) { const char str[] = GUI_UC_START"中国人民万岁"GUI_UC_END /* Set ShiftJIS font */ ...
https://www.eeworm.com/dl/649/132892.html
下载: 102
查看: 1206

通讯/手机编程 This packet is a IS-95 baseband simulation for 1 data channel of 9.6 KBps rate. The simulation is wr

This packet is a IS-95 baseband simulation for 1 data channel of 9.6 KBps rate. The simulation is written for static channel and AWGN noise. The packet include: 1) Packet Builder (Viterbi Encoding, Interleaver, PN generation) 2) Modulator (RRC filter) 3) Demodulator (Matched Filter, RAKE receiver) ...
https://www.eeworm.com/dl/527/140159.html
下载: 183
查看: 1111

Java书籍 Contains a complete archiver by Haruhiko Okumura. The archiver uses an LZ engine whose output is c

Contains a complete archiver by Haruhiko Okumura. The archiver uses an LZ engine whose output is compressed with static Huffman. The file is chopped into pieces which all get their own independent set of Huffman tree s. ARJ 2.41, ZIP 2.0 and PKZIP 2.04g use essentially the same method. ZOO and L ...
https://www.eeworm.com/dl/656/140591.html
下载: 25
查看: 1067

文件格式 ColorChooser可以让你选择所想要的颜色

ColorChooser可以让你选择所想要的颜色,并更改某个组件的颜色。JAVA提供一个JColorChooser组件,最常使用JColorChooser的方式是使用JColorChooser的静态方法(static method): showDialog()。
https://www.eeworm.com/dl/639/156408.html
下载: 132
查看: 1030