搜索资源列表
wdm动态装载
- 动态装载WDM驱动程序,包含DEMO工程,用vc6.0编译通过.-dynamic loading WDM, including DEMO works with vc6.0 compile.
我的装载问题
- 这是一个装载问题的的程序,-This is a problem loading procedures,
装载、保存256色位图的函数
- 装载、保存256色位图的函数.rar-loading, preserved 256-color bitmap functions. Rar
装载问题
- 装载问题要求确定是否有一个合理的方案可将这n个集装箱装上这两艘船.有,找出一种方案-loaded question asked to determine whether there is a reasonable proposal will be ready n containers loaded on the vessels. Have to find a program
11.如何在列表框中自动装载磁盘文件列表?
- 11.如何在列表框中自动装载磁盘文件列表.rar-11. How listbox automatic paper loading disk list. Rar
elf装载
- elf装载
我的装载问题
- 这是一个装载问题的的程序,-This is a problem loading procedures,
装载问题的算法
- 一个用贪心算法做的-with a greedy algorithm to do
装载、保存256色位图的函数
- 装载、保存256色位图的函数.rar-loading, preserved 256-color bitmap functions. Rar
装载问题
- 装载问题要求确定是否有一个合理的方案可将这n个集装箱装上这两艘船.有,找出一种方案-loaded question asked to determine whether there is a reasonable proposal will be ready n containers loaded on the vessels. Have to find a program
算法设计与分析 报告 一
- 贪心算法解最优装载问题-greedy algorithm for optimal solutions loading problem
11.如何在列表框中自动装载磁盘文件列表?
- 11.如何在列表框中自动装载磁盘文件列表.rar-11. How listbox automatic paper loading disk list. Rar
上大_net-0-1背包问题(回朔法)
- 0 / 1背包问题是一个N P-复杂问题,为了解决该问题,,将用回溯算法解决该问题。既然想选择一个对象的子集,将它们装入背包,以便获得的收益最大,则解空间应组织成子集树的形状(如图1 6 - 2所示)。该回溯算法与4 . 2节的装载问题很类似。首先形成一个递归算法,去找到可获得的最大收益。然后,对该算法加以改进,形成代码。改进后的代码可找到获得最大收益时包含在背包中的对象的集合。-0/1 knapsack problem is a P-
算法游戏实例
- 这里面有几个算法游戏实例,包括多边形游戏,装载问题, 单源路径等,都是比较经典的算法-this algorithm, there are several examples of games, including polygon game, loading problems, such as single-source path, which is a more classical algorithm
wdm动态装载
- 动态装载WDM驱动程序,包含DEMO工程,用vc6.0编译通过.-dynamic loading WDM, including DEMO works with vc6.0 compile.
hostdebugger
- /*串行口操作模式1:8位UART,波特率可变,11.0592晶振*/ TMOD = 0x20 /*定时器*计数器1的操作模式为2*/ PCON = 0x80|PCON /*SMOD 置1*/ TH1 = 0xfd /*定时器1的重装载值,此时若SMOD=0,9.6K SMOD=1,19.2K*/ TR1 = 1 /*定时器*计数器1开始工作*/ REN = 1 /*允许串行口接收*/-/* se
LimitBin
- 装箱问题:在装箱问题中,有若干个容量为c 的箱子和n 个待装载入箱子中的物品。物品i 需占 用s[i]个单元(0< s[i]≤c)。成功装载是指能把所有物品都装入箱子。最优装载是指使用最 少箱子的成功装载。 例如某运输公司要把包裹装入卡车中,每个包裹都有一定的重量,且每辆卡车也有其载 重限制(假设每辆卡车的载重都一样)。在卡车装载问题中,希望用最少的卡车来装载包裹。 此问题可看作装箱问题。卡车对应于箱子,包裹对
箱子装载
- 运用多种数据结构完成箱子装载问题,包括二叉树算法,DBS树等(Use a variety of data structures to complete box loading problems, including two fork tree algorithm, DBS tree and so on)
Linux编译链接装载
- 一个关于Linux下C语言程序从编译到运行的详细过程,包括预处理、处理、汇编、链接、装载过程。(A detailed process for the process from compiling to running under Linux, including preprocessing, processing, assembly, linking, and loading.)
程序员的自我修养—链接、装载与库
- 程序员的自我修养—链接、装载与库,程序员必看(just for everyone,thank you)