资源列表
FileManagerApp
- 文件管理系统的实现。该系统实现了对系统的所有文件的管理,包括一些操作功能。-document management system is realized. The system implements the system of management of all documents, including some feature.
lllxqjq
- 该理论力学求解器可直观的演示、分析并求解理论力学题目。-the theoretical mechanics solver can be visual presentations, analysis and solution of theoretical mechanics topics.
coursesystem
- 课程成绩管理程序,用Java RMI实现,具有以下功能: 1.客户端能够录入课程名称、课程编号、授课教师、学号、学生名称、学生成绩; 2.客户端能够按照课程名/课程编号或者学生名称/学号查询成绩; 3.对于成绩不及格的同学,服务器端可以用回调方法通知学生补考时间和地点。 -courses results management process, using Java RMI, has the following functions : 1. Client programs can
dsp_5
- DSP算法源程序,包括各种常用的数字信号处理算法的C语言程序,共5个包,此为第五个-DSP algorithm source code, including all common digital signal processing algorithm for the C language, with a total of five packages, the fifth
dsp_4
- DSP算法源程序,包括各种常用的数字信号处理算法的C语言程序,共5个包,此为第四个-DSP algorithm source code, including all common digital signal processing algorithm for the C language, with a total of five packages, such as the fourth
dsp_3
- DSP算法源程序,包括各种常用的数字信号处理算法的C语言程序,共5个包,此为第三个-DSP algorithm source code, including all common digital signal processing algorithm for the C language, with a total of five packages, such as the third
dsp_2
- DSP算法源程序,包括各种常用的数字信号处理算法的C语言程序,共5个包,此为第二个-DSP algorithm source code, including all common digital signal processing algorithm for the C language, with a total of five packages, such as the Second
serialcommunication
- 腾龙版直接使用(串口通信+电机控制+液晶显示三合一程序-Dragon version used directly (Serial Communications motor control procedures triple LCD
dsp_1
- DSP算法源程序,包括各种常用的数字信号处理算法的C语言程序,共5个包,此为第一个-DSP algorithm source code, including all common digital signal processing algorithm for the C language, with a total of five packages, such as a
ImageLab
- 本系统可以完成数字图像的离散傅立叶变换频谱图,中值滤波,腐蚀,膨胀,图像增强,二值化以及二值图像中物体的计数-the system can complete digital images of discrete Fourier transform spectrum, the median filter, corrosion, expansion, image enhancement, two and two binary value objects in the image count
EditOperation
- 编写程序对内存数据的操作,实现系统的剪切、复制和粘贴、删除的功能。-procedures for the preparation of data memory, the operation to achieve the cut, copy and paste, delete functions.
writer_reader
- 经典的读者写者问题。设计读写线程,实现对同一文件的读和写的同步。 1.一个线程在写时,其他线程不允许写。 2.一个线程在写时,其他线程不允许读。 3.一个线程在读时,其他线程不允许写。 4.一个线程在读时,其他线程允许读。 -readers to write the classic problem. Design literacy threads, to achieve the same document simultaneously read and write. 1