搜索资源列表
PROGRAMSEIDEL
- 一、 Seidel迭代法 算法8.2: 1. 输入矩阵A,右端项b ,初始迭代向量 X(0) ,维数n,容许误差ε ,最大容许迭代次数 N。 2. 置k=1. 3. 计算 X1=(b1-Σa1jxj(0))/a11 j=2,3,…….,n Xi=(bi-Σaijxj-Σaijxj(0))/aii, i=2,3,……,n-1 Xn=(bn-Σanjxj)/ann j=1,2,…….,n-1 4.若||X-X(0)|| <ε,输出X , 停机;否则,转步骤5。
awk
- awk by Cao Siqin, 2007.7.17 awk <Format String> Format string: It may contain following symbols: $x: parameter x will be used here \\t = \\x07 \\n = \\x0A Example: scr ipt.txt: C:\\WINDOWS\\a logfile .log C:\\WINDOWS\
awkprint
- 因为 Windows 下执行 awk print ... 效率实在太低,所以引入 awkprint,相当于 awkprint awkprint by Cao Siqin, 2007.7.17 awkprint <Format String> Format string: It may contain following symbols: $x: parameter x will be used here \\t = \\x07 \\n = \
gawk-3.1.3-2-src
- windows下可用的gawk的源代码,可以在程序里面处理文本处理等功能
3
- 关于猎人过河问题 要解决这个问题就要使过河时载两个过河,返回时尽量只有一个回来。用一个字符串数组来存猎人,狼,羊,白菜;下标依次为0,1,2,3;但他们都有河这边和那边两种状态;为方便则定义一个结构,只含一个int型变量n;当在河这边时n设为0;在河那边时n设为1。由于每次过河与返回都要考虑狼能否吃羊或羊能否吃白菜;则需要一个函数来判断每次选择是否满足条件。
3
- 函数重载应用,要求:1.定义函数1.圆(输入半径)、2.长方形(输入长与宽)、3.正方形(输入边长)、4.扇形的面积(输入圆心角与半径); ② 给用户提示1.圆、2.长方形、3.正方形、4.扇形的面积、0.退出; ③ 根据用户选择提示输入的函数参数; ④ 计算图形面积,并显示。-Function overloading application requirements: 1. Defined function 1. Circle (input radius),
MSConsole
- Maple Story Console 1.3
velodyne-driver-1.0.tar
- README for Velodyne Driver Table of Contents: 1. Installation 2. Test Usage 3. API Installation: To install, download the tarball or checkout the source code run the following
MSYS-1.0.11
- MSYS is a collection of GNU utilities such as bash, make, gawk and grep to allow building of applications and programs which depend on traditionally UNIX tools to be present. It is intended to supplement MinGW and the deficiencies of the cmd shell.
libvorbis-1.3.1.tar
- The libvorbis package contains a general purpose audio and music encoding format. This is useful for creating (encoding) and playing (decoding) sound in an open (patent free) format. This package is known to build and work properly using an LFS-
sdefefef
- 用户管理模块 1.3模块,很好的易模块,适合易编程者使用-1.3 Module user management module, a very good and easy module, suitable and easy to use programming
1
- (1)输入某班级学生的姓名、分数; (2)对(1)的分数进行降幂排列并输出; (3)具有输入输出界面。 -(1) Enter the name of a class students, Score (2) (1) scores the Descending and outputs (3) having input and output interface.
1
- (1)编辑文本; (2)保存、打开指定位置的文本文件; (3)具有输入输出界面。 -(1) Edit the text (2) Save the text file to open the specified location (3) with input and output interface.
cycle
- 输入两个不大于100000的正整数a和b,输出a/b的结果。当然,不是只输出整数部分,小数部分也是要算出来的,不过因为是整数, 如果结果是无限小数,结果一定是循环小数,必定存在循环节,比如1/3 = 0.33333....,或者1/7 = 0.142857142857..., 所以如果是循环小数,那么仅仅输出到第一个循环节结束就可以了,如果不是循环小数,则把精确结果输出(多余的末尾0不要输出)。 输入 仅一行输入,包含两个整数a和b,中间以空格分开-Not more than 1
mysql-connector-cPP-1.1.3.tar
- mysql connect 1.13版本的源代码,采用面向对象的思想对mysql的操作进行封装-mysql connect 1.13 version of the source code, using object-oriented thinking on the operation of package mysql
wow
- 程序设计实习-魔兽世界大作业1-3参考代码-原创-Programming Internship- World of Warcraft big job 1-3 Reference Code- Original
ex2
- This program is in C + + and it calculates the sum of the geometric progression of n members: 1/3 + 1/9 + 1/27 + ... The number of members of the geometric progression n is entered via the keyboard, while the program should be sufficient number of
test1.1.1
- 编译原理的文法化简 输入:一个文本文件,里面的内容例如 position := initial + rate * 60 或者更复杂的,但是要符合给定语法 语法可以自定义,可借鉴参考课本P104的内容 最少要求要包括3个语句,例如语句表、for循环和赋值语句 处理:读入文本、处理、输出文本 输出:一个文本文件,对前面例子,里面内容例如 (标识符,position) (赋值运算符,:=) (标识符,initial) (加法运算符,+) (标识符
mrpt-1.3.2
- mobile robotics programing toolkits
1
- 《计算机算法设计与的分析》第四版第一章的答案算法实现题,1-1数字统计问题,1-2字典序问题,1-3最多约束问题1-5最大间隙问题- Computer algorithm design and analysis of the fourth edition of the first chapter of the answer algorithm to achieve the title, 1-1 digital statistics, 1-2 dictionary order problem,
