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

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

project

Microsoftproject(或MSPROJ)是一個國際上享有盛譽的通用的項目管理工具軟件,凝集了許多成熟的項目管理現代理論和方法,可以幫助項目管理者實現時間、資源、成本計劃、控制。
  • Very good Java Applet used to animate Inserting, Deleting and Searching (Preorder & Postorder algori

    Very good Java Applet used to animate Inserting, Deleting and Searching (Preorder & Postorder algorithm) nodes in Binary Trees. This is a part of mine students project. You can use and redistribute the source code absolutelly free!

    標簽: Inserting Searching Postorder Deleting

    上傳時間: 2014-01-25

    上傳用戶:蟲蟲蟲蟲蟲蟲

  • I ll probably write up a short article next week outlining how the ActionScript works, so people can

    I ll probably write up a short article next week outlining how the ActionScript works, so people can modify it, and work with it more easily in Flex. You can download the component and source code here. There are some instructions in the FLA on how to use it. Note that this is not a compiled component, so it won t show up in the components panel. You will have to copy the component, and the source file into your project. If anyone really wants a compiled version, let me know and I can provide one. As always, I d love to hear how people use it, and would appreciate it if you would post back to the comments if you make any significant modifications so that other people can benefit from them.

    標簽: ActionScript outlining probably article

    上傳時間: 2017-04-20

    上傳用戶:c12228

  • 程序所在目錄:ex4_SCI 采用標準DB9 串口直連線將PC 串口和擴展板串口相連。打開PC 上的串口調試軟件。默認設置COM1,9600N,8,1。選擇按16 進制接收和發送。 然后打開

    程序所在目錄:ex4_SCI 采用標準DB9 串口直連線將PC 串口和擴展板串口相連。打開PC 上的串口調試軟件。默認設置COM1,9600N,8,1。選擇按16 進制接收和發送。 然后打開CC2000,進行如下操作: 1.project->Open ,打開該目錄中的工程文件。 2.project->Rebuild ALL,編譯鏈接 3.File->Load Program 4.Debug->GO Main 5.Debug->RUN (快捷鍵F5) 然后在串口調試助手中馬上可以看到上部的接收顯示區不斷接收到數據57(為16 進制)。在串口助手的下部的發送區填入56,選中自動發送。數據即可通過串口發送到目標板。 查看DSP 是否收到數據,按如下操作:打開View->Watch window ,在下面剛彈出的Watch 區域中點右鍵,選擇Insert, 出現的信息框中填入SCI_RXDATA,x 即可按十六進制方式顯示出變量SCI_RXDATA 的值。如果正常,應可以看到該變量值為0x56。即說明RS232 雙向通訊正常。

    標簽: 9600 串口 SCI DB9

    上傳時間: 2014-01-02

    上傳用戶:BIBI

  • 程序所在目錄:ex6_AD 板上引出的兩路A/D 轉換對應DSP 的A/D 模塊分別是通道0 和通道8

    程序所在目錄:ex6_AD 板上引出的兩路A/D 轉換對應DSP 的A/D 模塊分別是通道0 和通道8,輸入電壓0-5V 。 本開發板使用DA 的輸出作為AD 的輸入,因此需將5J2 的1-2,3-4 分別用短路子短接。 打開CC2000,進行如下操作: 1.project->Open ,打開該目錄中的工程文件。 2.project->Rebuild ALL,編譯鏈接 3.File->Load Program 4.光標移到Que()函數的asm(" NOP ")所處的行。 5. Debug->Toggle breakpoint (快捷鍵F9) 6. Debug->Animate (快捷鍵F12) 7. View->Watch Window ,在出現的watch 窗體中點右鍵分別插入變量AD_SIG0,AD_SIG8,則可看到所采到的這兩路信號的電壓值。 如果結果稍微不精確,請不要在意,這可能是因為沒有采用專用基準源,以及信號不穩定的緣故。另外,TMS320LF2407 的內置A/D 的精度并不是很高。在前面兩種情況已得到保證的情況下,變化幅度仍較大。( ^_^ 呵呵,外面好一點的一片A/D 芯片就不低于100 塊,所以想想能湊合著用也就可以了。)

    標簽: DSP ex AD 程序

    上傳時間: 2013-12-17

    上傳用戶:refent

  • 程序所在目錄:ex7_CAN 由于調試CAN總線通訊需要外部的CAN設備。所以在沒有外部CAN設備的情況下

    程序所在目錄:ex7_CAN 由于調試CAN總線通訊需要外部的CAN設備。所以在沒有外部CAN設備的情況下,本樣例程序中采用了CAN的自測試模式通信,即使用CANBOX4發送CANBOX0接收。在定時器中斷服務程序中執行發送;中斷方式接收CAN信息。 打開CC2000,進行如下操作: 1. project->Open ,打開該目錄中的工程文件。 2. project->Rebuild ALL,編譯鏈接 3. File->Load Program 4. 光標移到int1中斷服務程序CANIFR=0xFFFF所處的行。 5. Debug->Toggle breakpoint (快捷鍵F9) 6. Debug->Animate (快捷鍵F12) 偏左上腳GEL Files上點右鍵,Load GEL,選擇LF2407.gel,然后菜單欄Gel->LF2407->CAN regs,即可看到CAN寄存器的變量被顯示島Watch Window中.可以看到CANBOX0里面接收到數據0x2211,0x4433等數據,這些數據是由CANBOX4發送往總線上的. 如果用戶和別的CAN設備通信,參照本例程的注釋更改相關設置即可。

    標簽: CAN 設備 ex 程序

    上傳時間: 2014-11-15

    上傳用戶:zhuimenghuadie

  • A brief summary of software design criteria to enhance the quality of any software development proje

    A brief summary of software design criteria to enhance the quality of any software development project.

    標簽: software development criteria summary

    上傳時間: 2013-12-22

    上傳用戶:asddsd

  • Lazarus is a free and open source development tool for the FreePascal Compiler. The purpose of the p

    Lazarus is a free and open source development tool for the FreePascal Compiler. The purpose of the project is to serve as a Code Repository, Wiki Knowledgebase and support site for converting existing components and libraries to work with Lazarus and FPC

    標簽: development FreePascal the Compiler

    上傳時間: 2013-12-20

    上傳用戶:wang5829

  • C++ source code interpreter for Win 32 platforms, for developers and end-users. The goal of our proj

    C++ source code interpreter for Win 32 platforms, for developers and end-users. The goal of our project is to interpret C++ source code and execute it. The interpreter will run on Win32 platforms. We will create and develop it in C++ language. The latest file releases

    標簽: interpreter developers for end-users

    上傳時間: 2014-08-15

    上傳用戶:2525775

  • This package contains the following source code files: - demo.c Demo application sourc

    This package contains the following source code files: - demo.c Demo application source, with message packing/unpacking example - benchmark.c Benchmark source, to benchmark pack/unpack operations - dl_c_iso8583_v0_0_3 (16th July 2008) DL ISO-8583 library source files - dl_c_common_v0_0_2 (14th October 2007) DL Common source files (used by DL ISO-8583) - benchmark / demo Sample MSVC 6.0 project files

    標簽: application following contains package

    上傳時間: 2013-12-19

    上傳用戶:米卡

  • A Design and Implementation of The Online Shopping System Abstract: Along with the development

    A Design and Implementation of The Online Shopping System Abstract: Along with the development of the computer ,the database technique is widespread in the application of Internet, more and more , providing more thoughtful and humanized service for the large network customer. Characteristic services have already become gradually the current as the application of Wed nowadays. This text studied a method of project which composed of characteristic page and dynamic state of technical customer according to the data connection rule, compared with some projects that adopt already on present nets, this project have the advantage of providing customers more simple ,reflective obvious meticulous use and so on..

    標簽: Implementation development Abstract Shopping

    上傳時間: 2014-12-04

    上傳用戶:410805624

主站蜘蛛池模板: 收藏| 萨迦县| 随州市| 濮阳市| 延川县| 沂源县| 广元市| 同江市| 新泰市| 务川| 陇川县| 东阿县| 卫辉市| 育儿| 大悟县| 深州市| 唐海县| 大连市| 和平县| 广南县| 白城市| 康平县| 花垣县| 噶尔县| 萨嘎县| 渭源县| 手游| 辉南县| 包头市| 阳春市| 伊川县| 文登市| 客服| 通山县| 城步| 周宁县| 临清市| 平邑县| 昌都县| 民勤县| 民乐县|