initial working phase of the design of said editor, featuring multicasting, advanced linux keyboard handling, sub-hierarchical expansion, and multiple cursors (similar to the concept found in moonedit). The author respectfully requests your compliance with the GPL
標簽: multicasting featuring advanced keyboard
上傳時間: 2015-08-27
上傳用戶:invtnewer
The source code samples for chapter 2, 4, 6, and 8 are contained in the EvenChapters project. Those chapters all reference various aspects of this single project. The source code for the BullsEye control (chapter 10 example) is in the BullEyeCtl project. The source samples for the other chapters are provided in the Chapter XX sub-directories.
標簽: EvenChapters contained chapter samples
上傳時間: 2015-09-07
上傳用戶:yuchunhai1990
用photoimpact來玩影像魔術,漸進到多層次的影像處理,讓讀者盡情大玩影像魔術,在不可思議的數十分鐘,完成你異想天開的想像
標簽: photoimpact
上傳時間: 2013-12-09
上傳用戶:wanghui2438
The Hardware folder contains the following files:- 1) Sram_Interface.bit -----------------> Bitstream File 2) Sram_Interface.ucf -----------------> UCF File 3) Sram_Interface.vhd -----------------> Main Entity 4) Sram_Interface_tb.vhd ------------> Test Bench 5) SRAM_RD_WR.vhd ------------> Sub Module
標簽: Sram_Interface following Hardware contains
上傳時間: 2014-11-11
上傳用戶:gmh1314
Simulation of a transmitter implementingthe OFDM transmission chain with QPSK modulation on each sub-carrier
標簽: implementingthe transmission transmitter Simulation
上傳時間: 2013-12-23
上傳用戶:cainaifa
Visual Basic 6.0可以通過調用API函數格式化一個磁盤,無論是軟盤還是硬盤。 打開一個新的項目(工程1) ,如果你沒有更改過缺省模式,那么Visual Basic 6.0會自動添加一個form1文件,在form1上添加一個命令控件,將下面的代碼拷入。 Option Explicit Private Declare Function SHFormatDrive Lib"shell32"( ByVal Hend AS Long,ByVal Drive AS Long,ByVal FormatID AS Long,ByVal Options AS Long) as Long Private Sub FormatDisk(intDrive as integer,blnQuickFormat as Boolean) dim lngReturn As Long if (blnQuickFormat) then lngReturn= SHFormatDrive(0,intDrive,0&,1&) else lngReturn= SHFormatDrive(0,intDrive,0&,0&) end if end Sub Private Sub Command1_Click() call FormatDisk(0,True) End Sub 運行此程序。 注意FormatDisk函數的第一個變量很重要,他的值是0,1,2時代表格式化的分別是:A、B、C盤。
上傳時間: 2015-10-05
上傳用戶:kytqcool
這是一道很基本的程序,一方面希望它對初學遺傳算法的兄弟們有用(包含了遺傳算法實現的大部分步驟,而且有詳細的注釋),另一方面旨在拋磚引玉, 在下淺見: 1、遺傳算法在進行大規模計算時,數據交換量大,速度確實是一個瓶頸,就如這道程序,在種群規模50,進化代數1000時運行需要40秒左右(cpu:duron 1G),當然,小弟編程能力弱,望各位大俠指教啊,或幫我修改一下這道程序
標簽: 程序
上傳時間: 2015-10-13
上傳用戶:libenshu01
利用WM5 實現電話功能 在程序中進行電話撥號 “項目”—“添加引用”—“Microsoft.WindowsMobile.Telephony”—“確定” Imports Microsoft.WindowsMobile.Telephony Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim TestPhone As New Phone TestPhone.Talk("1001") End Sub
標簽: Microsoft WindowsMobile Telephony Imports
上傳時間: 2013-12-20
上傳用戶:hasan2015
OpenSS7 This the fourth public release of the OpenSS7 Master Package. See README in the release for a sub-package listing. Most of the sub-packages in the release are production grade for Linux Fast-STREAMS. All existing validation test suites run clean on supported distributions and architectures. It is unlikely that the OpenSS7 Master Package will be released as frequently as before. Sub-packages will be released more often. To rebuild the master package with a new sub-package release, simply replace the directory to which the sub-package belongs with the unpacked sub-package release and then rebuild the master package. This release provides support for recent distributions and tool chains.
標簽: OpenSS7 release the Package
上傳時間: 2015-10-28
上傳用戶:cc1
本代碼是為了應付人工智能的實驗而編寫的,寫的潦草請不要介意。我又是通過這代碼來“引玉”,相信看過我編寫的黑白棋源代碼的人應該知道“引玉”是什么意思。如果你有“玉”(什么更高效的算法能在更短的時間內求得結果,或者博弈方面的),就歡迎“砸”過來--fengart@126.com,我會很感激!(A* 算法解決八數碼問題我已經研究過了,不要砸這個來)在 賽揚D2.1G 的機器上測試,算法的解答時間不超過0.1秒。 最好優先搜索算法的解答時間一般在0.05秒左右。 里面還可以演示八數碼問題的從初始態到目標狀態的過程。
上傳時間: 2015-11-04
上傳用戶:sk5201314