搜索资源列表
hbyy2ppt
- 给你们提供了汇编语言的电子教案。希望你们在这方面有什么要更改的或不足的。。。有什么问题跟我联系。谢谢。-to providing you with a compilation of electronic language curriculum. I hope you in this regard to any changes or inadequate. . . What is the problem with my contact. Thank you.
v3220000807
- Virtual Win32 API For BSD UNIX, 可在UNIX下直接编译呼叫标准Win32 API之C/C++原始码, 单一原始码可跨平台, 可在Windows下使用Visual C++对于目标UNIX的程序除错 , 确定没问题后可直接移植至UNIX完全不用修改-Virtual Win32 API For BSD UNIX, in the UNIX compiler directly call Win32 API's standard C / C source code.
2006424212221
- 一款比较实用的学生成绩管理系统,功能强大,切实用,希望大家能够喜欢,有什么问题请加Q229929778-A comparison of the performance of their students practical management system, the powerful, effective with the hope that people will like. What is the problem please dial Q229929778
cc2420+pic
- CC2420+pic,很好用的程序啊,适合初学者,绝对没有问题的,快来下载啊 -CC2420 and Its Application pic, the procedure is useful ah suitable for beginners, there is absolutely no problem, ah Come Download
Testexecl
- 一个简单的execl(linux)下的服务器代码,有什么问题,请多指教-a simple execl (linux) server code, any problem, please enlighten
xunhuanlianbiao-Josephus
- 用循环链表解Josephus问题。设有n个人围坐在一个圆桌周围,现从第1个人开始报数,数到第m的人出列,然后从出列的下一个人重新开始报数,数到第m的人又出列,…,如此反复直到所有的人全部出列为止。Josephus问题是:对于任意给定的n和m,求出按出列次序得到的n个人员的序列,如n=8,m=4时,输出序列是48521376。-cyclic Chain Solutions Josephus problem. N with the individuals sitting around a round
Curriculum
- 课程安排,用拓扑排序实现 4、实现课程的拓扑排序。(选)(加)问题描述:软件专业的学生要学习一系列课程,其中有些课程必须在其先修课程完成后才能学习,具体关系见下表:课程编号 课程名称 先决条件 C1 程序设计基础 无 C2 离散数学 C1 C3 数据结构 C1,C2 C4 汇编语言 C1 C5 操作系统 C3 假设每门课程的学习时间为一学期,试为该专业的学生设计教学计划,使-curriculum, and topological sorting achieve four to achieve c
huisu
- 回溯(b a c k t r a c k i n g)是一种系统地搜索问题解答的方法。为了实现回溯,首先需要为问题定义一个解空间( solution space),这个空间必须至少包含问题的一个解(可能是最优的)。在迷宫老鼠问题中,我们可以定义一个包含从入口到出口的所有路径的解空间;在具有n 个对象的0 / 1背包问题中(见1 . 4节和2 . 2节),解空间的一个合理选择是2n 个长度为n 的0 / 1向量的集合,这个集合表示了将0或1分配给x的所有可能方法。当n= 3时,解空间为{ ( 0
xiansh
- 这是我编写的一部分,已经编译过,&调试过,没问题,希望可以对人有些帮助-This is part of my preparation has been compiled, & Debugging off, no problem, hoping to help some people
DOT16x16
- 16 x 16 LED problem for display use can run dynamically-16 x 16 LED problem for display use can run dy namically
zzzzsc
- 线性规划问题,也是别人编的,大家共享以下八-linear programming problem, as well as other series, we share the following eight
0-1-knapsack-problem-matlab
- 关于matlab解决0-1背包问题的修改,原先下载的matlab代码中有错误-Solve 0-1 knapsack problem matlab modifications, there is an error in the original download matlab code
CMP-problem
- 用C++语言解决关键路径问题,求图的关键路径原代码,可直接运行-CMP problem
Vehicle-Routing-Problem
- 用遗传算法解决带时间窗约束的模糊车辆调度问题(fvrp)。c++编写的-Solve the fvrp problem
MFC-maze-problem-(finding-all-paths)
- 编译环境MFC,实现一个迷宫问题: 任意确定一个迷宫的规模和形态,用非递归的方法走出迷宫,并输出至少一条通路的路径。 -Compiler environment MFC, the realization of a maze problem: determining a maze of arbitrary size and shape, with a non-recursive way out of the maze, and outputs at least one channel pa
Placing-bouquets-problem
- 花束摆放问题现有f束不同品种的花束(每束花用1~f的整数唯一标识)和至少为同样数量的花瓶按顺序摆成一行,其位置固定于架子上并按从1到v从左到右依次摆放。其中v为花瓶的数量,则有f<=v。标识花束的整数决定了花束在花瓶中的顺序。例如有花束i和花束j(i<j)则花束j不能放在花束i的前面。每个花瓶只能放一种花束,若花瓶的个数多于花束的数量,则多出来的花瓶空置。 假设每个花瓶都具有各自的特点,那么当不同的花束放入不同的花瓶的时候便会产生不同的美学效果,并用一个美学值来(整数)表示。约定
Ball-Clock-problem
- 球钟问题,共27个球,计算时间,12小时进制,用到数据结构中的栈和队列-Ball Clock problem
Serial-scheduling-problem
- 串行调度问题,构建串行调度问题的链表,串行调度的流程。-Serial scheduling problem
Josephus-problem
- 描述 约瑟夫问题:有n只猴子,按顺时针方向围成一圈选大王(编号从1到n),从第1号开始报数,一直数到m,数到m的猴子退出圈外,剩下的猴子再接着从1开始报数。就这样,直到圈内只剩下一只猴子时,这个猴子就是猴王,编程求输入n,m后,输出最后猴王的编号。 输入 每行是用空格分开的两个整数,第一个是 n, 第二个是 m ( 0 < m,n <=300)。最后一行是: 0 0 输出 对于每行输入数据(最后一行除外),输出数据也是一行,即最后猴王的编号-
Critical-path-problem-
- 关键路径问题,用二叉树的方法去实现如何和查找关键的路途,帮助你怎样选择最佳路径。-Critical path problem, the binary tree method to achieve and how to find the key to the road, to help you how to choose the best path.