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

搜索资源列表

  1. A linear programming approach to the cutting stock problem

  2. A linear programming approach to the cutting stock problem
  3. 所属分类:C/C++

    • 发布日期:2009-06-25
    • 文件大小:1048576
    • 提供者:qsj111
  1. 一个带有括号的计算器

  2. 为了应付作业而编的,一个新手,请大家多多指教。/** * Title: Calculator * Descr iption: * Copyright: Copyright (c) 2004 * Company: CUIT * Calculator.java * Created on 2004年10月13日, 下午2:35 * @author jacktom * @version 1.0*/import java.awt.*;import java.awt.event.*;import jav
  3. 所属分类:C

    • 发布日期:2006-02-23
    • 文件大小:7168
    • 提供者:chenxh
  1. 推拉门式菜单

  2. 推拉门式样的菜单[根据提示修改][共2步]====1、将以下代码加入到HEML的之间:====2、将以下代码加入到HEML的之间: ...展开收缩
  3. 所属分类:Javascript

    • 发布日期:2006-02-23
    • 文件大小:3072
    • 提供者:chenxh
  1. 1470个JS特效

  2. 仲夏夜--js特效--21点游戏 [removed][removed] **************** ********** *********** ************ ************* ************** [removed] [removed] *************** 设为首页 [removed][removed] [removed][removed] [removed] <
  3. 所属分类:.Net

  1. String a="hello" String b="hello" a==b 返回true的问题分析

  2. String a="hello world"; //在java中有一个常量池,当创建String 类型的引用变量给它赋值时,java会到它的常量池中找"hello world"是不是在常量池中已存在。如果已经存在则返回这个常量池中的"hello world"的地址(在java中叫引用)给变量a 。注意a并不是一个对象,而是一个引用类型的变量。它里面存的实际上是一个地址值,而这个值是指向一个字符串对象的。在程序中凡是以"hello world"这种常量似的形式给出的都被放在常量池中。 Strin
  3. 所属分类:Java

    • 发布日期:2012-05-17
    • 文件大小:976
    • 提供者:ljzlqxllx
  1. 网络考试系统

  2. 试卷 剩余时间   单项选择题 多项选择题 判断题 排序题   [FrontPage 保存结果 组件]   版权所有 安阳电大 2001-2002       对于有段线记录的登录页面的代码编写如下:<% sql1="select * from "& name & tab1 &"暂时 where 试题题型=‘单项选择‘" set rs1=conn.execute(sql
  3. 所属分类:C

    • 发布日期:2006-02-23
    • 文件大小:47104
    • 提供者:chenxh
  1. 如何实现web页面的提示保存功能

  2. 每每听到客户抱怨自己修改和很久的数据由于自己的一个误操作而丢失时,总想让web页面也有像window窗体一样具有提示保存的功能。所以,经过一段时间的研究以后终于实现了这个功能!============ checksave.js =============================== test.aspx =============== test sohu yahoo MTR LinkButton ======== test.aspx.vb ==============
  3. 所属分类:Javascript

    • 发布日期:2006-02-23
    • 文件大小:8192
    • 提供者:chenxh
  1. 分页技术page

  2. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;设置要显示的页数 &nbsp;void< FONT&am p;gt; setRowCount int&nbsp;rowCount &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb
  3. 所属分类:Java

    • 发布日期:2013-10-15
    • 文件大小:803840
    • 提供者:u010571060
  1. a^b mod n 模乘运算

  2. RSA算法中求模乘运算的结果 void modular exponentitation int x int r int p int t { int a b c; a x;b r;c t; if b 0 如果b为零 则结果等于1 { printf "%d" c ; 输出结果 return; } if b>0 && b%2 0 b为偶数 { b b 2; a a a %p; }
  3. 所属分类:C

    • 发布日期:2013-11-17
    • 文件大小:744
    • 提供者:u012819437
  1. c语言链表示例

  2. #include #include #include #include struct Node { char name[20]; int score; struct Node next; }; 定义一个结构体 此结构体存储学生姓名 成绩以及指向该结构体的指针 typedef struct Node ListNode; ListNode CreateList int n ; 创建链表函数 返回创建的链表的头指针 void InsertList ListNode h int i char name
  3. 所属分类:C/C++

    • 发布日期:2014-02-02
    • 文件大小:3072
    • 提供者:u013588101
  1. 大作业任务说明

  2. #include #define STOP TIME 5 从开始停靠到开始运行时间为5s #define INTERVAL TIME 5 电梯正常运行一层的时间为5s #define MAXFLOOR 9 最大楼层为9 #define IDLE 1 定义表示状态的三个常量 #define RUN 2 #define STOP 3 #define UP 1 电梯运行方向 #define DOWN 1 #define NONE 0 int state IDLE; 初始化电梯状态为停靠状态 int
  3. 所属分类:C/C++

    • 发布日期:2014-05-11
    • 文件大小:1048576
    • 提供者:manord
  1. 学生成绩管理系统vb+access

  2. 含全套代码+数据库文件 mdb private sub txtoldpassword lostfocus if oldpassword txtoldpassword text then msgbox "密码不正确 " "密码错误" txtoldpassword setfocus end if end sub private sub form unload cancel as integer set mclsmidtier nothing lusersr
  3. 所属分类:Access

    • 发布日期:2014-06-08
    • 文件大小:201728
    • 提供者:wwwowwwlove
  1. 把路抢答器

  2. #include #define uchar unsigned char #define uint unsigned int int a b c temp; sbit DS P3^3; 18B20端口设置 uchar code table[] { 0x3F "0" 0x06 "1" 0x5B "2" 0x4F "3" 0x66 "4" 0x6D "5" 0x7D "
  3. 所属分类:C

    • 发布日期:2014-11-08
    • 文件大小:958
    • 提供者:wwwww312
  1. .A.Practical.Guide.to.TPM.2.0

  2. A Practical Guide to TPM 2.0: Using the Trusted Platform Module in the New Age of Security is a straight-forward primer for developers. It shows security and TPM concepts, demonstrating their use in real applications that the reader can try out. Sim
  3. 所属分类:系统安全

    • 发布日期:2015-02-09
    • 文件大小:1048576
    • 提供者:ramissue
  1. uhdd.sys源码

  2. XMGR RDISK and UIDE DOS Device Drivers 1 Descr iption XMGR RDISK and UIDE are a group of DOS device drivers for a PC system with an 80386+ CPU and using MS DOS V5 0+ or equivalent XMGR is a DOS driver which works as an "XMS manager" and pr
  3. 所属分类:DOS

    • 发布日期:2015-03-03
    • 文件大小:175104
    • 提供者:zjq20032006
  1. jQuery开发技巧

  2. 25大实用的jQuery技巧和解决方案 1 去除页面的右键菜单 $ document ready function { $ document bind "contextmenu" function e { return false; } ; } ; 2 搜索输入框文字的消失 当鼠标获得焦点 失去焦点的时候 input输入框文字处理: $ document ready function { $ "input text1" val "Enter y
  3. 所属分类:Javascript

    • 发布日期:2015-04-04
    • 文件大小:101376
    • 提供者:quanta2006
  1. 微创手术机器人\"Mciro Hand A\"主从控制策略研究

  2. 微创手术机器人\
  3. 所属分类:其它

    • 发布日期:2020-03-04
    • 文件大小:408576
    • 提供者:weixin_38584642
  1. 为什么Python中没有"a++"这种写法

  2. 一开始学习 Python 的时候习惯性的使用 C 中的 a++ 这种写法,发现会报 SyntaxError: invalid syntax 错误,为什么 Python 没有自增运算符的这种写法呢?下面小编给大家带来本文帮助大家了解下这方面的知识
  3. 所属分类:其它

    • 发布日期:2020-09-19
    • 文件大小:46080
    • 提供者:weixin_38741531
  1. document.createElement(&quot;A&quot;)比较不错的属性

  2. document.createElement("A")比较不错的属性
  3. 所属分类:其它

    • 发布日期:2020-10-30
    • 文件大小:29696
    • 提供者:weixin_38703955
  1. The interaction of multifold polar orderings in Ba-doped Sr&quot;0&quot;.&quot;7Ca&quot;0&quot;.&

  2. A series of polycrystalline Sr0.7-xCa0.3Ba xTiO3 (SCBT) (0.0 ≤ x ≤ 0.25) samples were synthesized through solid-state reaction method, and their microstructural, anti-ferroelectric (AFE), ferroelectric (FE), dielectric, and phase transition pro
  3. 所属分类:其它

    • 发布日期:2021-02-21
    • 文件大小:1048576
    • 提供者:weixin_38682953
« 12 3 4 5 6 7 8 9 10 ... 25 »