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

here

  • PCI Hot-Plug Specification Revision 1.0 The primary objective of this specification is to enable

    PCI Hot-Plug Specification Revision 1.0 The primary objective of this specification is to enable higher availability of file and application servers by standardizing key aspects of the process of removing and installing PCI adapter cards while the system is running. Although these same principles can be applied to desktop and portable systems using PCI buses, the operations described here target server platforms.

    标签: Specification specification objective Hot-Plug

    上传时间: 2013-12-09

    上传用户:zyt

  • Implemented BFS, DFS and A* To compile this project, use the following command: g++ -o search ma

    Implemented BFS, DFS and A* To compile this project, use the following command: g++ -o search main.cpp Then you can run it: ./search The input is loaded from a input file in.txt here is the format of the input file: The first line of the input file shoud contain two chars indicate the source and destination city for breadth first and depth first algorithm. The second line of input file shoud be an integer m indicate the number of connections for the map. Following m lines describe the map, each line represents to one connection in this form: dist city1 city2, which means there is a connection between city1 and city2 with the distance dist. The following input are for A* The following line contains two chars indicate the source and destination city for A* algorithm. Then there is an integer h indicate the number of heuristic. The following h lines is in the form: city dist which means the straight-line distance from the city to B is dist.

    标签: Implemented following compile command

    上传时间: 2013-12-31

    上传用户:lhc9102

  • %The phase locked loop(PLL),adjusts the phase of a local oscillator %w.r.t the incoming modulated

    %The phase locked loop(PLL),adjusts the phase of a local oscillator %w.r.t the incoming modulated signal.In this way,the phase of the %incoming signal is locked and the signal is demodulated.This scheme %is used in PM and FM as well. %We will implement it by using a closed loop system.Control systems %techniques are applied here.

    标签: phase w.r.t oscillator modulated

    上传时间: 2015-09-28

    上传用户:zhangzhenyu

  • HDOJ 1047 One of the first users of BIT s new supercomputer was Chip Diller. He extended his explor

    HDOJ 1047 One of the first users of BIT s new supercomputer was Chip Diller. He extended his exploration of powers of 3 to go from 0 to 333 and he explored taking various sums of those numbers. ``This supercomputer is great, remarked Chip. ``I only wish Timothy were here to see these results. (Chip moved to a new apartment, once one became available on the third floor of the Lemon Sky apartments on Third Street.)

    标签: supercomputer extended Diller explor

    上传时间: 2013-12-21

    上传用户:黑漆漆

  • 一个PL/O编译器

    一个PL/O编译器,内含可执行程序,大家有用下载着看吧A PL /O compiler,Containing executable. it may be useful to download Look here!C-C

    标签: PL 编译器

    上传时间: 2015-11-06

    上传用户:SimonQQ

  • 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

  • What Does the code DO? Sometimes we may desire to hide our file contents from others.One of the poss

    What Does the code DO? Sometimes we may desire to hide our file contents from others.One of the possible way is encrypting these files.here a simple encryption technique is used(In VB - The same technique can be implemented in "c" also.) Program flow Explained * Open the File to be encrypted for Binary Access Read(Say Source File) * Open a temparory file where encrypted data is stored for Binary Access Write(Say Destination File) * Loop through the Source File Byte by Byte * For each byte read from the file, Complement the data. (Using Not operator (in C we have to use "~" operator) * Write Complemented Data to Destination File * Delete the Source File * Rename Destination file as Source File(Now Encryption is over)

    标签: Sometimes the contents desire

    上传时间: 2013-12-25

    上传用户:playboys0

  • #ifdef _AFXDLL Enable3dControls() // Call this when using MFC in a shared DLL #else Enable3d

    #ifdef _AFXDLL Enable3dControls() // Call this when using MFC in a shared DLL #else Enable3dControlsStatic() // Call this when linking to MFC statically #endif CPreviewDialogDlg dlg m_pMainWnd = &dlg int nResponse = dlg.DoModal() if (nResponse == IDOK) { // TODO: Place code here to handle when the dialog is // dismissed with OK } else if (nResponse == IDCANCEL) { // TODO: Place code here to handle when the dialog is // dismissed with Cancel } // Since the dialog has been closed, return FALSE so that we exit the // application, rather than start the application s message pump. return FALSE }

    标签: Enable3dControls Enable3d AFXDLL shared

    上传时间: 2015-12-19

    上传用户:hustfanenze

  • 用VC制作一个商品交易管理系统.部分代码:“// 商品交易管理系统View.cpp #include “MyDlg1.h” void CMyView::OnRadiospxx() { //

    用VC制作一个商品交易管理系统.部分代码:“// 商品交易管理系统View.cpp #include “MyDlg1.h” void CMyView::OnRadiospxx() { // TODO: Add your control notification handler code here CMyDlg1 MyDlg1 MyDlg1.DoModal() } ”

    标签: OnRadiospxx CMyView include MyDlg

    上传时间: 2013-12-16

    上传用户:banyou