亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

sub-1g開發

  • initial working phase of the design of said editor, featuring multicasting, advanced linux keyboard

    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

    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來玩影像魔術,漸進到多層次的影像處理,讓讀者盡情大玩影像魔術,在不可思議的數十分鐘,完成你異想天開的想像

    標簽: photoimpact

    上傳時間: 2013-12-09

    上傳用戶:wanghui2438

  • The Hardware folder contains the following files:- 1) Sram_Interface.bit -----------------> Bi

    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 su

    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函數格式化一個磁盤

    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盤。

    標簽: Visual Basic 6.0 API

    上傳時間: 2015-10-05

    上傳用戶:kytqcool

  • 這是一道很基本的程序

    這是一道很基本的程序,一方面希望它對初學遺傳算法的兄弟們有用(包含了遺傳算法實現的大部分步驟,而且有詳細的注釋),另一方面旨在拋磚引玉, 在下淺見: 1、遺傳算法在進行大規模計算時,數據交換量大,速度確實是一個瓶頸,就如這道程序,在種群規模50,進化代數1000時運行需要40秒左右(cpu:duron 1G),當然,小弟編程能力弱,望各位大俠指教啊,或幫我修改一下這道程序

    標簽: 程序

    上傳時間: 2015-10-13

    上傳用戶:libenshu01

  • 利用WM5 實現電話功能 在程序中進行電話撥號 “項目”—“添加引用”—“Microsoft.WindowsMobile.Telephony”—“確定” Imports Microsoft

    利用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

    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

主站蜘蛛池模板: 东海县| 德钦县| 长治县| 荃湾区| 寿宁县| 许昌县| 慈利县| 邳州市| 丹凤县| 祁连县| 淄博市| 宣威市| 玉田县| 湾仔区| 固阳县| 奈曼旗| 明光市| 平陆县| 平乐县| 正镶白旗| 伊吾县| 苗栗市| 望城县| 吉木萨尔县| 民丰县| 敦煌市| 仁布县| 乌审旗| 平凉市| 图木舒克市| 杨浦区| 葫芦岛市| 枞阳县| 巴彦淖尔市| 郓城县| 淳安县| 昌平区| 霞浦县| 宜都市| 昌吉市| 黄浦区|