资源列表
BT_download
- 该程序采用标准的BitSpoder类实现,实现BitTorrent多点下载。
lyapunov
- Realization of alogrithm of chaos detection by determining Lyapunov exponents.
dijkstra
- calculates the shortest path and distance between two nodes on a map
fractal_explorer
- Fractal Explorer GUI-based program for exploring and studying the most common form of fractals, chaotic systems and fractional dimension systems
Simple_email_transmiter
- 该程序制作了一个简单的E-MAIL发送器,在VC中可以用ShellExecute函数简单的调用默认的电子邮件程序。
fillnans
- FILLNANS replaces all NaNs in array using inverse-distance weighting between non-NaN values.
heatmaptext
- Heat maps with numeric values overlayed
plotdata
- Displays raw data of figure plots in separate spreadsheet tables
Multithreading_serial_communication
- 这是一个简洁易用的多线程串行通信接口,可以切换查询和自动接收模式,进行对串口数据的收发。
gtrack
- GTRACK Track mouse position and show coordinates in figure title. Once GTRACK is active the mouse position is constantly tracked and printed on the current figure title. A left-click will print the coordinates in the command line and store them.
MyQQ
- 这是一个简单的聊天工具,使在同一个局域网内的不同主机可以相互聊天,而且聊天人数不限。用户可以对另一台指定的主机说话,也可以向局域网内所以主机发表广播。
Network_communicating_using_UDP
- 用UDP协议实现网络通信,发送方向接收方发送字符串消息“This is a test.”,接收方接收并显示字符串,如果几首成功,则发送方显示“OK”。