-
dodes
LDPC码在基于BP (Belief Propagation) 的迭代译码相结合的条件下具有逼近Shannon 限的性能,(Under the condition of combining iterative decoding based on BP (Belief Propagation), LDPC codes have the performance of approximating the Shannon limit.)
- 2019-04-01 08:54:14下载
- 积分:1
-
nana-0.1.8
C++ 打造的一个GUI界面控件库源码, vc8,vc7.1,dev-c++均可直接编译使用.(C++ to create a GUI interface source control database, vc8, vc7.1, dev-c++ compiler can be used directly.)
- 2009-05-02 20:06:50下载
- 积分:1
-
a
说明: 将数组a[0]~a[size-1] 中重复的字母删除(仅仅保留第一次出现的字母,后续的重复字母均删除)(The array a [0] ~ a [size-1] Remove duplicate letters (just the first time to retain the letters, follow-up letters were removed duplication))
- 2010-04-15 11:17:06下载
- 积分:1
-
OBD_Bootloader源程序_V1.0_2017.12.8
远程升级boot代码跳转部分,GPRS协议部分暂时不用理会,关键是BootLoader代码才是跳转部分,实现flash中A区,B区的切换(Remote upgrading boot code jump part, GPRS protocol part temporarily ignored, the key is BootLoader code is the jump part, realize Flash in A area, B area switch.)
- 2018-02-05 15:42:44下载
- 积分:1
-
DataScope
DataScope 串口虚拟示波器 一款非常不错 串口调试软件 具有多个串口通道 同时传送多个数据
- 2021-04-03 22:19:04下载
- 积分:1
-
lbjji
说明: SVG是未来显示用于图形编程的工具,可以很方便的生成报表等(SVG is a tool for graphic programming in the future, which can easily generate reports and so on.)
- 2019-05-25 23:45:07下载
- 积分:1
-
Source
simple windows phone game
- 2015-01-02 10:21:26下载
- 积分:1
-
CPPBUILDER-package-design
创建和编辑包
创建一个包需要指定:
· 包的一个名字。
· 新包要求使用或链接的其他包的列表。
· 包编译时包含或绑定的单元文件的列表。包实质上是这些包含已编译.BPL功能的源代码单元的封装,包含(Contains)列表是想编译进包的定制组件的源代码单元放置的地方。一个包由C++源文件(.CPP)和扩展名为.BPK的工程选项文件定义。这些文件由包编辑器生成。
(Creating and editing package to create a package needs to be specified: a name of the package. The new package requires the use of or linked list of other packages. Compile a list of unit package that contains the file or binding. These packages contain essentially compiled. Source code package BPL unit functions, including (Contains) list is to source code modules compiled into the custom component package placed. A package of C++ source file (. CPP) and the extension. Engineering options file defines the BPK. These files are generated by the package editor.)
- 2014-02-19 21:28:41下载
- 积分:1
-
一个圆形的C# 时钟实例
一个圆形的C# 时钟实例,圆形的中心调用外部的一张唐老鸭图片,各个指针在程序打开后自动初始化,获取windows时间并初始化各指针的位置,并随时间开始走动,在拖动窗口时,指针圆盘会自动变大,实际上这是一个Bug,因为随窗体变化会让哥特和指针脱离原来的位置,造成失真,在时间初始化方面,参见以下代码。
private void timer1_Tick(object sender, System.EventArgs e)
{
MySecondHand.Transform(DateTime.Now);
MyHourHand.Transform(DateTime.Now);
MyMinuteHand.Transform(DateTime.Now);
FirstTick = true;
Invalidate();
}
更多源代码,请下载本实例,运行效果请参见运行截图。
- 2022-03-03 15:59:32下载
- 积分:1
-
Genetic_Algorithms
solving job shop scheduling problem with setup times by Tabu Search Algorithm
- 2013-09-16 01:29:41下载
- 积分:1