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

搜索资源列表

  1. testm2

    0下载:
  2. 设置两个相同的函数,两次调用同一个函数,区别了局部变量和静态变量之间的差别-Set up two of the same function twice to invoke the same function , distinguished the difference between the local and static variables
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:214022
    • 提供者:依米
  1. CleanSYSEnvVariables

    0下载:
  2. 用于清除系统环境变量中不存在的目录,对于存在的则不做更改-clean the non-existed directories in the system variables
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:38825
    • 提供者:pengjun
  1. Application_Ex1

    0下载:
  2. 用application 全局变量计算网站访问总人数-application global variables to calculate the access to the total number
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:2250
    • 提供者:宫明
  1. member

    0下载:
  2. C++作业,输入学生编号,性别,生日,身份证号,用到了拷贝构造函数,访问友元变量,调用输入函数输入成员信息,最后显示输入的信息-C + + jobs, enter the student number, sex, date of birth, ID number, use the copy constructor, to visit friends variable input membership information call the input function, and finally
  3. 所属分类:CSharp

    • 发布日期:2017-05-03
    • 文件大小:887288
    • 提供者:makaalbarn
  1. index-to-index

    0下载:
  2. 指向指针的指针变量实现学生成绩的录入和输出 C课程作业 实用-index to index the homework for c learning
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:652
    • 提供者:cheng
  1. c1

    0下载:
  2. 指向指针的指针变量的c程序 实现字符串的排序 c课程作业-index to index for c homework
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:749
    • 提供者:cheng
  1. Identify

    0下载:
  2. 教你一个变量的作用域,和怎么正确定义一个变量-Teach your scope of a variable, and how the correct definition of a variable
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:21362
    • 提供者:jinhai
  1. test

    0下载:
  2. 类的设计,设计并测试一个CRect的矩形类,成员变量包括矩形左下角和右上脚两点坐标(CPoint类),要求实现矩形面积的求解float GetArea() -Class design, design and test a rectangle CRect class, member variables, including the rectangular lower left and right upper leg two coordinates (the CPoint class), to so
  3. 所属分类:CSharp

    • 发布日期:2017-05-07
    • 文件大小:1258554
    • 提供者:程金凤
  1. 3

    0下载:
  2. 指针作为参数,改变变量的数值,在被调用的函数里,对变量重新赋值, 使用 *p=2,不是 p=2 -we can change value of a variable through pointer as parameter.
  3. 所属分类:CSharp

    • 发布日期:2017-11-29
    • 文件大小:197103
    • 提供者:王刚
  1. MyCASIO

    0下载:
  2. 实现计算器的主类,入口是一个string类变量,表示数学表达式。输出一个double变量。-Realize calculator main class, the entrance is a string class variable representing mathematical expressions. Output a double variable.
  3. 所属分类:CSharp

    • 发布日期:2017-12-04
    • 文件大小:97095
    • 提供者:John
  1. Snake

    0下载:
  2. 蛇的活动区是由57×33个小方格组成,当这些小方格呈现深灰色时,便表示蛇身。蛇是由n个相邻的方格组成,将这些方格的坐标依蛇头到蛇尾的次序放入到一个数组中便代表了蛇身。当蛇在活动区中游动一格时,所对应的的数组操作为,将新的位置坐标插入到数组的头部,同时将数组中最后一个元素删除。 游戏使用四个方向键和A/W/S/D来控制蛇的前进方向,在OnKeyDown()消息处理函数中,根据不同的方向键设置了成员变量m_nDirect的值。当在菜单中选择开始时,启动定时器,游戏开始。在定时器消息处理函数中,根
  3. 所属分类:CSharp

    • 发布日期:2017-11-25
    • 文件大小:73805
    • 提供者:吴忠
  1. originalsimple

    0下载:
  2. 原始单纯形法(需直接给出初始的基变量) 求解标准型线性规划:max C*X s.t. A*X=b (b>=0) X>=0 输入:C是n维行向量,A是m*n的系数矩阵,b是m维列向量,XB承装初始基变量的下标。输出:x最优解(如果有的话),fval最优值,flag解的状态说明,interation求解时的循环次数。-Original simplex method (to be given directly to the initial base variable) Solvin
  3. 所属分类:CSharp

    • 发布日期:2017-11-10
    • 文件大小:1155
    • 提供者:kangkankan
  1. ClassMapper

    0下载:
  2. 用反射机制向一个类的变量或属性赋值。 主要用于构造动态数据编辑器。 数据编辑界面取得的输入可以通过ClassMapper赋值给编辑对象-Reflection mechanism to variable or property of a class assignment. Mainly used in the construct dynamic data editor. The input data editing interface through ClassMapper assignm
  3. 所属分类:CSharp

    • 发布日期:2017-11-13
    • 文件大小:1841
    • 提供者:标签
  1. freind-class

    0下载:
  2. 类静态变量的作用与应用、友元函数与友元类的使用方法、容器类的作用与使用方法 -Class static variables and the role of friend function and friend use a container class use
  3. 所属分类:CSharp

    • 发布日期:2017-11-27
    • 文件大小:1571
    • 提供者:yfz
  1. Minimum

    0下载:
  2.   该程序功能是求一维整型数组元素中最小的值和它所在的下标。其中,求最小元素的方法:用最小值变量min标记第一个待找数据,逐个把所有待找数据和min进行比较,并用min标记其当前最小值及其所在位置,从而找出最小值。-The program features is that of one-dimension integer array element index of the smallest value, and it is located in.
  3. 所属分类:CSharp

    • 发布日期:2017-11-06
    • 文件大小:2995
    • 提供者:张建平
  1. 8-1

    0下载:
  2. inv函数声明,指针变量arr未指向数组元素,调用inv函数,实参arr是指针变量,但无指向, 定义inv函数,形参x是指针变量 -inv function declaration, the pointer variable arr does not point to the array elements, inv function is called, the argument arr is a pointer variable, but no point defined inv functi
  3. 所属分类:CSharp

    • 发布日期:2017-11-24
    • 文件大小:4964
    • 提供者:Ciece
  1. MySystem

    0下载:
  2. 一个高效率的仓储管理系统,通过全局变量的设置访问每个角色应该有的功能-A highly efficient warehouse management system by the global variable is set to visit each role should function
  3. 所属分类:CSharp

    • 发布日期:2017-11-10
    • 文件大小:4979266
    • 提供者:路大有
  1. DataControl

    0下载:
  2. C#从本机OPC服务器读取数据作出判断后,写另外一台OPC服务器的变量-C# to read data from the local OPC server to make judgments, to write another one OPC server variables
  3. 所属分类:CSharp

    • 发布日期:2017-11-03
    • 文件大小:31925
    • 提供者:盛毛毛
  1. DataListner

    1下载:
  2. C#从远程OPC服务器读取数据写本机OPC服务器的变量,用于两个系统间的数据交换-C# write native OPC server to read data from a remote OPC server variables for the exchange of data between the two systems
  3. 所属分类:CSharp

    • 发布日期:2016-01-26
    • 文件大小:160768
    • 提供者:盛毛毛
  1. ClassDataEditor

    0下载:
  2. 主要通过DataGridView表格来绑定自动输入自定义类的二维数组数据 数组输入时 表格数据源 DataGridView1.DataSource = [class].getTable() 所有数据存于dTable中 不能调用变量获取数据,因为这是针对二维数组扩展的 getValues(object[] rtobjs)取所有数据数组 getValue(int rowIndex,object rtobj)取每一行数据-DataGridView form to bind aut
  3. 所属分类:CSharp

    • 发布日期:2017-11-14
    • 文件大小:2657
    • 提供者:lqh
« 1 2 3 4 56 7 8 9 »
搜珍网 www.dssz.com