虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

creATe

  • 编写驱动程序工具: 使用Numega Stdio中的工具

    编写驱动程序工具: 使用Numega Stdio中的工具,SOURCE to Project Utilitity 点击"开始"->程序->Numega DriverStdio->Tools->Source to DSP Convert 在SOURCE框中选择你DDK的程序中的SOURCE文件,然后选择VC6.0(or VC5.0),点击creATe ,你就可以在 VC中编译了。

    标签: Numega Stdio 编写 驱动程序

    上传时间: 2013-12-26

    上传用户:天涯

  • In this first-ever paperback edition of his long-time best-seller, motivational speaker Steve Chandl

    In this first-ever paperback edition of his long-time best-seller, motivational speaker Steve Chandler helps you creATe an action plan for living your vision in business and in life. It features 100 proven methods to positively change the way you think and act-methods based on feedback from the hundreds of thousands of corporate and public seminar attendees Chandler speaks to each year. 100 Ways to Motivate Yourself will help you break through the negative barriers and banish the pessimistic thoughts that are preventing you from fulfilling your lifelong goals and dreams. Whether you re self-employed, a manager, or a high-level executive, it s still easy to get stuck in the daily routines of life, fantasizing about what could have been. Steve Chandler helps you turn that way of thinking around and make what could have been into what can and will be.

    标签: motivational best-seller first-ever paperback

    上传时间: 2015-10-26

    上传用户:牛津鞋

  • phpMyAdmin is a tool written in PHP intended to handle the administration of MySQL over the Web. Cur

    phpMyAdmin is a tool written in PHP intended to handle the administration of MySQL over the Web. Currently it can creATe and drop databases, creATe/drop/alter tables, delete/edit/add fields, execute any SQL statement, manage keys on fields

    标签: administration phpMyAdmin the intended

    上传时间: 2015-10-30

    上传用户:时代电子小智

  • 首先

    首先,用前插法建立链表,在算法中以creATe函数表示;其次,定义mergeab函数,表示算法的归并: 本算法的思路为:顺次逐个将单链表的ha中的节点(P节点)在链表 hb中查找是否有重复的结点,若有,则不插入到链表hb中,将其从链表ha中删除。若在链表hb中找到第一个大于P的节点的数据域值的节点(Q节点),则在Q节点之前插入P节点,否则将链表ha联接到链表hb的表尾。为了实现方便在单连表hb之前附加一个表头节点,带归并完成后,再归还该表头节点,返回归并后连表的头指针。      最后,定义main函数,引用之前定义函数完成程序。

    标签:

    上传时间: 2015-11-04

    上传用户:hongmo

  • <%@ LANGUAGE="VBSCRIPT" %> <!--#include file="conn.asp"--> <% set rs=server.creATe

    <%@ LANGUAGE="VBSCRIPT" %> <!--#include file="conn.asp"--> <% set rs=server.creATeobject("adodb.recordset") sqltext="select * from RegUser where UserId= " & request.form("uid") & " " rs.open sqltext,co

    标签: lt LANGUAGE VBSCRIPT include

    上传时间: 2013-12-08

    上传用户:yuanyuan123

  • 4、 编写一个过程。要求:有一个输入参数和一个输出参数

    4、 编写一个过程。要求:有一个输入参数和一个输出参数,过程里面要有自定义异常。从学生表中(tab_student)中寻找符合指定学号等于输入参数的值,然后将找到的学生的姓名赋予输出参数,如果没有符合条件的值则触发异常。 creATe table tab_student (sno char(8), sname varchar2(20), age integer, province varchar2(60), sex char(4)) insert into tab_student values(‘001’,’zhou’,20,’江苏徐州’,’男’) 上述表已经创建,只需针对此表编写即可。

    标签: 编写 参数 过程 输入

    上传时间: 2015-11-13

    上传用户:362279997

  • 本设计的目的是通过设计和调试一个简单的文件系统

    本设计的目的是通过设计和调试一个简单的文件系统,主要是模拟文件操作命令的执行,来模拟文件管理,使学生对主要文件操作命令的实质和执行过程有比较深入的了解,掌握它们的基本实施方法。具体要求如下: (1) 设计一个支持n个用户的文件系统,每个用户可拥有多个文件: (2) 采用二级或二级以上的多级文件目录管理; (3) 对文件应设置存去控制保护方式,如“只能执行”、“允许读”、“允许写等”; (4) 系统的外部特征应接近于真实系统,可设置下述文件操作命令: 命 令 功 能 命 令 功 能 creATe 建立文件 Read 读文件 Open 打开文件 Write 写文件 Close 关闭文件 Copy 复制文件 Delete 撤消文件 Directory 查询目录 (5) 通过键盘使用该文件系统,系统应显示操作命令的执行结果。

    标签: 调试 文件系统

    上传时间: 2014-01-11

    上传用户:zhanditian

  • Ajax, the popular term for Asynchronous JavaScript and XML, is one of the most important combination

    Ajax, the popular term for Asynchronous JavaScript and XML, is one of the most important combinations of technologies for web developers to know these days. With its rich grouping of technologies, Ajax developers can creATe interactive web applications with XML-based web services, using JavaScript in the browser to process the web server response.

    标签: Asynchronous combination JavaScript the

    上传时间: 2015-11-20

    上传用户:qazxsw

  • So you wanted to add a forms editor to your application? A dialog editor? Something that allows draw

    So you wanted to add a forms editor to your application? A dialog editor? Something that allows drawing of HTML <div>s? Here is a feature rich skeleton (!) to get you started. CDiagramEditor is a package that gives you a basic visual editor intended for vector objects. Although perhaps not sufficient to creATe a CAD-application, you ll indeed be able to creATe a dialog editor. The editor itself is derived

    标签: editor application Something wanted

    上传时间: 2013-12-13

    上传用户:恋天使569

  • So you wanted to add a forms editor to your application? A dialog editor? Something that allows draw

    So you wanted to add a forms editor to your application? A dialog editor? Something that allows drawing of HTML <div>s? Here is a feature rich skeleton (!) to get you started. CDiagramEditor is a package that gives you a basic visual editor intended for vector objects. Although perhaps not sufficient to creATe a CAD-application, you ll indeed be able to creATe a dialog editor. The editor itself is derived

    标签: editor application Something wanted

    上传时间: 2014-01-21

    上传用户:BIBI