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

蟲(chóng)蟲(chóng)首頁(yè)| 資源下載| 資源專(zhuān)輯| 精品軟件
登錄| 注冊(cè)

Loaded

  • 基于8051+Proteus仿真的按鍵選播電子音樂(lè)

    單片機(jī)C語(yǔ)言程序設(shè)計(jì)實(shí)訓(xùn)-基于8051+Proteus仿真:按鍵選播電子音樂(lè) 按鍵選播電子音樂(lè).DSN 按鍵選播電子音樂(lè).PWI Last Loaded 按鍵選播電子音樂(lè).DBK

    標(biāo)簽: Proteus 8051 按鍵選播 仿真

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

    上傳用戶:dave520l

  • REMOVE removes a TSR. It takes two command line arguments. The first is the name of TSR to be remove

    REMOVE removes a TSR. It takes two command line arguments. The first is the name of TSR to be removed (or an * to remove the last one), and the second is a file name which MUST contain the interrupt vectors to be Loaded when the TSR is removed.

    標(biāo)簽: TSR arguments removes command

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

    上傳用戶:wys0120

  • his folder contains the following files: 1. 02490rxP802-15_SG3a-Channel-Modeling-Subcommittee-Repor

    his folder contains the following files: 1. 02490rxP802-15_SG3a-Channel-Modeling-Subcommittee-Report-Final.doc: This is the final report of the channel modeling sub-committee. 2. cmx_imr.csv (x=1, 2, 3, and 4) represent the files containing the actual 100 channel realizations for CM1, CM2, CM3, and CM4. The columns are organized as (time, amp, time, amp,...) 3. cmx_imr_np.csv (x=1, 2, 3, and 4) represent the files containing the number of paths in each of the 100 multipath realizations. 4. cmx_imr.mat (x=1, 2, 3, and 4) are the .mat files that can be Loaded directly into Matlab (TM). 5. *.m files are the Matlab (TM) files used to generate the various channel realizations.

    標(biāo)簽: a-Channel-Modeling-Subcommittee-R following contains folder

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

    上傳用戶:hxy200501

  • 基于simulink的uwb仿真 uwb.mdl: UWB model - open this to begin. uwb_lib.mdl: Library blocks for UWB mode

    基于simulink的uwb仿真 uwb.mdl: UWB model - open this to begin. uwb_lib.mdl: Library blocks for UWB model. uwb_init.m: Initialization called before model is Loaded. uwb_settings: Sets up structure containing system parameters ( uwb in workspace). uwb_imr.m: Initializes UWB channel impulse response. uwb_sv_*.m: Four M-files used to generate channel impulse responses (MAT files).

    標(biāo)簽: mdl UWB uwb simulink

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

    上傳用戶:gengxiaochao

  • This PNG Delphi version 1.56 documentation (this version is a major rewrite intended to replace the

    This PNG Delphi version 1.56 documentation (this version is a major rewrite intended to replace the previous version, 1.2). Improvements in this new version includes: This new version allows the programmer to not use Delphi heavy units which will greatly reduce the size of the final executable. Read more about this feature here. Most, if not all, Portable Network Graphics features as CRC checking are now fully performed. Error on broken images are now better handled using new exception classes. The images may be saved using interlaced mode also. Transparency information won t be discarted after the image is Loaded any more. Most of the images are decoded much faster now. The images will be better encoded using fresh new algorithms. IMPORTANT! Now transparency information is used to display images.

    標(biāo)簽: version documentation intended rewrite

    上傳時(shí)間: 2015-06-28

    上傳用戶:qiao8960

  • 可在系統(tǒng)引導(dǎo)時(shí)工作的RootKit,較簡(jiǎn)單 1) It s very small.The basic framework is just about 100 lines of assembly

    可在系統(tǒng)引導(dǎo)時(shí)工作的RootKit,較簡(jiǎn)單 1) It s very small.The basic framework is just about 100 lines of assembly code.It supports 2000,XP,2003 2) It patches the kernel at runtime(no files are patched on disk).(basic version has this code removed , so as others could understand it easily). 3) BOOT KIT is PXE-compatible. 4) It can even lead to first ever PXE virus 5)It also enables you to load other root kits if you have physical access(Normally root kits can only be Loaded by the administrator)

    標(biāo)簽: framework assembly RootKit small

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

    上傳用戶:gdgzhym

  • Implemented BFS, DFS and A* To compile this project, use the following command: g++ -o search ma

    Implemented BFS, DFS and A* To compile this project, use the following command: g++ -o search main.cpp Then you can run it: ./search The input is Loaded from a input file in.txt Here is the format of the input file: The first line of the input file shoud contain two chars indicate the source and destination city for breadth first and depth first algorithm. The second line of input file shoud be an integer m indicate the number of connections for the map. Following m lines describe the map, each line represents to one connection in this form: dist city1 city2, which means there is a connection between city1 and city2 with the distance dist. The following input are for A* The following line contains two chars indicate the source and destination city for A* algorithm. Then there is an integer h indicate the number of heuristic. The following h lines is in the form: city dist which means the straight-line distance from the city to B is dist.

    標(biāo)簽: Implemented following compile command

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

    上傳用戶:lhc9102

  • Linux driver for FujiFilm FinePix digital cameras in PC-CAM (i.e. webcam) mode driver/ Conta

    Linux driver for FujiFilm FinePix digital cameras in PC-CAM (i.e. webcam) mode driver/ Contains the driver sources. Compile with "make". Then as root, install with "make install". Type "modprobe finepix" to load the module. userspace/ Type "make" to compile. fpix: test program, independant of the driver. Uses libusb to directly access the camera and capture a frame, saved under frame.jpg. Will not work if the driver is Loaded. fpixtest: test program. Uses V4L2 to capture an image. fpix-stress-v4l2: never ending (in theory) stress test derived from fpixtest.

    標(biāo)簽: driver i.e. FujiFilm FinePix

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

    上傳用戶:chenxichenyue

  • :some examples of assembler level programming for the ARM(produces an ELF executable file which can

    :some examples of assembler level programming for the ARM(produces an ELF executable file which can be Loaded into an ARM debugger)

    標(biāo)簽: programming executable assembler examples

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

    上傳用戶:15736969615

  • 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

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

    上傳用戶:2467478207

主站蜘蛛池模板: 东宁县| 司法| 察隅县| 灵台县| 石楼县| 河北省| 云阳县| 县级市| 永吉县| 攀枝花市| 永新县| 辉县市| 伽师县| 海淀区| 新晃| 山阳县| 道孚县| 和平县| 阜康市| 赤水市| 汕尾市| 扎囊县| 桃园市| 崇礼县| 平原县| 永平县| 太仓市| 读书| 会理县| 成安县| 射阳县| 阳西县| 峨山| 宁安市| 高碑店市| 蕲春县| 深州市| 万安县| 汤原县| 徐水县| 如东县|