-
本软件为商业版ACCESS数据库软件,如果需要SQL版本,请花钱购买。在网络上呆了这么多年,从来没有除了2002年发过两个程序以外一直都没有发过什么程序。 同时...
本软件为商业版ACCESS数据库软件,如果需要SQL版本,请花钱购买。在网络上呆了这么多年,从来没有除了2002年发过两个程序以外一直都没有发过什么程序。 同时发布这个程序也是为了想交一些朋友。本程序也并非本人原创,只是在闲暇时发现网络上面根本就没有完全公开或者使用方便的程序。为了尊重本人的劳动成果,希望下载后的朋友不要更改界面。同时希望使用本系统的朋友能和我的网站做个友情链接。-software for the commercial version of its Access database software, SQL version if required, please spend money to buy. The network spent so many years, never apart from 2002 to issue two proceedings have not been made on what procedures. While this procedure is issued to pay for some of my friends. This procedure is not my original, the only leisure found in the above fundamental network is not fully open or convenient procedures. In order to respect the result I hope that after downloading their friends not to change the interface. While the use of the system hope the friends and my website to be a useful links.
- 2022-11-20 12:40:03下载
- 积分:1
-
在VC中使用nntoolkit工具箱
1、 安装和注册nnToolKit组件
参见神经网络组件《nnToolKit安装手册》。
2、 导入nn...
在VC中使用nntoolkit工具箱
1、 安装和注册nnToolKit组件
参见神经网络组件《nnToolKit安装手册》。
2、 导入nnToolKit组件
新建一个MFC AppWizard[exe]工程后,导入nnToolKit
使用MFC ClassWizard,添加一个新类,选择From a type of library,
在弹出的对话框中选中nnToolKit.dll
确定后,可以在workspace中发现类InnToolKit
(本例中采用自动化方法来使用COM,)
-in VC nntoolkit use a toolbox, installation and registration nnToolKit components See neural network components "nnToolKit installation manual." 2. nnToolKit components into a new MFC AppWizard [exe] works, Introduction nnToolKit use MFC ClassWizard, add a new category, From choice of a type of library, in the pop-up dialog box selected nnToolKit.dll identified, can be found in the workspace InnToolKit category (in this case the use of automated means to use COM,)
- 2023-05-02 00:50:02下载
- 积分:1
-
使用SetWindowLong改变窗口的缺省窗口处理函数,从而建立可以显示不同颜色列表的程序...
使用SetWindowLong改变窗口的缺省窗口处理函数,从而建立可以显示不同颜色列表的程序-use SetWindowLong to change the default window to window handling functions, establish can show different colors scheduling procedures
- 2022-03-03 11:13:52下载
- 积分:1
-
ACCESS read
ACCESS的读写例子!可以供新手参考!虽然不是一个完整的项目,但看了对新手很有用!-ACCESS read-write the example! Can reference for novice! Although not a complete project, but having watched very useful for novice!
- 2022-12-31 11:30:04下载
- 积分:1
-
spring +mysql+springMVC+mybatis+bootstrap3有数据库
包含登录 邮件发送,二维码生成,用户权限设置,接口服务访问地址:http://xxxxx:端口/项目名 用户名:admin 密码 :1tomcat绝对没问题的版本apache-tomcat-8.0.15apache-tomcat-7.0.62apache-tomcat-7.0.32apache-tomcat-6.0.43
- 2022-03-05 18:25:35下载
- 积分:1
-
ASP Type Library
资源描述说明:帮助 Delphi 建立 ASP Server 构件的修正版 ASP Type Library 之 Pascal 宣告档,并提供 COM Apartment Threading Model 的相关修正文件 ( 1.0 版,附源码
- 2022-03-11 15:23:12下载
- 积分:1
-
有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少?
1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列...
有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少?
1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去
掉不满足条件的排列。
:企业发放的奖金根据利润提成。利润(I)低于或等于10万元时,奖金可提10%;利润高
于10万元,低于20万元时,低于10万元的部分按10%提成,高于10万元的部分,可可提
成7.5%;20万到40万之间时,高于20万元的部分,可提成5%;40万到60万之间时高于
40万元的部分,可提成3%;60万到100万之间时,高于60万元的部分,可提成1.5%,高于
100万元时,超过100万元的部分按1%提成,从键盘输入当月利润I,求应发放奖金总数?
1.程序分析:请利用数轴来分界,定位。注意定义时需把奖金定义成长整型。 输入某年某月某日,判断这一天是这一年的第几天?
1.程序分析:以3月5日为例,应该先把前两个月的加起来,然后再加上5天即本年的第几天,特殊
情况,闰年且输入月份大于3时需考虑多加一天。
-err
- 2022-03-18 00:02:52下载
- 积分:1
-
windows Dialog C++ source
windows Dialog C++ source
- 2023-05-22 08:30:06下载
- 积分:1
-
高斯滤波
来自清华胡广书《现代信号处理》中的MATLAB程序
高斯滤波
来自清华胡广书《现代信号处理》中的MATLAB程序-Gaussian filtering from Qinghua Hu Guangshu
- 2023-07-18 01:05:02下载
- 积分:1
-
c#获取进程名称
csharp语言(c#) 获取进程名称完整工程 包含源代码 可运行 有注释 获取系统进程信息 包含 System.Diagnostics.Process 类 using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using System.Diagnostics;
- 2022-05-25 09:51:27下载
- 积分:1