搜索资源列表

  1. Shop

    0下载:
  2. 使用PHP开发的一个简易的购物系统,非常适合初学者练习使用!代码详细!-PHP developers use a simple shopping system, very suitable for beginners to practice using! Code details!
  3. 所属分类:其他小程序

    • 发布日期:2024-05-09
    • 文件大小:5549056
    • 提供者:董鹏程
  1. matlab-code

    0下载:
  2. matlab代码:1.信号傅里叶分解代码2.数据导入3.转速数据处理练习-matlab code: 1 signal Fourier decomposition of code 2. Data Import 3. speed data processing training
  3. 所属分类:文档资料

    • 发布日期:2024-05-09
    • 文件大小:223232
    • 提供者:星河之风
  1. machine-learning-ex1

    0下载:
  2. Stanford机器学习练习1 机器学习介绍 包含代码和讲解-Stanford Machine Learning exercise 1
  3. 所属分类:matlab例程

    • 发布日期:2024-05-09
    • 文件大小:505856
    • 提供者:wangkunlun
  1. machine-learning-ex4

    0下载:
  2. Stanford机器学习练习4 神经网络——构建 包含代码和讲解-Exercise 4 Stanford machine learning neural network- build contains the code and explain
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-09
    • 文件大小:8000512
    • 提供者:wangkunlun
  1. machine-learning-ex5

    0下载:
  2. Stanford机器学习练习5 neural network-training 包含代码和讲解-Stanford machine learning exercises 5 neural network-training contains the code and explain
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-09
    • 文件大小:237568
    • 提供者:wangkunlun
  1. MaoPao

    0下载:
  2. Java 冒泡排序变成代码实现,冒泡排序练习。- Java code into a bubble sort, bubble sort exercises.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:辰封
  1. push_the_box

    0下载:
  2. 经典的推箱子游戏的代码,用C++编写,可作为C++新手的练习材料,在windows系统上运行-Classic game of the game code, using C++ prepared, can be used as a beginner s C++ training materials, running on the windows system
  3. 所属分类:按钮控件

    • 发布日期:2024-05-09
    • 文件大小:14336
    • 提供者:shiyanhua
  1. tanchishe

    0下载:
  2. 经典的贪吃蛇游戏的代码,用C++编写,可作为C++新手的练习材料,在windows系统上运行-Classic Snake game code, written in C++, can be used as a beginner s C++ training materials, running on the windows system
  3. 所属分类:其他游戏

    • 发布日期:2024-05-09
    • 文件大小:45056
    • 提供者:shiyanhua
  1. wuziqi

    0下载:
  2. 经典的五子棋游戏的代码,用C++编写,可作为C++新手的练习材料,在windows系统上运行-The classic backgammon game code, written in C++, can be used as material for training novice C++, running on the windows system
  3. 所属分类:游戏

    • 发布日期:2024-05-09
    • 文件大小:22528
    • 提供者:shiyanhua
  1. Essential-CPP

    0下载:
  2. essensial c++一书的代码练习,大部分可用,都是自己手动输入的,对于初学者哟普一点帮助-C++ essensial a Book of the code to practice, most of the available, are their own manual input, for beginners yo
  3. 所属分类:其他小程序

    • 发布日期:2024-05-09
    • 文件大小:91136
    • 提供者:凌云
  1. C113

    0下载:
  2. 这些是我学习c过程中根据谭浩强 林小茶的书中来进行练习的代码望对大家学习有所帮助-These are my learning process cAccording to the book Hemopurification Forest of teaTo practice the codeWe hope for some help learning
  3. 所属分类:驱动编程

    • 发布日期:2024-05-09
    • 文件大小:7168
    • 提供者:su75619
  1. rock-paper-scissors

    0下载:
  2. android 完成的剪刀石头布项目,用于练习前期android的布局,传值,页面跳转和java基础部分代码-Rock Paper Scissors android projects completed for the layout, pre android practice traditional values, the page jumps and java based part of the code
  3. 所属分类:android开发

    • 发布日期:2024-05-09
    • 文件大小:1810432
    • 提供者:runing
  1. FileSelecter

    0下载:
  2. 一个可以统计文件内有效代码的小程序,用于新手练习-A valid code can statistical document within a small program for beginners to practice
  3. 所属分类:游戏

    • 发布日期:2024-05-09
    • 文件大小:2048
    • 提供者:Cheng
  1. jiemian

    0下载:
  2. 普通的文档界面制作源程序,菜单栏包括打开,保存,新建等基本功能,适用于新人代码练习。-Common production source document interface, the menu bar includes open, save, new and other basic functions, the new code is applied to practice.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:孙风云
  1. Java_mine_sweeping

    0下载:
  2. 一个简单的扫雷游戏,用java开发,英文备注,代码思路清晰,推荐新手尝试模仿项目练习-A simple game, with java development, English notes, code ideas clear, recommended to try to imitate the project practice
  3. 所属分类:游戏

    • 发布日期:2024-05-09
    • 文件大小:16384
    • 提供者:jack cheng
  1. CPP-Primer-Source-Code

    0下载:
  2. C++ Primer书籍的代码,要想学好C++不仅需要掌握基础,还要多练习编程,而课本要代码又是很好的资料-C++ Primer code books, in order to learn C++ only need to know basis, but also to practice programming, but the code is a good textbook to information
  3. 所属分类:驱动编程

    • 发布日期:2024-05-09
    • 文件大小:186368
    • 提供者:zw
  1. Java-code

    0下载:
  2. java入门基础代码,通过对这些小代码的练习,可以让我们更好的掌握java。-By the foundation for the Java code, on the small code of practice, can make us better to master Java.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-09
    • 文件大小:107520
    • 提供者:月亮
  1. matlabcode

    0下载:
  2. MATLAB爱好学习者,maetlab完全自学一本通上面的例程,大家可以边看书学习边参照此代码练习编程。-MATLAB is interested learners, maetlab completely self a pass above the routine, we can read and study side edge reference code exercise program.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-09
    • 文件大小:733184
    • 提供者:董超
  1. Exercise1

    0下载:
  2. (非常简单的JAVA图形输出练习)三角形的数字排列代码-Simple JAVA Patterns Output Exercise
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-09
    • 文件大小:17408
    • 提供者:巴东
  1. CPP-exercise-code

    0下载:
  2. C++练习源代码,有大量经典的C++案例,方便初学者使用,代码丰富。-C++ exercise code
  3. 所属分类:C#编程

    • 发布日期:2024-05-09
    • 文件大小:71680
    • 提供者:王天理
« 1 2 ... 32 33 34 35 36 3738 39 40 41 »

源码中国 www.ymcn.org