搜索资源列表
cDAGlab6
- 自己写的一个图的转换CMD 程序 nodag.txt是一个有环图演示输入文件. dag.txt是一个无环图演示输入文件. g.c 为主程序文件 stackar.c 为堆栈定义和调用文件 run.exe 为已编译好的可执行文件 我编写了一个MAKEFILE文件.如果不使用MAKEFILE 请在g.c文件的头部添加 #include \"stackar.c\" 然后再直接编译g.c. 使用了堆栈的演示代码.
G-code
- vb g-code it is a good example for g-code program-vb g-code it is a good example for g-code program
G-code-pretreatment
- 各种G代码文件,前瞻预处理功能源码例子。-Variety of G-code files, source code examples of forward-looking pre-processing functions.
B3006@04.24
- 1.支持A,G,R,D,E,U,T,P等命令; 2.可读入.ASM汇编文件或者.COD二进制文件执行; 3.可选择不同的运行方式(全速,单指令,单微指令,暂停); 4.支持中断实验(三级中断源),可以设定中断向量; 5.支持指令集与微指令集的动态扩充; 6.控件动态显示所有重要信号与数据状态(部分控件可点击) -1 supports A, G, R, D, E, U, T, P and other orders 2 read into. AS
TSP
- Descr iption 给定一个完全无向带权图G,其每一条边有一个非负的整数权值。目的是要找出G的一条经过每个顶点一次且仅经过一次的回路,使回路的总权值最小。 请设计一个2-近似算法,求出近似最小的总权值,即定义最优解为C,只要输出解在[C , 2 * C]的范围内都可以“Accept”。 Input 输入第一行为一个正整数n(1 <= n <= 20),表示G中顶点的个数。接下来n行每行包括n个整数,第i行第j个的整数表示G中第i个点
dingdianfugai
- 顶点覆盖问题。无向图G=(E,V),寻找V的一个最小子集V’,使得图中所有边至少有一个顶点在集合V’中。输出V’包含的顶点数。-Vertex cover problem. To Figure G = (E, V), find V, a minimal subset of V ' , makes all the edges in the graph at least one vertex in the set V' . Output V ' contains the number
Dijkstra
- Dijkstra杰斯拉特的贪心算法程序,实现含权有向图G=(V,E)中顶点到其余顶点的距离。-The greedy algorithm Dijkstra Jess Lats procedures with the right vertex to the rest of the distance from the vertex to Figure G = (V, E).
PELoadFromRam
- Example of loading a Windows DLL from alternative source (with in ram relocation!),e.g. from ram or from an encrypted file.
ID3_src
- Decision tree builds classification or regression models in the form of a tree structure. It breaks down a dataset into smaller and smaller subsets while at the same time an associated decision tree is incrementally developed. The final result is a t
Singlton
- 单实例类的实现,一个类只能创建一个对象,创建第二个对象的指针指向的也是第一个对象-请键入文字或网站地址,或者上传文档。 取消 Dān shílì lèi de shíxiàn, yīgè lèi zhǐ néng chuàngjiàn yīgè duìxiàng, chuàngjiàn dì èr gè duìxiàng de zhǐzhēn zhǐxiàng de yěshì dì yī gè duìxiàng “”的用法示例:由 Google 自动翻译英语中文(简体)日语The
G.729a-Document-(1)
- g.729a encoder and decoder code
CODE-(1)
- g.729a encoder and decoder code
rs274ngc
- rs274ngc,G代码解析器(使用VC 2008编译环境)-parse G code
ADPCM_SRC
- G[1].726 ADPCM算法在C语言上的实现代码-G [1] .726 ADPCM algorithm implementation in the C language code
5name
- 输入五个姓名,并将几段名字的首字母大写,能识别空格。最后将输入的名字输出到data文件-Write a programme that reads in the name (Given name+ space+ family name) of 5 persons and writes them to a disk file. Each name in the disk file always starts on a new line. Note that you need consider
sort
- 各种排序算法的代码,包括选择排序、冒泡排序、插入排序、快速排序、堆排序、希尔排序。-关闭翻译英语中文德语检测语言 中文(简体)英语日语 翻译文字或网页 各种排序算法的代码,包括选择排序、冒泡排序、插入排序、快速排序、堆排序、希尔排序。 请键入文字或网站地址,或者上传文档。 取消 Gè zhǒng páixù suànfǎ de dàimǎ, bāokuò xuǎnzé páixù, mào pào páixù, chārù páixù, kuàisù páixù,
hooke
- hooke-jeeves模式搜索法具有很好的求解最优解的功能,本算法是Mark G. Johnson 编写的,大家可以参考学习-Nonlinear Optimization using the algorithm of Hooke and Jeeves
pwc
- 使用C++开发,实现机算计定时开关机和休眠,如果使用VC++控制台编译,文件会比G++小很多-timing shutdown and sleep
invisibility
- developer Yoda shows how one could hide a process on Windows based operation systems task viewers like ProcDump or ProcessExplorer (SysInternals). It could e.g. be used as some kind of dump protection. Supports NT and Win9x-developer Yoda shows how o