搜索资源列表
th0
- 可用波特率计算(方式1、3波特率发生器全部工作于自动重装载方式).exe-baud rate can be calculated (mode baud rate generator 1,3 all of the work on automatic loading methods). Exe
FONTNEW
- dos下显示汉字,利用int 15 的87 号功能将字库装载到1m以上内存。-dos shown in Chinese characters, use int 15 87 functions will be loaded into character 1m more memory.
eye4000
- 不过建议别装太多 滤镜装载方法:如果用的是Photoshop_CS2完整版,附带了IMAGE READY,安装路径ADOBE\\Plug-Ins\\Adobe Photoshop Only 一般都装在PLUG-IN中 不需要的用PHOTOSU卸 笔刷就不用说了,好用的不得了,把笔刷粘贴到ADOBE\\Presets\\Brushes\\Adobe Photoshop Only,或者进入PS,点笔刷,看效果图 有一些没有SN我也没办法 滤镜大全.asp(1)解压
zzpsms
- 实现装载问题的解决 你可以运行时 根据参数的不同得到不同的结果-achieve loading solve the problem when you can run under different parameters to be different results
beibao
- 0_1背包问题,回溯法解背包问题 0-l背包问题是子集选取问题。一般情况下,0-1背包问题是NP难题。0-1背包 问题的解空间可用子集树表示。解0-1背包问题的回溯法与装载问题的回溯法十分类 似。在搜索解空间树时,只要其左儿子结点是一个可行结点,搜索就进入其左子树。当 右子树有可能包含最优解时才进入右子树搜索。否则将右子树剪去。设r是当前剩余 物品价值总和;cp是当前价值;bestp是当前最优价值。当cp+r≤bestp时,可剪去右 子树。计算右子树中解的上界的更好方法
vc++1
- VC 源代码 --- --- --- --- --- --- --- -- dswRename_src.zip 一个可以重命名workspace的程序。 simplecomserver_src.zip 演示了如何生成一个COM组件。 consolePipe_src.zip consolePipe_demo.zip 用图形界面的程序装载控制台程序并接收控制台程序的输出。 TiffToP
beibao
- 关于背包的装载能力,用C++设计的程序,是著名的背包问题,相信大家在做实验报告时会遇到
gwiopm
- 在Windows NT使用I/O端口,包括装载,开始,卸载驱动程序的函数.-use of the Windows NT I / O ports, including loading, unloading driver function.
pagetimer
- Pagetimer 1.00Pagetimer是用Microsoft Visiual J++制作的applet,它会在你访问网页时显示流逝的时间。当applet被完全装载并初始化时,这个定时器就开始工作了。它很小(小于3k)因此下载起来很快。-Pagetimer 1.00Pagetimer Microsoft is produced by J Visiual applet, it will be when you visit the website showed the passage of t
beibao_多种算法
- 0-l背包问题是子集选取问题。一般情况下,0-1背包问题是NP难题。0-1背包 问题的解空间可用子集树表示。解0-1背包问题的回溯法与装载问题的回溯法十分类 似。在搜索解空间树时,只要其左儿子结点是一个可行结点,搜索就进入其左子树。当 右子树有可能包含最优解时才进入右子树搜索。否则将右子树剪去。设r是当前剩余 物品价值总和;cp是当前价值;bestp是当前最优价值。当cp+r≤bestp时,可剪去右 子树。计算右子树中解的上界的更好方法是将剩余物品依其单位重量价值排序,然后 依次装入物品,直至装
_Counter_
- 一个计数器dll,能统计进程的个数,只要进程装载它计数器会自动加一,进程卸载它就会自动减一,函数GetCount返回计数器的值-a counter dll, statistical process can number, as long as the process of loading it would counter an automatic, the process will automatically uninstall it by one, function GetCount coun
装载和播放波形声音
- 你好我是一位毕业生需要ICA语音识别系统 请大家帮忙 还有十天就交了我没做出来啊 !-Hello, I need is a graduate of ICA Speech Recognition System Please help ten days on the eve of the I never come out ah!
Fac5_2
- /最优装载问题解法,该程序一条调通,缘自王晓东算法设计-/ Optimal Loading Problem Solution, the program pass a tune fate since Xiaodong algorithm design
web
- delphi自动装载网页,并且控制翻页,上翻页和下翻页。-delphi auto-loading pages, and the control page, the page and the next page.
OperatingSystem
- 该程序涉及进程创建和撤销相关理论;涉及信号量相关理论;涉及进程调度相关理论; 涉及死锁相关理论;涉及页面置换相关理论;涉及磁盘调度相关理论;涉及内存管理相关理论;是一个真实的内核实验,它涉及了可执行文件的装载与重定位。 -The program involves the process of creation and revocation of the relevant theory related Semaphore related theory involved in the proce
w
- 子集树回溯法 试设计一个用回溯法搜索子集空间树的函数。该函数的参数包括结点可行性判定函数和上界函数等必要的函数,并将此函数用于解装载问题。 装载问题描述如下:有一批共n个集装箱要装上艘载重量为c的轮船,其中集装箱i的重量为wi。找出一种最优装载方案,将轮船尽可能装满,即在装载体积不受限制的情况下,将尽可能重的集装箱装上轮船。-A subset of the trial design of a backtracking tree with backtracking search a subs
C
- 利用分支限界算法求解最优装载,实现了最优装载问题的求解-The use of branch and bound algorithm to solve the optimal load to achieve the optimal load for solving the problem
devise2
- 在DOS环境下 实现装载系统,重启系统,时间显示灯功能-In the DOS environment to achieve loading system, reboot system, the time indicator function
linkaload
- 链接过程,编译原理,装载以及相关的工作原理-Linking process, compiler theory, loading and associated works
TMS320VC5509A-cough
- 本文利用5509A设计一套咳嗽检测装载,对于语音处理的相关项目有参考价值!-In this paper, 5509A design a cough test load, the voice processing of the relevant project reference value!