-
Code Complete 中文版 学苑出版社 1993版
Code Complete 中文版 学苑出版社 1993版-Chinese version of Code Complete Academy Press 1993 edition
- 2023-04-08 11:25:04下载
- 积分:1
-
基于局域网的聊天工具,利用winsock实现双机通信
基于局域网的聊天工具,利用winsock实现双机通信-LAN-based chat tools, the use of dual-machine communication winsock realize
- 2023-05-23 00:45:03下载
- 积分:1
-
regular social gathering three tier aplication
这是我用c语言构建的项目。
- 2022-07-01 04:00:39下载
- 积分:1
-
主要介绍了SVG的基本要素,基本框架元素,基本形状元素,路径,坐标转换以及剪裁,遮罩和图象合成...
主要介绍了SVG的基本要素,基本框架元素,基本形状元素,路径,坐标转换以及剪裁,遮罩和图象合成-Mainly introduces the basic elements of SVG, the basic framework of the elements, the basic shape elements, path, coordinate transformation, as well as crop, mask and image synthesis
- 2023-09-04 02:20:06下载
- 积分:1
-
The Finite Difference Time Domain Method
for Electromagnetics With MATLAB Simul...
The Finite Difference Time Domain Method
for Electromagnetics With MATLAB Simulations
Atef Elsherbeni and Veysel Demir
Applendix A
- 2022-02-02 01:04:47下载
- 积分:1
-
It can be use for low level Bank System Handling.
It can be use for low level Bank System Handling.
- 2023-05-18 00:00:03下载
- 积分:1
-
The most commonly used 50 classical procedure is the basis of all the procedures...
最常用的50个经典程序,是所有程序的基础,对初学者,和水平一般的人很有用!-The most commonly used 50 classical procedure is the basis of all the procedures, for beginners, and the level of the average person very useful!
- 2022-05-18 10:09:10下载
- 积分:1
-
java与模式源代码
java与模式源代码-java source code with the model
- 2022-06-21 16:25:09下载
- 积分:1
-
rich variety of Linux source code resources, But most of the code in the Windows...
Linux拥有丰富各种源代码资源,但是大部分代码在Windows平台情况是无法正常编译的。Windows平台根本无法直接利用这些源代码资源。如果想要使用完整的代码,就要做移植工作。-rich variety of Linux source code resources, But most of the code in the Windows platform is not the normal compiler. Windows platform can not directly use these resources to the source code. If you want to use the code integrity, we should do transplants.
- 2023-05-24 15:00:04下载
- 积分:1
-
QT下编写的一个2048游戏
应用背景通过鼠标的滑动来控制组合数字的方向,QT下编写的一个2048游戏。关键技术
//QT5.5.1编译运行通过。
//部分代码
// 颜色数组 存储每个数字对应的背景色
QColor digitBkg[11] = {QColor::fromRgb(0xFF, 0xFF, 0xCC), QColor::fromRgb(0xFF, 0xFF, 0x99),
QColor::fromRgb(0xFF, 0xCC, 0xCC), QColor::fromRgb(0xFF, 0xCC, 0x99),
QColor::fromRgb(0xFF, 0x99, 0x99), QColor::fromRgb(0xFF, 0x99, 0x66),
QColor::fromRgb(0xFF, 0x66, 0x66), QColor::fromRgb(0xCC, 0x99, 0x66),
- 2022-04-23 14:12:22下载
- 积分:1