搜索资源列表
pathfinding
- prolog 找路例子程序: === === === Part 1-Adding connections Part 2-Simple Path example | ?- path1(a,b,P,T). will produce the response: T = 15 P = [a,b] ? Part 3 - Non-repeating path As an example, the query: ?- pa
Unicorn 图形开发 turboc源代码库
- 图形学Comdemo is a full duplex terminal program. It recognizes most of the more common ANSI control sequence such as cursor location and screen attributes. You can use Comdemo to dial up a BBS or communicate with RS-232 equipment. Comdem
TestRS
- VC下实现RS编码、解码功能,功能比较完善,在vc下编译通过-VC RS encoding, decoding function, a more complete, the compiler through vc
delta
- 臺達變頻器通信模塊﹒為RS-485﹐通信模式為MODBUS﹐直接用C語言編譯程序可打開﹒-Taiwan converter communication module. For RS-485, MODBUS communications model, the direct use of C language compiler can be opened.
rs-codec-8-16
- 这是一个rs译码器的verilog程序运行于quatus-This is a rs decoder running on Verilog quatus
SythePowerminer
- 市面不决对少有的美服RS外挂!!!简单易用!!!打开后用下就能懂了-market is not rare decision to the U.S. service RS pylon! ! ! Easy to use! ! ! After opening with the following can be understood
wppj
- cdma gprs net card cdma gprs net cardcd ma gprs net cardcd ma gprs net card-cdma gprs net card gprs net cardcdma gp rs net cardcdma gpr s net cardc dma cardcdma gprs net net cardcdma gprs cardcdma gprs net cardcdma net card gprs
MATLAB_pn
- 这是用matalab生成的rs码的生成,可以研究一下的-matalab rs generated code generation, can look at the
RS_BCH
- matlab 变得RS码的生成,很有意义。参考价值大的-Matlab become RS code generation of great significance. The reference value
R-RS
- 也是质量管理工具,品质管理手法之一,很好用的-is quality management tools, quality management, good use
hs_mmc_application_note_050111
- 韩国人写的rs-mmc卡应用手册。做手机的朋友可能会需要。-Korean write rs - mmc card manuals. Do cell phone and friends may need.
rs-matlab
- RS码的matlab仿真 非常有帮助的东西-RS Matlab simulation code has been very helpful things
3S
- 精炼而通俗的介绍了GIS,GPS,RS;3S技术的基本内容和发展概况,阐述了三者之间的应用前景和领域!-refining and popular introduction to the GIS, GPS, RS; 3S technology and the basic content development profiles, elaborated between the three prospects and the application fields!
RS
- golay码&RS码的性能分析与比较,在马头拉巴环境下完成,很好的程序。
NewPort-ESP-RS-232_Comm
- NewPort控制器控制(RS-232)
RS
- system view软件实现的RS编码译码过程
RS
- RS纠错编码原理及其实现方法 相当实用经典的资源
Verilog HDL 语言编程 RS(204,188)译码器的设计
- Verilog HDL 语言编程 RS(204,188)译码器的设计源码
RS进行编译码的同时进行查错功能
- rs编码译码的详细过程,界面友好,可进行编译码的同时进行查错功能-rs detailed process of coding and decoding, friendly interface, can be encoding and decoding functions, while the error checking
communicate
- VC++ 6.0做的一个串口通信程序,功能与串口调试助手类似。它可以实现两台电脑的串口之间或者一台电脑的两个串口之间互相收发数据。左上角可以通过下拉列表选择不同的串口,默认的是COM1,考虑到笔记本电脑上一般没有串口,用USB转RS-232转换器之后,其COM口一般不为COM1,所以在程序中不做死COM口而是可以在界面中选择COM口,单击“关闭串口”就停止数据的收发。“接收区”对接收到的数据进行显示,接收可以选择自动接收或手动接收,自动接收状态只有检测到有数据发过来就进行显示,不处于自动接收状态