资源列表
or2a
- 使用vhdl语言设计一位全加器,在仪器上下载并实现LED灯的闪亮-A full adder design
Win2008-IE-desktop
- windows 2008 win7 桌面显示IE快捷方式的小工具.-windows 2008 win7 desktop display IE shortcut gadget.
csma_cd
- csma/cd simulator in c
ansys
- 基于ansys有限元应力集中模型的自适应计算-Adaptive stress concentration calculation model
xor_encryption
- 字符串XOR方式加密示例,通过对key和要加密的字符串的每一位进行xor运算的简单的加密方式-String XOR encryption example. Through to the key and encryption for string of every simple xor operation way of encryption
Apache-reboot
- 监测Apache服务器,若中断后,自动重启服务。-apache monitor to reboot service every one minute
movave
- 滑动平均的matlab代码,可人为设定滑动跨度。-Implements a moving-average to the data ,and can be seted.
BareMinimum
- Source code for arduino blink comunication example.-Source code for arduino blink comunication example.
fastxcorr.rar
- 实现实包络对齐。采用插值,拟合处理。更加精确的对齐,To achieve solid envelope alignment. Using interpolation, fitting handle. More accurate alignment
XOR
- Artificial neural networks implementation
BIT_06_01
- 1.写一个程序判断字符串中数字的位置(不限制使用面向对象编程) 例如: 输入 a3b4c5 输出 2 4 6 -1 Write a program to determine the position of string figures (not restricting the use of object-oriented programming) such as: input a3b4c5 output 246
L_stack
- 这是一个单链表的插入的程序,参见软件技术基础或者是数据结构课程-This is an algorithm about a single list insert algorithm, who will be appeared in data structure. And it is a common algorithm.