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

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

ONE-dimensional_OPTIMIZATION

  • C51源程序集錦 This a demo program showing a way to perform simultaneous RS-232 transmit and receive us

    C51源程序集錦 This a demo program showing a way to perform simultaneous RS-232 transmit and receive using only one hardware timer. The transmit and receive routines divide each bit time into 4 slices to allow synchronizing to incoming data that may be out of synch with outgoing data.

    標(biāo)簽: simultaneous transmit program perform

    上傳時(shí)間: 2017-02-08

    上傳用戶:yangbo69

  • A "code-what"? Unless you have spent some time working in the area of reverse engineering, chances a

    A "code-what"? Unless you have spent some time working in the area of reverse engineering, chances are you have not heard of the term "codecave" before. If you have heard of it, you might not have read a clear definition of it or quite understand what it is or why it is useful. I have even asked seasoned assembly programmers about the term before and most of them had not heard of it. If it is new to you, do not worry, you are not the only one. It is a term that is scarcely used and is only useful in a reverse engineering context. Furthermore, is it "codecave" or "code cave"? I am not quite sure, but I will try my best to refer to it consistently as a "codecave". A space may sneak in there from time to time

    標(biāo)簽: engineering code-what chances reverse

    上傳時(shí)間: 2014-01-17

    上傳用戶:hn891122

  • 游戲開發(fā)數(shù)據(jù)結(jié)構(gòu)Data Structures for Game Programmers The Goodies Directory contains all sorts of stuff. For

    游戲開發(fā)數(shù)據(jù)結(jié)構(gòu)Data Structures for Game Programmers The Goodies Directory contains all sorts of stuff. For example, there are the four 3rd-Party libraries used in the book, SDL, SDL_TTF, FreeType (which SDL_TTF uses), and STLPort, which is one implementation of the Standard Template Library. Also, there are four articles on trees and SDL in the articles directory. These supplement the material in the book.

    標(biāo)簽: Programmers Structures Directory contains

    上傳時(shí)間: 2017-02-12

    上傳用戶:qoovoop

  • Learn about the design tradeoffs involved in creating Windows CE .NET operating system (OS) solution

    Learn about the design tradeoffs involved in creating Windows CE .NET operating system (OS) solutions for hardware that implements one of many nonvolatile storage technologies. Different storage technologies, such as NAND and NOR flash memory, masked ROM, and electromechanical Advanced Technology Attachment (ATA) or Integrated Drive Electronics (IDE) storage, impose design constraints and create opportunities for the software environment. (30 printed pages)

    標(biāo)簽: operating tradeoffs creating involved

    上傳時(shí)間: 2014-01-11

    上傳用戶:181992417

  • This book uses the Python language to teach pro - gramming concepts and problem -solving skills,

    This book uses the Python language to teach pro - gramming concepts and problem -solving skills, without assuming any previous program- ming experience. With easy-to-understand examples, pseudocode, flowcharts, and other tools, the student learns how to design the logic of programs and then implement those programs using Python. This book is ideal for an introductory programming course or a programming logic and design course using Python as the language. As with all the boolts in the Starting Out With series, the hallmark of this text is its clear, friendly, and easy -to-understand writing. In addition, it is rich in example programs that are concise and practical. The programs in this book include short examples that highlight specific programming topics, as well as more involved examples that focus on problem solving. Each chapter provides one or more case studies that provide step -by-step analysis of a specific problem and shows the student how to solve it.

    標(biāo)簽: language gramming concepts problem

    上傳時(shí)間: 2014-01-12

    上傳用戶:獨(dú)孤求源

  • FDMP the body of the kernel, the Information-Technology Promotion Agency (IPA) adopted by the unexpl

    FDMP the body of the kernel, the Information-Technology Promotion Agency (IPA) adopted by the unexplored themes of Creativity software is one of the "multi-processor system-level development environment for the development of the system" as part of the development Susumu Honda也氏Was responsible.

    標(biāo)簽: the Information-Technology Promotion adopted

    上傳時(shí)間: 2013-12-25

    上傳用戶:dengzb84

  • LIBSVM 是臺灣大學(xué)林智仁 (Chih-Jen Lin) 博士等開發(fā)設(shè)計(jì)的一個(gè)操作簡單、易于使用、快速有效的通用 SVM 軟件包

    LIBSVM 是臺灣大學(xué)林智仁 (Chih-Jen Lin) 博士等開發(fā)設(shè)計(jì)的一個(gè)操作簡單、易于使用、快速有效的通用 SVM 軟件包,可以解決分類問題(包括 C- SVC 、n - SVC )、回歸問題(包括 e - SVR 、 n - SVR )以及分布估計(jì)( one-class-SVM )等問題,提供了線性、多項(xiàng)式、徑向基和 S 形函數(shù)四種常用的核函數(shù)供選擇,可以有效地解決多類問題、交叉驗(yàn)證選擇參數(shù)、對不平衡樣本加權(quán)、多類問題的概率估計(jì)等。

    標(biāo)簽: Chih-Jen LIBSVM Lin SVM

    上傳時(shí)間: 2017-03-01

    上傳用戶:qilin

  • Jurpopage is Free Open Source Dynamic Website Scripting Project This first created and published

    Jurpopage is Free Open Source Dynamic Website Scripting Project This first created and published at maya.or.id and now published to public in english at Jurpo.com It s coded under PHP and Mysql Database Server Project goal is to help others to create their own website with easy to changed webpage design This is one stop easy way to be a webmaster with your own touch the source code control.

    標(biāo)簽: Jurpopage Scripting published Dynamic

    上傳時(shí)間: 2014-01-15

    上傳用戶:wxhwjf

  • cordic methods describe essentially the same algorithm that with suitably chosen inputs can be used

    cordic methods describe essentially the same algorithm that with suitably chosen inputs can be used to calculate a whole range of scientific functions including sin, cos, tan, arctan, arcsin, arccos, sinh, cosh, tanh, arctanh, log, exp, square root and even multiply and divide. the method dates back to volder [1959], and due to its versatility and compactness, it made possible the microcoding of the hp35 pocket scientific calculator in 1972. here is some code to illustrate the techniques. ive split the methods into three parts linear, circular and hyperbolic. in the hp35 microcode these would be unified into one function (for space reasons). because the linear mode can perform multiply and divide, you only need add/subtract and shift to complete the implementation. you can select in the code whether to do the multiples and divides also by cordic means. other multiplies and divides are all powers of 2 (these dont count). to eliminate these too, would involve ieee hackery.

    標(biāo)簽: essentially algorithm describe suitably

    上傳時(shí)間: 2017-03-02

    上傳用戶:litianchu

  • hibernate一對多雙向關(guān)聯(lián)映射 一對多雙向關(guān)聯(lián)映射的方法 在"一"一端的集合中使用<key>標(biāo)簽,在對方表中加入一個(gè)外鍵指向"一"端 在"多"的一端采用<ma

    hibernate一對多雙向關(guān)聯(lián)映射 一對多雙向關(guān)聯(lián)映射的方法 在"一"一端的集合中使用<key>標(biāo)簽,在對方表中加入一個(gè)外鍵指向"一"端 在"多"的一端采用<many-to-one> 注意:<key>標(biāo)簽指定的外鍵字段必須和<many-to-one>指定的外鍵一至,否則引用字段的錯(cuò)誤 inverse和cascade inverse是關(guān)聯(lián)關(guān)系的控制方向; cascade操作上的連鎖反應(yīng)

    標(biāo)簽: hibernate lt key 映射

    上傳時(shí)間: 2014-01-19

    上傳用戶:gdgzhym

主站蜘蛛池模板: 灵台县| 安西县| 宜春市| 平山县| 剑阁县| 宁陕县| 汉沽区| 前郭尔| 大安市| 富蕴县| 灵寿县| 马龙县| 昭通市| 新邵县| 茌平县| 岳池县| 治县。| 墨竹工卡县| 河东区| 武夷山市| 湘西| 长寿区| 葫芦岛市| 定边县| 中卫市| 章丘市| 株洲县| 绍兴县| 孝义市| 瑞金市| 保靖县| 霍邱县| 区。| 伊宁市| 嘉禾县| 伊金霍洛旗| 如东县| 湄潭县| 奈曼旗| 青阳县| 杭州市|