Welcome![Sign In][Sign Up]
Location:
Search - basic ide

Search list

[OtherSelectCaseEnums

Description: 扩展VBIDE的程序 The VB IDE does a lot of great things, but forgot some basic functionality. -The procedures VB IDE does a lot of great things, but forgot some basic functionality.
Platform: | Size: 16094 | Author: 苏建新 | Hits:

[ELanguagebasic-ide-0.2.6.6-src

Description: IDE开发环境,可以挂载SDCC The BASIC IDE is a new, RAD (Rapid Application Development) IDE (Integrated Development Environment) for the RapidQ programming language. The IDE currently has rich project options, a form designer (similar to Delphi s), and code editor. The BASIC IDE is being coded in Borland® Delphi® . We are currently using Delphi 6, but you should be able to use Delphi 3 or later (Delphi 7 included). Some of the BASIC IDEs features include: Form Designer with support for all of RapidQ s components Flexible Code Editor Project Management Written in OO (Object Oriented) Delphi. Some future items that we are working on are: Code Tip Code Completion CVS Integration Code Editor Macros Point-and-Click access to subroutines, functions, and variables
Platform: | Size: 223905 | Author: 天下 | Hits:

[OS programvb_asm

Description: 谁说vb中不能用汇编? 这是一个读取cpuid(调用cpuid汇编指令)的一个例子。 原来有人做过, 但都有bug, 是因为对vb的反汇编不熟的缘故, 导致stack错误。经常在ide中正常, 编译成exe变非法错误。 这个例子告诉你怎么真正的在vb中用汇编!-Who is not used in the compilation? This is a reader CPUID (compilation called CPUID instruction) an example. The original was done, but all of bug, is due to the anti-compilation vb wake reasons, led to the wrong stack. Ide often normal, compiled exe changed illegal wrong. This example to tell you how truly vb used in the compilation!
Platform: | Size: 8192 | Author: 胡俊杰 | Hits:

[Com PortMSComm控件使用详解

Description: MSComm控件使用详解,非常适合要对串口开发的人做参考-MSComm IDE, very suitable to the development of the serial for reference
Platform: | Size: 32768 | Author: 风月无边 | Hits:

[Otheride

Description: Cygnal 集成开发环境(IDE)是一套完整独立的软件程序它为设计者提供 了用于开发和测试项目的所有工具 程序的主要特点包括 项目界面 全功能窗口字体可配置的编辑器 调试器具有设置断点观察点单步等功能 工具链接集成支持汇编器编译器和链接器 可定制的工具菜单用于集成其它编译器或开发工具 CYGNAL 配置向导可为指定的目标环境产生配置代码-Cygnal Integrated Development Environment (IDE) is a complete set of independent software programs for designers for the development and testing procedures for all the tools the project
Platform: | Size: 1094656 | Author: 沙漠鱼 | Hits:

[ELanguageIDE

Description: VB写的一个IDE开发环境,支持脚本运行,内置了一个简单的编译器,可以直接生成EXE.. 推荐下载!-VB to write an IDE development environment to support the script to run, built a simple compiler, can be directly generated EXE .. recommend downloading!
Platform: | Size: 143360 | Author: 清风 | Hits:

[ELanguagebasic-ide-0.2.6.6-src

Description: IDE开发环境,可以挂载SDCC The BASIC IDE is a new, RAD (Rapid Application Development) IDE (Integrated Development Environment) for the RapidQ programming language. The IDE currently has rich project options, a form designer (similar to Delphi s), and code editor. The BASIC IDE is being coded in Borland® Delphi® . We are currently using Delphi 6, but you should be able to use Delphi 3 or later (Delphi 7 included). Some of the BASIC IDEs features include: Form Designer with support for all of RapidQ s components Flexible Code Editor Project Management Written in OO (Object Oriented) Delphi. Some future items that we are working on are: Code Tip Code Completion CVS Integration Code Editor Macros Point-and-Click access to subroutines, functions, and variables -IDE development environment, you can mount SDCCThe BASIC IDE is a new, RAD (Rapid Application Development) IDE (Integrated Development Environment) for the RapidQ programming language. The IDE currently has rich project options, a form designer (similar to Delphi s), and code editor. The BASIC IDE is being coded in Borland ? Delphi ?. We are currently using Delphi 6, but you should be able to use Delphi 3 or later (Delphi 7 included). Some of the BASIC IDEs features include: Form Designer with support for all of RapidQ s components Flexible Code Editor Project Management Written in OO (Object Oriented) Delphi. Some future items that we are working on are: Code Tip Code Completion CVS Integration Code Editor Macros Point-and-Click access to subroutines, functions, and variables
Platform: | Size: 223232 | Author: 天下 | Hits:

[SMSvb

Description: 用visual basic开发环境,手机短信VB程序-use visual basic IDE,phone message
Platform: | Size: 5120 | Author: zhang wei | Hits:

[Windows DevelopBorlandTurboC++v3.0

Description: Basic IDE for C/C++. for the students who are interested in programming-Basic IDE for C/C++. for the students who are interested in programming...
Platform: | Size: 3575808 | Author: Asraful udding | Hits:

[OS programTimer(VB)

Description: 精密定时器集合:VB版 ■ SetTimer(多Timer):是使用SetTimer()和回调函数产生的Timer,与VB6中定时器控件效果一样,只是用API实现而已,不爱用控件的朋友可能会喜欢 ■ Timer大比拼(CSDN):是CSDN网友提供的测试各种Timer的代码:QueryPerformanceCounte() 多媒体定时器;和VB6定时器控件。测试时,可以看到3种定时器的区别。多媒体定时器和QueryPerformanceCounte()都是较好的选择. 可惜多媒体定时器与VB6似乎不太和谐,如果在回调函数中出现代码,则极易崩溃,即使在IDE种运行正常,生成EXE后也会不稳定,没辙! ■ QTimer原始:是CSDN网友“嗷嗷叫的老马”的作品,使用QueryPerformanceCounter()制作的精密定时器,作者代码很具创造性而且精简。 但有个小问题:拖动鼠标时会停顿。 ■ Active EXE_hTimer: 是在“QTimer原始”基础上改装的一个Active EXE, 拖动鼠标时不会停顿,不爽的是任务管理器进程中又多出了一个hTimer.exe。 ■ mmTimer控件:是对多媒体定时器的包装,先用VC对多媒体定时器进行包装再提供给VB6使用,解决了VB6与多媒体定时器"不和谐"的问题。 不会停顿,进程中也不会出现"多余的" EXE, 推荐使用 Thinker2009 2009-07-04-This is a collection of VB timer, timer to achieve a variety of ways, there are ordinary, but also sophisticated, super-sophisticated, there are dll s ocx s, as well as the active exe, short will be able to find your favorite ... ■ SetTimer (Multi-Timer): is to use SetTimer () and have a callback function of the Timer, Timer control with VB6 in effect, the only API to achieve it, do not like to use controls may be like a friend ■ Timer Competition (CSDN): is provided CSDN User Timer test code: QueryPerformanceCounte () multimedia timer and VB6 timer control. Test, we can see the difference between three kinds of timers. Multimedia timer and QueryPerformanceCounte () are a better choice. Unfortunately, multimedia timer does not seem in harmony with VB6, if there in the callback function in code, while easy to collapse, even in the IDE to run the normal species, after the EXE will be generated instability,没辙! ■ QTimer original: Yes CSDN netizen "Old嗷嗷called" the works,
Platform: | Size: 114688 | Author: 尹刚 | Hits:

[Other625372eBook

Description: Professional Visual Studio 2008 Microsoft Visual Studio 2008 is the latest version in the ongoing evolution of the Integrated Development Environment (IDE), and this resource examines the diverse facets of the IDE from common tasks to intricate functions to the powerful tools that accompany the main code editing and design windows. Written by a unique author duo and offering an in-depth look at the powerful and fascinating features and techniques of the IDE, this book explores each aspect of the development life cycle from the perspective of how Visual Studio 2008 can make your life easier. Each chapter is packed with examples that illustrate uses for various tools, commands, and shortcuts of Visual Studio 2008. You will gradually learn to identify where a feature is used, conclude how you can use it to its fullest potential, and then seamlessly apply that feature to help solve real-world problems
Platform: | Size: 20554752 | Author: serdar | Hits:

[Books0596100655.Eclipse.IDE.Pocket.Guide.Aug.2005.eBoo

Description: Eclipse is the world s most popular IDE for Java development. And although there are plenty of large tomes that cover all the nooks and crannies of Eclipse, what you really need is a quick, handy guide to the features that are used over and over again in Java programming. You need answers to basic questions such as: Where was that menu? What does that command do again? And how can I set my classpath on a per-project basis?
Platform: | Size: 480256 | Author: Bob Lee | Hits:

[SCMide

Description: 基于Zigbee的CC2530 基本射频收发的点对点通信(Q2530BB板)-Zigbee the CC2530 basic RF transceiver-based peer-to-peer communication (Q2530BB board)
Platform: | Size: 625664 | Author: 王旭巍 | Hits:

[SCMide

Description: startup screen basic example for chipcon texas instruments 80251 analong device chipset programmable system on chip
Platform: | Size: 401408 | Author: kser | Hits:

[Other Embeded programEmbest-IDE-for-ARM

Description: 基于Embest IDE for ARM开发环境的程序源文件。使用ADD、SUB、LSL、LSR、AND和ORR等指令,完成基本数学与逻辑运算。-Embest IDE for ARM development environment based on the program source file. ADD, SUB, LSL, LSR, AND, and ORR instructions to complete basic mathematical and logical operations.
Platform: | Size: 3072 | Author: 李玉致 | Hits:

[Linux-Unixide-io

Description: IDE I/O functions,Basic PIO and command management functionality.
Platform: | Size: 8192 | Author: uioWEh | Hits:

[Otheropengl-basic-program

Description: 基于vs2005,opengl,c++ 可以实现坐标轴xzy的旋转功能-hello,every one ,this is a program about opengl ,c++,it use vs 2005 IDE
Platform: | Size: 1164288 | Author: 严函明 | Hits:

[Linux-Unixide-io

Description: IDE I O functions Basic PIO and command management functionality. -IDE I O functions Basic PIO and command management functionality.
Platform: | Size: 8192 | Author: raoblvn | Hits:

[Linux-Unixide-io

Description: IDE I O functions Basic PIO and command management functionality. -IDE I O functions Basic PIO and command management functionality.
Platform: | Size: 8192 | Author: jnponciu | Hits:

[DocumentsIDE user guide_v1.01 (CN)[1]

Description: 附件是应广MCU的开发基本资料,欢迎大家下载学习,谢谢!(Appendix is the basic information of the development of MCU, welcome to download and study, thank you!)
Platform: | Size: 2225152 | Author: 小东1688 | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net