资源列表
[Windows编程] Serial-interrupt
说明://串口中断服务程序,仅需做简单调用即可完成串口输入输出的处理 //出入均设有缓冲区,大小可任意设置。 //可供使用的函数名:-//Serial interrupt service routine, just make a simple call to complete the deal with the serial input and output// from the buffer with the size can be arbitrarily set.// The availa<lengling> 在 2025-09-27 上传 | 大小:4kb | 下载:0
[Windows编程] ShowProcess
说明:一个枚举系统进程的工具,同时枚举出每个进程加载的动态库。-A process of enumeration of the instrument system, at the same time each enumeration process DLL loaded.<康康> 在 2025-09-27 上传 | 大小:614kb | 下载:0
[Windows编程] SoundCardScope
说明:这是一个基于声卡进行数据采集并显示的软件。它实现了8位、16位,11025Hz、22050Hz、44100Hz的采样,并以动态的方式将采集得到的数据显示出来。该程序是一个学习声卡数据采集以及动态无闪烁虚拟示波器的好程序。-This is a sound card-based data acquisition and display software. It implements the 8-bit, 16-bit, 11025Hz, 22050Hz, 44100Hz sampling and d<ly> 在 2025-09-27 上传 | 大小:68kb | 下载:0
[Windows编程] industryCTc
说明:该文介绍了利用工业CT扫描图像重建牙列缺损的几何模型的方法-This paper introduces the use of industrial CT scanning images of the geometric reconstruction of dentition defect model<苏维> 在 2025-09-27 上传 | 大小:476kb | 下载:0
[其他小程序] faces_database
说明:Face database for image processing<sedat gokdogan> 在 2025-09-27 上传 | 大小:127kb | 下载:0
[Windows编程] exercise1
说明:实习一 设有n个人站成一圈,每个人持有一个密码(正整数)。现从第t个人开始,按顺时针方向“1,2,3,4,…”循环报数,数到m1(第t个人所持密码)的人出列,然后从出列者的下一个人重新开始报数,数到m2(刚出列者所持密码)的人又出列,如此重复进行,直到n个人都出列为止。 问题是:对于任意给定的n个人的原始排列顺序,求出n个人的出列顺序。 输入数据从文本文件中读取。该文件有两行:第1行只有一个整数,表示报数的起始位置;第2行是n个所持密码。 输出结果显示在屏幕上。 例如,从文本<高清> 在 2025-09-27 上传 | 大小:1kb | 下载:0