-
这是北京大学文本挖掘的讲义,研究文本挖掘的可以下载,很不错...
这是北京大学文本挖掘的讲义,研究文本挖掘的可以下载,很不错-This is Peking University lecture text mining, text mining research can be downloaded very good
- 2023-08-25 08:00:09下载
- 积分:1
-
采用 Windows 表单的简单计算器
翻译 maninwest@Codeforge作者:Yvan Rodrigues@CodeProject 使用代码 using System;
using System.Windows.Forms;
namespace RedCell.App.Calculator.Example
{
public partial class Form1 : Form
{
private double accumulator = 0;
private char lastOperation;
public Form1()
{
InitializeComponent();
}
private void Operator_Pressed(object sender, EventArgs e)
{
// An operator was pressed; perform the last operation and store the new operator.
char operation = (sender as Button).Text[0];
- 2022-06-29 09:36:47下载
- 积分:1
-
这是一个用microsoft VC++编写的关于多项式相加的小程序。
这是一个用microsoft VC++编写的关于多项式相加的小程序。-This is a VC with microsoft prepared on the small sum of polynomial procedures.
- 2022-06-17 06:21:03下载
- 积分:1
-
c#抓包源码
是个txt文件,改个后缀名就可使用
c#抓包源码
是个txt文件,改个后缀名就可使用-c# capture source is a txt file, changed to use a suffix of
- 2022-01-25 17:52:31下载
- 积分:1
-
没有密码用来解压缩这个文件。本程序介绍了解决方案…
无解压密码,此程序是介绍了关于小球反弹高度的一个计算问题。-No password used to unzip this file. This program introduces the program of solving the rebound s height.
- 2023-08-29 00:10:04下载
- 积分:1
-
这是winpcap for wince 的源码
这是winpcap for wince 的源码-winpcap This is the source code for wince
- 2022-08-23 13:52:55下载
- 积分:1
-
Java小程序:计算费波纳契数列,并使用该数列解决一个数学问题。...
Java小程序:计算费波纳契数列,并使用该数列解决一个数学问题。-Java : calculating costs Beinajie series and to use the series to solve a mathematical problem.
- 2022-12-30 04:45:03下载
- 积分:1
-
Query in GIS database table from VB
Query in GIS database table from VB
- 2022-02-05 10:34:52下载
- 积分:1
-
汇编订票系统!
汇编订票系统!-compilation booking system!
- 2022-04-13 17:13:32下载
- 积分:1
-
这是一个简单的用C语言编译的汉诺塔程序,该程序是在VC环境下编译出来的。...
这是一个简单的用C语言编译的汉诺塔程序,该程序是在VC环境下编译出来的。-This is a simple C language compiler to use the Tower of Hanoi program was compiled under VC out.
- 2022-07-23 00:45:34下载
- 积分:1