您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. PPChen 实体关系模型

  2. A data model, called the entity-relationship model, is proposed. This model incorporates some of the important semantic information about the real world.
  3. 所属分类:其它

    • 发布日期:2008-12-14
    • 文件大小:1048576
    • 提供者:beidaol
  1. 不使用中间变量,交换int型的 a, b两个变量的值。

  2. 代码如下: //by ppchen var a = 10, b = 2; a = a + b; b = a – b; a = a – b; 代码如下: //by Mr.司马 var a = 10000,b=245 a = a^b; b = b^a; a = a ^b; 代码如下: //by cloudgamer var a = 33,b=44 a=[a,b] b=a[0] a=a[1] 代码如下: //by Mr.司马 var a = 23,b=454; a = {a:b,b:a};
  3. 所属分类:其它

    • 发布日期:2020-12-10
    • 文件大小:18432
    • 提供者:weixin_38608025