-
深度学习工具包
包含深度学习各种模型,可以随意组合
- 2022-04-23 02:53:24下载
- 积分:1
-
can代码
can代码
class CPoint{
private: //私有成员
float m_x, m_y;
protected: //保护成员
void SetPoint(float x, float y) {m_x = x; m_y = y;}
public: //公共成员
CPoint(float x, float y) {m_x = x; m_y = y;} //构造函数
void Move(float x, float y) {SetPoint(m_x + x, m_y + y);}
void Display() {cout
- 2022-04-01 02:38:18下载
- 积分:1
-
remoting 入门,很经典的几个例子,是源代码的,不错哦
remoting 入门,很经典的几个例子,是源代码的,不错哦-remoting entry, it is a few examples of classic and is the source code, yes oh
- 2023-07-10 23:35:03下载
- 积分:1
-
C语言实现MATLAB 6.5中M文件的方法,对学习matlab有一定帮助
C语言实现MATLAB 6.5中M文件的方法,对学习matlab有一定帮助-C language MATLAB 6.5 in M documents, have a certain learning matlab help
- 2022-03-07 16:30:05下载
- 积分:1
-
一个万年历显示程序,同时能调用系统的时间,显示在输出屏幕上!...
一个万年历显示程序,同时能调用系统的时间,显示在输出屏幕上!-a calendar display program, can call the system the time displayed on the output screen!
- 2022-01-26 00:22:43下载
- 积分:1
-
标准正则化方法的图像重建 Matlab code
标准正则化方法的图像重建
- 2022-02-14 05:05:52下载
- 积分:1
-
建立哈夫曼树和哈夫曼编码的程序,每一行都有详细的注解,比较适合初学者...
建立哈夫曼树和哈夫曼编码的程序,每一行都有详细的注解,比较适合初学者-The establishment of Huffman trees and Huffman coding procedure, each line has a detailed annotation, more suitable for beginners
- 2023-04-12 19:40:03下载
- 积分:1
-
This program is a document manager, the function includes adding, revising , del...
本软件对文档进行管理,功能包括添加、修改、删除、报表打印等.-This program is a document manager, the function includes adding, revising , deletion, report print etc..
- 2022-09-20 11:20:03下载
- 积分:1
-
FTP
我碰到过最简单的ftp工具,没有什么比他更简单更好使用的简直是居家路行,每个人必备,让我下载个工具这么复杂,就不能弄点开源免费的代码吗,对于你们编程来说难道不希望自己编程的软件被别人使用对于我们不会编程的来说,?
- 2022-08-06 02:18:41下载
- 积分:1
-
castalia_user_manual OMNET++扩展程序
Castalia_User_Manual Omnet++ expended program
- 2022-11-11 01:15:03下载
- 积分:1