-
vc6.0相关安装配置,void CJisuanqiDlg::OnBUTTONdecimal()
{
// TODO: Add your contro...
vc6.0相关安装配置,void CJisuanqiDlg::OnBUTTONdecimal()
{
// TODO: Add your control notification handler code heredecimal=true
}
void CJisuanqiDlg::OnBUTTONclear()
{
// TODO: Add your control notification handler code here
UpdateData(true)
value=0
input1=0
input2=0
_gcvt(value,10,buffer) -vc6.0 related installation configuration, void CJisuanqiDlg:: OnBUTTONdecimal () (//TODO: Add your control notification handler code heredecimal = true ) void CJisuanqiDlg:: OnBUTTONclear () (//TODO: Add your control notification handler code here UpdateData (true) value = 0 input1 = 0 input2 = 0 _gcvt (value, 10, buffer)
- 2022-08-05 23:29:21下载
- 积分:1
-
colour detector
本文研究了用人工神经网络识别孤立手写体字符。这些字符是用一种特殊的笔写在一张普通的纸上的,这种笔能产生生物特征信号,并经过计算机分析。在本文中,我们描述了我们对不同MLP和RBF网络结构的研究和测试,试图找到一种解决方案,并将其与目前基于K-means的方法进行比较。
- 2023-04-28 01:10:03下载
- 积分:1
-
A print program. Support a lot of the Fonts, align type(right,left,center,fill),...
改进版的打印程序。支持多种字体、对齐方式(左、右、居中、全充满)、左缩进、右缩进,此外,用户还可以调整显示百分比、宽度或页面选项、打印当前页、全部或所选范围等等。-A print program. Support a lot of the Fonts, align type(right,left,center,fill),left indent,right indent, and zoomin/zoomout, width, paper config, print current page/all the pages/ringe of the page.
- 2022-01-28 17:23:41下载
- 积分:1
-
用EVC开发的WINCE下的电池电量显示软件
用EVC开发的WINCE下的电池电量显示软件-Developed with the EVC battery under WINCE display software
- 2022-03-20 20:07:46下载
- 积分:1
-
已知一颗有根树是 2
已知一颗有根树是 2-tree(只有度为2和度为0的结点),并且有n个叶子节点,从左到右编号为1,2,…, n,还知道两个相邻编号节点之间的 ChonSu(这棵树中这链接这两个节点的路径的边数)。求任意两个叶子节点x, y (1≤x≤n)之间的 ChonSu-Rooted tree is known to a 2-tree (only the degree 2 and degree 0 nodes), and there are n-leaf nodes from left to right numbered 1,2, ..., n, also know that two adjacent numbers between nodes ChonSu (this tree that links these two nodes in the path of the number of edges). Seeking any two leaf nodes x, y (1 ≤ x ≤ n) between the ChonSu
- 2022-01-22 01:37:29下载
- 积分:1
-
一个有关文档操作的好入门程序
一个有关文档操作的好入门程序-a document on the operation of a good entry procedures
- 2022-02-06 05:42:34下载
- 积分:1
-
C#.NET+SQL,标准三层架构,全源码提供,代码优化,数据库设计严格。
论坛整合了一个企业版本的访问统计,大家可以访问www.asp600.com查看具...
C#.NET+SQL,标准三层架构,全源码提供,代码优化,数据库设计严格。
论坛整合了一个企业版本的访问统计,大家可以访问www.asp600.com查看具体介绍。
项目WebClassHighlighting并没有使用,是用来代码高亮显示的,目前支持三种代码XML,VB,C#,大家自己研究吧。
关于Jmail发送大家可以看Web.config和webclassone中的类文件。
关于后台管理,其实左边的栏目是可以动态改变的,管理端没有公布,大家只要看一下数据库就知道如何使用。
接下来的时间我会公布一个代码生成器,使用项目DbClass中的类来生成应用代码,可支持生成存储过程和普通SQL语句。
关于后台版块管理里面的图片上传,这是一个公共的图片上传类,大家可仔细研究一下。-Madman forums, C
- 2022-05-06 03:32:35下载
- 积分:1
-
采用人机对话的操作方式,界面设计美观友好、操作灵活、方便、快捷、准确、数据存储安全可靠。
系统可以进行来电显示和来电接听...
采用人机对话的操作方式,界面设计美观友好、操作灵活、方便、快捷、准确、数据存储安全可靠。
系统可以进行来电显示和来电接听等功能。
提供电话拨出功能,可以通过程序拨出电话。
提供客户管理功能,记录客户信息,并可以在拨出电话时以电话簿的形式显示客户信息。
提供电话录音功能,当电话接通时开始录音,当电话挂断时结束录音。
提供录音管理功能,可以通过程序修改录音文件的存储位置。
系统最大限度地实现了易维护性和易操作性。
系统运行稳定、安全可靠。
-Use of man-machine dialogue mode of operation, interface design beautiful and friendly, flexible operation, convenient, fast, accurate, safe and reliable data storage.
- 2023-07-20 19:40:03下载
- 积分:1
-
MSChart使用
里面详细说明了MSChart控件的各种使用方法,属性,事件等等,并且还有例子可参考...
MSChart使用
里面详细说明了MSChart控件的各种使用方法,属性,事件等等,并且还有例子可参考-MSChart use inside the detailed description of the various use MSChart control methods, properties, events, etc., and there are examples of reference
- 2022-05-17 16:33:10下载
- 积分:1
-
matlab6.5与vc的各种混编方式举例 包括 dll方式、引擎方式、com方式、以及vc调用simulink模型运行方式...
matlab6.5与vc的各种混编方式举例 包括 dll方式、引擎方式、com方式、以及vc调用simulink模型运行方式-matlab6.5 vc with the mixed mode, including dll example, the engine, com, as well as vc Simulink model called Operation Mode
- 2022-04-18 16:38:13下载
- 积分:1