首先,打開文件夾PackageDemo,運行StudentInfo.jcw, 進入JCreator環境,要求按順序分別編譯(即運行菜單項“Builder”——“Compile File”)Student.java, CourseSession.java, RosterReporter.java, StudentInfo.java. 然后,運行菜單項“Builder”——“Execute File”,并代開文件夾PackageDemo——CLASSes, 看該目錄下生成了哪些文件,并將這些文件全部刪除。 修改程序,使得運行后RosterReporter.CLASS文件在\CLASSes\sisi\report目錄下,Student.CLASS,CourseSession.CLASS,RosterReporter.CLASS及StudentInfo.CLASS文件存放在\CLASSes\sis\studentinfo目錄下
CLASS="tags">標簽:
CLASS="time">上傳時間: 2015-11-06
CLASS="username">上傳用戶:VRMMO
This the compressed USB driver source code for vxworks5.6. It has device controller driver and other keyboard, mass storage CLASS driver also.
CLASS="tags">標簽: driver compressed controller vxworks
CLASS="time">上傳時間: 2014-12-06
CLASS="username">上傳用戶:xjz632
Source Insight Source Insight是一個革新的面向項目開發的程序編輯器和代碼瀏覽器,它擁有內置的對C/C++, C#和Java等程序的分析。Source Insight能分析你的源代碼并在你工作的同時動態維護它自己的符號數據庫,并自動為你顯示有用的上下文信息。Source Insight不僅僅是一個強大的程序編輯器,它還能顯示reference trees,CLASS inheritance diagrams和call trees。Source Insight提供了最快速的對源代碼的導航和任何程序編輯器的源信息。就將Source Insight應用到你的項目開發過程中并切實感受它為你項目開發的效率帶來的變化。
CLASS="tags">標簽: Insight Source 項目 程序
CLASS="time">上傳時間: 2015-11-18
CLASS="username">上傳用戶:wlcaption
3D reconstruction, medical image processing from colons, using intel image processing for based CLASS. This source code. Some code missing but I think you can understand it. Development version. This source code is very interesting for learning segmentation and registration from dataset. This code also has some technique about GPU image processing for ray tracing. Also learn many filter apply for transform from spatial domain to frequency domain.
CLASS="tags">標簽: processing image reconstruction medical
CLASS="time">上傳時間: 2013-12-19
CLASS="username">上傳用戶:q123321
根據不同的比較條件,將比較方法集中于同一個CLASS中實現,便于修改和擴展。
CLASS="tags">標簽: 比較
CLASS="time">上傳時間: 2014-01-08
CLASS="username">上傳用戶:zq70996813
嘿嘿,大俠看到不要見笑呀... 大家都知道使用DLL的好處.于是我就想把FORM封裝到DLL里面去. 到網上找,發現是MDI和模式窗體的,非模式的也有很多問題.便想自己解決這個問題. 原來是用DLL創建一個對象返回,但發現有很多的問題. 想了半天就去尋根問柳吧. 找到了類. 我就想把類封裝進DLL,到時簡單的返回一個類,然后在主程序里操作不就簡單了? 找了半天發現了TFormCLASS,于是試了試從DLL導出來,像一般的程序一樣創建窗體發現成功. 接著我又想看看其他的類是不是也能這樣,就拿TFrame來實驗. function GetDllFrameCLASS():TFrame stdcall 第一次是這樣聲明的,失敗.奇怪?! 試了好多次都不行,就想到了TFormCLASS(Ctrl+左鍵),進去看看,發現是這樣聲明的. TFormCLASS = CLASS of TForm 哎呀,恍然大悟!! CLASS(TFrame) 是聲明一個類, 這個類繼承了TFrame類 f: TFrame 是一個對象 CLASS of TFrame 聲明的是類類型, f:TFrameCLASS 是一個類. function GetDllFrameCLASS():TFrame 返回就不是類而是對象了,照TFormCLASS修改后TFrameCLASS = CLASS of TFrame 運行...成功,
CLASS="tags">標簽: DLL FORM MDI 模式
CLASS="time">上傳時間: 2013-12-10
CLASS="username">上傳用戶:kiklkook
This is the library for all storage drivers. It simplifies writing a storage driver by implementing 90 percent of the code required to support Plug and Play, Power Management, et cetera. This library is used by disk.sys, cdrom.sys and the tape CLASS drivers. No INF file is needed to install this library. The library is 64-bit compliant.
CLASS="tags">標簽: storage implementing simplifies drivers
CLASS="time">上傳時間: 2014-01-01
CLASS="username">上傳用戶:txfyddz
The sfloppy sample is a super floppy driver that resides in the directory \\Ntddk\Src\Storage\sfloppy. It is a CLASS driver for Super Floppy disk drives. It sits a level above the port driver (ATAPI, USB, etc) in the driver stack, and brokers communication between the application level and the port driver. The floppy driver takes requests from filesystem drivers and then sends the appropriate SCSI_REQUEST_BLOCK (SRB) to the port driver. It is compatible with x86 and IA64 platforms.
CLASS="tags">標簽: NtddkSrcStoragesfloppy directory sfloppy resides
CLASS="time">上傳時間: 2015-12-04
CLASS="username">上傳用戶:84425894
kissme is a free (GPLed) Java Virtual Machine. It is being developed on GNU/Linux and can run console java applications. kissme is to be used with the GNU CLASSpath java CLASS library. kissme also provides support for orthogonally persistent java
CLASS="tags">標簽: developed Virtual Machine kissme
CLASS="time">上傳時間: 2015-12-07
CLASS="username">上傳用戶:qiao8960
unit Video interface uses Windows, Messages, SysUtils, CLASSes, Graphics, Controls, stdctrls, ExtCtrls, avicap, mmsystem, dsgnintf // Types for event-procedures type TCapStatusProc = procedure(Sender: TObject) of object TCapStatusCallback = procedure(Sender: TObject nID: integer status: string) of object TVideoStream = procedure(sender: TObject lpVhdr: PVIDEOHDR) of object TAudioStream = procedure(sender: TObject lpWHdr: PWAVEHDR) of object // Property Editor for driver selection type TDrivereditor = CLASS(TPropertyEditor) function GetAttributes: TPropertyAttributes override procedure GetValues(Proc: TGetStrProc) override function GetValue: string override procedure SetValue(const Value: string) override end
CLASS="tags">標簽: interface Messages Graphics Controls
CLASS="time">上傳時間: 2013-12-21
CLASS="username">上傳用戶:heart520beat