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

Name

  • 直接执行本子系统时

    直接执行本子系统时,需要手工修改Setup.ini文件的内容,将 Server Name=waiti UserName=sa PasswordName=sa 各项的参数值设置为您本地数据,然后保存该ini文件即可。 另外需要吧数据库添加进服务器。

    标签: 子系统

    上传时间: 2014-01-16

    上传用户:www240697738

  • 操作系统课程设计_进程调度演示源程序 #include "stdio.h" #include "stdlib.h" #include "string.h" typedef struct

    操作系统课程设计_进程调度演示源程序 #include "stdio.h" #include "stdlib.h" #include "string.h" typedef struct node { char Name[10] /*进程标识符*/ int prio /*进程优先数*/ int round /*进程时间轮转时间片*/ int cputime /*进程占用CPU时间*/ int needtime /*进程到完成还要的时间*/ int count /*计数器*/ char state /*进程的状态*/ struct node *next /*链指针*/ }PCB

    标签: include typedef stdlib string

    上传时间: 2016-08-09

    上传用户:凤临西北

  • for qq2440 board bootscreen change. Create a new (565) 24bit bmp and change sansung.c in smdk2440

    for qq2440 board bootscreen change. Create a new (565) 24bit bmp and change sansung.c in smdk2440 as similar Name.

    标签: change 2440 bootscreen sansung

    上传时间: 2014-11-27

    上传用户:顶得柱

  • 建立一个通讯录的类note

    建立一个通讯录的类note,该类中的属性有以下几项:String Name,phone,MobilePhone,zip,address,Email 分别表示:姓名,固定电话,手机号,邮编,地址,电子邮件地址。方法有两个:Setnote()给属性赋初值得函数,方法show()显示一条通讯记录。 程序使用了ObjectInPutStream和ObjectOutPutStream这两个文件输入输出流,利用这两个文件输入输出流,可以方便的直接将通讯记录对象直接写入文件中,另外为了方便添加和删除一条记录还使用了系统的对象数组类Arraylist。同时也方便了查找操作。

    标签: note 通讯

    上传时间: 2013-12-22

    上传用户:wangdean1101

  • 实现表结构为 ID

    实现表结构为 ID,Name,rootid,lft,rgt的树形结构的移动、删除等存储过程

    标签: ID

    上传时间: 2013-11-26

    上传用户:古谷仁美

  • 串口通讯控件。先把 Pcomm.dll 文件拷贝到OS能找得到的目录下。 在Component菜单下选择Install Component子菜单

    串口通讯控件。先把 Pcomm.dll 文件拷贝到OS能找得到的目录下。 在Component菜单下选择Install Component子菜单,选择Into existing package 或者 Into new package,在其中的Unit file Name选择Port.pas文件,在Package file Name 中输入包的名字,然后按OK选择安装。

    标签: Component Install Pcomm dll

    上传时间: 2016-09-21

    上传用户:偷心的海盗

  • FASTICA can be called with numerous optional arguments. Optional arguments are given in parameter pa

    FASTICA can be called with numerous optional arguments. Optional arguments are given in parameter pairs, so that first argument is the Name of the parameter and the next argument is the value for that parameter. Optional parameter pairs can be given in any order.

    标签: arguments parameter Optional numerous

    上传时间: 2014-08-18

    上传用户:2525775

  • 商业版可以向你的网站发送假的请求

    商业版可以向你的网站发送假的请求,大幅度的增加你的网站的点击率和排名 Name:www.mycodes.net sn:042392934239

    标签: 发送 网站

    上传时间: 2013-12-23

    上传用户:362279997

  • This utility has two views: (a) one view that will show you the entire PnP enumeration tree of devic

    This utility has two views: (a) one view that will show you the entire PnP enumeration tree of device objects, including relationships among objects and all the device s reported PnP characteristics, and (b) a second view that shows you the device objects created, sorted by driver Name. There is nothing like this utility available anywhere else.

    标签: enumeration utility entire devic

    上传时间: 2013-12-17

    上传用户:zjf3110

  • MTOOLS version 2.0 Mtools is a public domain collection of programs to allow Unix systems t

    MTOOLS version 2.0 Mtools is a public domain collection of programs to allow Unix systems to read, write, and manipulate files on an MSDOS filesystem (typically a diskette). The following MSDOS commands are emulated: Mtool MSDOS Name equivalent Description ----- ---- ----------- mattrib ATTRIB change MSDOS file attribute flags mcd CD change MSDOS directory mcopy COPY copy MSDOS files to/from Unix mdel DEL/ERASE delete an MSDOS file mdir DIR display an MSDOS directory mformat FORMAT add MSDOS filesystem to a low-level format mlabel LABEL make an MSDOS volume label. mmd MD/MKDIR make an MSDOS subdirectory mrd RD/RMDIR remove an MSDOS subdirectory mread COPY low level read (copy) an MSDOS file to Unix mren REN/REName reName an existing MSDOS file mtype TYPE display contents of an MSDOS file mwrite COPY low level write (copy) a Unix file to MSDOS

    标签: collection programs version systems

    上传时间: 2016-11-18

    上传用户:wlcaption