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

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

self-made

  • New users and old of optimization in MATLAB will find useful tips and tricks in this document, as we

    New users and old of optimization in MATLAB will find useful tips and tricks in this document, as well as examples one can use as templates for their own problems. Use this tool by editing the file optimtips.m, then execute blocks of code in cell mode from the editor, or best, publish the file to HTML. Copy and paste also works of course. Some readers may find this tool valuable if only for the function pleas - a partitioned least squares solver based on lsqnonlin. This is a work in progress, as I fully expect to add new topics as I think of them or as suggestions are made. Suggestions for topics I ve missed are welcome, as are corrections of my probable numerous errors. The topics currently covered are listed below

    標(biāo)簽: optimization and document MATLAB

    上傳時間: 2015-12-24

    上傳用戶:佳期如夢

  • ollydbg完全教程。OllyDbg 是一種具有可視化界面的 32 位匯編-分析調(diào)試器。它的特別之處在于可以在沒有源代碼時解決問題

    ollydbg完全教程。OllyDbg 是一種具有可視化界面的 32 位匯編-分析調(diào)試器。它的特別之處在于可以在沒有源代碼時解決問題,并且可以處理其它編譯器無法解決的難題。 一,什么是 OllyDbg? 二,一般原理[General principles] 三,反匯編器[Disassembler] 四,分析器[Analysis] 五,Object掃描器[Object scanner] 六,Implib掃描器 [Implib scanner] 七,如何開始調(diào)試[How to start debugging session] 八,CPU 窗口[CPU window] 九,斷點[Breakpoints] 十,內(nèi)存映射窗口[Memory map window] 十一、十二,監(jiān)視與監(jiān)察器[Watches and inspectors] 十三,線程[Threads] 十四,復(fù)制到剪切板[Copy to clipboard] 十五,調(diào)用棧[Call stack] 十六,調(diào)用樹[Call tree] 十七,選項[Options] 十八,搜索[Search] 十九,自解壓文件[Self-extracting (SFX) files] 二十,單步執(zhí)行與自動執(zhí)行[Step-by-step execution and animation] 二一,Hit跟蹤[Hit trace]

    標(biāo)簽: ollydbg OllyDbg 32 教程

    上傳時間: 2016-01-02

    上傳用戶:xhz1993

  • ucos From a small number of the concept of real-time kernel, developed a simple algorithm available,

    ucos From a small number of the concept of real-time kernel, developed a simple algorithm available, the core of the book made a detailed presentation

    標(biāo)簽: algorithm available developed real-time

    上傳時間: 2014-10-27

    上傳用戶:JIUSHICHEN

  • Robotics TOOLBOX The Toolbox provides many functions that are useful in robotics including such thi

    Robotics TOOLBOX The Toolbox provides many functions that are useful in robotics including such things as kinematics, dynamics, and trajectory generation. The Toolbox is useful for simulation as well as analyzing results from experiments with real robots. Have fun with the toolbox. It is self-explanatory and very (robotics) user friendly...see the robot.pdf

    標(biāo)簽: functions including Robotics provides

    上傳時間: 2014-12-06

    上傳用戶:yyyyyyyyyy

  • TRAFFIC LIGHT CONTROLLER using C51 and RTX-51 tiny

    TRAFFIC LIGHT CONTROLLER using C51 and RTX-51 tiny,This program is a simple Traffic Light Controller. Between start time and end time the system controls a traffic light with pedestrian self-service. Outside of this time range the yellow caution lamp is blinking.

    標(biāo)簽: CONTROLLER TRAFFIC LIGHT using

    上傳時間: 2013-12-27

    上傳用戶:123456wh

  • This program is a simple Traffic Light Controller. Between start time and end time the system contro

    This program is a simple Traffic Light Controller. Between start time and end time the system controls a traffic light with pedestrian self-service. Outside of this time range the yellow caution lamp is blinking.

    標(biāo)簽: time Controller Between program

    上傳時間: 2016-01-23

    上傳用戶:iswlkje

  • Introduction A shared library is a collection of functions that are available for use by one or mor

    Introduction A shared library is a collection of functions that are available for use by one or more applications running on a system. On Windows operating systems, the library is compiled into a dynamic link library (.dll) file. At run-time, the library is loaded into memory and made accessible to all applications.

    標(biāo)簽: Introduction collection available functions

    上傳時間: 2014-01-26

    上傳用戶:2467478207

  • Title: File Transfer client and server Description: Send or recieve files of any size or type betwe

    Title: File Transfer client and server Description: Send or recieve files of any size or type between you and a peer. Displays bytes sent or recieved, return values of send() and recv(), bitrate in KBytes/sec, and time remaining. SendFile and RecvFile functions can easily be added and used in your own code. I tested it ofcourse, a 73 mb self extracting rar archive from South Korea to Massachusetts at 96KB/s arrived fully operational.

    標(biāo)簽: Description Transfer recieve client

    上傳時間: 2016-02-18

    上傳用戶:13681659100

  • This title demonstrates how to develop computer programmes which solve specific engineering problems

    This title demonstrates how to develop computer programmes which solve specific engineering problems using the finite element method. It enables students, scientists and engineers to assemble their own computer programmes to produce numerical results to solve these problems. The first three editions of Programming the Finite Element Method established themselves as an authority in this area. This fully revised 4th edition includes completely rewritten programmes with a unique description and list of parallel versions of programmes in Fortran 90. The Fortran programmes and subroutines described in the text will be made available on the Internet via anonymous ftp, further adding to the value of this title.

    標(biāo)簽: demonstrates engineering programmes computer

    上傳時間: 2014-01-13

    上傳用戶:youke111

  • Scotia Airlines is a new budget airline operating between Glasgow Airport and the Western Isles. It

    Scotia Airlines is a new budget airline operating between Glasgow Airport and the Western Isles. It operates two 24-seater light passenger aircraft and requires a flight booking system. Because Scotia offers low cost air travel, there is a need to treat each flight as single cost centre and to be able to ascertain, at any moment, the amount of the cash taken for that flight. Reservations and bookings cannot be made until the flight details have been finalised (flight number, departure and arrival airports). A seat on a flight is considered booked when payment as been received for it. When a reservation is confirmed (changed to booked), the passenger name is checked against the original reservation. A flight can be in any of the following states: 􀂉 Available for bookings 􀂉 Checking in 􀂉 Boarding 􀂉 Closed

    標(biāo)簽: operating Airlines Glasgow Airport

    上傳時間: 2016-03-25

    上傳用戶:hgy9473

主站蜘蛛池模板: 玛沁县| 峨边| 曲阳县| 正蓝旗| 历史| 福清市| 丹棱县| 白水县| 吴桥县| 岳西县| 金华市| 乡宁县| 罗定市| 新田县| 清丰县| 临颍县| 金阳县| 天水市| 永胜县| 资阳市| 永春县| 苗栗县| 商都县| 五常市| 定陶县| 繁昌县| 桦川县| 沅陵县| 建平县| 东乌珠穆沁旗| 赞皇县| 行唐县| 婺源县| 张家港市| 阳西县| 新营市| 金阳县| 台江县| 湟中县| 沛县| 德昌县|