-
vdcsdfs
;主程序:
LOOP: SETB P10 ;(1)
LCALL DELAY ;(2)
CLR P10 ;(3)
LCALL DELAY ;(4)
AJMP LOOP ;(5)
;以下子程序
DELAY: MOV R7,#250 ;(6)
D1: MOV R6,#250 ;(7)
D2: DJNZ R6,D2 ;(8)
DJNZ R7,D1 ;(9)
RET ;(10)
END ;(11)
-vdcsdfs
- 2022-05-19 09:56:06下载
- 积分:1
-
VCLSKIN, very good interface programming tools.
VCLSKIN,非常好的界面编程工具。-VCLSKIN, very good interface programming tools.
- 2022-01-25 17:11:24下载
- 积分:1
-
Qt编程——数字图像处理
Qt编程,很小众化,但是未来趋势。简单的Qt编程实现。其实也谈不上什么图像处理程序,功能很简单,如图像变灰度,单色,二值,膨胀,腐蚀,取边界,转hsv,我只做了个转h但还有点问题,,,由于程序是自己一时兴起,也是刚学qt的缘故。自己是有项目关于彩色血细胞识别的,但老师给的Borland c++平台,而且有老师帮助那个方便许多。这个程序早就荒废下来,以前还在本论坛发过求合作的帖,也陆陆续续有人找过我。现在把源代码分享给大家,有兴趣的大家可以完善下功能,或大家在这多讨论点其他关于qt图像处理的问题。。。其实qt做图像处理也并不难,只要知道怎么对像素处理就好多的。我想这个简单程序还是能给想用qt做图像处理起到点帮助的
附(程序有的功能是还没有写,或有的功能是有问题的,但总的来说是没什么问题的,那个二值化后才能进行膨胀腐蚀,获取边界,程序没什么注释望见谅了)
- 2022-03-02 01:03:04下载
- 积分:1
-
imitation XP style controls (source code)
仿XP风格控件(源代码)-imitation XP style controls (source code)
- 2022-07-03 19:54:56下载
- 积分:1
-
电子尺源程序说明 本程序使用ADO访问Access2000的数据库。 请适当修改stdafx.h中 #import "g:program filescommon...
电子尺源程序说明 本程序使用ADO访问Access2000的数据库。 请适当修改stdafx.h中 #import "g:program filescommon filessystemadomsado15.dll" no_namespace rename("EOF","adoEOF") msado15.dll的路径-source of the present procedures for the use of ADO Access 2000 database. Please appropriate changes stdafx.h# import "g : program files common files system ado msado15.dll" no_namespace rename ( "EOF", "adoEOF") msado15.dll path
- 2022-02-26 01:49:12下载
- 积分:1
-
外国人写的一个菜单类,使用在对话框上,可以方便的在菜单加入自定义图标,可以设定显示为xp菜单方式和普通的菜单方式
外国人写的一个菜单类,使用在对话框上,可以方便的在菜单加入自定义图标,可以设定显示为xp菜单方式和普通的菜单方式- The foreigner writes a menu class, uses in the dialog box, may
facilitate joins in the menu from the definition chart sign, may
establish the demonstration is the xp menu way and the ordinary menu
way
- 2023-08-15 14:10:03下载
- 积分:1
-
jQuery头像裁剪源码
应用背景高仿新浪微博头像裁剪技术的小案例,比较实用,可能对你有用关键技术
- 2022-02-02 04:25:54下载
- 积分:1
-
用于字幕滚动的源代码,挺好用的
用于字幕滚动的源代码,挺好用的-subtitles rolling for the source code, the very good
- 2023-04-15 12:45:03下载
- 积分:1
-
CProgressBar
将 ColorProgressBar 控件添加到 Windows 窗体工具箱
用鼠标右键单击Windows 窗体工具箱并从快捷菜单中选择自定义工具箱...... 。自定义工具箱对话框将打开。
选择.NET Framework 组件选项卡,单击浏览。浏览至ColorProgressBarbinRelease或调试文件夹并选择ColorProgressBar.dll。ColorProgressBar出现在自定义工具箱对话框中的组件列表中。
选中的复选框下一步到 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-05-24 08:46:08下载
- 积分:1
-
Module to draw simple 2D geometry
资源描述 Cad2D Module. Module to draw simple 2D geometry objects and serialization using GeoIO module.
This code is free and is distributed in the hope that it will be useful for simple learning and experimental purpose only WITHOUT any WARRANTY.
The author shall hold no redistribution liability in case of any unethical usage/modification.
- 2023-07-24 18:40:03下载
- 积分:1