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

搜索资源列表

  1. Deforming Meshes that Split and Merge

  2. SIG09 文最新文章:The authors present a method for accurately tracking the moving surface of deformable materials in a manner that gracefully handles topological changes.We employ a Lagrangian surface tracking method, and The authors use a triangle mesh f
  3. 所属分类:专业指导

    • 发布日期:2009-05-14
    • 文件大小:3145728
    • 提供者:shenhoo
  1. jQuery 中文参考手册

  2. jQuery 核心函数 jQuery(expr, [context]) jQuery(html, [ownerDoc]) jQuery(elements) jQuery(callback) jQuery 对象访问 each(callback) size() length selector context get() get(index) index(subject) 数据缓存 data(name , [value]) removeData(name) queue(name ,[cb|queu
  3. 所属分类:Web开发

    • 发布日期:2009-05-14
    • 文件大小:109568
    • 提供者:wzm112
  1. html个人网站xp界面

  2. 留言板首页 BODY { MARGIN-TOP: 0px; MARGIN-LEFT: 0px; MARGIN-RIGHT: 0px } A:link { COLOR: #000000; TEXT-DECORATION: none } A:visited { COLOR: #000000; TEXT-DECORATION: none } A:hover { COLOR: #ff0000; TEXT-DECORATION: none } A:active { TEXT-DECOR
  3. 所属分类:C#

    • 发布日期:2009-05-21
    • 文件大小:17825792
    • 提供者:ylp0705
  1. Delphi扩展的文件目录操作函数

  2. function MoveFile(const sName, dName: string): Boolean; {* 移动文件、目录,参数为源、目标名} procedure FileProperties(const FName: string); {* 打开文件属性窗口} function OpenDialog(var FileName: string; Title: string; Filter: string; Ext: string): Boolean; {* 打开文件框} functi
  3. 所属分类:Access

    • 发布日期:2009-05-21
    • 文件大小:33792
    • 提供者:karach
  1. 小型超市管理系统毕业论文

  2. 小型超市管理系统毕业论文 _SCREEN.backcolor=rgb(int(rand()*255),int(rand()*255),int(rand()*255)) MODIFY WINDOW SCREEN TITLE "小型超市货物管理软件 ;今天是:"+dtoc(date())+" "+cdow(date()) ZOOM WINDOW SCREEN MAX deactivate window "项目管理器" mypath=left(sys(16),rat("\",sys(16))) se
  3. 所属分类:其它

    • 发布日期:2009-05-25
    • 文件大小:79872
    • 提供者:lukaer
  1. 用一维物体进行像机标定Camera Calibration with One-Dimensional Objects

  2. 用一维物体进行像机标定Camera Calibration with One-Dimensional Objects Camera calibration has been studied extensively in computer vision and photogrammetry and the proposed techniques in the literature include those using 3D apparatus (two or three planes orth
  3. 所属分类:C#

    • 发布日期:2009-05-27
    • 文件大小:704512
    • 提供者:b_o_o_k2003
  1. vb打字游戏源码,更适合初学者

  2. 使用于初学者吧!Private Sub Command5_Click() Static blnprocessing As Boolean If blnprocessing Then blnprocessing = False Command5.Caption = "暂停" Timer1.Enabled = True Timer2.Enabled = True Label5.Visible = True Label6.Visible = True Else C ommand5.Caption =
  3. 所属分类:VB

    • 发布日期:2009-05-30
    • 文件大小:113664
    • 提供者:fkinry
  1. matlab应用程序百例.rar

  2. matlab应用程序百例.rar 实例1:三角函数曲线(1) function shili01 h0=figure('toolbar','none',... 'position',[198 56 350 300],... 'name','实例01'); h1=axes('parent',h0,... 'visible','off'); x=-pi:0.05:pi; y=sin(x); plot(x,y); xlabel('自变量X'); ylabel('函数值Y'); title('SIN(
  3. 所属分类:其它

    • 发布日期:2009-06-04
    • 文件大小:36864
    • 提供者:aganspring
  1. VB源代码-动态时钟

  2. Dim x0 As Single Dim y0 As Single Private Sub Form_Load() With Form1 .Width = 3000 .Height = 3100 .BackColor = vbBlack .Caption = "动态时钟" End With x0 = 1430 y0 = 1290 With Line1 .X1 = x0 .Y1 = y0 End With With Line2 .X1 = x0 .Y1 = y0 End With With Li
  3. 所属分类:VB

  1. 控制ComboBox,TextBox,DateTimePicker在Enable=false时的前景和背景色

  2. 修改了以前的一些bug, 和处理方式, 对于Combox, 主要的处理增加了 protected virtual void ShowComboEditBox(bool visible) { IntPtr hhh = WApi.GetWindow(this.Handle, WApi.GW_CHILD); if (hhh != IntPtr.Zero) { if (visible) { WApi.ShowWindow(hhh, WApi.SW_SHOW); WApi.SetFocus(hhh);
  3. 所属分类:专业指导

    • 发布日期:2009-06-09
    • 文件大小:68608
    • 提供者:wang_j_p
  1. VB 考试 复习 测试题

  2. B 测验试题1 一、选择(每个选择1分) 1. 要使窗体所有控件都具有相同的字体格式,首先对( )的( )属性进行设置,然后再添加各控件。 A.所有控件 B. 窗体 C. font D.fontname 2.如果设计时在属性窗口将命令按钮的( )属性设置为false ,则运行时按钮从窗体上消失? A. visible B. enabled C. disabledpicture D. defalt 3. 能激活菜单的按键是( ) A. F1 或 CTRL B. CTRL或 ALT C. F10
  3. 所属分类:VB

    • 发布日期:2009-06-13
    • 文件大小:28672
    • 提供者:zfj695947333
  1. VB +access 把MSHFlexGrid中数据输出到word

  2. Private Sub Command1_Click() On Error Resume Next Dim wApp As New Application Dim wDoc As Document Dim wNewTable As Table Set wDoc = wApp.Documents.Add Selection.Range Set wNewTable = wDoc.Tables.Add(wDoc.Range, MSHFlexGrid1.Rows, MSHFlexGrid1.Co ls
  3. 所属分类:Web开发

    • 发布日期:2009-06-14
    • 文件大小:13312
    • 提供者:hhy198581
  1. UG6.0快捷键大全

  2. ! ! Unigraphics Modeling Application Menu File ! ! ! VERSION 120 UG6.0 ! *************** Changes to the Menubar itself *************** EDIT UG_GATEWAY_MAIN_MENUBAR ! *************** Format Menu *************** AFTER UG_ARRANGE_GROUP BUTTON UG_MODELI
  3. 所属分类:C

    • 发布日期:2009-06-15
    • 文件大小:76800
    • 提供者:gyunkui
  1. matlab使用程序百例

  2. MATLAB语言,各类应用程序 例如:% 实例1:三角函数曲线(1) function shili01 h0=figure('toolbar','none',... 'position',[198 56 350 300],... 'name','实例01'); h1=axes('parent',h0,... 'visible','off'); x=-pi:0.05:pi; y=sin(x); plot(x,y); xlabel('自变量X'); ylabel('函数值Y'); title('S
  3. 所属分类:其它

  1. 寝室值日安排(c++)

  2. using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows.Forms; namespace 寝室值日安排 { class Tray { Form1 form = null; NotifyIcon TrayIcon = null; Label label = null; public Tray(Form1 form,NotifyIcon Tr
  3. 所属分类:C++

    • 发布日期:2009-06-19
    • 文件大小:83968
    • 提供者:a514546561
  1. Professional.MFC.with.VC6

  2. Contents Chapter 1: The Microsoft Developer Studio The Microsoft Developer Studio The Project Workspace Project Workspace Window Project Configurations Managing Complex Projects Project Settings Converting Projects Source Code Files Resource scr ipt
  3. 所属分类:C++

    • 发布日期:2009-06-28
    • 文件大小:2097152
    • 提供者:hang313
  1. The C Programming Language

  2. The C programming Language By Brian W. Kernighan and Dennis M. Ritchie. Published by Prentice-Hall in 1988 Preface The computing world has undergone a revolution since the publication of The C Programming Language in 1978. Big computers are much big
  3. 所属分类:C

    • 发布日期:2009-06-30
    • 文件大小:727040
    • 提供者:Hack95
  1. MFC ModifyStyle

  2. MFC开发过程序所需的ModifyStyle(needDelStyle,needAddStyle,SWP_FRAMECHANGED); Sytel: WS_BORDER Creates a window that has a border. WS_CAPTION Creates a window that has a title bar (implies the WS_BORDER style). Cannot be used with the WS_DLGFRAME style. WS_CH
  3. 所属分类:C++

    • 发布日期:2009-06-30
    • 文件大小:1048576
    • 提供者:muyangjun
  1. struts API文档

  2. 下载还是很快的 Abstract base class for comparison tags. ConditionalTagBase Abstract base class for the various conditional evaluation tags. EmptyTag Evalute the nested body content of this tag if the specified value is empty for this request. EqualTag Eval
  3. 所属分类:Java

    • 发布日期:2009-07-03
    • 文件大小:2097152
    • 提供者:hexiaohu2009
  1. vb编写的简单学生成绩查询系统

  2. vb编写的简单学生成绩查询系统 Sub pingbi3() Form10.Command4.Visible = False End Sub Sub pingbi1() Form2.修改.Visible = False Form2.添加.Visible = False Form2.删除.Visible = False End Sub Sub pingbi2() Form10.Command2.Visible = False End Sub Private Sub 管理员_Click() Unlo
  3. 所属分类:VB

    • 发布日期:2009-07-06
    • 文件大小:15360
    • 提供者:rao_anuo
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »