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

搜索资源列表

  1. 快捷键的设置

    0下载:
  2. 键盘快捷键的设置,并窗口随着鼠标的移动所产生的X,Y的变化程序代码-keyboard settings, mouse and window with the movement of the X, Y code changes
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2.64kb
    • 提供者:李萍
  1. dazhengshu

    0下载:
  2. 随意输入两个1024位的整数,根据对X Y的分留分析可以成功输出乘法结果,看可以帮你没-two free importation of 1,024 integers, based on the X-Y-left analysis can be successfully exported multiplication results can help you do not
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3.02kb
    • 提供者:小艾
  1. wwe

    0下载:
  2. 判断某点是不是边界点,参数x,y 为该点的坐标,lpPtr为指向原位图数据的指针-judgment is not a border point, parameters x, y coordinates for the point. lpPtr plans for the in situ data at the target
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2.62kb
    • 提供者:罗列为
  1. water

    0下载:
  2. 经典的倒水问题 输入:2个水桶的容积(x,y) 输出:量出z升水的最少次数
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1003byte
    • 提供者:全柯
  1. RS232Comm

    0下载:
  2. 采集X,Y,Z坐标系显示位移值,数据来源与位移传感器采集的信号,经MPU处理,经RS-232接口传送与电脑
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:53.2kb
    • 提供者:黄泽俭
  1. jsq

    0下载:
  2. 部分函数: 处理n! 计算显示数值的阶乘 处理Exp,可用于显示科学计数法 处理x^y 处理sin,反正弦,双曲正弦,反双曲正弦,cos,tan函数,为什么使用了例如sin函数 与正确结果不一样 处理dms函数(将显示的数值转换为“度-分-秒”格式;Inv+dms把度-分-秒转换为10进制) 处理(FE)——打开或者关闭科学计数法,10^32总是以指数显示 取模,(余数) 计算机逻辑与,在运算之前截断小数部分 计算机逻辑或,
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:19.24kb
    • 提供者:xjc
  1. landmine

    0下载:
  2. 踩地雷_950513簡易版 public void set_mine(){ Random ran= new Random() int tmp=0,x=0,y=0 for(int i=0 i<m_num i++){ do{ tmp=ran.Next(0,w_num*w_num) }while( flag[tmp % w_num, tmp / w_num] == 9) flag[tmp %
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:10.23kb
    • 提供者:kenki
  1. tlparen

    1下载:
  2. « 问题描述:在对高级语言编写的程序进行编译时会遇到表达式或字符串的括号匹配问题。例如C++程序中左、右花括号“{”和“}”的匹配问题。表达式(字符串)的括号匹配问题要求确定一给定表达式(字符串)中左、右括号的匹配情况。例如,表达式(x*(x+y)-z)在位置1 和4处有左括号,在位置8 和11 处有右括号。位置1 处的左括号与位置11 处的右括号相匹配;位置4 处的左括号与位置8 处的右括号相匹配。而在表达式(x+y)*z)(中,位置8处的右括号没有可匹配的左括号,位置9处的左括号
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1.17kb
    • 提供者:林天
  1. 邮局选址问题 实验报告

    0下载:
  2. 在一个按照东西和南北方向划分成规整街区的城市里,n个居民点散乱地分布在不同的 街区中。用x 坐标表示东西向,用y坐标表示南北向。各居民点的位置可以由坐标(x,y)表示。 街区中任意2 点(x1,y1)和(x2,y2)之间的距离可以用数值|x1-x2|+|y1-y2|度量。 居民们希望在城市中选择建立邮局的最佳位置,使n个居民点到邮局的距离总和最小
  3. 所属分类:C#编程

  1. vector

    0下载:
  2. 建立一个int类型的长度为n的vector数组,n由用户从键盘输入, 输入元素到数组,输出数组中的元素,用vector建立元素为10的类型为Point的对象数组,要求 建立数组时有默认的初始化,每个元素的X,Y的值为0. 调用Move成员函数改变每个元素的X,Y的值,输出元素-Establish a int type of length is n vector array, n by the user input from the keyboard, input elements to an
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:923.85kb
    • 提供者:裕丰陈
  1. toshapefile

    1下载:
  2. 读取外部文件的x,y坐标信息和属性数据,生成shapefile格式arcgis地图文件!-Read the external file x, y coordinate information and attribute data, generate shapefile format arcgis map files!
  3. 所属分类:CSharp

    • 发布日期:2015-10-20
    • 文件大小:79.56kb
    • 提供者:李先生
  1. ImageButton

    0下载:
  2. The ImageButton click event also supplies the x/y coordinates of where the user clicked the image. This provides a means to respond differently depending on what part of the image is clicked.
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:1.57mb
    • 提供者:slavi
  1. zixulie

    0下载:
  2. 序列Z=<B,C,D,B>是序列X=<A,B,C,B,D,A,B>的子序列,相应的递增下标序列为<2,3,5,7>。 一般地,给定一个序列X=<x1,x2,…,xm>,则另一个序列Z=<z1,z2,…,zk>是X的子序列,是指存在一个严格递增的下标序列〈i1,i2,…,ik〉使得对于所有j=1,2,…,k使Z中第j个元素zj与X中第ij个元素相同。 给定2个序列X和Y,当另一序列Z既是X的子序列又是Y的子序列时,称Z
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:861.01kb
    • 提供者:
  1. tosde

    1下载:
  2. 读取外部文件的x,y坐标和属性数据,通过sde生成sqlserver空间数据库表!一键生成arcgis空间数据库工具!-Read the external file x, y coordinates and attribute data, spatial database through sde generated sqlserver table! A key to generate the arcgis spatial database tools!
  3. 所属分类:CSharp

    • 发布日期:2017-03-24
    • 文件大小:113.06kb
    • 提供者:李先生
  1. knuder

    0下载:
  2. X,y coordinates for vrp
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:619byte
    • 提供者:sdfg
  1. FiveLink

    0下载:
  2. 输入n组数据,每组数据包括棋的颜色(B表示黑,W表示白)和棋盘位置(x,y),输入结束后根据输入数据画出棋盘,并分别判断黑、白棋是否存在“五连”。-N set of data input, each data include chess color (B, said Black, W said the white) and the board position (x, y), enter the draw after the end of the input data according to
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:1.12kb
    • 提供者:萧豪逸
  1. AddXYData

    0下载:
  2. 读取shp坐标系信息,用坐标(x,y,z)生成shp文件的源代码。稍作修改即可使用-Read shp coordinate system information, use the coordinates (x, y, z) generate shp files of source code. You can use some modifications
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:77.65kb
    • 提供者:
  1. FFTDemo

    0下载:
  2. FFT图像配准演示,返回两幅图像的差跟配准的x,y轴offset. (本程序仅包含可执行文档)-FFT Image Registration Demo. X,Y offset is returned and the difference image is calculated.
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:24.54kb
    • 提供者:李川
  1. 3Dgraphallinone

    0下载:
  2. 绘制多种三维图形组合,包括x-y色彩图,轮廓图,网格-轮廓组合图,曲面-轮廓组合图,填充曲面-轮廓组合图等等,可实现多种操作功能,如旋转,缩放等-Draw a variety of three-dimensional graphics portfolio, including the xy color chart, profile map, grid- profile portfolio map, surface- combination of contour maps, surface fil
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:184.44kb
    • 提供者:ddd
  1. 循环x的y次方

    0下载:
  2. 求x的y次方,使用c++语言编写。初学者的小实验,希望能够得到指正。(Y sub square for X i want my program to be corrected and maybe someone can help with my c++.)
  3. 所属分类:C#编程

    • 发布日期:2018-01-09
    • 文件大小:2.25mb
    • 提供者:dodot
« 12 3 4 »
搜珍网 www.dssz.com