-
基于JAVA的flappy bird游戏
较为简单的JAVA小游戏,适合初学者模仿学习,设置鼠标点击事件为小鸟向上飞,操作简单,实现比较符合新入门的朋友们,欢迎大家来看看
- 2022-10-25 18:00: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
-
VC++编程的小游戏 俄罗斯方块
VC++编程的小游戏 俄罗斯方块-VC++ programming Tetris game
- 2022-10-04 16:55:04下载
- 积分:1
-
又一个关于迷宫的程序
又一个关于迷宫的程序-also one of the maze procedure
- 2022-05-28 05:29:50下载
- 积分:1
-
TI c6727开发资料,原码奉贤
很好找,但不全
TI c6727开发资料,原码奉贤
很好找,但不全-ti sourse code
- 2022-07-08 03:43:55下载
- 积分:1
-
As the source is collected by the Internet (former English), there may be a litt...
由于源码是由网上收集的(原英文),可能会有少许未能完善之处。但经过测试,大部分基本的运算还是可以的,当然包括常用的函数(三角函数、反三角函数、双曲三角函数、绝对值.......),甚至是一些复杂无比的表达式也能计算,如:ln e + rnd(2) + 3(2)4 * (log(tan (itan 1))) 等。值得一提的是,它还有函数绘图、数据统计和自定义常数等功能。另外,程序经过我汉化(仅在界面上),更易懂。
-As the source is collected by the Internet (former English), there may be a little failure to perfect. However, after testing, the majority of basic computing can, of course, including the commonly used functions (trigonometric functions,反三角函数, hyperbolic trigonometric functions, absolute value and even some .......), infinitely more complex expression can be calculated, such as: ln e+ rnd (2)+ 3 (2) 4* (log (tan (itan 1))) and so on. It is worth mentioning that, it also function mapping, data and custom constants and other functions. In addition, the procedures after I finished (only in the interface), more easy to understand.
- 2022-08-24 10:12:19下载
- 积分:1
-
在三维空间中显示欧拉角的程序
A program to show the euler angle in 3D space
- 2022-07-19 13:19:45下载
- 积分:1
-
基于Opencv3.4的图像匹配
采用Opencv3.4进行图像匹配,环境为win10,vs2017。代码实现过程,1,通过surf特征点检测算子对图像进行特征提取2,对将图像中的特征点进行匹配。3,筛选匹配度高的特征点。4,根据匹配的特征点计算图像之间的投影矩阵。5,根据投影矩阵获取图像之间的对应关系。
- 2023-05-29 18:55:21下载
- 积分:1
-
c2latex。工具使得 c 代码看起来相当在 TeX 或LaTex的文档中插入它。
c2latex。使在 TeX 或LaTex的文档中插入它看起来很漂亮的 c 代码的工具。
- 2022-08-10 21:26:48下载
- 积分:1
-
实验7 切分窗口
实验7 切分窗口(1)如图7.1所示是一个有切分窗口的单文档应用程序。左边是树视图,用于显示“学生信息”、“专业”和“班号”3层结构信息。右边是列表视图,以报表的形式显示学生基本信息。 (2)单击图7.1右边视图,选择“学生基本信息”→“添加”菜单命令,弹出“学生基本信息”对话框,单击“添加”按钮,学生基本信息被保存在CObArray类对象m_stuObArray中,同时显示在列表视图中,并自动更新左边树视图的节点内容。 (3)单击左边树视图“学生信息”节点,则在列表视图中全部显示所有学生的基本信息,若单击“专业”节点,则显示所有该专业的学生基本信息,若单击“班号”节点,则显示所有该班级的学生基本信息。
- 2022-03-17 22:20:54下载
- 积分:1