-
DVBT VB横须
利用vB编写的DVBT验证程序,绝对可用。源可以是任何文件,并产生中间的验证数据。RS,OFDM,qpsk,16qam,64qam,bit交织,符号交织,能量扩散、倒叙等等验证数据
- 2022-03-23 07:15:01下载
- 积分:1
-
自己用PB做的一个小程序,关于图片的播放效果的,上传给大家共同分享....
自己用PB做的一个小程序,关于图片的播放效果的,上传给大家共同分享.-own use PB to do a small program on the playback picture, we upload to share.
- 2022-04-07 19:21:06下载
- 积分:1
-
detection, the process outlined, very good use.
检测,列举进程,挺好用的。-detection, the process outlined, very good use.
- 2022-07-07 21:28:31下载
- 积分:1
-
BIG
BIG-GB(VC)
- 2022-04-02 06:16:44下载
- 积分:1
-
xna programming
XNA3.1编程,实现移动的背景图片。
2D编程的基础-xna programming
- 2022-04-26 11:10:09下载
- 积分:1
-
文件管理系统源代码
文件管理系统源代码-document management system source code
- 2022-02-20 10:26:15下载
- 积分:1
-
windows ce下的usb鼠标驱动原代码,
windows ce下的usb鼠标驱动原代码,-Source code for USB mouse driver for WinCE.
- 2022-10-04 20:00:02下载
- 积分:1
-
LRC文件解析、显示与编辑功能的实现.运行环境:Win XP;VC++6.0
LRC文件解析、显示与编辑功能的实现.运行环境:Win XP;VC++6.0
-LRC document analysis, display and editing features of the achievement. Runtime Environment: Win XP VC++6.0
- 2022-11-01 23:45:03下载
- 积分:1
-
采用 Windows 表单的简单计算器
翻译 maninwest@Codeforge作者:Yvan Rodrigues@CodeProject 使用代码 using System;
using System.Windows.Forms;
namespace RedCell.App.Calculator.Example
{
public partial class Form1 : Form
{
private double accumulator = 0;
private char lastOperation;
public Form1()
{
InitializeComponent();
}
private void Operator_Pressed(object sender, EventArgs e)
{
// An operator was pressed; perform the last operation and store the new operator.
char operation = (sender as Button).Text[0];
- 2022-06-29 09:36:47下载
- 积分:1
-
vpn开发源代码
delphi版的vpn源码,对你开发连接器有一定的指导作用。基于Delphi实现的VPN拨号器源程序代码,填写VPN服务器IP/域名,帐号密码后自动建立VPN连接,实现拨号!
- 2022-02-05 22:18:28下载
- 积分:1