资源列表
DevAudio
- Audio output device.
gelf_update_vernaux
- Update additional required symbol version information.
perl-ms
- Material Studio(MS)的xtd文件包含了原子或者粗理化模拟中的bead的轨迹信息。这是MS的私有格式,为了能将轨迹放到其它程序,比如VMD中做更灵活细致的分析,需要转换为通用轨迹格式。xtd文件内含的实际轨迹信息实际上储存在同目录下的同名的.trj隐藏文件里(二进制文件),一种转换成通用格式的方法是利用MS自带的trj2ascii.exe程序将.trj文件内容转换成普通文本文件,然后再写个程序将其转换成其它轨迹格式。但这样步骤稍微麻烦些。-pear langage
Caesar_encode
- 实现移位密码(扩展凯撒密码),用键盘接收明文和密钥,屏幕打印密文。-Achieve translocation password (Extension Caesar password), use the keyboard to receive explicit and key, screen printing ciphertext.
queryWinSvcs
- This Python scr ipt checks the services running on networked computers.
Serial-control-steering
- 使用串口驱动来控制两路舵机上下左右的转动-Use the serial driver to control the rotation of the steering gear up and down about two-way
zd_def
- ZD1211 USB-WLAN driver for Linux.
sync_bitops
- Set a bit and return its old value.
stralloc
- mailx a modified version of a University of California at Berkeley mail program. -mailx a modified version of a University of California at Berkeley mail program.
rasterfile
- Descr iption of header for files containing raster images.
AKS
- Implement AKS algorithm for primality testing, which was the first polynomial time primality test that was devised. Read the paper attached and implement the main algorithm. Implement for numbers of size max 64 bits. Bonus marks will be given,