kernel program 中文意思是什麼

kernel program 解釋
核心程序
  • kernel : n 1 (果實的)核,仁。2 穀粒,麥粒。3 內核,核心,要點。4 【原子能】(原子)核。5 【數學】(積分...
  • program : 按遺傳密碼工作
  1. As a whole the system may compart three modules : ndis drivers in the kernel mode, the dll program in the user mode and the user application program, adopting the share memory technology three modules realize the data share of the control canal rule, the encapsulation data and the network neiborhood name and so on, so we can easily finis1 " the packet authentication by the control canal rule, improve the filtering efficiency of the system. whereas the current of firewall technology, the system has wide utily value and business value. this software is based on windows 2000 operating system, the programming language is chosen as visual c + + 6. 0 and win2000 ddk

    從總體上可以劃分為以下三個模塊:核心層的ndis網路驅動程序、應用層的動態鏈接庫程序以及用戶應用程序,這三個模塊之間通過內存共享技術完成對控管規則、封裝數據、網上鄰居名字列表等數據的讀寫操作,從而很方便的根據控管規則實現了對網路封包的認證操作,提高了系統的過濾效率。鑒于目前防火墻技術的發展趨勢,本系統具有廣泛的實用價值和商業價值,因此具有一定的推廣前景。軟體的開發基於windows2000操作系統,開發語言採用visualc + + 6 . 0和win2000ddk 。
  2. Ipi. 2 : information technology - computer graphics and image processing - image processing and interchange - functional specification - part 2 : programmer ' s imaging kernel system application program interface

    信息技術.計算機制圖和圖像處理.圖像處理和交換
  3. This entry uses an ext3 file system, which is supported in linux kernel versions 2. 4. 16 and higher, and the order for file system check fsck program is set to 2

    該條目使用一個ext3文件系統,這種文件系統在2 . 4 . 16版或更高版本的linux內核中均受支持,文件系統檢查( fsck )程序的順序被設為2 。
  4. The first part is also the realization of migrateout module and migratein module, the second part is also the realization of selecter module and loadmanager module. the component of realization is involved in the linux kernel program

    遷移演算法的實現,也就是對migrateout模塊和migratein模塊的實現;遷移機制的實現,也就是對selecter模塊和loadmanager模塊的實現,實現部分會涉及到對linux內核的編程。
  5. The paper analyzes the secure problem existing in the tcp / ip protocol, discusses the possibility and superiority of secure transmission in network layer, researches the architecture of protocol ipsec, presents the design thought of using ipsec to realize the secure transmission within the pbc ' s intranet under the windows. the paper gives a schema of secure transmission system in the pbc ' s intranet, realizes it using the windows kernel program technology and obeying the specifications of ndis and ipsec. the secure transmission system promotes the secure extent of the pbc ' s intranet

    論文針對人民銀行內聯網面臨的信息和數據安全傳輸問題,分析了tcp / ip協議存在的安全問題,探討了在tcp / ip網路層實現安全傳輸的可能性和優越性,認真研究了ipsec協議體系結構和esp協議、 ah協議、 ike密鑰交換協議的原理,在既要保護已有投資,又要提高安全程度的前提下,提出了在windows操作系統下採用ipsec實現人民銀行內聯網安全傳輸的設計思想。
  6. The virtual circuit management module is consists of three sub - modules which are virtual - circuit - create sub - module, virtual - circuit - hold sub - module, virtual - circuit - free sub - module. we create a virtual circuit between each other before they begin to communicate, then we hold this virtual circuit during the communication process, finally, free this virtual circuit after finish the communication. i coded this program with c under linux kernel and use the kgdb to debug the module

    主機虛電路管理模塊主要由建立虛電路,維護虛電路和撤銷虛電路三個子模塊組成,建立虛電路模塊採用了兩次握手機制,在雙方進行通信前建立端到端的虛電路;維護虛電路模塊負責在通信過程中維護虛電路;撤銷虛電路模塊採用了改良的六次握手協議,在通信結束後撤銷虛電路。
  7. Based on this, the implementation of the microcosmic traffic objects in the simulation kernel and the designation and realization of the graohic - user - interface program of the system is emphasized in the later chapter

    最後,總結全文的工作,並指出若干有待於今后進一步研究的關于城域交通信號自適應模糊控制以及混合交通流模擬與分析軟體的內容。
  8. Note : this program will replace your existing kernel and should therefore only be installed by very experienced users or system administrators. see the home page for more details

    該版本是演示版本,同時請詳細閱讀安裝手冊,因為安裝的時候該軟體會更新你系統中的內核版本
  9. Then, the thesis explains the system hardware development, the usb chip pdiusbd12 is described and the hardware cell is presented. the next chapter is the most important in the thesis and firmware is the kernel of usb program

    包括系統硬體設計、 pdiusbd12晶元介紹、系統電路單元分析,由於硬體部分是大家比較熟悉和容易理解的,所以這里只是簡單的介紹了一下。
  10. The general industrial control software includes graphic interface system, the third party program module, control function module and real - time database system module etc. its main feature is real - time multitask, and the real - time database is its kernel and engine

    一般的工控軟體包括圖形界面系統、第三方程序介面組件、控制功能組件、實時數據庫系統等組件。它最突出的特點是實時多任務,而實時數據庫是其核心和引擎。
  11. The rtos is in kernel mode while the application is in the user mode, the direct access from the user mode to kernel mode is denied and the access from one application program to another application is prohibited too

    操作系統和應用程序分佈在系統的核心態和用戶態,系統的核心態和用戶態之間不能互相訪問,此外不同的任務通過其不同的任務號限制其互相訪問。
  12. This text introduced the work patterns and register structure of 80386 processors in detail at first, latterly expounded especially the hardware interrupt handling of windows 98 with the course to the kernel of windows 98 ; then recommended the framework of realization of highly demanding hardware board interrupt handling by revising idt to intercept interrupt handling at hardware layer, subsequently introduced the application and development of vxd technology to achieve interrupt handling overall all situations under the windows 98 platform ; finally introduced the b / s pattern network application development part of this topic, specifically introduced the jsp technology system, elaborated the communication between network application part and the hardware interrupt handling routine combined with the jni technology, and provided partial important program and corresponding commentary

    本文首先詳細介紹了80386處理器的工作模式和寄存器結構,接著對windows98的內核進行了相關分析,重點介紹了windows98的硬體中斷處理過程;隨后介紹了通過修改中斷向量表以實現在硬體層截獲中斷來實現高實時性處理的框架,又介紹了windows98下虛擬設備驅動vxd技術的應用與開發,以及中斷全局處理的實現;最後介紹本課題的b / s模式網路應用開發部分,具體介紹了jsp技術體系,並結合jni技術闡述了網路應用與硬體中斷處理程序的通信,並給出部分關鍵程序及其注釋。
  13. Then, combining the characteristics of linux operating system and the requirements of mobile ipv6, the unique solution of implementing mobile ipv6 on linux is proposed using the linux module netfilter framework and the kernel module program mode of loadable kernel module

    在此基礎上,結合linux操作系統的特點和移動ipv6的要求,利用linux系統具備的netfilterframework以及loadablekernelmodule內核模塊編程方式提出了富有特色的解決方案。
  14. In the next, we discuss the system of the meg - 1 layer i. the paper centers on the two kernel sub - parts : filtering coding and psychoacoustic model, do some research work in sub - band coding ( cbc ) theory and the relate theory such as quadrature mirror filter ( qmf ) and analyse sub - band filter ; also do research work in psychoacoustic theory especially the part related to the mpeg - 1 layer i. in the third chapter, introduce the ti tms320c6000 series dsps and their characteristics, also about the software development flow and the ti dsp / bios operating system of it. the forth chapter is the most important, firstly, according the algorithm flow in protocol, using c language validate the algorithm ; then, transplant and optimize the coding in dsp. in the processing of optimize, acording the assembler program characteristic of ti dsp, the paper put forward the analyse sub - band filter dsp optimization algorithm base on the eight spot idct. the algorithm has been optimize have greatly improved the work efficiency. make use of the technology of the dsp / bios host channels, data io pipe, software interrupt, we implement the musicam algorithm base on dsp / bios

    論文首先對當前語音編碼技術的發展、分類以及mpeg系列音頻標準作了介紹;接著在第二章,給出了layer的musicam ( masking - patternuniversalsubbandintegratedcodingandmultiplexing )演算法的系統組成,圍繞分析子帶濾波器和心理聲學模型兩個核心模塊,深入研究了子帶編碼工作原理、比特分配及子帶編碼中用到的正交鏡像濾波器和分析子帶濾波器;探討了心理聲學基本原理和mpeg . 1layer所用到的心理聲學模型。第三章對titms320c6000系列dsp作了簡介,介紹了6000系列dsp結構特點、 c6000dsp軟體開發流程和tidsp / bios操作系統。第四章是本文的重點,首先根據協議給出的演算法用標準c語言編程實現並調試通過。
  15. The pointer will have some random value that, with luck, will point into an area of memory that is not available to your program and the kernel will kill your program before it can do any damage

    這個指針會有一個隨機值,如果運氣好的話,它將會指向一個你程序不可用的內存區域,那麼內核將會在它造成什麼傷害前幹掉你的程序。
  16. The processor which was adopted in the design is atmega128, this is a low - power cmos 8 - bit microcontroller based on avr enhanced risc architecture. the software adopts the real - time kernel c / os -, the step we do first is the transplanting of the os, the next is to divide the multitask in accordance with the all function of the system and define the pri of each task, the final is to finish the task program

    本設計採用了愛特美爾公司的高檔avr高速單片機atmega128作為系統的微處理器;同時在軟體設計上採用了源代碼開放的實時嵌入式多任務操作系統c os - ,將c os -操作系統移植到單片機上,將系統所要實現的功能分成多個任務分別設計任務程序,在操作系統的調度管理下進行系統的運行。
  17. Gdi ( graphical device interface ) is the kernel module of graphics subsystem in gui and it insulates gui application program from difference among output hardwares. detailed design and implementation of gdi with dc ( device context ) mechanism is studied from the point of view of 00

    Gdi作為嵌入式gui的圖形子系統核心模塊,通過引入設備上下文機制,運用面向對象技術,隔離上層應用程序和不同特性的輸出設備,從而達到與設備無關圖形操作的設計目標。
  18. System driving program is the system trust part running on the operation system kernel. and it is the interface between application program and hardware, controlling the data exchange

    軟體部分中,系統驅動程序是運行在操作系統內核的系統信任部分,是應用程序與硬體的介面,負責雙方的數據交換。
  19. The stage of hardware designing : chose sdram and flash as the physical storage of this system ; designing and realizing sdram circuit, flash circuit, watchdog circuit, rtc circuit, serial communication circuit, networking communication circuit ; the stage of software designing : designing the bootloader program with the function of downloading file with tftp protocol, flash writing and reading, serial communication, booting linux kernel and so on ; transplanting the linux 2. 4 kernel on this hardware system ; designing and realizing linux driver and give a detail of rtc and wdt drivers ’ designing and realization

    軟體設計階段:針對本系統應用環境設計了有tftp文件下載、 flash讀寫、串口通信、 linux內核引導等功能的bootloader程序;通過修改linux2 . 4內核源碼中針對硬體平臺部分代碼,完成了內核linux2 . 4到本平臺的移植;驅動設計部分實現了實時時鐘、看門狗、串口、網口等硬體在本系統linux2 . 4平臺下的驅動程序,文中詳細的介紹了實時時鐘和看門狗驅動實現,特別介紹了看門狗模塊中i2c協議的軟體實現。
  20. According to my reference, there are many schemes for the personal firewall technology and each has its own advantages and disadvantages. a new double filtering packet based on kernel and user mode scheme is presented in this paper with the development of the personal firewall technology : in the kernel mode, we develop the network driver program to implement the raw net packet capturing through the ndis hook technology, and also we accomplish the net packet filtering according to the control canal rules, in the user mode, we develop the dll program to implement the services based on socket capturing and filtering through the winsock2 spi technology, thereby we overcome the shortcoming during caputuring packet by kernel mode or user mode only, greatly improve the system security nature

    通過參考目前市場上多種個人防火墻的設計方案,並且分析比較各個設計方案的優缺點,結合目前個人防火墻技術的發展趨勢,提出一種基於內核態和用戶態雙重過濾的設計方案:在內核態採用ndishook技術開發ndis網路驅動程序實現對通過網路的原始數據封包截獲,並且通過訪問控管規則完成對數據封包的過濾;在應用態採用winsock2spi技術開發動態鏈接庫( dll )程序實現了對基於socket網路連接通信的服務截獲和過濾,從而克服了單方面從用戶態或核心態截獲數據包的缺點,極大提高了系統的安全性能。
分享友人