-
zxing
打印条码类 通用pdf打印和二维码打印 一维码打印等(Printing Bar Code Generic PDF Printing and Two-Dimensional Code Printing, One-Dimensional Code Printing, etc.)
- 2020-06-17 15:20:12下载
- 积分:1
-
IEEE802.11
该书籍详细介绍了802.11底层协议的相关算法机制,能够为802.11的底层协议改造提供最基础的技术支持。(The book details the underlying 802.11 protocol mechanisms related algorithms that can transform the underlying protocol for the 802.11-based technology to provide the best support.)
- 2011-01-06 15:06:14下载
- 积分:1
-
C# 设置屏幕分辨率
C# 改变屏幕分辨率,功能仿windows 的屏幕分辨率设置,改变滑块改变分辨率大校本例可学习一下滑块的用法。源代码如下:
long RetVal = 0;
DEVMODE dm = new DEVMODE();
dm.dmSize = (short)Marshal.SizeOf(typeof(DEVMODE));
dm.dmPelsWidth = dWidth;//宽
dm.dmPelsHeight = dHeight;//高
dm.dmDisplayFrequency = 85;//刷新率
dm.dmFields = DEVMODE.DM_PELSWIDTH | DEVMODE.DM_PELSHEIGHT | DEVMODE.DM_DISPLAYFREQUENCY | DEVMODE.DM_BITSPERPEL;
RetVal = ChangeDisplaySettings(ref dm, 0);
- 2023-03-16 15:00:04下载
- 积分:1
-
abaqus2flac3d
abaqus网格到flac3d网格转换,仅支持实体单元,结构单元不能识别(translate flac3d model from abaqus model)
- 2021-04-16 09:58:54下载
- 积分:1
-
CGE-model-programming
可计算一般均衡模型的编程原理。在CGE方面很经典的书籍,主要介绍运用GAMS进行编程的过程。(The programming principle of the general equilibrium model can be calculated. CGE in the classic books, mainly on the use of GAMS programming process.)
- 2017-02-10 10:55:14下载
- 积分:1
-
回溯算法程序,
回溯算法程序,-Backtracking algorithm program
- 2022-03-03 07:39:19下载
- 积分:1
-
通讯录系统源码,本系统原码是针对新手学习用的,如果你熟练VC++,请不要下载!...
通讯录系统源码,本系统原码是针对新手学习用的,如果你熟练VC++,请不要下载!-Source address book system, the system is the original code used for novices to learn, if you are skilled VC++, Please do not download!
- 2023-09-09 15:55:03下载
- 积分:1
-
VB API函数
VB API函数-VB API Function
- 2022-06-16 14:20:06下载
- 积分:1
-
Ballend_Cuttingforce
针对钛合金材料和硬质合金刀具,实现球头刀切削力的计算(To calculate the cutting force of ballend cutter when cutting the Ti material with a Carbide cutter)
- 2020-10-31 16:49:55下载
- 积分:1
-
Form1.Designer1
说明: c#实现KTV点歌功能,并有一定文字说明,而且界面很好看(C# implements the function of KTV song ordering, and has a certain text description, and the interface is very good.)
- 2020-06-25 07:40:02下载
- 积分:1