资源列表
Words_statistics
- 单词统计,统计字符串中各个字母个数并输出-Word statistics, statistics in the string and output the number of each letter
Form1
- Convert PS 2 PDF. Require MikTex installation for correct convert.-Convert PS 2 PDF. Require MikTex installation for correct convert.
qnys
- 该程序将实现矩阵的求逆运算 请大家多多指教-The program will achieve matrix inverse operation exhibitions please
Program
- Port listener for load data into MySQL database.
CSharp-aaExcel
- C#操作Excel(读取)一.使用OleDb 二.使用com. 导入Microsoft.Excel- C# && Excel
zhongzhuihouzhuizhuanhuan
- 演示用算符优先法对算术表达式求值的过程。 (1)从键盘输入任意一个语法正确的(中缀)表达式,显示并保存该表达式。 (2)利用栈结构,把上述(中缀)表达式转换成后缀表达式,并显示栈的状态变化过程和所得到的后缀表达式。 (3)利用栈结构,对上述后缀表达式进行求值,并显示栈的状态变化过程和最终结果。 -Demonstration by operator precedence for arithmetic expression evaluation process. (1) fro
cSharp-achieve-generating-PDF
- 利用C#实现生成PDF的功能,c#实现PDF文件是很常用的编程内容-With c# achieve generating PDF documents
MultipleRegression
- 数学统计分析工具,多元线性回归分析代码。-MultipleRegression
String
- 一个非常全面的string类的描述,实现很多功能有关字符串的-A very comprehensive descr iption of the string class to achieve many of the string functions
Extended
- 高精度求pi的值,结果存在文件中,缺点是时间太长-Precision to seek the value of pi, the result file, the drawback is a long time
FarmView
- the farm view file required for the farm application
shiyan2
- 哲学家进餐问题 #include<stdio.h> #include<semaphore.h> #include<pthread.h> //宏定义信号量个数为5,宏定义0表示思考,宏定义1表示饿,宏定义2表示吃,宏定义(ph_num+4) N表示左,宏定义(ph_num+1) N表示右 #define N 5 #define THINKING 0 #define HUNGRY 1 #define EATING 2 #