CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - cy

搜索资源列表

  1. reply_1_855734

    0下载:
  2. // Canny算子 void Canny(LPBYTE pGray, SIZE sz, double sigma, double dRatLow, double dRatHigh, LPBYTE pResult) { //经过高斯滤波后的图像 LPBYTE pGaussSmooth pGaussSmooth = new unsigned char[sz.cx*sz.cy] //x方向导数的指针 int *pGradX pG
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:54607
    • 提供者:王学金
  1. cy

    0下载:
  2. 创业经典案例,想结束打工生涯的程序员们可以试试看看的。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:488203
    • 提供者:李文
  1. middle_bresenham_Circle

    0下载:
  2. 基本原理 假定初始点P0 ∈G0,沿某方 向(假定为X轴)前进△X时,到 达G+或G-(假定为G-)中的P1,在 沿另外一方向(Y轴)前进△Y,到 达P2。若P2 ∈G+,则改变前进 方向,否则继续向G+前进。-functional:assume orient point P0 in G0,go along cX on some direction(assume x axial),arrive P1 in G+ or G-(assume G-),go along cY on another di
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:43572
    • 提供者:沈征华
  1. cyhx-cyhxlsz

    0下载:
  2. 游戏外挂,穿越火线的普普通通的外挂。 游戏外挂,穿越火线的普普通通的外挂。-Plug the game through the ordinary plug-in FireWire. Plug the game through the ordinary plug-in FireWire. Plug the game through the ordinary plug-in FireWire.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-09
    • 文件大小:2196031
    • 提供者:sada
  1. S51E(AVR)

    0下载:
  2. 多字节BCD码加法 入口条件:字节数在R7中,被加数在[R0]中,加数在[R1]中。 出口信息:和在[R0]中,最高位进位在CY中。 影响资源:PSW、A、R2 堆栈需求: 2字节 BCDA: MOV A,R7 ;取字节数至R2中 MOV R2,A ADD A,R0 ;初始化数据指针 MOV R0,A MOV A,R2 ADD A,R1 MOV R1,A CLR C BCD1: DEC R0 ;调整数据指针 DEC R1 M
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:32476
    • 提供者:lhp
  1. ListCtrlDemo

    0下载:
  2. 此为列表框实例,可显示鼠标坐标,并且能以4种方式显示-This is a list example. It can show the cx and cy, and can show it in 4 ways
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-05-08
    • 文件大小:1688394
    • 提供者:陈宁
  1. finish1

    0下载:
  2. program w cbuilder program obsł ugują cy ś wiatł a dorogowe
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:930279
    • 提供者:dadada
  1. lesson8

    0下载:
  2. 左移时最低位补0,最高位移入PSW的CY位 右移时最高位保持原数,最低位移除 -Lowest when the left complement 0 to a maximum displacement of the CY-bit right into the PSW when the highest bit to keep the original number, remove the lowest
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:516
    • 提供者:ming
  1. cy

    0下载:
  2. 程序文件中有日期类Date、人员类Person以及排序函数sortByAge和主函数main的定义。请完成成员函数compareAge和函数sortByAge的设计,以实现该程序。该程序的正确输出结果应为: - Program files have Date of such Date, personnel and sort function sortByAge by definition of main and main function. Please complete me
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:1117
    • 提供者:伍凤云
  1. PM66bing

    0下载:
  2. 中青世纪PM66并行通信程序。每一句都有注释。方便读者自学。-CY century PM66 parallel communication process. Each one has a comment. Reader-self.
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:16230
    • 提供者:白吉日木图
  1. saiche

    0下载:
  2. 自己写的一个类,可以让控件根据窗口大小来自东改变位置和大小,在OnInitDialog()中 GetClientRect(&m_rect) 在OnSize()中CLala lala lala.Show(m_rect, this, cx, cy) -Write a class that allows the control to change the window size of the location and size from the East, in the OnInitDialog
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-01
    • 文件大小:804
    • 提供者:李天宇
  1. Example014

    0下载:
  2. 美化软件的封面编程,对于编程人员可以参考-Public Declare Function SetWindowPos _ Lib "user32" _ ( _ ByVal hwnd As Long, _ ByVal hWndInsertAfter As Long, _ ByVal x As Long, ByVal y As Long, _ ByVal cx As Long, ByVal cy As Long, _ ByVal wF
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-16
    • 文件大小:95833
    • 提供者:和科理
  1. CY

    0下载:
  2. 餐饮系统,在先人的基础上修改,希望对C#初学者有帮助-Food and beverage system, modified on the basis of their ancestors, C# beginners
  3. 所属分类:CSharp

    • 发布日期:2017-11-28
    • 文件大小:5342073
    • 提供者:李荣侨
  1. cy-ry(lsp)

    3下载:
  2. cad lsp 源码 。ry 矩形云线,cy 圆形云线,xg修改云线(自动带日期,新建图层)先设置修订云线REVCLOUD的弧长、样式!-cad lisp source. ry rectangle cloud line, cy circular cloud line, xg modify cloud line (automatic with the date, the new layer) to set the revision cloud REVCLOUD arc length, style!
  3. 所属分类:Other systems

    • 发布日期:2016-08-18
    • 文件大小:1024
    • 提供者:laohuang
  1. cy

    0下载:
  2. 大学时期做一个餐饮管理系统,虽然功能简单,而且还没有考虑到类的封装,但是该有的功能还是有的。-This Program is My University Homework.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-06
    • 文件大小:564108
    • 提供者:杨铭
  1. STC-MPU-3050

    0下载:
  2. CY-52型三轴陀螺仪的测试样例以及应用(Test examples and applications of CY-52 type three axis gyroscope)
  3. 所属分类:其他

  1. 内接圆识别与拟合matlab源代码

    0下载:
  2. 用法: I=imread('hand_contour.png'); [R cx cy]=max_inscribed_circle(I) 返回值为圆心坐标cx,cy,半径为R。(Usage: I = imread (' hand_contour. PNG '); [R cx cy]=max_inscribed_circle(I) The return value is center cx, cy, radius R)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:8192000
    • 提供者:widyy
  1. cy-admin

    0下载:
  2. 后台管理系统,包括报销系统,用户管理系统,用户权限,菜单等功能。(The backstage management system, including the reimbursement system, the user management system, the user rights, the menu and other functions.)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:2349056
    • 提供者:chenzhiye12
  1. cyusb_107506

    0下载:
  2. cyusb,winform 开发会计师亏大了山东矿机(Cyusb, WinForm development accountant lost the Shandong miner)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-21
    • 文件大小:217088
    • 提供者:asdasdasd1222
搜珍网 www.dssz.com