-
SKN程序皮肤更换效果
SKN程序皮肤更换效果查看器,内含28个精典皮肤,SKN 皮肤控件,SKN 皮肤效果查看器。一文件多得,希望大家支持我。
如果以下软件在你的电脑上无法运行,提示缺少部件,请安装:
Visual Basic
6.0运行库,如果以下程序能正常运行则不用安装。一般Xp sp3以下电脑不会出此提示,主要是windwons 7 以上操作系统。
整点报时
窗体皮肤效果查看器
华容道20连局游戏
多功能记事本
产生序列数字
程序设计:永远的魔灵 by 郭卫
- 2022-03-12 20:23:42下载
- 积分:1
-
vega使用实例新手学习的好材料
论述全面,思路清晰,观点新颖...
vega使用实例新手学习的好材料
论述全面,思路清晰,观点新颖-vega example for new learnergooodooood doood doood
- 2022-08-19 16:40:24下载
- 积分:1
-
对板块进行最优切割,以尽量避免浪费。同时还使用了设置坐标按比例显示的方法防止板块太大,需要滑动条才能看。...
对板块进行最优切割,以尽量避免浪费。同时还使用了设置坐标按比例显示的方法防止板块太大,需要滑动条才能看。-plate for the optimum cut, so as to avoid wastage. Also set to use the coordinates indicated by the ratio method to prevent the plate too, need to be able to see a sliding strip.
- 2023-02-16 14:25:03下载
- 积分:1
-
由TIN生成等值线
由TIN生成等值线-generated by TIN isogram
- 2022-05-21 04:49:26下载
- 积分:1
-
直线扫描算法rivate AX1(100) As Integer, AY1(100) As Integer, AX2(100) As Integer, AY2(...
直线扫描算法rivate AX1(100) As Integer, AY1(100) As Integer, AX2(100) As Integer, AY2(100) As IntegerPrivate CX1 As Integer, CY1 As Integer, CX2 As Integer, CY2 As Integer, N As IntegerPrivate Sub form_Load()Picture1.BackColor = RGB(255, 255, 255)N = 0End SubPrivate Sub picture1_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)If Button = 1 ThenCX1 = CInt(X): CX2 = CInt(X)CY1 = CInt(Y): CY2 = CInt(Y)End IfEnd Sub-linear scanning algorithm rivate AM1 (100) As Integer, AY1 (100) As Integer, AX2 (100) As Integer, AY2 (100) As IntegerPrivate CX1 As Integer, CY1 As Integer, CX2 As Integer, CY2 As Integer, N As IntegerPrivate Sub form_Load () Picture1.BackColor = RGB (255, 255, 255) N = 0End SubPrivate Sub picture1_MouseDown (Button As Integer, Shift As Integer, As Single X, Y As Single) If Button = = a ThenCX1 CInt (X) : CX2 = CInt (X) = CY1 CInt (Y) : CY2 = CInt (Y) End Sub IfEnd
- 2023-04-06 10:20:03下载
- 积分:1
-
computer graphics algorithms Flash presentations, you want there!
计算机图形学算法Flash演示,你想要的都有!-computer graphics algorithms Flash presentations, you want there!
- 2022-03-20 03:40:01下载
- 积分:1
-
灰度直方图的统计对于一个图像来说是很重要的指标!
灰度直方图的统计对于一个图像来说是很重要的指标!-histogram statistics for the images is a very important indicator!
- 2022-03-22 05:14:43下载
- 积分:1
-
贝塞尔函数的实现,VC编程
贝塞尔函数的实现,VC编程-the realization VC
- 2022-03-17 15:17:43下载
- 积分:1
-
用于PDA的GPS源代码
用于PDA的GPS源代码-for PDA GPS source code
- 2023-04-08 06:55:03下载
- 积分:1
-
sift 旋转方向法
SIFT(Scale-invariant feature transform)是一种检测局部特征的算法,该算法通过求一幅图中的特征点(interest points,or corner points)及其有关scale 和 orientation 的描述子得到特征并进行图像特征点匹配,获得了良好效果,详细解析如下: 算法描述 SIFT特征不只具有尺度不变性,即使改变旋转角度,图像亮度或拍摄视角,仍然能够得到好的检测效果。整个算法分为以下几个部分:
- 2022-09-14 01:05:04下载
- 积分:1