-
an example for 5 armed bandit sutton
an example for 5 armed bandit sutton
- 2022-05-05 16:28:43下载
- 积分:1
-
学生管理系统
连接数据库可运行的文件并且可进行学生信息维护...
学生管理系统
连接数据库可运行的文件并且可进行学生信息维护-Students connect to database management systems can run the file and can be carried out to safeguard student information
- 2022-05-22 16:50:24下载
- 积分: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
-
Opengl中二次曲线绘制地球,并进行纹理贴图,得到逼真的地球模型。
Opengl中二次曲线绘制地球,并进行纹理贴图,得到逼真的地球模型。-Opengl in Conics Earth mapping and texture mapping, to be realistic earth model.
- 2022-07-23 05:36:05下载
- 积分:1
-
用c++语言实现阳历和阴历的转换。可以轻松的使用
用c++语言实现阳历和阴历的转换。可以轻松的使用-change betown gregorian and lunar calendar using c++
- 2023-03-09 03:45:03下载
- 积分:1
-
一个使用ani资源的例子
一个使用ani资源的例子- Uses the ani resources the example
- 2023-01-11 02:30:04下载
- 积分:1
-
使用DAO访问数据库的例子
使用DAO访问数据库的例子-DAO access to the database using the example
- 2022-07-25 03:54:31下载
- 积分:1
-
VC下的一个简单音频采集程序,用来学习还是很不错嘀
VC下的一个简单音频采集程序,用来学习还是很不错嘀-VC under a simple audio capture program for learning is still very good嘀
- 2022-02-04 18:42:47下载
- 积分:1
-
TC3.0环境下显示汉字程序
TC3.0环境下显示汉字程序 -TC3.0 environment shows Chinese characters procedures
- 2022-08-11 23:11:40下载
- 积分:1
-
经典的动态规划算法,多路图最短路径的求取
经典的动态规划算法,多路图最短路径的求取-The classic dynamic programming algorithm
- 2022-02-12 06:04:40下载
- 积分:1