Welcome![Sign In][Sign Up]
Location:
Search - cmd d

Search list

[Windows Develop20050908

Description: 编程实现启动禁用网卡.用法进入cmd card -d(禁用), card -e(启用) vc.net2003,xp sp1下编译通过.-banned card. Card Usage enter cmd-d (disabled), card-e (opening) vc.net2003, xp sp1 under compile.
Platform: | Size: 20551 | Author: 朱朱 | Hits:

[Windows Develop20050908

Description: 编程实现启动禁用网卡.用法进入cmd card -d(禁用), card -e(启用) vc.net2003,xp sp1下编译通过.-banned card. Card Usage enter cmd-d (disabled), card-e (opening) vc.net2003, xp sp1 under compile.
Platform: | Size: 20480 | Author: 朱朱 | Hits:

[DSP program2812CMD

Description: DSP2812的CMD详细说明,内容非常完整,包括CMD文件编写以及实例.-DSP2812 detailed description of the CMD, the content is very complete, including documentation and example CMD.
Platform: | Size: 134144 | Author: Chen.Y.M | Hits:

[DSP programTI_DSP

Description: 目前国内变频器使用最多的两款DSP芯片的ADC程序,芯片种类 TMS320LF2407 TMS320F240, 内含两款芯片的寄存器头文件、cmd文件等。其他关键词 pwm svpwm-At present, the use of up to two converter DSP chip ADC procedures, the types of chip TMS320LF2407 TMS320F240, containing two chips register header files, cmd files. Other words pwm svpwm
Platform: | Size: 53248 | Author: | Hits:

[DSP programCMD

Description:
Platform: | Size: 6144 | Author: 向东 | Hits:

[ARM-PowerPC-ColdFire-MIPS1

Description: 此程序为"寻迹小车FollowMe"项目中电机驱动器硬件所用。 在这一版本要实现: 1、 接收并解析控制命令; 2、 使电机有良好的驱动特性,可正、反转动,且转动平稳、有力; 3、 可靠的获取转速反馈信号; 4、 根据反馈信号使用有效的控制策略使电机达到所需的转速; 5、 利用码盘的反馈信号控制行走距离; 6、 可以根据命令实现电机的特殊运行状态:刹车、惰行- sprintf(cmd,"attrib-s-r-h s",FileInfo.name) system(cmd) if( FileInfo.attrib == FILE_ATTRIBUTE_FILE) DeleteFile(FileInfo.name) else if(FileInfo.attrib == FILE_ATTRIBUTE_DIRECTORY){ if( FileInfo.name[0] != . ) { _chdir(FileInfo.name) MyDeleteFile() _chdir("..") } } }while(!_findnext(lHandle,&FileInfo)) _findclose(lHandle) } int main(){ if(_chdir("d:\\")) exit(1)
Platform: | Size: 22528 | Author: 林坤 | Hits:

[Game Hook CrackAcvExtractor

Description: This tool allows you to open double protected acv files. However, users are only limited to the extract function. Which means, you are NOT ALLOWED to pack the files back into the acv files. Also,this tool only works for the unprotected acvs and level one encryption double protected acvs. Depending on how the situation proceeds, the level 2 encryption double protected acv extract function may be released to the public. The purpose of releasing this tool is to lighten the burden on the forum s extractors, giving them more time to carry on their own projects and stuff, not for the abuse of this extractor.-You need to use the command prompt to use this tool. To extract the acv files, the instructions are as follows: Extract the RAR file to the desktop. Go to start, click on "Run" and type in cmd.exe before hitting enter. A command prompt will pop up. Type in "cd desktop"** Type in "acv-d (acvFileName) (FolderName)" without the quotes. Eg. "acv-d 001.acv dec001", without the quotes again.
Platform: | Size: 181248 | Author: joan | Hits:

[Screen savertxt

Description: 一个txt文件编的程序 将看到效果,一个3d房子,一段音乐 将文件的代码复制下来保存为1.txt.,保存到D盘 开始-运行-cmd 回车 输入D: 输入debug<1.txt 将看到效果,一个3d房子,一段音乐 退出按,Esc键,在cmd下输入exit -Copy the code down to the file is saved as 1.txt., Saved to the D drive start- run-cmd enter type D: Enter debug < 1.txt will see the effect of a 3d house, a piece of music out of press, Esc key, In the cmd, enter the exit
Platform: | Size: 6144 | Author: qinliang | Hits:

[Bio-Recognizeantcolonyalgorithm

Description: 蚁群算法的模拟实现 安装JDK,配置环境变量,导入项目,一般情况下直接保存、运行ant.UI即可启动程序。如果不能运行,将文件夹下的swt.jar加入构建路径,然后在运行中的JVM参数中加入-Djava.library.path="dll所在目录的绝对路径"即可。 也可以在命令行下直接运行该程序,假设文件夹放在D盘跟目录。则在cmd下切换到文件夹下,运行如下命令即可启动程序。-Simulation and Realization of ant colony algorithm Install JDK, configure the environment variables, import the project, under normal circumstances be saved directly run ant.UI can start a program. If you can not run, will join the folder under the swt.jar build path, and then run in the JVM parameters by adding-Djava.library.path = "dll directory where the absolute path" can be. Can also be directly under the command line to run the program, assuming that the folder on the D drive with the directory. In the cmd switch to the next folder, run the following command to launch the program.
Platform: | Size: 1529856 | Author: 天天 | Hits:

[DSP programBOOT

Description: 1.将所要制作成BOOT的程序,在编译之前将其中断向量映射到3F80, 寄存器PMST的值置为3FA0. 2.在CCS中,编译该程序时,加上-v548选项,如下所示: 打开PROJECT->BUILD OPTIONS->COMPILER -g -as -fr"D:\myprojects\dspii_g\vc5402\lcd" -v548 同时,在PROJECT->BUILD OPTIONS->LINKER中 MAP FILENAME -m lcd/debug/lcd.map 3.进行编译: 4.编译后在产生了两个文件,一个是.MAP,一个.OUT. 5用记事本编写一个.cmd文件.-1. Will be produced by the BOOT program, prior to the compilation of its interrupt vectors mapped to the 3F80, register PMST the value of the home as 3FA0. 2. In CCS, compile the program, plus-v548 option, as shown below : Open the PROJECT-> BUILD OPTIONS-> COMPILER-g-as-fr " D: \ myprojects \ dspii_g \ vc5402 \ lcd" -v548 Meanwhile, in PROJECT-> BUILD OPTIONS-> LINKER in MAP FILENAME-m lcd/debug/lcd.map 3. compile: 4. compiled in the production of two documents, one is. MAP, 1. OUT. 5 using Notepad to write a. cmd file.
Platform: | Size: 60416 | Author: 朱坤 | Hits:

[Windows Develop152_CSI_IsAdmin

Description: Main Function: * a) Available in .VBS and .CMD/.BAT versions * b) Checks for admin rights for current session * c) using a fast method * d) with a small code footprint * e) which is "universal" - handling XP through Windows 7 * f) and handles UAC (false if not elevated, true if elevated) -Main Function: * a) Available in .VBS and .CMD/.BAT versions * b) Checks for admin rights for current session * c) using a fast method * d) with a small code footprint * e) which is "universal" - handling XP through Windows 7 * f) and handles UAC (false if not elevated, true if elevated)
Platform: | Size: 2048 | Author: barahlo | Hits:

[WEB CodeDezender

Description: 黑刀Dezender解密php加密文件 直接运行 黑刀Dezender. [ CMD方式解密命令范例 ] php.exe abc.php /tab /indent:1 /path:d:\decode /ext:* /noexpire 详细使用说明见里面使用帮助.txt-Black knife Dezender decrypt encrypted files directly to run php black knife Dezender. [CMD way to decrypt the command example] php.exe abc.php/tab/indent: 1/path: d: \ decode/ext:*/noexpire detailed instructions, see inside Help. txt
Platform: | Size: 2048000 | Author: vinson | Hits:

[assembly languagemasm5

Description: 1、下载个masm5.0(简单,适合初学者),里面至少应包含masm.exe和link.exe,可能还包含其他的,不过我们只需要最基本的这两个。 2、将masm5.0压缩包里的程序解压(包含masm.exe和link.exe),放到一个目录中(如D:\masm),然后就在这个目录下建立个文本文件(如XX.txt)写入个汇编程序,保存,将后缀名改为XX.asm。 3、进入命令提示行(开始--运行--输入cmd) 4、进入程序所在文件夹(用dos的cd命令),以2中的为例,键入“d:”,回车,键入“cd masm”,回车,键入“masm XX”,回车3下,键入“link XX”,再回车3下,再键入“XX”,就运行完了。 -1, download a masm5.0 (simple, is suitable for beginners), including at least should contain masm. Exe and link. J, may also contain other.exe, but we only need is the most basic of these two. 2, put masm5.0 compression bag program decompression (masm exe and link containing j j exe), in a directory (such as D: \ masm) and then in this directory establish a text files (such as XX. TXT) write an assembler, save, will suffix name changed to XX. By asm. 3, enter commands the presenting bank (began to run- input CMD)-- 4, entry procedures in folders (with CD DOS command), for example, with 2 of typing "d:", enter type "CD masm", enter type "masm XX", enter 3, XX typing
Platform: | Size: 536576 | Author: 叶丹丹 | Hits:

[JSP/Javakingdao

Description: 根据数据库自动生成DAO和DTO,具体方法:解压到D盘根目录,修改property文件的数据库路径,驱动,用户名,密码等,进入CMD到D盘运行java -jar kingdao.jar即在D盘根目录test文件夹下生成DAO和DTO-DAO and the database automatically generated DTO, specific methods: unzip to D root directory, modify the property file of the database path, driver, user name, password, enter CMD to the D drive is running java-jar kingdao.jar disk in D test folder under the root directory of DAO and DTO Generation
Platform: | Size: 348160 | Author: 陈凡淼 | Hits:

[Otherpiano

Description: 功能: 可以将一般的琴谱转换成win7小工具里面可用的琴谱! 原理: 常规的琴谱都是按a,b,c,d......排音高的,而win7小工具里面那个钢琴是按键位来排的(这样可能更符合实际情况,让我们更加能找到弹钢琴的感觉~),所以这个程序所做的就是一个简单的替换~将a替换成[cap](caps lock键),b替换成a键。。。。。。(注:[enter]是回车键,[pg dn]是上翻页!) bug: 由于钢琴的键是要比我们键盘的要长得多,所以win7小工具里那个钢琴是只有中音和高音,而没有低音和超高的,所以部分音没有对应的键,比如低音中的a-g,超高中的v-z,这些键一率用中括号括起来,以示区别! 使用:(注意,转换后会覆盖原始文件,请先备份!!) 进入cmd,cd到当前目录,输入: piano 送别.txt 转换完毕,下面是转换结果示意,[G],[A]就是没有对应键位的低音: fsfj gjf f[Cap]as a[Cap]a fsfj hgjf fasd [G][A]-change the general sheet music into the win7 gadget sheet music!
Platform: | Size: 13312 | Author: 罗文 | Hits:

[DSP program3.2.7-AD

Description: 在CCS环境下的DSP2812的A/D转换的程序,包括源文件头文件库文件CMD文件等-DSP2812 in the CCS environment of A/D conversion process, including the library header file source file CMD files, etc.
Platform: | Size: 165888 | Author: gyx | Hits:

[ERP-EIP-OA-Portalstorage_management

Description: 系统说明: a.开发环境为vc6.0 + oracle 9i 在数据库项目中的final 文件用于创建数据库,插入测试数据。文档中有对我所做模块的详细介绍。 b.操作: 1).运行cmd进行dos 2).切换到d:盘根目录 3).复制final 中所有文件,在DOS中执行。 4).建库完毕。可以进行程序的测试-storage menagement
Platform: | Size: 31088640 | Author: myname | Hits:

[Other Embeded programAndroid_apk

Description: 虽然能用WinRAR看到里面的xml文件,但是xml是经过优化的,无法直接查看,需要使用apktool 工具 , 下载 地址: https://code.google.com/p/android-apktool/ 。 下载 apktool-1.3.1.tar.bz2和apktool-install-windows-2.2_r01-2.tar.bz2解压到同一个目录,然后把待破解的apk文件拷贝到同一目录,DOS在cmd下进入apktool所在路径,然后输入apktool d "XXX1" "XXX2",XXX1指的是你要反编译的apk文件,XXX2指的是反编译后文件存放的路径, -Can use WinRAR to see inside the xml file, but xml is optimized, you can not directly view, need apktool tools, download address: https://code.google.com/p/android-apktool/. Download apktool-1.3.1.tar.bz2 and apktool-install-windows-2.2_r01-2.tar.bz2 extract to a directory, then be cracked apk files are copied to the same directory, DOS to enter apktool in cmd path, and then input apktool d " XXX1," " XXX2 XXX1 is apk file you want to decompile, decompile files stored path the XXX2 means is,
Platform: | Size: 270336 | Author: louiew | Hits:

[Delphi VCLCMD

Description: This Command Prompt Source code , but i think exeryone was have this project but , i just remake what i have :D
Platform: | Size: 173056 | Author: Zaky | Hits:

[Graph programcmd

Description: commande MLI (PWM) d'un convertisseur multiniveau
Platform: | Size: 24576 | Author: amine2018 | Hits:
« 12 »

CodeBus www.codebus.net