基于Qt的智能家居控制系统软件设计,在arm架构上运行。
2022-04-06 00:43:49 629.79MB 音视频 qt 开发语言
1
针对Xilinx KintexUltrascale系列FPGA 的PCIe XDMA性能进行测试演示,支持4通道C2H/H2C、中断、轮询模式
2022-03-30 20:16:20 354.68MB fpga开发 PCIe XDMA
1
这是我的毕设源码,上传上来,希望能帮到需要帮助的人。资源“一、答辩视频”我设为不用积分的。大家可以先看视频,再决定是否下载。
2022-02-22 20:26:03 47.8MB javaSwing 斗地主 毕业设计
1
SSM,即:Spring + Spring MVC + MyBatis ———————————————————— (1)基于Java的SSM在线图书销售管理系统; (2)前台页支持图书直接下单,也支持加入购物车后批量下单; (3)后台支持商品管理、订单管理等等; (4)可用于毕业设计,内含全部源代码和数据库SQL代码以及演示视频
2022-02-15 14:04:55 95.54MB java 数据库 SSM 图书管理系统
CREATE DATABASE /*!32312 IF NOT EXISTS*/`supermarketmanagerdb` /*!40100 DEFAULT CHARACTER SET utf8 */; USE `supermarketmanagerdb`; /*Table structure for table `sm_goods` */ DROP TABLE IF EXISTS `sm_goods`; CREATE TABLE `sm_goods` ( `id` int(11) NOT NULL AUTO_INCREMENT, `inventory_quantity` int(11) NOT NULL, `last_purchasing_price` float NOT NULL, `min_num` int(11) NOT NULL, `model` varchar(50) DEFAULT NULL, `name` varchar(50) DEFAULT NULL, `producer` varchar(200) DEFAULT NULL,
2022-02-14 09:06:16 58.53MB java-ee 数据库 sql java
门诊管理系统——演示视频
2022-01-28 14:03:54 16.88MB 门诊管理系统
1
分辨率800*368,亲测可用
2022-01-17 19:03:56 3.06MB ffmpeg h.264 yuv rgb
1
是关于计算机网络通信的视频演示,更好的有利于理解通讯过程
2022-01-06 17:56:03 894KB 网络,视频
1
采用VS2017+NX1984编写的NXOpen C++二次开发,外部模式的操作和录制功能演示视频,如有需要二次开发帮助的,请私信。
2022-01-06 12:03:42 308.71MB UGNX二次开发 OpenC++ 外部模式 录制代码
function varargout = ganshe(varargin) % GANSHE M-file for ganshe.fig % GANSHE, by itself, creates a new GANSHE or raises the existing % singleton*. % % H = GANSHE returns the handle to a new GANSHE or the handle to % the existing singleton*. % % GANSHE('CALLBACK',hObject,eventData,handles,...) calls the local % function named CALLBACK in GANSHE.M with the given input arguments. % % GANSHE('Property','Value',...) creates a new GANSHE or raises the % existing singleton*. Starting from the left, property value pairs are % applied to the GUI before ganshe_OpeningFcn gets called. An % unrecognized property name or invalid value makes property application % stop. All inputs are passed to ganshe_OpeningFcn via varargin. % % *See GUI Options on GUIDE's Tools menu. Choose "GUI allows only one % instance to run (singleton)". % % See also: GUIDE, GUIDATA, GUIHANDLES % Edit the above text to modify the response to help ganshe % Last Modified by GUIDE v2.5 21-Jun-2014 11:31:04 % Begin initialization code - DO NOT EDIT gui_Singleton = 1; gui_State = struct('gui_Name', mfilename, ... 'gui_Singleton', gui_Singleton, ... 'gui_OpeningFcn', @ganshe_OpeningFcn, ... 'gui_OutputFcn', @ganshe_OutputFcn, ... 'gui_LayoutFcn', [] , ... 'gui_Callback', []); if nargin && ischar(varargin{1}) gui_State.gui_Callback = str2func(varargin{1}); end if nargout [varargout{1:nargout}] = gui_mainfcn(gui_State, varargin{:}); else gui_mainfcn(gui_State, varargin{:}); end % End initialization code - DO NOT EDIT % --- Executes just before ganshe is made visible. function ganshe_OpeningFcn(hObject, eventdata, handles, varargin) % This function has no output args, see OutputFcn. % hObject handle to figure % eventdata reserved - to be defined in a future version of MATLAB % handles structure with handles and user d