-
2-class problem determine the decision boundaries
obtained by LMS and perceptron learning laws.
- 2023-05-18 08:15:04下载
- 积分:1
-
C++读取csv
C++读取csv数据并显示出来,同时将数据转换成double型
- 2022-08-25 00:53:09下载
- 积分:1
-
路威机器人语音控制
路威智能机器人的语音控制程序,通过添加脚本可以实现与路威机器人的加单对话和简单命令执行,例如:我问,现在的主席是谁?rovio答:是习主席
- 2022-12-09 17:30:03下载
- 积分:1
-
超酷进程条控件,非常好用,有.ocx文件和源代码,非常好用
超酷进程条控件,非常好用,有.ocx文件和源代码,非常好用-cool control of the process, very handy,. Exe files and source code, very handy
- 2023-02-16 14:05:03下载
- 积分:1
-
图形程序,使用光线
图形学程序,用光线跟踪算法实现绘图的,中间用双缓冲解决了闪烁问题,但是速度比较慢。-Graphics program, using ray-tracing algorithm mapping, between using double buffering to resolve the flicker problem, but more slowly.
- 2022-01-26 05:02:07下载
- 积分:1
-
钢筋计算,方便计算输入的值
钢筋计算,方便计算输入的值-reinforced, the calculation of the value of imported
- 2022-06-20 12:25:17下载
- 积分:1
-
“混凝土工厂优化”(“Pimpl惯用法的变化)
Optimization of "Concrete Factories" (variations of the Pimpl idiom)
- 2022-03-12 13:25:28下载
- 积分:1
-
快速启动CS ,带各种各样的参数启动,方便快捷!
快速启动CS ,带各种各样的参数启动,方便快捷!-QuickStart Contur-Strike
- 2022-04-28 14:57:06下载
- 积分:1
-
In under memory efficiency premise, Guarantee realization research Many kinds of...
在内存效率的前提下,保证实现研究多种动物的分类功能。-In under memory efficiency premise, Guarantee realization research Many kinds of animals classified function.
- 2022-08-11 08:11:03下载
- 积分:1
-
基本的游戏
这是游戏的基本的 c# 示例。
c# 代码比较简单,你可以做到。
(
私人 void Form1_Load EventArgs e 对象发件人)
{
pictureBox2.Visible = false;
pictureBox4.Visible = false;
pictureBox5.Visible = false;
}
私人 void Form1_KeyDown (对象发件人、 KeyEventArgs e)
{
如果 (e.KeyCode = = 点头哈腰)
{
pictureBox1.Left = pictureBox1.Left + 10 ;
- 2022-03-02 11:06:11下载
- 积分:1