资源列表
[Windows编程] ExplorTxtToShuZu
说明:读取Txt文件到数组,同时直接新建Txt文件,简单实用的程序-Read Txt file into an array, while the new Txt file directly, simple and practical procedures<白雪> 在 2025-04-06 上传 | 大小:2kb | 下载:0
[其他小程序] Gaussian_filter
说明:图像增强中常用的二维高斯滤波器,采用MATLAB实现。-Image enhancement is commonly used in two-dimensional gaussian filter, using the MATLAB.<老虎> 在 2025-04-06 上传 | 大小:1kb | 下载:0
[其他小程序] NifeRotate
说明:刀具旋转程序,一周八根刀具,可单独旋转,也可同时旋转,需在location1-8中填入8根刀具位置,需要几根填几根,由command1控制;location9为command2控制同时旋转的角度(绝对位置)-Tool rotation program, week eight knives can be individually rotated, can also be rotated at the same time, the need<白雪> 在 2025-04-06 上传 | 大小:3kb | 下载:0
[其他小程序] Nuclei_Counter
说明:一个用MATLAB实现的通过图像检测细胞核的程序。-A MATLAB program of detecting the nucleus from the image.<老虎> 在 2025-04-06 上传 | 大小:38kb | 下载:0
[对话框与窗口] FormNarrow
说明:窗体缩小程序,使窗体缩小到指定大小就不再缩小,效果很好-Form shrink process, so that the form is no longer reduced to the specified size reduced, with good results<白雪> 在 2025-04-06 上传 | 大小:2kb | 下载:0
[Windows编程] password-dialog
说明:一个简单的密码对话框,适合初学者运用的对话框资源实现密码服务-password dialog!<bilgate> 在 2025-04-06 上传 | 大小:2.19mb | 下载:0
[其他小程序] LAB0402_VIDEO_GRAY
说明:dm6437视频处理转灰度图像,可自动转化成灰度图像-dm6437 video processing turn gray image can be automatically converted into a grayscale image<孙宇> 在 2025-04-06 上传 | 大小:2.38mb | 下载:0
[Windows编程] vbinputfoucs
说明:VB的各个文本输入控件中变换焦点,并在当前输入框添加背景色,按键盘上的方向键就可自动向下切换输入框焦点。当然,点击鼠标也是可以的。如测试截图所示,文本框控件中的焦点可在公司名称、姓名、地址、联系电话、职务、邮编、手机中自由切换-VB text input control for each transformation focus and add a background color in the current input box, p<cpudn18> 在 2025-04-06 上传 | 大小:2kb | 下载:0
[Windows编程] vbinputtext
说明:VB只只允许输入汉字,输入其它字符无效,输入中文的时候程序好像什么也没做,但是当你的输入法不是中文状态,即将要输入英文或其它字符的时候,会立即弹出一个提示框,告诉你只允许输入中文,在不少的VB应用中,进行输入字符类型的限制是必需的,这样可有效提升输入质量。实现时候的关键代码: Private Sub Text1_KeyPress(KeyAscii As Integer) If KeyAscii > 0 And<cpudn19> 在 2025-04-06 上传 | 大小:2kb | 下载:0