-
快速人工神经网络的工具
快速人工神经网络图书馆是一个免费的开源神经网络库,在 C 中实现多层人工神经网络与支持完全连接以及连接稀少的网络。
- 2023-01-21 06:30:05下载
- 积分:1
-
改变TabControl的颜色
改变TabControl的颜色-The example of changing the color of tabcontrol
- 2022-06-14 23:43:44下载
- 积分:1
-
世界一流的界面库BCG,太出名了,不用介绍了
世界一流的界面库BCG,太出名了,不用介绍了--An well-known interface Library BCG
- 2022-03-09 09:16:01下载
- 积分:1
-
使用cutesvm可以利用svm方法进行模式识别里的的分类和回归等相关操作.方便易行....
使用cutesvm可以利用svm方法进行模式识别里的的分类和回归等相关操作.方便易行.-use cutesvm can use svm Lane pattern recognition methods for the classification and the return of other related operations. User-friendly.
- 2022-05-23 20:33:49下载
- 积分:1
-
gridctrl控件的使用示例程序,程序中有关于gridctrl控件的属性设置、各种方法的使用...
gridctrl控件的使用示例程序,程序中有关于gridctrl控件的属性设置、各种方法的使用-gridctrl controls the use of sample procedures, process control gridctrl have on the properties settings, the use of various methods
- 2022-10-25 22:45:03下载
- 积分:1
-
计算器
// calc-ui-model/Calc.java -- Fred Swartz// Level : Intermediate.// Structure : Three files: main, GUI (subclass of JFrame), logic.// Components: JButton, JTextField (right justified).// Containers: JFrame, several JPanels.// Layouts : BorderLayout to put the other panels together.// Two GridLayout panels for the buttons.// Listeners : One ActionListener which is shared by all// numeric key buttons. Similarly share// an ActionListener for all operator buttons.//
- 2022-10-18 16:20:03下载
- 积分:1
-
Java实现简易计算器
使用java实现一个简易的计算器,实现浮点数的加减乘除原酸,使用gui设计界面,多线程控制多个数的运算次序
- 2022-03-18 15:10:00下载
- 积分:1
-
课程管理和绩效管理,ASP的前景,台湾SQL2…
用于课程表管理和成绩的管理,前台ASP后,台SQL2000,非常方便实用-for curriculum management and performance management, ASP prospects, Taiwan SQL2000, very convenient and practical
- 2023-04-25 13:50:04下载
- 积分:1
-
与敌人游戏城堡战役
漂亮的城堡游戏要摧毁的敌人,用球射击。
尝试下载这个游戏和欣赏的。
- 2022-01-25 21:26:28下载
- 积分:1
-
WINFORM保存参数至本机注册表
实现在窗体关闭时将窗体中的参数保存变量至注册表,首先创建一个新的子路径,在子路径中创建变量,
如注册表中无此变量将自动创建,若下次有此变量时将更新变量。窗体再次载入时从注册表子路径读取
此变量信息,通过赋值给控件。
方法如下:
private void Form1_Load(object sender, EventArgs e) //窗体载入时
{
SetStyle(ControlStyles.SupportsTransparentBackColor, true);
SetStyle(ControlStyles.AllPaintingInWmPaint, true);
SetStyle(ControlStyles.UserPaint, true);
SetStyle(ControlStyles.DoubleBuffer, true);
this.Refresh();
this.ShowInTaskbar = false;
this.PAN_1.Visible = false;
int Z_alpha,Z_red,Z_green,Z_blue; //声明4个Int类型颜色变量
//this.TransparencyKey = Color.Transparent;
RegistryKey myReg1, myReg2, myReg3;//声明注册表对象
myReg1 = Registry.CurrentUser;//获取当前用户注册表项
try
- 2022-03-19 08:35:30下载
- 积分:1