-
这是一个scsf框架的生成模版!VS可以直接拿来用
这是一个scsf框架的生成模版!VS可以直接拿来用-This is a template to generate scsf framework! VS can be directly used by
- 2023-02-19 13:10:04下载
- 积分:1
-
Windows实习报告模板与源码。实习目的:通过本次实习了解操作系统中的进程、线程的区别与联系;掌握多进程、多线程的编程方法;深入了解操作系统原理。...
Windows实习报告模板与源码。实习目的:通过本次实习了解操作系统中的进程、线程的区别与联系;掌握多进程、多线程的编程方法;深入了解操作系统原理。-Windows internship with the report template source. Internship Objective : To understand this attachment process of the operating system, the differences and thread; Acquire process, multithreaded programming; Principle-depth understanding of the operating system.
- 2023-04-21 16:50:03下载
- 积分:1
-
史丰收速算法 史丰收教授创造的速算法是计算方法上的一次革命 本人保存的好资料...
史丰收速算法 史丰收教授创造的速算法是计算方法上的一次革命 本人保存的好资料-The history of harvest-speed algorithms to create Professor Shi Fengshou speed calculation algorithm is a revolution on the preservation of good information I
- 2022-07-18 23:59:36下载
- 积分:1
-
TC下的一个小型的图形处理函数库,可以参考一下
TC下的一个小型的图形处理函数库,可以参考一下-TC of a small library of graphics processing, you can refer to
- 2022-03-18 12:05:11下载
- 积分:1
-
利用vc编写的源代码用于数字图像处理中hough变换检测直线
利用vc编写的源代码用于数字图像处理中hough变换检测直线-Source code written using vc for digital image processing in the detection of a straight line hough transform
- 2022-11-03 20:15:03下载
- 积分:1
-
打开并修改一个文件中的一小部分,Vc的实例程序设计。
打开并修改一个文件中的一小部分,Vc的实例程序设计。-open and modify a document of a small part, Vc examples of program design.
- 2022-03-06 21:36:05下载
- 积分:1
-
俄罗斯方块
一个俄罗斯方块游戏
对游戏控制的类
package com.main;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyEvent;
import java.awt.event.KeyListener;
import javax.swing.*;
import javax.swing.border.Border;
import javax.swing.border.EtchedBorder;
public class ControlPanl extends JPanel
- 2022-01-22 00:16:48下载
- 积分:1
-
System will automatically delete the directory of debug and release, so please d...
System will automatically delete the directory of debug and release, so please do not put files on these two directory.
- 2022-03-03 07:22:16下载
- 积分:1
-
后台监控客户端信息
windows 后台服务程序, 监控客户端 ip 信息数据 写文件保存日志
- 2023-02-02 06:55:04下载
- 积分:1
-
Windows平台下枚举显示器所有的显示分辨率
应用背景该Module源码的功能是枚举在Windows平台下显示器的分辨率列表,这样也就可以获得显示器的所有分辨率,同时也可以获得显示器的最大分辨率,其源码是用VS2012 Ultimate工具的Win32 Console Application程序。关键技术用到了Windows的库函数#pragma comment(lib, "D3D9.lib"), 需要的结构体D3DCAPS9,以及相应的库函数有Direct3DCreate9(D3D_SDK_VERSION),GetDeviceCaps(D3DADAPTER_DEFAULT, D3DDEVTYPE_NULLREF, &caps),GetAdapterDisplayMode(caps.AdapterOrdinal, &dismode),GetAdapterModeCount(caps.AdapterOrdinal, dismode.Format)等...
- 2022-11-04 20:55:03下载
- 积分:1