Welcome![Sign In][Sign Up]
Location:
Search - ab

Search list

[Other resourceguangshanchi

Description: 基于ATmegal16,检测光栅尺AB两路信号,判别光栅尺的运动方向,程序由本人编写,简洁,主要涉及外部中断的应用
Platform: | Size: 29506 | Author: 凌敏捷 | Hits:

[Other resourceAB_5000_PLC_DLL

Description: AB_5000_PLC以太网通讯动态连接库,其中对AB公司提供的DTL32.DLL动态库进行重新封装,使用起来更为方便
Platform: | Size: 3337877 | Author: 刘明 | Hits:

[Other04hmcm-ab(1)

Description: qqq qqq
Platform: | Size: 9755 | Author: hu | Hits:

[Other resourcedelphiskills

Description: delphi中的几个技巧 1、判断一个字符串是否包含于另外一个字符串的方法 例如:if pos( ab , abcd )<>0 then messagedlg( ab是包含于abcd ,mtConfirmation,[mbYes, mbNo],0) pos(obj,target) 在target字符串中找出第一个出现obj的第一个字符位置,如果找不到,返回0. 2、如何使窗口全屏,类似游戏一样,而不是窗口的最大化! (1) BorderStyle 为 bsNone (2) Windowstate 为 wsMaximized (3) 退出时可加一个按钮之类的,写上 close 即可退出。
Platform: | Size: 2620 | Author: bearqq | Hits:

[Remote ControlRecub

Description: Recub这是一款Windows平台下的远程控制工具 使用activex启动技术 英文介绍 RECUB Features. 1 RC4 Encripted Reverce connect Shell for XP,2k,2003. 2 Bypass Firewalls by starting new instance of Internet explorer and injecting code 3 Activate throw Encrypted ICMP request 5 No listning ports 6 No Process visible,injects into Explorer.exe on startup and exiting 6 Activex startup 7 Empty All Event Logs After exiting the shell. 8 We can use Netcat also for remote shell. 9 EXE size only 5.39 KB Install Copy to any folder like windows of system32 and run once Uninstall Just delete the exe file and this key at HKEY_LOCAL_MACHINE\\Software\\\\Microsoft\\\\Active Setup\\\\Installed Components\\\\{H9I12RB03-AB-B70-7-11d2-9CBD-0O00FS7AH6-9E2121BHJLK} HKEY_CURRENT_USER\\Software\\\\Microsoft\\\\Active Setup\\\\Installed Components\\\\{H9I12RB03-AB-B70-7-11d2-9CBD-0O00FS7AH6-9E2121BHJLK}
Platform: | Size: 107901 | Author: 张京 | Hits:

[assembly languageDFA

Description: 编译原理试验,dfa简单编译器,以定义好正则式(a|b)*ab,输入字符串,可以判断是否可以接受。
Platform: | Size: 842 | Author: hewen | Hits:

[ELanguageLL(1)yufafenxi

Description: *--- --- --声明--- --- -----*/ /* VC6.0下运行通过 此程序为本人苦心所做,请您在阅读的时候,尊重本人的 劳动。可以修改,但当做的每一处矫正或改进时,请将改进 方案,及修改部分发给本人 (修改部分请注名明:修改字样) Email: jink2005@sina.com QQ: 272576320 ——初稿完成:06-5-27 jink2005 补充: 程序存在问题: (1) follow集不能处理:U->xVyVz的情况 (2) 因本人偷懒,本程序为加入文法判断,故 输入的文法必须为LL(1)文法 (3) 您可以帮忙扩充:消除左递归,提取公因子等函数 (4) …… */ /*-----------------------------------------------*/ /*参考书《计算机编译原理——编译程序构造实践》 LL(1)语法分析,例1: ERTWF# +*()i# 文法G[E]:(按此格式输入) 1 E -> TR 2 R -> +TR 3 R -> 4 T -> FW 5 W -> * FW 6 W -> 7 F -> (E) 8 F -> i 分析例句:i*(i)# , i+i# 例2: 编译书5.6例题1 SHMA# adbe# S->aH H->aMd H->d M->Ab M-> A->aM A->e 分析例句:aaabd# */
Platform: | Size: 5280 | Author: 林月忠 | Hits:

[Software Engineeringas

Description: 小信号放大器的设计 1. 放大器是射频/微波系统的必不可少的部件。 2. 放大器有低噪声、小信号、高增益、中功率、大功率等。 3. 放大器按工作点分有A、AB、B、C、D…等类型。 4. 放大器指标有:频率范围、动态范围、增益、噪声系数、工作效率、1dB压缩点、三阶交调等。
Platform: | Size: 26801 | Author: aaa | Hits:

[Other resourceabbreviation

Description: there are many ab. terms used in electronic field.
Platform: | Size: 126488 | Author: panyang | Hits:

[Other resourceCalcQieDian3

Description: 三点A,B,C (坐标A.x, A.y ......) A、B是矩形的两端点 且C在与AB平行的 矩形另一边上 或其延长线上 求矩形另外两端点M、N 再求与MN夹角为45度,与M距离为10的点P 以及与MN夹角45度,与N距离为10的点Q 注:P、Q都在矩形内部
Platform: | Size: 877 | Author: 李智信 | Hits:

[Otherab

Description: 将你输入的英文单词按照字典自动排序,在word.txt文件中输入原始英文,在output.txt中保存排序的单词
Platform: | Size: 286338 | Author: pfj | Hits:

[Other resourceStrassen

Description: 矩阵乘法是线性代数中最常见的运算之一,它在数值计算中有广泛的应用。若A和B是2个n×n的矩阵,则它们的乘积C=AB同样是一个n×n的矩阵。
Platform: | Size: 15024 | Author: 陈大哥 | Hits:

[Windows DevelopProject1

Description: This project requires you to write a program that imitates a simple desk calculator. Your calculator must be able to accept an infix expression which at least includes (, ), +, -, *, /, %, and ^ (exponentiation operator, a^b = ab ). If the expression is legal, output its value, else output an error message. Input Specification: Your program must read test cases from a file “input.txt”. In the file there are several test cases, each occupies one line that contains an infix expression. Proceed until the end of the file. Output Specification: For each test case, output to a file “output.txt” in one line the value of that expression (accurate up to two decimal places), or an error message “ERROR IN INFIX NOTATION”.
Platform: | Size: 40492 | Author: 云从龙 | Hits:

[Embeded-SCM DevelopMSc-AnandPendem-RajeshGarikipati

Description: First of all we would like to thank God Almighty for giving us the strength and confidence in pursing the ambitions. We would like to thank our Examiner Professor Axel Jantsch for allowing us to do this under his guidance and encouragement. At the same time we would like to mention our sincere thanks to Mr. Said Zainali, Manager of FRAME ACCESS AB for giving all the required equipment and the technical support which helped us to finish this thesis. We would like to mention our gratitude to our fellow VACS team members who helped us a lot during difficult times.
Platform: | Size: 3225450 | Author: 崔为 | Hits:

[Other resourceaudio-frequency

Description: 音频设计一直是大多数电子工程师热衷的课题,在音频设计中人们对完美的追求远远超过对成本的考虑。然而,最简单的电路有时可提供最佳性价比方案。虽然市场上众多新的低功率扬声器彰显出向D类音频性能发展的趋势,但就低成本、低失真和低噪声而言,AB类音频性能仍然最有竞争力。
Platform: | Size: 207303 | Author: 万柳 | Hits:

[Other resourceMP3+DAB

Description: 音频设计一直是大多数电子工程师热衷的课题,在音频设计中人们对完美的追求远远超过对成本的考虑。然而,最简单的电路有时可提供最佳性价比方案。虽然市场上众多新的低功率扬声器彰显出向D类音频性能发展的趋势,但就低成本、低失真和低噪声而言,AB类音频性能仍然最有竞争力。
Platform: | Size: 106099 | Author: 万柳 | Hits:

[CSharpab

Description: DNS服务的源码 C# 很好的案例 希望大家下载
Platform: | Size: 11540 | Author: sweet | Hits:

[JSP/JavaL1_vector

Description: 输入四个点,判断此四点是否可形成一个平行四边形。 程序中描述了一个抽象数据类型Vector2D,表示一个向量。具有(x,y)两个值。其本身具有减另一个向量(minus(Vector2D)),判断自身是否为零向量(iszero()),与另一个向量对应值y,x乘积之差(inner(Vector2D))。由于两个向量平行,则乘积之差x1*y2-x2*y1=0。点A,B,C,D四点组成平行四边形的条件是AB//CD,BC//DA且各个向量皆不为零向量。 首先声明四个向量。向量i获得值的方法是由getPoint(int i)获得。然后根据Vector2D重载后的toString()函数将各个向量输出查看。最后判断此四点是否可组成平行四边行。
Platform: | Size: 3183 | Author: malacca | Hits:

[Other resourcemysql-5.0.22-win32

Description: MySQL是最流行的开放源码SQL数据库管理系统,它是由MySQL AB公司开发、发布并支持的。MySQL AB是由多名MySQL开发人创办的一家商业公司。它是一家第二代开放源码公司,结合了开放源码价值取向、方法和成功的商业模型。在MySQL的网站(http://www.mysql.com/)上,给出了关于MySQL和MySQL的最新信息。
Platform: | Size: 31223808 | Author: 北风 | Hits:

[Driver DevelopEtherNetIPExampleCode

Description: 基于Ethernet\\IP协议的应用程序,可以读取AB公司Controllogix系列Ethernet\\ip协议PLC数据. 此软件代码可用于工业控制.
Platform: | Size: 282001 | Author: du | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 38 »

CodeBus www.codebus.net