联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All Windows编程(453) 
按平台查找All Others(453) 

[Windows编程] Notepad++

Notepad ++是免费的源代码编辑器和支持多种语言的Notepad替换。在MS Windows环境中运行,其使用受GPL许可证控制。 基于强大的编辑组件Scintilla,Notepad ++是用C ++编写的,并使用纯Win32 API和STL来确保更高的执行速度和更小的程序尺寸。通过在不失去用户友好性的情况下优化尽可能多的例程,Notepad ++试图减少世界二氧化碳的排放。当使用较少的CPU功率时,PC可以降低速度并降低功耗,从而实现绿色环境。
Notepad++ is a freesource code editor and Notepad replacement that supports several languages. Running in the MS Windows environment, its use is governed by GPL License. Based on the powerful editing component Scintilla, Notepad++ is written in C++ and uses pure Win32 API and STL which ensures a higher execution speed and smaller program size. By optimizing as many routines as possible without losing user friendliness, Notepad++ is trying to reduce the world carbon dioxide emissions. When using less CPU power, the PC can throttle down and reduce power consumption, resulting in a greener environment. (2020-04-11, Others, 4687KB, 下载0次)

http://www.pudn.com/Download/item/id/1586602252370260.html

[Windows编程] Practical Common Lisp

由塞贝尔编著的《实用Common Lisp编程》是一本不同寻常的Common Lisp入门书。《实用Common Lisp编程》首先从作者的学习经过及语言历史出发,随后用21个章节讲述了各种基础知识,主要包括:REPL及Common Lisp的各种实现、S-表达式、函数与变量、标准宏与自定义宏、数字与字符以及字符串、集合与向量、列表处理、文件与文件I/O处理、类、FORMAT格式、符号与包,等等。而接下来的9个章节则翔实地介绍了几个有代表性的实例,其中包含如何构建垃圾过滤器、解析二进制文件、构建ID3解析器,以及如何编写一个完整的MP3 Web应用程序等内容。最后还对一些未介绍内容加以延伸。 《实用Common Lisp编程》内容适合Common Lisp初学者及对之感兴趣的相关人士。
Practical Common Lisp programming written by Seibel is an unusual introduction to common lisp. Practical Common Lisp programming starts from the author's learning process and language history, and then describes various basic knowledge in 21 chapters, mainly including: various implementations of repl and Common Lisp, S-EXPRESSION, function and variable, standard macro and custom macro, number and character, string, set and vector, list processing, file and file I / O processing, class, format Formats, symbols and packages, and so on. The next nine chapters introduce several representative examples, including how to build a garbage filter, parse binary files, build an ID3 parser, and how to write a complete MP3 web application. In the end, it extends some of the contents not introduced. The content of practical Common Lisp programming is suitable for Common Lisp beginners and interested persons. (2019-12-25, Others, 24135KB, 下载0次)

http://www.pudn.com/Download/item/id/1577280345688622.html

[Windows编程] jquery.field

这个插件可以大大扩展来检索和设置值的形式超越jQuery的标准val()方法的能力(和迈克Alsup的形式插入的fieldarray()法)允许你与所有类型的表单域的元素的相互作用(除了输入[”type=“文件”],这是一个只读的元素。)它的作品文本元素一样的无线电,复选框和选择元素。 插件是建立在对你要操纵领域像传统的变量。选择器应当书面查询一个特定领域的对象(即元素会被联系在一起通过一个共同的名字属性,例如$(“输入”的名字= myradiobutton [“]”)。) 元素,返回多个值是由一个逗号分开或返回一个数组的基础上的方法调用。 为元素,允许一个以上的选项进行选择(选择和复选框元素)你可以指定一个逗号分隔的列表或数组的值来标记多个选项被选中。
This plugin greatly expands the ability to retrieve and set values in forms beyond jQuery s standard val() method (and Mike Alsup s Form Plug-in s fieldArray() method) by allowing you to interact with all types of form field elements (except input[@type="file"], which is a read-only element.) It works the same way for text elements as it does for radio, checkbox and select elements. The plug-in was built on the concept that you want to manipulate the fields like their traditional variables. Selectors should be written to query a specific field object (i.e. elements that would be linked together via a common name attribute, for example $("input[@name= myRadioButton ]").) Elements that return multiple values are either separated by a comma or returned as an array based on which methods you invoke. For elements that allow more than one option to be select (select and checkbox elements) you can specify a comma delimited list or an array of values to mark multiple options as being select (2013-01-20, Others, 14KB, 下载4次)

http://www.pudn.com/Download/item/id/2122936.html

[Windows编程] silverlightControl

Button类控件(包括Button,CheckBox,RadioButton,RepeatButton,ToggleButton): CheckBox还有RadioButton都可以看做是改变了外观的ToggleButton   而RepeatButton是一个可以响应鼠标连续点击的特殊Button   这里具体介绍下ToggleButton,它是三态按钮(就是有Indeterminate,Checked,Unchecked三种点击状态) 利用这个控件就可以很方便的实现以前需要写不少JavaScript代码实现的状态翻转的功能 Slider控件:Slider控件是一个非常重要的控件,特别是对网络多媒体播放器来说是必不可少的
Button class controls (Button, CheckBox, the RadioButton RepeatButton ToggleButton): CheckBox RadioButton can be seen as changing the appearance of the ToggleButton RepeatButton is a response to the special Button mouse clicks Intro here under ToggleButton, it is tri-state button (the Indeterminate click of the Checked and Unchecked three kinds of state) to take advantage of this control can easily realize the need to write a lot of JavaScript code to achieve the state of flip function Slider controls: Slider control is a very important control especially is essential for network multimedia player (2013-01-16, Others, 99KB, 下载6次)

http://www.pudn.com/Download/item/id/2119561.html

[Windows编程] GBAbiancheng

关于在GBA上面编程,现在网上的达人们似乎都认为它要比在PC上面编程简单一些。毕竟,在GBA上面编程,迄今为止还没有像VB、VC之类的所谓“所见即所得”的开发工具,而GBA也不可能支持面向对象的编程;一切都要靠汇编和C语言……如果你接触过汇编或者C语言,那么,上手就很容易了!不过,也不是像你想象的那么难,因为GBA的硬件是所谓“单总线结构”,或者说,叫做“统一编址”;无论是访问内存,还是寄存器或者接口,就像直接访问内存一样那么简单!
GBA on top of programming, now up to the people online seem to think it than in the PC top programming simpler. After all, the top program in the GBA, so far, not as VB, VC like the so-called " WYSIWYG" development tools, and GBA can not support object-oriented programming all have to rely on assembly and C language ... ... If you come into contact with assembly or C language, then it is easy to get started up! However, is not so difficult as you imagine, because GBA hardware is the so-called " single-bus architecture," or called " unified addressing" whether access memory, or registers, or interface, then the same as direct access to memory Simple! (2010-08-09, Others, 2917KB, 下载4次)

http://www.pudn.com/Download/item/id/1264136.html

[Windows编程] inline

inlineinline  一、inline 关键字用来定义一个类的内联函数,引入它的主要原因是用它替代C中表达式形式的宏定义。   表达式形式的宏定义一例:   #define ExpressionName(Var1,Var2) ((Var1)+(Var2))*((Var1)-(Var2))   为什么要取代这种形式呢,且听我道来:   1. 首先谈一下在C中使用这种形式宏定义的原因,C语言是一个效率很高的语言,这种宏定义在形式及使用上像一个函数,但它使用预处理器实现,没有了参数压栈,代码生成 等一系列的操作,因此,效率很高,这是它在C中被使用的一个主要原因。
inlineinline 1, inline keyword is used to define a class inline functions, the introduction of the main reasons it is used instead of C macro definitions in the form of expression. Expression forms one example macro definition:# define ExpressionName (Var1, Var2) ((Var1)+ (Var2 ))*(( Var1)- (Var2)) Why is this form to replace it, Let me show Road to: 1 . Let me first explain the use of this form in the C macro definition because, C language is a very efficient language, this macro is defined in the form and use as a function, but it uses the pre-processor, without the pressure parameters stack, code generation and a series of operations, therefore, very efficient, which it is used in C, a major cause. (2010-07-15, Others, 4KB, 下载2次)

http://www.pudn.com/Download/item/id/1242209.html

[Windows编程] sst

超级简单的一个任务调度器,是量子编程的作者写的,非常实用
Almost all embedded systems are event-driven most of the time they wait for some event such as a time tick, a button press, a mouse click, or the arrival of a data packet. After recognizing the event, the systems react by performing the appropriate computation. This reaction might include manipulating the hardware or generating secondary, "soft" events that trigger other internal software components. Once the event-handling action is complete, such reactive systems enter a dormant state in anticipation of the next event.1 Ironically, most real-time kernels or RTOSes for embedded systems force programmers to model these simple, discrete event reactions using tasks structured as continuous endless loops. To us this seems a serious mismatch--a disparity that s responsible for much of the familiar complexity of the traditional real-time kernels. In this article we ll show how matching the discrete event nature typical of most embedded systems with a simple run-to-completion (RTC) kerne (2010-04-17, Others, 44KB, 下载54次)

http://www.pudn.com/Download/item/id/1129688.html

[Windows编程] 2382577101

操作注意事项 (1)本系统管理员用户名为:tsoft,密码为:111。 (2)实例执行文件位置:\login.asp。 (3)本系统有两种操作用户:其中管理员为超级用户,具有所有权限;普通用户没有添加操作员及删除操作员的权限。 (4)在运行本系统中的“年销售额分析”模块时,需要安装Visual Basic 6.0软件。 (5)在配置IIS服务器时,需要将本程序所在路径设置为网站的根目录。
Handling Precautions (1) The system administrator user name: tsoft, password: 111. (2) examples of implementation of the file location: \ login.asp. (3) The system has two kinds of operation of the user: one administrator for the super user has all the authority ordinary users do not have to add operators and delete operator privileges. (4) the system is running in the " sales analysis" module, you need to install Visual Basic 6.0 software. (5) Configure IIS server, you need to set up this program where the path to the root directory for the Web site. (2009-12-21, Others, 902KB, 下载4次)

http://www.pudn.com/Download/item/id/1012084.html

[Windows编程] TuxedoTraining_PasswordIs(xiebj)

tuxedo培训教程.密码是(xiebj).pdf BEA TUXEDO是在企业、Internet 这样的分布式运算环境中开发和管理三层 结构的客 户/服务器型关键任务应用系统的强有力工具。它具备分布式事务处理和 应用通信功能,并提供完善的各种服务来建立、运行和管理关键任务应用系统。开 发人员能够用它建立跨多个硬件平台、数据库和操作系统的可互操作的应用系统。 BEA TUXEDO是企业、 Internet 分布式应用中的基础主干平台。它提供了一个开放 的环境,支持各种各样的客 户、数据库、网络、遗留系统和通讯方式。
tuxedo training curricula. password is (xiebj). pdf BEA TUXEDO at the enterprise, Internet, distributed computing environment, such a development and management of three-tier architecture client/server-based mission-critical applications, a powerful tool. It has distributed transaction processing and application of communication functions, and to provide better services to build, run and manage mission-critical applications. Developers can use it to build across multiple hardware platforms, databases and operating systems interoperable applications. BEA TUXEDO is the enterprise, Internet-based distributed applications platform for the backbone. It provides an open environment to support a wide range of clients, databases, networks, legacy systems, and communication. (2009-11-12, Others, 346KB, 下载9次)

http://www.pudn.com/Download/item/id/968434.html

[Windows编程] huibiankechnegsheji

1.采用位触发方式编写程序,使计算机发出音响并奏出《两只老虎》的乐曲。 通过查阅相关资料,进一步理解程序直接控制I/O方式和位触发方式控制声音的工作原理。 一首乐曲是由不同频率和节拍的音调组成,因此控制脉冲的频率和持续时间是编写乐曲程序的关键。根据已知的音符频率对照表,给出乐曲的频率表;设二分音符持续时间为0.5秒(50*10ms),50作为2拍的计数值,给出乐曲的节拍时间表; 编写程序并调试通过。 2.进一步学习利用定时器产生声音的方法,使计算机奏出乐曲(例如《两只老虎》等)。
1. Way to trigger the use of digital programming, so that the issue of audio computer and play "two tigers" of the music. Through access to relevant information, a better understanding of procedures for the direct control of I/O mode and digital control to trigger the sound works. Music is a different tone frequency and the beat of the pulse to control the frequency and duration of the procedure is the key to the preparation of music. Notes the basis of known frequency table, given the frequency of musical scales based minim duration of 0.5 seconds (50* 10ms), 50 as a value of 2 shot, given the timetable beat music Programming and debug through. 2. Further study the use of sound methods have a timer so that the computer to play music (such as "two tigers", etc.). (2009-05-16, Others, 217KB, 下载18次)

http://www.pudn.com/Download/item/id/763496.html

[Windows编程] everestultimate_build_1245_dybm3x1wsgu

Everest ultimate(原名AIDA32) Everest ultimate是一个测试软硬件系统信息的工具,它可以详细的显示出PC每一个方面的信息。支持上千种(3400+)主板,支持上百种(360+)显卡,支持对并口/串口/USB这些PNP设备的检测,支持对各式各样的处理器的侦测。目前Everest Home已经能支持包括中文在内的30种语言,让你轻松使用。而且经过几次大的更新,现在的Everest已经具备了一定的硬件测试能力,让您对自己电脑的性能有个只管的认识。最新版本更新如下:1.修正了Intel i940/945/955/975/E7230芯片组信息显示方面的错误。2.增加对Ageia无理卡的支持。3.修正了Geforce 6800XT显卡信息显示方面的错误。 (2008-03-18, Others, 8318KB, 下载98次)

http://www.pudn.com/Download/item/id/417897.html

[Windows编程] bea_quick_start

BEA TUXEDO是在企业、Internet 这样的分布式运算环境中开发和管理三层结构的客 户/服务器型关键任务应用系统的强有力工具。它具备分布式事务处理和应用通信功能,并提供完善的各种服务来建立、运行和管理关键任务应用系统。开发人员能够用它建立跨多个硬件平台、数据库和操作系统的可互操作的应用系统。BEA TUXEDO是企业、 Internet 分布式应用中的基础主干平台(见图1)。它提供了一个开放的环境,支持各种各样的客 户、数据库、网络、遗留系统和通讯方式。
BEA TUXEDO in enterprises, Internet the Distributed Computing Environment development and management structure of the three-tier client/server-based mission-critical Application System powerful tool. It has distributed transaction processing and application of communication, and to provide better services to create, Operation and management of mission-critical applications. Developers can use it to establish a number of cross-platform hardware, databases and operating systems interoperable applications. BEA TUXEDO enterprises and the Internet distributed applications based on the trunk platform (see figure 1). It provides an open environment, and supports a wide variety of clients, databases, networks, legacy systems and means of communication. (2006-12-13, Others, 401KB, 下载12次)

http://www.pudn.com/Download/item/id/233176.html

[Windows编程] hmake

Haskell是一种程序语言。特别的,它是多态类型,懒惰的,纯的函数式语言,与大多数其它编程语言不同。 该语言被命名为Haskell Brooks Curry。它是以数学逻辑为基础的函数式语言,基于lambda演算。 为什么使用Haskell? 写一个能工作的大型的软件系统是很困难的而且很昂贵的。维护这个系统甚至更加困难和昂贵。函数式程序语言,例如Haskell,能够使之变得简单而且廉价。 附件为Haskell编译器源代码
Haskell is a programming language. In particular, it is polymorphic type, lazy, pure functional languages, and most other programming language is different. The language was named Haskell Brooks Curry. It is based on mathematical logic-based language function, based on the lambda calculus. Why use Haskell? One can write the large software systems is very difficult and very expensive. Maintaining the system even more difficult and expensive. Functional programming languages, such as Haskell, to make it simple and cheap. Haskell annex to the compiler source code (2005-12-31, Others, 58KB, 下载12次)

http://www.pudn.com/Download/item/id/137248.html