*Packedwithmorethanfortypercentnewandupdatedmaterial,thiseditionshowsbusinessmanagers,marketinganalysts,anddataminingspecialistshowtoharnessfundamentaldataminingmethodsandtechniquestosolvecommontypesofbusinessproblems  *Eachchaptercoversanewdataminingtechnique,andthenshowsreadershowtoapplythetechniqueforimprovedmarketing,sales,andcustomersupport  *Theauthorsbuildontheirreputationforconcise,clear,andpracticalexplanationsofcomplexconcepts,makingthisbooktheperfectintroductiontodatamining  *Moreadvancedchapterscoversuchtopicsashowtopreparedataforanalysisandhowtocreatethenecessaryinfrastructurefordatamining  *Coverscoredataminingtechniques,includingdecisiontrees,neuralnetworks,collaborativefiltering,associationrules,linkanalysis,clustering,andsurvivalanalysis
2023/10/11 7:33:26 8.92MB DM Marketing Sales CRM
1
delphi微软手写输入法源码interfaceusesWindows,Messages,SysUtils,Variants,Classes,Graphics,Controls,Forms,Dialogs,OleServer,MSINKAUTLib_TLB,ExtCtrls,StdCtrls,MSINKAUTLib;typeTForm1=class(TForm)InkCLT:TInkCollector;Memo1:TMemo;Panel1:TPanel;Button1:TButton;InkRecognizerContext1:TInkRecognizerContext;procedureFormCreate(Sender:TObject);procedureInkCLTStroke(ASender:TObject;constCursor:IInkCursor;constStroke:IInkStrokeDisp;varCancel:WordBool);procedureButton1Click(Sender:TObject);private{Privatedeclarations}public{Publicdeclarations}end;varForm1:TForm1;implementation{$R*.dfm}procedureTForm1.FormCreate(Sender:TObject);beginInkCLT.hWnd:=panel1.Handle;InkCLT.Enabled:=true;InkCLT.DefaultDrawingAttributes.Color:=clRed;//墨水颜色InkCLT.DefaultDrawingAttributes.Width:=200;//笔的宽度end;procedureTForm1.InkCLTStroke(ASender:TObject;constCursor:IInkCursor;constStroke:IInkStrokeDisp;varCancel:WordBool);beginMemo1.Lines.Clear;Memo1.Lines.Add(Stroke.Ink.Strokes.ToString);end;procedureTForm1.Button1Click(Sender:TObject);beginInkCLT.Ink.DeleteStrokes(InkCLT.Ink.Strokes);Panel1.Refresh;end;end.
2023/8/17 20:53:57 9.38MB 手写输入法
1
SVM分类器的相关算法和matlab源码,部分内容如下,1.命令函数部分:clear;%清屏clc;X=load('data.txt');n=length(X);%总样本数量y=X(:,4);%类别标志X=X(:,1:3);TOL=0.0001;%精度要求C=1;%参数,对损失函数的权重b=0;%初始设置截距bWold=0;%未更新a时的W(a)Wnew=0;%更新a后的W(a)fori=1:50%设置类别标志为1或者-1y(i)=-1;enda=zeros(n,1);%参数afori=1:n%随机初始化a,a属于[0,C]a(i)=0.2;end
2023/7/27 4:33:18 7KB matlab
1
dea中bcc模型的matlab代码,亲测可用clear;load('D:\shuqi\matlab.mat');
2023/7/19 12:30:41 501B dea bcc matlab
1
MATLAB拟合求解圆心和半径源程序代码.部分源码clear;clc;closealldata=xlsread('xy.xls');%读入excel文件中的数据x=data(:,1);%第一列为x坐标y=data(:,2);%第二列为y坐标scatter(x,y)%绘制离散点的分布图axisequal%x轴和y轴等比例输出holdon
2023/5/29 5:01:25 2KB MATLAB 拟合求解
1
如题,假如不知道硬盘保护软件的上岸密码,能够用这个文件在dos下举行删除了。
这个文件你也能够找方正客服要。
假如自己有诱惑光盘大概软盘大概U盘等,直接将该文件拷到你能找到的中间譬如D盘根目录。
上面是召唤介绍诱惑至DOS界面后,运行clear,会涌现如下揭示:Usage:clear–t|r|f(注:clear与–t间有空格)-t:Checkrestorecardinstallation//用来查验本机保护卡驱动的装置外形-r:Removerestorecardinstallation//用来移除了本机保护卡驱动法度圭表标准-f:Clearalldiskdata//用来消除了硬盘中齐全部据
2023/3/29 8:57:40 24KB clear founder 方正 acer
1
Matlab通过Yahoo与Sina获取历史与实时股票数据inaYahooDataTestbyLiYangEmail:farutoliyang@gmail.com2013/11/26ContentsALittleCleanWork获取历史数据测试获取实时数据测试RecordTimeALittleCleanWorktic;clear;clc;closeall;formatcompact;获取历史数据测试%历史数据通过Yahoo接口获得(历史数据为未复权数据,使用时候请留意)%Yahoo中证券代码为(上海.ss深圳.sz),例如招商银行,600036.ssStockName='600036.ss';StartDate=today-200;EndDate=today;Freq='d';[DataYahoo,Date_datenum,Head]=YahooData(StockName,StartDate,EndDate,Freq);%K线展示scrsz=get(0,'ScreenSize');figure('Position',[scrsz(3)*1/4scrsz(4)*1/6scrsz(3)*4/5scrsz(4)]*3/4);Open=DataYahoo(:,2);High=DataYahoo(:,3);Low=DataYahoo(:,4);Close=DataYahoo(:,5);MT_candle(High,Low,Close,Open,[],Date_datenum);xlim([0length(Open)+1]);title(StockName);
2023/3/7 22:46:05 137KB Matlab 获取 历史 实时
1
源代码,一看就知道!开头部分,下面的本人下载下来看吧!publicpartialclassLoginForm:Form{publicstaticstringuacc;publicstaticstringupsw;publicstaticstringuname;publicstaticstringusex;publicstaticstringupart;publicstaticstringuright;publicLoginForm(){InitializeComponent();}privatevoidloginbtn_Click(objectsender,EventArgse){if(this.useracctxt.Text.Trim()==""&&this.pswtxt.Text==""){MessageBox.Show("请输入您的用户名和密码!","提示!");return;}try{stringsql;sql="select*fromtb_userwhereuacc='"+this.useracctxt.Text+"'andupsw='"+this.pswtxt.Text+"'";OleDbDataReaderdr=DBHelp.OleReader(sql);dr.Read();if(dr.HasRows){uacc=this.useracctxt.Text;upsw=this.pswtxt.Text;uname=dr["uname"].ToString();usex=dr["usex"].ToString();upart=dr["upart"].ToString();uright=dr["uright"].ToString();MainFormaf=newMainForm(this);this.Hide();this.useracctxt.Clear();this.pswtxt.Clear();af.Show();}else{MessageBox.Show("账号或密码错误!","提示!");this.useracctxt.Clear();this.pswtxt.Clear();this.useracctxt.Focus();}}catch(Exception){MessageBox.Show("数据库无法连接!","警告!");}}privatevoidcancelbtn_Click(objectsender,EventArgse){Application.Exit();}privatevoidLogi
2021/5/18 13:52:33 466KB C#
1
本文档是QT中文版本内容详尽,下面是片段信号voidactivated(intid)静态公有成员QKeySequenceshortcutKey(constQString&str)QStringkeyToString(QKeySequencek)(obsolete)QKeySequencestringToKey(constQString&s)(obsolete)保护成员virtualbooleventFilter(QObject*o,QEvent*e)--------------------------------------------------------------------------------详细描述QAccel类用来处理键盘的加速键和快捷键。
键盘加速键是在某个组合键按下的时候出发一个动作,加速键可以处理窗口部件和它子部件里所有的键盘动作所以它不会被键盘焦点所影响。
在大多数情况下,你不需要直接使用这个类。
使用QAction类建立的具有加速键的动作可以同时在菜单和工具栏里使用。
如果你的兴趣只是在菜单里使用QMenuData::insertItem()或者QMenuData::setAccel()建立只作用在菜单里的加速键。
那么许多窗口部件可以自动的生成加速键,比如QButton、QGroupBox、QLabel(使用QLabel::setBuddy())、QMenuBar和QTabBar。
实例:QPushButtonp("&Exit",parent);//自动使用快捷键ALT+Key_EQPopupMenu*fileMenu=newfileMenu(parent);fileMenu->insertItem("Undo",parent,SLOT(undo()),CTRL+Key_Z);QAccel包括一个加速键的列表,这个列表里的项目可以使用insertItem()、removeItem()、clear()、key()和findKey()。
每一个加速键项目是由一个标示符和QKeySequence组成。
一个单独的键组是由一个键盘码组合上改变符形成的(SHIFT,CTRL,ALT或者UNICODE_ACCEL)。
例如,CTRL+Key_p可以作为文本打印的快捷键。
这个键的键盘码在qnamespace.h里列出。
还有,使用UNICODE_ACCEL可以使字符以统一码(unicode)的方式表现出来。
例如UNICODE_ACCEL+'A'所给出的加速键和Key_A是一样的。
2021/9/3 1:28:53 7.15MB QT API 文档中文
1
简易的彩票系统(linuxc)/**函数名:menu_usr*功能:usr菜单*入参:无*前往值:char,前往菜单选项*/charmenu_usr(){ charcmd='\0'; inti=3; while(i>0) { system("clear"); puts("********************"); puts("主菜单>彩民菜单"); puts("1.查看个人信息"); puts("2.下注"); puts("3.账户充值"); puts("4.查看购彩历史"); puts("5.修改密码"); puts("6.注销"); puts("0.前往上级菜单"); puts("********************"); printf("请选择(0~6)=>"); scanf("%c",&cmd); if('\n'!=getchar()) { puts("inputerror"); i--; } if(cmd'6') puts("inputerror"); elsebreak; i--; } returncmd;}
2022/9/5 11:53:22 87KB 彩票系统
1
共 25 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡