搜索资源列表
muncc
- 说明: 修改config.asp 修改function.asp 第82行(顶部调用代码,如果不要顶部,请删除此行) 修改function.asp 第134行(尾部调用代码,如果不要尾部,请删除此行) 修改newmusic.asp (可以放广告代码或其他的,自己看着放好了) 修改ad1.js 和 ad2.js (这是广告)-: changes config.asp function.asp
RBDS
- The decoding algorithm used in RBDS.c is based on error trapping. The program emulates the operation of the encoder and decoder of a binary cyclic codes, using bitwise shifts and xor for modulo g(x) operations. -The deco
golay24
- Encoding and decoding of the binary extended (24,12,8) Golay code: An arithmetic decoding algorithm. It is a very close relative of the error-trapping decoding algorithms developed by Kasami in the 1960s.-Encoding and
Opticaltwezer.tar
- 科学计算程序 (用于光学镊子,光学trapping)
muncc
- 说明: 修改config.asp 修改function.asp 第82行(顶部调用代码,如果不要顶部,请删除此行) 修改function.asp 第134行(尾部调用代码,如果不要尾部,请删除此行) 修改newmusic.asp (可以放广告代码或其他的,自己看着放好了) 修改ad1.js 和 ad2.js (这是广告)-: changes config.asp function.asp
RBDS
- The decoding algorithm used in RBDS.c is based on error trapping. The program emulates the operation of the encoder and decoder of a binary cyclic codes, using bitwise shifts and xor for modulo g(x) operations. -The deco
golay24
- Encoding and decoding of the binary extended (24,12,8) Golay code: An arithmetic decoding algorithm. It is a very close relative of the error-trapping decoding algorithms developed by Kasami in the 1960s.-Encoding and
Opticaltwezer.tar
- 科学计算程序 (用于光学镊子,光学trapping)-Scientific computing program (for optical tweezers, optical trapping)
DelphiCHM
- Delphi默认不支持使用CHM格式帮助,该代码让Delphi程序开发者能够以简单的方式启用CHM格式帮助。-Delphi does not include an implementation of HTML Help, but one can easily be created. The process involves creating some API that call the HTMLHelp API and trapp
soliton_trapping
- 仿真光纤中孤子捕获的程序.在孤子光通信中有较好的应用价值-Simulation of soliton trapping in optical fibre, which is useful in soliton communication systems.
SqlHelper100604
- SqlHelper源码及使用实例 SqlHelper是非常方便的数据库操作函数,功能强大,使用起来非常简单,免去很多复杂的数据库操作的代码,在多层应用及面向对象开发中都有很多应用 SqlHelper源码带有详细的说明,示例中有51aspx原始的示例Sql语句 主要包括以下操作: 简单SQL语句(ExcuteSql) 带参数的简单SQL语句(ExcuteSQLParm) 简单存储过程 (Ex
we
- 微构造硅表面形貌的陷光特性研究Micro-structure of silicon surface morphology of the light trapping properties of-Micro-structure of silicon surface morphology of the light trapping properties of
Asymptotic-Spectra-of-Trapping-Sets
- Asymptotic Spectra of Trapping Sets in Regular and Irregular LDPC Code Ensembles
lmn4op.ZIP
- 氨水与MEA的CO_2捕集对比研究Ammonia and MEA CO_2 trapping comparative study-Ammonia and MEA CO_2 trapping comparative study
Android
- 采用异常捕获退出,并且屏蔽异常信息。这个在开发应用中经常使用到。-The abnormal trapping exit, and shielding anomaly information.The development and application of frequently used to.
optical-trapping
- 这个也是介绍光镊的原理以及仪器的组成,不过更为详细,基础一点-Microscopic Applications of Holographic Beam Shaping and Studies of Optically Trapped
HoldBuff
- Just Connect and forward all incoming connection. This just a simple trapping, to watch data evaluate TCP/IP connection and can log to file
sh_bios
- C interface for trapping into the standard LinuxSH BIOS.
LaserTrap2
- 三维六光束光镊光阱力仿真gui,可计算介质中球形粒子所受到的光阱力-Three six beam optical tweezers optical trapping force simulation gui, spherical particles can be calculated by the medium of light trapping force
Linux_C-the-error-trapping
- Linux_C下的错误捕获.经常在调用linux 系统api 的时候会出现一些错误,比方说使用open() write() creat()之类的函数有些时候会返回-1,也就是调用失败,这个时候往往需要知道失败的原因。这个时候使用errno这个全局变量就相当有用了。-Linux_C the error trapping. Often called api linux system when there will be some error