-
cmy6
说明: 该源码是VC与OpenGL的结合,并成功测试过,好用,谢谢!(The source is the combination of VC and OpenGL, and successfully tested, easy to use, thank you!)
- 2011-03-16 18:26:24下载
- 积分:1
-
000
C语言编写的BP神经网络程序,可将训练好的权值存放在文件中,并可直接读取此文件。(C language BP neural network program, trained weights can be stored in a file, this file can be read directly.)
- 2020-09-08 14:58:04下载
- 积分:1
-
C C++完美演绎源代码.zip
说明: c/c++的一些完美的源代码,对c/c++的学习很有帮助(c/c the perfect source code, on c/c learning helpful)
- 2005-10-20 20:38:07下载
- 积分:1
-
成績管理系統
成績管理系統
#include
#include
#include
#include
using namespace std;
class Student
{
public:
char name[20];
char Id[20];
int score;
Student * Next;
void Input()
- 2023-05-23 08:45:03下载
- 积分:1
-
1602
STC89C52单片机的1602显示程序(STC89C52 SCM 1602 display program)
- 2013-12-15 15:27:36下载
- 积分:1
-
ble_dongle_beacon
1、基于蓝牙sdk扫描低功耗蓝牙设备;
2、连接蓝牙设备,密码输入;
3、修改设备名称和密码;
4、发送控制命令;(1.scan ble devices based with BLE SDK
2.connect ble device and input password
3.modify device name and password
4.send control command.)
- 2017-05-10 18:00:23下载
- 积分:1
-
PDF Business7.2.1
pdf 阅读器,基于c++开发编程的图形化程序。(reader of pdf, we can use it.that worked with c++)
- 2018-09-17 15:01:39下载
- 积分:1
-
插件式开发Demo
热插拔式应用,winform框架,核心代码,只需要单独开发子系统以dll文件的形式从前台引入即可,供学习用(Hot plug-in applications, WinForm framework, core code, just need to develop a separate subsystem in the form of DLL files from the front desk can be introduced for learning.)
- 2020-06-22 13:20:02下载
- 积分:1
-
stm32_code
此文件可以包含STM32f103的基本操作,包括PWM波的输出,I/O端口的初始化等(This file is for the micro-controller ---STM32F103)
- 2018-09-19 10:07:35下载
- 积分:1
-
huffmancode
哈夫曼编码程序,实现计算编码学中哈夫曼编码程序的源代码。(Huffman coding procedures, the realization of computing science Huffman encoding procedure s source code.)
- 2008-01-14 13:55:11下载
- 积分:1