资源列表
deep learning traning exercise
- this code for optimize initialization in deep learning
888
- new code for led cube 8x8x8
electric
- electric example using c++ // not useful
TextToHex
- kisk text to byte sample app
intro_to_numpy
- Introduction to numpy in python
VB编写的仿真实电子琴操作界面
- VB编写的仿真实电子琴操作界面,包含与FPGA串口通信的功能(The virtual electronic instrument interface written by VB contains the functions of serial communication with FPGA)
Multiply
- Virtual instrument than display a result of a multiply of a pair of inputs
add
- virtual instrument than display the result of a sum of a pair of inputs
Subtract
- a virtual instrument than shows the result of a subtraction
Algorithm code5
- IN THIS MATLAB CODE Biogeography Based ALGORITHMS HAVE BEEN PROVIDED IN ORDER TO FAIRLY COMPARE QUALITY OF SWARM ROBOTICS SEARCH & RESCUE (SRSR) WITH WELL-KNOWN OPTIMIZATION TECHNIQUE IN TERMS OF SOLUTION QUALITY AND CONVERGENCE SPEED
Capacitive Touch Sensor Library for Proteus
- Capacitive touch screen sensor
Archive
- 用monte carlo估算pi值,原理为设计一个四分之一圆,随机生成点,放进1X 1的正方形里,若x平方加y平方小于1,则记录下个数,除以总数再乘以4则是pi的值(use monte carlo algorithm get estimate pi)