-
“咕咚“模拟系统
borlandc++开发的咕咚模拟系统,包含运动 社区 分享等许多功能(A C program based on borlandc++)
- 2020-06-22 11:40:01下载
- 积分:1
-
数据结构 图的应用 最小生成树问题
说明: 应用最小生成树的实际问题,内含题目、代码、问题分析(Application of the minimum spanning tree to practical problems, including problem, code and problem analysis)
- 2019-12-10 17:39:59下载
- 积分:1
-
STM32红外检测有人开始录音,并播放录音
STM32红外检测有人开始录音,并播放录音
- 2020-11-04下载
- 积分:1
-
TMD
好东西进入文件夹routersim2,运行SRSINSTA.EXE安装Routersim2.0。再把crack文件夹下的文件复制到安装目录下覆盖原文件,并运行shkccna2.exe。至此破解完成,2.0版已经可以使用,若要升级到2.1版,请将upto2.1目录内文件复制到安装目录下覆盖原文件,并再次运行shkccna2.exe。这样2.1版就可使用了。...能够管理图书馆的书目(good things into folders routersim2 running SRSINSTA.EXE Routersim2.0 installation. Then crack folder of documents copied to the installation directory coverage under the original document, and run the shkccna2.exe. Thus crack completed version 2.0 can use, in order to upgrade to version 2.1, I would be grateful if upto2.1 directory to copy the installation directory coverage under the original document, and once again running shkccna2.exe. This version 2.1 can be used. ... To manage the library programs.)
- 2005-05-11 20:56:05下载
- 积分:1
-
voicebox
这个很有用的真的真的很有用的啊啊啊啊啊啊(hahlijlfdfnsdiuhdoghodgod)
- 2017-10-10 12:22:35下载
- 积分:1
-
SPWM
利用STM32F103的两个通用定时器产生SPWM波输出。(Two universal timers of STM32F103 are used to generate SPWM wave output.)
- 2018-12-10 18:36:07下载
- 积分:1
-
打印条形码示例
资源描述
Code128
Code39
两种编码规则的条形码,数字变成条形码的转换方法。
// TODO: Add your control notification handler code here
CDC dc;
int CodeName,printQuality;
LPSTR partial=NULL,text;
CCode39 code39;
CCode128 code128;
UpdateData(TRUE);
text=m_CodeText.GetBuffer (50);
//获取编码方式
CodeName=m_CodeName.GetCurSel();
if(CodeName==CB_ERR)
{
MessageBox("请选择编码方式");
return;
}
switch(CodeName)
{
case 0:
CodeType=CODE39;
break;
case 1:
CodeType=CODE128A;
break;
case 2:
CodeType=CODE128B;
break;
case 3:
CodeType=CODE128C;
break;
}
//获取打印机设备环境
if(!(printDlg.DoModal()))
{
MessageBox("打印错误。");
return ;
}
- 2022-03-22 14:26:04下载
- 积分:1
-
Delphi direct X图形与游戏程序设计.pdf,带标签目录版
Delphi direct X图形与游戏程序设计.pdf,带标签目录版-Delphi direct X graphics and game programming. Pdf, tagged version directory
- 2022-03-23 19:31:47下载
- 积分:1
-
终极代理CC发包压力测试
免费分享给大家多多关照以后有很多不懂的大家多多帮忙(Free for everyone to learn)
- 2020-06-23 11:00:02下载
- 积分:1
-
KND2000Server
利用厂商提供的dll,将其封装成ocx用于B端使用(failed to translate)
- 2013-05-03 17:12:43下载
- 积分:1