虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

DOWNLOAD-setup

  • Installshield11的中文说明书

    Installshield11的中文说明书,主要是应用于对程序进行打包,得出setup.exe安装文件

    标签: Installshield 11 说明书

    上传时间: 2017-02-10

    上传用户:nanxia

  • teachers asp management system source code access, but also the integrity of supporting papers, it c

    teachers asp management system source code access, but also the integrity of supporting papers, it can be used. As part of the graduation design all. We quickly put to download

    标签: management supporting integrity teachers

    上传时间: 2013-12-19

    上传用户:tb_6877751

  • 利用java实现文件的AES加密功能 This Java AES Crypt package contains the Java class es.vocali.util.AESCrypt, whi

    利用java实现文件的AES加密功能 This Java AES Crypt package contains the Java class es.vocali.util.AESCrypt, which provides file encryption and decryption using aescrypt file format. Requirements The Java AES Crypt package only works in Java 6, but can be easily adapted to Java 5 by replacing the call to NetworkInterface.getHardwareAddress() with something else. In order to use 256 bit AES keys, you must download and install "Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files" from http://java.sun.com/javase/downloads/index.jsp

    标签: Java AES AESCrypt contains

    上传时间: 2017-02-11

    上传用户:kiklkook

  • The C++ Editor is a text editor for C++ programmers. The editor have color syntax highlighting. Ed

    The C++ Editor is a text editor for C++ programmers. The editor have color syntax highlighting. Editor s main purpose is to edit source code files outside the IDE (Integrated Development Environment) with multiple opened copies of program, when programmer needs to find, replace or compare source code. The program can compile the file using for this purpose the Microsoft VC compiler. Most effectively the editor can be used with a file search utility. The search utility Search&Edit or IDE Helper is available for download on developer s WEB site (http://www.easydevtools.com/dwnl_frame.htm).

    标签: editor highlighting programmers The

    上传时间: 2013-12-09

    上传用户:x4587

  • matlab最短路的贪心算法

    matlab最短路的贪心算法,用VC++实现,把ShortEst.dll复制到matlab工作文件夹运行(先要运行mex-setup,关联VC与MATLAB)调用方法如 a = [-1,2,3 2,-1,4 3,4,-1] ShorstEst(a) 即可

    标签: matlab 短路 算法

    上传时间: 2013-12-10

    上传用户:cxl274287265

  • 夏宇闻8位RISC_CPU的完整代码+TESTBENCH(已调试) modelsim工程文件

    夏宇闻8位RISC_CPU的完整代码+TESTBENCH(已调试) modelsim工程文件,包括书中所测试的三个程序和相关数据,绝对可用~所有信号名均遵从原书。在论坛中没有找到testbench的,只有一个mcu的代码,但很多和书中的是不一样的,自己改了下下~`````大家多多支持啊~`我觉得书中也还是有些不尽如人意的地方,如clk_gen.v中clk2,clk4是没有用的,assign clk1=~clk再用clk1的negedge clk1来触发各个module也是不太好的,会使时序恶化,综合时很可能会setup vio的,所以觉得直接用clk的上升沿来触发各个module比较好

    标签: TESTBENCH RISC_CPU modelsim 8位

    上传时间: 2014-01-08

    上传用户:ippler8

  • .安装好Proteus 6.9 SP4,需要用Keil for ARM的或IAR的同样需要安装好。 2.安装Proteus VSM Simulator驱动 可以在官方网站上下载到)。Keil装Vdm

    .安装好Proteus 6.9 SP4,需要用Keil for ARM的或IAR的同样需要安装好。 2.安装Proteus VSM Simulator驱动 可以在官方网站上下载到)。Keil装Vdmagdi.exe,IAR装Vdmcspy.exe 3.将附件中的Prospice.dll和Licence.dll文件Copy到..\bin目录下,MCS8051.dll和ARM7TDMI.dll文件拷贝到..\MODELS目录下。分别替换原有的文件。 4.打开原理图模型和程序。记得要在ISIS中选"Use Remote Debug Monitor"。在Keil for ARM中选择"Proteus VSM Simulator"。IAR中选择Debugger-->Setup-->Drver-->Third-Party Driver,然后在Third-Party Driver中指向Vdmcspy.dll文件。 5.在IDE中点击Debug进入仿真模式。一个精彩的Proteus for ARM时代来临。 6.Enjoy! 附件中有两个例程:一个是IAR的例程。一个是Keil for ARM例程,是利用ADS1.2编译实现的。也就是说所有ADS的工程也可以转到Keil for ARM上来运行,方便联机调试,只需要修改很小的部分。 因为ADS不能和Proteus联调,目录下的那个*.mcp文件即是原有的ADS工程文件)

    标签: Proteus Keil Simulator 6.9

    上传时间: 2017-03-08

    上传用户:wys0120

  • 基于Cypress CY3655开发工具的USB鼠标程序

    基于Cypress CY3655开发工具的USB鼠标程序,在调试时发现原程序中有些错误,做了些修改,给大家分享一下。测试时通过windows画图工具,可以看到程序模拟鼠标画出“USB”字样。 另外要注意的是PSoC Designer中"USB Setup Wizard"项的设置,可以参考一下,初学者很容易出错的^_^

    标签: Cypress 3655 USB CY

    上传时间: 2014-01-02

    上传用户:电子世界

  • 如何利用canvas 3d 在網頁上寫3D 程式 1. 在Firefox 3 上安裝canvas 3d add-on https://addons.mozilla.org/en-US/firefo

    如何利用canvas 3d 在網頁上寫3D 程式 1. 在Firefox 3 上安裝canvas 3d add-on https://addons.mozilla.org/en-US/firefox/search?q=Canvas+3d&cat=all 2. 下載canvas 3d JS api. http://www.c3dl.org/index.php/download/ 3. 撰寫Main.js 檔[ javascript file],程式碼和說明如下所示

    标签: canvas Firefox mozilla add-on

    上传时间: 2017-03-18

    上传用户:zxc23456789

  • I ll probably write up a short article next week outlining how the ActionScript works, so people can

    I ll probably write up a short article next week outlining how the ActionScript works, so people can modify it, and work with it more easily in Flex. You can download the component and source code here. There are some instructions in the FLA on how to use it. Note that this is not a compiled component, so it won t show up in the components panel. You will have to copy the component, and the source file into your project. If anyone really wants a compiled version, let me know and I can provide one. As always, I d love to hear how people use it, and would appreciate it if you would post back to the comments if you make any significant modifications so that other people can benefit from them.

    标签: ActionScript outlining probably article

    上传时间: 2017-04-20

    上传用户:c12228