Welcome![Sign In][Sign Up]
Location:
Search - Direct

Search list

[Process-Threadrunprocess

Description: 如何直接运行一个资源中的程序,能够编译通过.-how to run a direct resources procedures to compile.
Platform: | Size: 2627 | Author: 王峰 | Hits:

[Other resourceVByangtiao

Description: 用vb编写的B样条曲线!!直接运行即可,它主要是数值计算的一个有用软件-prepared with the B-spline curves! ! Direct operation can be, it is primarily a numerical calculation of useful software! !
Platform: | Size: 1047 | Author: lei | Hits:

[Other resourceKeilC517.01

Description: 环境要求:Windows 98/2000/XP Keil C51 7.0 版本 本盘附有书中的全部实例的代码模块,提供给读者参考之用。其中部分带有.UV2扩展名文件 的是给出了实例的全部代码并且经过编译的,读者可以直接在Keil C51环境下编译运行。-environmental requirements : Windows 98/2000/XP Keil C51 7.0 version of the book was available in all the examples the code modules, available to the readers reference. With some of them. UV2 extension of the document is presented examples of all the code and have compiled, readers can direct the Keil C51 compiler operating environment.
Platform: | Size: 7139 | Author: fency | Hits:

[Other resourceKeilC517.03

Description: 环境要求:Windows 98/2000/XP Keil C51 7.0 版本 本盘附有书中的全部实例的代码模块,提供给读者参考之用。其中部分带有.UV2扩展名文件 的是给出了实例的全部代码并且经过编译的,读者可以直接在Keil C51环境下编译运行。-environmental requirements : Windows 98/2000/XP Keil C51 7.0 version of the book was available in all the examples the code modules, available to the readers reference. With some of them. UV2 extension of the document is presented examples of all the code and have compiled, readers can direct the Keil C51 compiler operating environment.
Platform: | Size: 9720 | Author: fency | Hits:

[ICQ-IM-ChatOICQmima

Description: 一个OICQ密码解密源代码,并没有进行逆向工程,直接通过分析 加密后的密码得到。 -a password decryption code, and reverse engineering, direct analysis of the encrypted password.
Platform: | Size: 49177 | Author: 王和 | Hits:

[Button controlCommandSCE

Description: 按钮控件, 多功能的按钮控件,可以直接做到WindowsXP等效果的控件-button controls, multi-function button controls, can do WindowsXP direct effect of such controls
Platform: | Size: 146769 | Author: cheaven | Hits:

[Other resourcedanbaizhishuijie

Description: 温度传感器18B20汇编程序,采用器件默认的12位转化,最大转化时间750微秒 可以将检测到的温度直接显示到AT89C51开发实验板的两个数码管上 显示温度00到99度,很准确哦~~无需校正!-temperature sensor 18B20 assembler, using the default device into 12, the largest 750 microsecond conversion time can be detected by a direct indication of temperature AT89C51 development of two experimental plate the digital temperature display on the tube from 00 to 99 degrees, very accurate ~ ~ Oh, no correction!
Platform: | Size: 54853 | Author: ningbowang | Hits:

[OtherFastMail1.1

Description: 内置了SMTP服务器的功能,支持匿名发送邮件,可发送多媒体网页,直接发送网站等功能-built-in SMTP server functions, support anonymous mail can send multimedia website this site is a direct function
Platform: | Size: 47383 | Author: liu | Hits:

[Other resourceshellsort111

Description: 附有本人超级详细解释(看不懂的面壁十天!) 一、 实际问题: 希尔排序(Shell Sort)是插入排序的一种。因D.L.Shell于1959年提出而得名。它又称“缩小增量分类法”,在时间效率上比插入、比较、冒泡等排序算法有了较大改进。能对无序序列按一定规律进行排序。 二、数学模型: 先取一个小于n的整数d1作为第一个增量,把文件的全部记录分成d1个组。所有距离为dl的倍数的记录放在同一个组中。先在各组内进行直接插人排序;然后,取第二个增量d2<d1重复上述的分组和排序,直至所取的增量dt=1(dt<dt-l<…<d2<d1),即所有记录放在同一组中进行直接插入排序为止。该方法实质上是一种分组插入方法。 三、算法设计: 1、将相隔某个增量dlta[k]的元素构成一个子序列。在排序过程中,逐次减小这个增量,最后当h减到1时,进行一次插入排序,排序就完成。增量序列一般采用:dlta[k]=2t-k+1-1,其中t为排序趟数,1≤k≤t≤[log2 (n+1)],其中n为待排序序列的长度。按增量序列dlta[0..t-1]。 2、按增量dlta[k](1≤k≤t≤[log2 (n+1)])进行一趟希尔插入排序。 3、在主函数中控制程序执行流程。 4、时间复杂度:1≤k≤t≤[log2 (n+1)]时为O(n3/2)。 -with super detailed explanation (not read the Wall for 10 days!) A practical question : Sort Hill (Shell Sort) is inserted into a sort. By D. L. Shell made in 1959 and named after. It is also known as the "narrow incremental method" in the time-efficient than inserted, such as sorting algorithms and bubbling there has been a big improvement. The disorder can sequence by law must rank. Two mathematical models : first getting a less than n integers d1 as an increment. all documents should be recorded into d1 groups. All distance dl in multiples of record on the same group. In the first group for direct insertion sorting; Then, take a second increment d2
Platform: | Size: 19421 | Author: 乐乐 | Hits:

[ASP1_3716_2

Description: 资源介绍: 修复版主回复功能,直接QQ回复,不再显示主页,EMAIL,直接点击就可进入 -resources on : moderator restore functional restoration, direct response QQ not show home page, e-mail, They can go directly Click
Platform: | Size: 282835 | Author: simmy | Hits:

[Streaming Mpeg4LocalMediaServer

Description: 基于Media Format SDK编写的一个流媒体服务器。采用多线程实现。一个线程负责读取数据放到缓冲流中,另一个线程负责从缓冲流中读取数据并对外发布。通过Medai Player可直接观看发布的视频流。是开发p2p视频点播服务器的基础。-Media Format SDK Based on the preparation of a streaming media server. Multi-threading to achieve. A thread is responsible for reading data from a buffer stream, and the other threads from the buffer for read data flow and external publication. Through direct Medai Player to watch streaming video release. The development of peer-to-peer video-on-demand server basis.
Platform: | Size: 22053 | Author: 张志 | Hits:

[Button controlBusinessSkinForm.v2.76.For.Delphi567

Description: 直接安装,感觉不错 直接安装,感觉不错 -direct installation, the installation of a direct feeling good, feeling good direct installation, t he installation of a direct feeling good, feeling good
Platform: | Size: 7546622 | Author: 王琳 | Hits:

[Other resourcezlg_fs_ffs

Description: 周立功的支持写平衡的文件系统,直接驱动K9FXX08系列NAND FLASH。-Zhou, who wrote the support of a balanced document, direct drive K9FXX08 series NAND FLASH.
Platform: | Size: 194556 | Author: 张凡 | Hits:

[CSharpcolor2

Description: 这是我编的关于着色问题的C程序,我的程序已经通过编译了,直接可以运行-This is my series on the C coloring process, I have been through the process of compiling a direct run
Platform: | Size: 827 | Author: ouzf | Hits:

[OpenGL programconcave_polygon

Description: opengl没有提供直接画凹多边形的方法 但可以通过 Tess方法实现,此程序为样例程序-opengl not provide direct painting concave polygon method but can Tess method, this procedure for the sample program
Platform: | Size: 127210 | Author: terry | Hits:

[Other resourcebpjd

Description: 直接的源代码形式,没有解压密码,即解即用,也可能有点语法问题,请使用的时候注意一下-direct source code form, without extracting passwords, that solution is used, may be a bit syntax, please use the time to take note
Platform: | Size: 879 | Author: hansiying | Hits:

[Button controlch14

Description: 本文件提供了一些基本的java界面以及组件,还包括了测试代码,秉承javabean的思想,可以不再重新写,就可以直接引入用即可。-This paper provides some basic java interface and components, but also a test code, javabean uphold the idea that they no longer re-write, it can be used to introduce direct.
Platform: | Size: 1675875 | Author: 向明建 | Hits:

[Web Serverycpt

Description: 网游精灵远程挂机平台 V1.2 关了电脑也能挂机,挂机新革命 本系统支持很多外挂挂机,是极酷的赚钱机器, 安全性强:在服务端提供多重安全机制保证的同时,零距离远程挂机服务不需要用户的游戏帐号和密码,安全有保障 使用简单:只要能上网的地方都可使用。 操作方便:使用零距离远程挂机服务后,用户关闭电脑后,可以在任何其他可以上网的电脑上随时自主查询进度和状态。 方便管理:可以生成冲值卡在线冲值,冲值即时生效,还可以结全网银开发在线支付 节省资源:无驻留程序,不影响其它软件或游戏运行,不影响电脑的性能。 选择灵活:用户可以根据自己的需要,选择任意一种自己熟悉喜欢的游戏辅助工具来挂机。 更新方便: 可以随时根据游戏辅助工具的更新情况而即时更新系统。 详情可至 www.xarwx.com上亲身体验 用户需注册并充值后方可登录挂机平台 演示网址: www.xarwx.com 挂机平台源码下载:http://www.xarwx.com-online genie remote outboard V1.2 platform when the computer can be terminated, outboard revolutionary new system to support the many external coolness is very cool money-making machines, strong safety : in the service-providing multiple security mechanisms to guarantee the same time, point blank distance service does not require users coolness of the game account and password security protection using simple : as long as the Internet can be used. Easy to operate : to make direct use of telemedicine services terminated after the closure of computer users, in any other Internet computers at any time independent inquiry on the progress and status. Facilitate management : can generate confirmation cards online dealers, the dealers with immediate effect, also the entire network node Developmen
Platform: | Size: 466412 | Author: 1223434 | Hits:

[GUI Developprintercode

Description: 打印机适配器端口直接编程: 通过系统并行口1,打印一行字符”HELLO”.并行口1的数据口地址为378H,命令口地址为37AH,状态口地址为379H. -direct printer port adapter programming : a parallel port system, Print his characters "Hello." a parallel port data I address 378H, I order to address 37AH, state I address 379H.
Platform: | Size: 3514 | Author: 刘福昌 | Hits:

[Embeded-SCM Develop1549

Description: ad采集程序,已经经过仿真验证,能够直接应用-ad collection procedure has been verified through simulation, to the direct application
Platform: | Size: 1138 | Author: xuying | Hits:
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »

CodeBus www.codebus.net