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

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

own

  • This folder has some scritps that you may find usefull. All of it comes from questions that I ve r

    This folder has some scritps that you may find usefull. All of it comes from questions that I ve received in my email. If you have a new request/question, feel free to send it to marceloperlin@gmail.com. But please, don t ask me to do your homework. Passing_your_param0 This folder contains instructions (and m files) for passing you own initial parameters to the fitting function. I also included a simple simulation script that will create random initial coefficients (under the proper bounds) and fit the model to the data.

    標(biāo)簽: that questions scritps usefull

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

    上傳用戶:netwolf

  • 直接IRP操作文件的實(shí)現(xiàn)問題

    直接IRP操作文件的實(shí)現(xiàn)問題,其實(shí)對(duì)于大部分接口(諸如: ZwReadFile、ZwWriteFile、ZwSetInformationFile、ZwDeleteFile等)在OSR上的“ Rolling Your own - Building IRPs to Perform I/O ”一文中已經(jīng)實(shí)現(xiàn),但是那里面的實(shí)現(xiàn)還不夠全。所以,我就翻出了前段時(shí)間在網(wǎng)上淘到的資料,特與大家共享!尤其值得注意的是,這里面還實(shí)現(xiàn)了ZwCreateFile接口! 大家都知道使用IRP的好處就是:效率提高了,對(duì)中斷級(jí)要求更寬了,還解決了常見的重入問題等等。 附件中一個(gè)是接口的實(shí)現(xiàn)代碼,另外一個(gè)是應(yīng)用實(shí)例。

    標(biāo)簽: IRP 操作

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

    上傳用戶:ommshaggar

  • A framework written in Java for implementing high-level and dynamic languages, compiling them into J

    A framework written in Java for implementing high-level and dynamic languages, compiling them into Java bytecodes. An implementation of Scheme, which is in the Lisp family of programming languages. Kawa is a featureful dialect in its own right, and additionally provides very useful integration with Java. It can be used as a “scripting language”, but includes a compiler and all the benefits of a “real” programming language, including optional static typing.

    標(biāo)簽: implementing high-level framework compiling

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

    上傳用戶:libinxny

  • 一款用JAVA制作開發(fā)的小型聊天軟件

    一款用JAVA制作開發(fā)的小型聊天軟件,里面附有安裝程序和JAVA源代碼。 Visual Chat 1.91 Developer Edition - Customize the Visual Chat code regarding your own requirements - Use customchatdev.html for developing / testing - Create .jar and .cab-files containing client-specific .class-files and the images-folder (use zip and cabarc compressing tools) - Adapt the customchat.html file - Upload all the files to your webserver - Start the ChatServer by invoking java at.ac.uni_linz.tk.vchat.ChatServer [port [server-key]] from your commandline - I kindly ask you to leave copyright and credit information in the InfoPanel.class as it is - but you are invited to add your own text. In case of violations I will consider excluding this class from the source in the future.

    標(biāo)簽: JAVA 軟件

    上傳時(shí)間: 2014-09-06

    上傳用戶:龍飛艇

  • Numerical Computing with MATLAB (by Cleve Moler) is a textbook for an introductory course in numeri

    Numerical Computing with MATLAB (by Cleve Moler) is a textbook for an introductory course in numerical methods, Matlab, and technical computing. The emphasis is on in- formed use of mathematical software. We want you learn enough about the mathe- matical functions in Matlab that you will be able to use them correctly, appreciate their limitations, and modify them when necessary to suit your own needs. The topics include * introduction to Matlab, * linear equations, * interpolation, * zero and roots, * least squares, * quadrature, * ordinary di?erential equations, * random numbers, * Fourier analysis, * eigenvalues and singular values, * partial di?erential equations.

    標(biāo)簽: introductory Numerical Computing textbook

    上傳時(shí)間: 2016-07-04

    上傳用戶:思琦琦

  • Toolbox for Numerical Computing with MATLAB (by Cleve Moler). Numerical Computing with MATLAB (

    Toolbox for Numerical Computing with MATLAB (by Cleve Moler). Numerical Computing with MATLAB (by Cleve Moler) is a textbook for an introductory course in numerical methods, Matlab, and technical computing. The emphasis is on in- formed use of mathematical software. We want you learn enough about the mathe- matical functions in Matlab that you will be able to use them correctly, appreciate their limitations, and modify them when necessary to suit your own needs. The topics include * introduction to Matlab, * linear equations, * interpolation, * zero and roots, * least squares, * quadrature, * ordinary di?erential equations, * random numbers, * Fourier analysis, * eigenvalues and singular values, * partial differential equations.

    標(biāo)簽: Numerical Computing MATLAB with

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

    上傳用戶:guanliya

  • 非常好的優(yōu)化算法的書

    非常好的優(yōu)化算法的書,詳細(xì)介紹了蟻群算法和粒子群算法以及相關(guān)的matlab工具箱,講了理論和應(yīng)用給出了工具箱的下載地址。 Swarm intelligence is an innovative computational way to solve hard problems. In particular, particle swarm optimization, also commonly known as PSO, mimics the behavior of a swarm of insects or a school of fish. If one of the particle discovers a good path to food the rest of the swarm will be able to follow instantly even if they are far away in the swarm. Swarm behavior is modeled by particles in multidimensional space that have two characteristics: a position and a velocity. These particles wander around the hyperspace and remember the best position that they have discovered. They communicate good positions to each other and adjust their own position and velocity based on these good positions.

    標(biāo)簽: 優(yōu)化算法

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

    上傳用戶:zgu489

  • This a version of Anders Melander s TGIFImage ported to Delphi 7. It supports animated GIF files in

    This a version of Anders Melander s TGIFImage ported to Delphi 7. It supports animated GIF files in Delphi 7. Note: This Delphi 7 version should also work older Delphi versions (not tested much). WARNING: Use it at your own risk. I m posting it with permission from the author Anders Melander.

    標(biāo)簽: TGIFImage Melander animated supports

    上傳時(shí)間: 2016-08-19

    上傳用戶:yangbo69

  • The download includes the kernel source code, and a demo application for EVERY RTOS port. See http:

    The download includes the kernel source code, and a demo application for EVERY RTOS port. See http://www.freertos.org/a00017.html for full details of the directory structure and information on locating the files you require. The easiest way to use FreeRTOS is start start with one of the demo application projects. Once this is running the project can be modified to include your own source files. This way the correct files and compiler options will be automatically included in your application. + The Source directory contains the real time kernel source files for every port. The kernel itself is only 3 files. + The Demo directory contains the demo application source files for every port. + The TraceCon directory contains the trace visualisation exe file. See the readme files in the respective directories for further information.

    標(biāo)簽: application download includes kernel

    上傳時(shí)間: 2016-08-24

    上傳用戶:zhyiroy

  • This a sample Plug and Play filter driver that provides WMI data blocks. Typically, driver writers w

    This a sample Plug and Play filter driver that provides WMI data blocks. Typically, driver writers will copy the sample code into their own driver and make any minor modifications so that the WMI data blocks are always available when the driver is loaded. Alternatively, WmiSamp can be left as a filter driver if WMI data blocks should only be made available when the filter driver is loaded.

    標(biāo)簽: driver Typically provides writers

    上傳時(shí)間: 2016-08-26

    上傳用戶:talenthn

主站蜘蛛池模板: 卢湾区| 河东区| 泰来县| 辉南县| 辽阳市| 禄丰县| 蕲春县| 河北省| 丰顺县| 越西县| 江源县| 无锡市| 灵川县| 鹿邑县| 绥滨县| 微博| 大庆市| 沁水县| 横山县| 桃园县| 开远市| 平果县| 和静县| 南宫市| 四会市| 平安县| 海阳市| 陇西县| 泗洪县| 广东省| 壤塘县| 长春市| 建宁县| 炎陵县| 苍溪县| 金乡县| 岳西县| 安新县| 龙州县| 东丰县| 清涧县|