-
用SDK方式编写的hello world程序
用SDK方式编写的hello world程序-My say hello program to show how to use SDK
- 2023-01-02 12:05:03下载
- 积分:1
-
OFDM的瑞利channerl
ofdm rayleigh channerl-ofdm rayleigh channerl
- 2022-03-20 02:25:35下载
- 积分:1
-
SUN Xin teachers VC++ Tutorial CD
孙鑫老师的VC++教程的光盘源代码,数写的很好,代码也很好,值得研究!第6章源程序!-SUN Xin teachers VC++ Tutorial CD-ROM source code, written in a few very good, code is also good, worthy of study! Chapter 6 source code!
- 2022-02-24 10:52:29下载
- 积分:1
-
一个组播发送和接收的demo,很实用的,接收信息写到文件,并存入数据库,牵扯的知识面很多。值得一看。...
一个组播发送和接收的demo,很实用的,接收信息写到文件,并存入数据库,牵扯的知识面很多。值得一看。-A multicast to send and receive demo, very practical, and receiving information to write the file, and stored in the database, involve a lot of knowledge. Worth a visit.
- 2022-05-23 12:27:46下载
- 积分:1
-
QPSK的误码性能分析通过使用MATLAB的误码性能分析…
QPSK BER 性能分析的 通过使用
matlab进行ber的性能分析-QPSK BER performance analysis through the use of matlab to ber Performance Analysis
- 2022-08-18 21:52:06下载
- 积分:1
-
以前自己做的小程序,用于避免计算器冗长的输入时出错; 实现方法: 传统的中缀转后缀的方法...
以前自己做的小程序,用于避免计算器冗长的输入时出错; 实现方法: 传统的中缀转后缀的方法-before doing small procedures for avoiding lengthy calculator input errors; Method : traditional Chinese grade to the suffix
- 2022-02-02 07:13:57下载
- 积分:1
-
获取系统信息的小程序
获取系统信息的小程序-access to the information systems of small procedures
- 2023-05-30 12:30:03下载
- 积分:1
-
指纹识别系统设计时提出的一种基于方向图的指纹识别设计的一段程序...
指纹识别系统设计时提出的一种基于方向图的指纹识别设计的一段程序-Fingerprint Identification System to design a pattern based on the design of the fingerprint identification process for some
- 2023-03-30 04:35:02下载
- 积分:1
-
1, construct a simple programming language syntax. (Required for C language as a...
1、 构造一个简单程序设计语言的语法。(要求以C语言为样本,根据自己对编译器设计的掌握,简化C语言的功能)
2、 选中自己熟悉的分析方法对根据“设计的程序语言”编写的原程序进行分析,输出中间代码,并解释执行生成的中间代码。
-1, construct a simple programming language syntax. (Required for C language as a sample, based on their mastery of the compiler design, simplified C language function) 2, select the familiar methods of analysis under the " design of the programming language," write the original program analysis, the output intermediate code and explain the implementation of the generated intermediate code.
- 2023-04-30 06:05:03下载
- 积分:1
-
抽象工厂
主要是一些初学者对C#抽象工厂的理解。和使用反射,加深对抽象工的理解能力我的程序中有需要一系列的对象,比如apple,orange…, 要想利用他们,我们就必须在程序中根据用户要求,然后一个个调用 new 操作符来生成他们,这样客户程序就要知道相应的类的信息,生成的代码显然不够灵活。我们可以在代码中不利用具体的类,而只是说明我们需要什么,然后就能够得到我们想要的对象吗?
哦,我们都看设计模式,听吧,很多人都在那里鼓吹他们是如何如何的棒,我们看看怎么样利用他们来解决问题。目标明确了,那我们看看哪个能够符合我们的要求。GoF的《设计模式》都看过吧,似懂非懂的看了一些,那我们看看能够不能够“凑”上去呢?J 嗯,我们的程序考虑的是对象怎么创建的,创建型模式应该符合要求吧。然后我们浏览一下各模式的“意图”部分。呵呵,第一个好像就撞到彩了, 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-01-25 17:25:58下载
- 积分:1