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

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

FIND

  • 最新的支持向量機工具箱

    最新的支持向量機工具箱,有了它會很方便 1. FIND time to write a proper list of things to do! 2. Documentation. 3. Support Vector Regression. 4. Automated model selection. REFERENCES ========== [1] V.N. Vapnik, "The Nature of Statistical Learning Theory", Springer-Verlag, New York, ISBN 0-387-94559-8, 1995. [2] J. C. Platt, "Fast training of support vector machines using sequential minimal optimization", in Advances in Kernel Methods - Support Vector Learning, (Eds) B. Scholkopf, C. Burges, and A. J. Smola, MIT Press, Cambridge, Massachusetts, chapter 12, pp 185-208, 1999. [3] T. Joachims, "Estimating the Generalization Performance of a SVM Efficiently", LS-8 Report 25, Universitat Dortmund, Fachbereich Informatik, 1999.

    標簽: 支持向量機 工具箱

    上傳時間: 2013-12-16

    上傳用戶:亞亞娟娟123

  • 用來在Linux下遍歷目錄

    用來在Linux下遍歷目錄,相當于FIND命令,是練習嵌套和回調函數的好例子。

    標簽: Linux 目錄

    上傳時間: 2013-12-20

    上傳用戶:hgy9473

  • The cart with an inverted pendulum, shown below, is "bumped" with an impulse force, F. Determine th

    The cart with an inverted pendulum, shown below, is "bumped" with an impulse force, F. Determine the dynamic equations of motion for the system, and lin earize about the pendulum s angle, theta = Pi (in other words, assume that p endulum does not move more than a few degrees away from the vertical, chosen to be at an angle of Pi). FIND a controller to satisfy all of the design re quirements given below.

    標簽: F. with Determine inverted

    上傳時間: 2014-01-17

    上傳用戶:miaochun888

  • jboss 開發人員 手冊 JBoss: A Developer s Notebook also introduces the management console, the web service

    jboss 開發人員 手冊 JBoss: A Developer s Notebook also introduces the management console, the web services messaging features, enhanced monitoring capabilities, and shows you how to improve performance. At the end of each lab, you ll FIND a section called "What about..." that anticipates and answers likely follow-up questions, along with a section that points you to articles and other resources if you need more information.

    標簽: introduces management Developer the

    上傳時間: 2015-04-17

    上傳用戶:dreamboy36

  • Software Testing, Second Edition provides practical insight into the world of software testing and q

    Software Testing, Second Edition provides practical insight into the world of software testing and quality assurance. Learn how to FIND problems in any computer program, how to plan an effective test approach and how to tell when software is ready for release. Updated from the previous edition in 2000 to include a chapter that specifically deals with testing software for security bugs, the processes and techniques used throughout the book are timeless. This book is an excellent investment if you want to better understand what your Software Test team does or you want to write better software.

    標簽: practical Software provides software

    上傳時間: 2015-04-30

    上傳用戶:bjgaofei

  • Although there has been a lot of AVL tree libraries available now, nearly all of them are meant to w

    Although there has been a lot of AVL tree libraries available now, nearly all of them are meant to work in the random access memory(RAM). Some of them do provide some mechanism for dumping the whole tree into a file and loading it back to the memory in order to make data in that tree persistent. It serves well when there s just small amount of data. When the tree is somewhat bigger, the dumping/loading process could take a lengthy time and makes your mission-critical program less efficient. How about an AVL tree that can directly use the disk for data storage ? If there s something like that, we won t need to read through the whole tree in order to pick up just a little bit imformation(a node), but read only the sectors that are neccssary for locating a certain node and the sectors in which that node lies. This is my initial motivation for writing a storage-media independent AVL Tree. However, as you step forth, you would FIND that it not only works fine with disks but also fine with memorys, too.

    標簽: available libraries Although nearly

    上傳時間: 2014-01-22

    上傳用戶:zhoujunzhen

  • The Hardware Book contains misc technical information about computers and other electronic devices

    The Hardware Book contains misc technical information about computers and other electronic devices. You ll FIND the pinout to most common (and uncommon) connectors availble, as well as info about how to build

    標簽: information electronic computers technical

    上傳時間: 2013-12-13

    上傳用戶:ommshaggar

  • 解決時鐘問題

    解決時鐘問題,acm競賽題 A weird clock marked from 0 to 59 has only a minute hand. It won t move until a special coin is thrown into its box. There are different kinds of coins as your options. However once you make your choice, you cannot use any other kind. There are infinite number of coins of each kind, each marked with a number d ( 0 <= 1000 ), meaning that this coin will make the minute hand move d times clockwise the current time. For example, if the current time is 45, and d = 2. Then the minute hand will move clockwise 90 minutes and will be pointing to 15. Now you are given the initial time s ( 0 <= s <= 59 ) and the coin s type d. Write a program to FIND the minimum number of d-coins needed to turn the minute hand back to 0.

    標簽: 時鐘

    上傳時間: 2015-05-21

    上傳用戶:rishian

  • MFC Black Book Introduction: Are you an MFC programmer? Good. There are two types of MFC programme

    MFC Black Book Introduction: Are you an MFC programmer? Good. There are two types of MFC programmers. What kind are you? The first kind are the good programmers who write programs that conform to the way MFC wants you to do things. The second bunch are wild-eyed anarchists who insist on getting things done their way. Me, I’m in the second group. If you are in the same boat (or would like to be) this book is for you. This book won’t teach you MFC—not in the traditional sense. You should pick it up with a good understanding of basic MFC programming and a desire to do things differently. This isn’t a Scribble tutorial (although I will review some fundamentals in the first chapter). You will learn how to wring every drop from your MFC programs. You’ll discover how to use, abuse, and abandon the document/view architecture. If you’ve ever wanted custom archives, you’ll FIND that, too.

    標簽: MFC Introduction programmer programme

    上傳時間: 2015-05-30

    上傳用戶:youke111

  • * Function: * 1. Replace the first oldstr with newstr in srcstr * Arguments: * IN : * srcst

    * Function: * 1. Replace the first oldstr with newstr in srcstr * Arguments: * IN : * srcstr * oldstr * newstr * OUT : * srcstr * Return: * 1. If FIND and replace one oldstr with newstr in srcstr , return 1 * 2. If FIND no oldstr in srcstr , return 0 * 3. If error (malloc return NULL) return -1 * Notes: * 1. srcstr should be large size enough.

    標簽: Arguments Function Replace oldstr

    上傳時間: 2014-12-20

    上傳用戶:Yukiseop

主站蜘蛛池模板: 屯留县| 澎湖县| 平凉市| 二连浩特市| 台中市| 长治县| 无为县| 琼结县| 临邑县| 墨脱县| 松阳县| 曲沃县| 将乐县| 抚顺县| 忻州市| 辉县市| 堆龙德庆县| 淳安县| 太和县| 阳原县| 天柱县| 麦盖提县| 阜阳市| 泸州市| 鄯善县| 马山县| 怀宁县| 延庆县| 资溪县| 马公市| 迭部县| 陆河县| 吉隆县| 渝北区| 淳安县| 方山县| 乌拉特前旗| 阿坝县| 邓州市| 宜阳县| 维西|