资源列表
diedaifa
- // 编程序 用迭代法求a的立方根,求立方根的迭代公式为 ::Xi+1=(2*Xi)/3+a/(3*Xi*Xi) 假定X的初值为a,迭代到|Xi+1-Xi|<10的-5次方为止. 显示a=3,27的值,并通过调用pow(a,1.0/3)函数加以验证.。-//Compile a program with Iteration Method and the cube root, find the cube root of the iteration formula is:: Xi+1 = (2*
VC.button.controls.color.code
- VC 颜色按钮控件设计经典代码VC design classic button controls the color code -VC design classic button controls the color code
MFC.title.button.control.code
- MFC标题栏按钮控件开发代码MFC title bar button control to develop code -MFC title bar button control to develop code
linux
- linux学习笔记,系统安装,系统应用,系统管理-linux study notes, system installation, system applications, system management
qishixunyou
- 编写程序求解骑士巡游问题:在n行n列的棋盘上(如n=5),假设一位骑士(按象棋中“马走日”的行走法)从初始坐标位置(x1,y1)出发,要遍访(巡游)棋盘中的每一个位置一次。请编一个程序,为骑士求解巡游“路线图”(或告诉骑士,从某位置出发时,无法遍访整个棋盘 — 问题无解)。 当n=5时,意味着要在5行5列的棋盘的25个“点”处,按骑士行走规则,依次将1至25这25个“棋子”(数码)分别摆放到棋盘上(摆满25个位置则成功,否则失败问题无解)。 -Knight Parade prog
testsplash
- 五子棋程序,此程序比较简单;算法较容易,搜索路径很复杂,基本是全局比较;智能性不高;适合刚学习编程的人员。-fivechess
MFC.button.control.programmed
- MFC编程设置按钮控件代码MFC button control code programmed -MFC button control code programmed
VC.Control.Settings.button.code
- VC设置按钮颜色控件开发代码VC Control Development Settings button color code -VC Control Development Settings button color code
list
- 编程判断两个链表是否相交,来自微软公司的编程之美-Programming to determine whether the intersection of two lists
NIM
- NIM选数字游戏算法,来自微软公司的编程之美-NIM algorithm selected figures from the beauty of Microsoft' s programming
taskmanager
- 任务管理的改进算法,来自微软公司的编程之美-Improved algorithm for task management, from the beauty of Microsoft' s programming
struct
- 数据结构(C语言版)严蔚敏_吴伟民高清扫描版,含答案-Data structure (C-language version) _ Wu Weimin Yan Wei-min scan high-definition version, with answers
