Location:
Search - 2.048
Search list
Description: /*y=100*(x1*x1-x2)*(x1*x2-x2)+(1-x1)*(1-x1)其中-2.048<=x1,x2<=2.048作适应度函数求最大适应度即为函数的最大值 */-/ * y = 100 * (x1 * x1 - x2) * (* x2 - x1 - x2) (1-x1) * (1-x) which -2.048
Platform: |
Size: 2515 |
Author: xieying |
Hits:
Description: /* Check_SST_39VF400A Check manufacturer and device ID
/* CFI_Query CFI Query Entry/Exit command sequence
/* Erase_One_Sector Erase a sector of 2048 words
/* Erase_One_Block Erase a block of 32K words
/* Erase_Entire_Chip Erase the contents of the entire chip
/* Program_One_Word Alter data in one word
/* Program_One_Sector Alter data in 2048 word sector
/* Program_One_Block Alter data in 32K word block-/ * Check manufacture Check_SST_39VF400A r and device ID / * CFI_Query CFI Query Entry / Exi t command sequence / * Erase a Erase_One_Sector sector of 2,048 words / * Erase a Erase_One_Block block of 32K words / t * Erase Erase_Entire_Chip he contents of the entire chip / * Program_One_W ord Alter data in one word / * Program_One_Secto r Alter data in 2048 word sector / * Program_One_ Block Alter data in 32K word block
Platform: |
Size: 3281 |
Author: 陈生 |
Hits:
Description: 2048点FFT在TMS320C240x定点DSP上的实现2048点FFT在TMS320C240x定点DSP上的实现-2048-point FFT in TMS320C240x fixed-point DSP to achieve the 2,048 points FF T in TMS320C240x fixed-point DSP Implementation
Platform: |
Size: 172443 |
Author: luoqizhu |
Hits:
Description: 是用遗传算法求函数:f(x1,x2)=100(x1*x1-x2*x2) (x1*x1-x2*x2)+(1-x1)(1-x1)
约束:-2.048<=x1,x2<=2.048的极大值
Platform: |
Size: 5508 |
Author: 李复翔 |
Hits:
Description: 包含220个C语言的各种源程序:001 第一个C程序
002 运行多个源文件
003 求整数之积
004 比较实数大小
005 字符的输出
006 显示变量所占字节数
007 自增/自减运算
008 数列求和
009 乘法口诀表
010 猜数字游戏
011 模拟ATM(自动柜员机)界面
012 用一维数组统计学生成绩
013 用二维数组实现矩阵转置
014 求解二维数组的最大/最小元素
015 利用数组求前n个质数
016 编制万年历
017 对数组元素排序
018 任意进制数的转换
019 判断回文数
020 求数组前n元素之和
021 求解钢材切割的最佳订单
022 通过指针比较整数大小
023 指向数组的指针
024 寻找指定元素的指针
025 寻找相同元素的指针
026 阿拉伯数字转换为罗马数字
027 字符替换
028 从键盘读入实数
029 字符行排版
030 字符排列
031 判断字符串是否回文
032 通讯录的输入输出
033 扑克牌的结构表示
034 用“结构”统计学生成绩
035 报数游戏
036 模拟社会关系
037 统计文件的字符数
038 同时显示两个文件的内容
039 简单的文本编辑器
040 文件的字数统计程序
041 学生成绩管理程序
第二部分 数据结构篇
042 插入排序
043 希尔排序
044 冒泡排序
045 快速排序
046 选择排序
047 堆排序
048 归并排序
049 基数排序
050 二叉搜索树操作
051 二项式系数递归
052 背包问题
053 顺序表插入和删除
054 链表操作(1)
055 链表操作(2)
056 单链表就地逆置
057 运动会分数统计
058 双链表
059 约瑟夫环
060 记录个人资料
061 二叉树遍利
062 浮点数转换为字符串
063 汉诺塔问题
064 哈夫曼编码
065 图的深度优先遍利
066 图的广度优先遍利
067 求解最优交通路径
068 八皇后问题
069 骑士巡游
070 用栈设置密码
071 魔王语言翻译
072 火车车厢重排
073 队列实例
074 K阶斐波那契序列
第三部分 数值计算与趣味数学篇
075 绘制余弦曲线和直线的迭加
076 计算高次方数的尾数
077 打鱼还是晒网
078 怎样存钱以获取最大利息
079 阿姆斯特朗数
080 亲密数
081 自守数
082 具有abcd=(ab+cd)2性质的数
083 验证歌德巴赫猜想
084 素数幻方
085 百钱百鸡问题
086 爱因斯坦的数学题
087 三色球问题
088 马克思手稿中的数学题
089 配对新郎和新娘
090 约瑟夫问题
091 邮票组合
092 分糖果
093 波瓦松的分酒趣题
094 求π的近似值
095 奇数平方的有趣性质
096 角谷猜想
097 四方定理
098 卡布列克常数
099 尼科彻斯定理
100 扑克牌自动发牌
101 常胜将军
102 搬山游戏
103 兔子产子(菲波那契数列)
104 数字移动
105 多项式乘法
106 产生随机数
107 堆栈四则运算
108 递归整数四则运算
109 复平面作图
110 绘制彩色抛物线
111 绘制正态分布曲线
112 求解非线性方程
113 实矩阵乘法运算
114 求解线性方程
115 n阶方阵求逆
116 复矩阵乘法
117 求定积分
118 求满足特异条件的数列
119 超长正整数的加法
第四部分 图形篇
120 绘制直线
121 绘制圆
122 绘制圆弧
123 绘制椭圆
124 设置背景色和前景色
125 设置线条类型
126 设置填充类型和填充颜色
127 图形文本的输出
128 金刚石图案
129 飘带图案
130 圆环图案
131 肾形图案
132 心脏形图案
133 渔网图案
134 沙丘图案
135 设置图形方式下的文本类型
136 绘制正多边形
137 正六边形螺旋图案
138 正方形螺旋拼块图案
139 图形法绘制圆
140 递归法绘制三角形图案
141 图形法绘制椭圆
142 抛物样条曲线
143 Mandelbrot分形图案
144 绘制布朗运动曲线
145 艺术清屏
146 矩形区域的颜色填充
147 VGA256色模式编程
148 绘制蓝天图案
149 屏幕检测程序
150 运动的小车动画
151 动态显示位图
152 利用图形页实现动画
153 图形时钟
154 音乐动画
第五部分 系统篇
155 读取DOS系统中的国家信息
156 修改环境变量
157 显示系统文件表
158 显示目录内容
159 读取磁盘文件
160 删除目录树
161 定义文本模式
162 设计立体窗口
163 彩色弹出菜单
164 读取CMOS信息
165 获取BIOS设备列表
166 锁住硬盘
167 备份/恢复硬盘分区表
168 设计口令程序
169 程序自我保护
第六部分 常见试题解答篇
170 水果拼盘
171 小孩吃梨
172 删除字符串中的特定字符
173 求解符号方程
174 计算标准差
175 求取符合特定要求的素数
176 统计符合特定条件的数
177 字符串倒置
178 部分排序
179 产品销售记录处理
180 特定要求的字符编码
181 求解三角方程
182 新完全平方数
183 三重回文数
184 奇数方差
185 统计选票
186 同时整除
187 字符左右排序
188 符号算式求解
189 数字移位
190 统计最高成绩
191 比较字符串长度
192 合并整数
193 矩阵逆置
194 删除指定的字符
195 括号匹配
196 字符串逆置
197 SIX/NINE问题
198 单词个数统计
199 方差运算
200 级数运算
201 输出素数
202 素数题
203 序列排序
204 整数各位数字排序
205 字符串字母移位
206 Fibonacc数列
第七部分 游戏篇
207 商人过河游戏
208 吃数游戏
209 解救人质游戏
210 打字训练游戏
211 双人竞走游戏
212 迷宫探险游戏
213 迷你撞球游戏
214 模拟扫雷游戏
215 推箱子游戏
216 五子棋游戏
第八部分 综合实例篇
217 综合CAD系统
218 功能强大的文本编辑器
219 图书管理系统
220 进销存管理系统
Platform: |
Size: 3250828 |
Author: 79446210 |
Hits:
Description: vfp表单,锁住和解锁数据表。(压缩文件)-Probe form, the lock and unlock data sheets. (Compressed files)
Platform: |
Size: 58368 |
Author: 王明 |
Hits:
Description: /*y=100*(x1*x1-x2)*(x1*x2-x2)+(1-x1)*(1-x1)其中-2.048<=x1,x2<=2.048作适应度函数求最大适应度即为函数的最大值 */-/* y = 100* (x1* x1- x2)* (* x2- x1- x2) (1-x1)* (1-x) which-2.048
Platform: |
Size: 2048 |
Author: xieying |
Hits:
Description: /* Check_SST_39VF400A Check manufacturer and device ID
/* CFI_Query CFI Query Entry/Exit command sequence
/* Erase_One_Sector Erase a sector of 2048 words
/* Erase_One_Block Erase a block of 32K words
/* Erase_Entire_Chip Erase the contents of the entire chip
/* Program_One_Word Alter data in one word
/* Program_One_Sector Alter data in 2048 word sector
/* Program_One_Block Alter data in 32K word block-/* Check manufacture Check_SST_39VF400A r and device ID/* CFI_Query CFI Query Entry/Exi t command sequence/* Erase a Erase_One_Sector sector of 2,048 words/* Erase a Erase_One_Block block of 32K words/t* Erase Erase_Entire_Chip he contents of the entire chip/* Program_One_W ord Alter data in one word/* Program_One_Secto r Alter data in 2048 word sector/* Program_One_ Block Alter data in 32K word block
Platform: |
Size: 3072 |
Author: 陈生 |
Hits:
Description: 2048点FFT在TMS320C240x定点DSP上的实现2048点FFT在TMS320C240x定点DSP上的实现-2048-point FFT in TMS320C240x fixed-point DSP to achieve the 2,048 points FF T in TMS320C240x fixed-point DSP Implementation
Platform: |
Size: 172032 |
Author: |
Hits:
Description: 是用遗传算法求函数:f(x1,x2)=100(x1*x1-x2*x2) (x1*x1-x2*x2)+(1-x1)(1-x1)
约束:-2.048<=x1,x2<=2.048的极大值-Using genetic algorithm for function: f (x1, x2) = 100 (x1* x1-x2* x2) (x1* x1-x2* x2)+ (1-x1) (1-x1) constraint:-2.048
Platform: |
Size: 5120 |
Author: 李复翔 |
Hits:
Description: 从智能天线的工作原理出发说明使用智能天线时很难实现小区的分扇区应用、多频点天线公
用,因此可以证明智能天线还不是一项可供商用的实用技术 考虑相邻小区/扇区时隙的不对称分
配所产生的相邻小区/扇区收发干扰时,可以证明上、下行时隙实质上是不能按需分配的。3 G使
用的频段是2 GHz,具有传播衰落大、穿透能力差、不易做大范围覆盖。TD2SCDMA标准很难提供3
G标准所规定的在车载、步行、静止环境下分别达到144 kbit/ s、384 kbit/ s和2 048 kbit/ s的无线接
入速率要求。-It is p resented in the paper that it is difficult to realize the sectored cell and the same antenna for
multip le frequency channels by analyzing the theory of the smart antenna. Therefore it can be p roved that the smart
antenna technology is not a commercial technology at p resent. Asymmetry slot distribution between inter2cells/ sec2
torswould bring the transmission and receiving interference between the inter2cells/ sectors, so it can’t be put into
p ractical app lication. The technological defects of the TD2SCDMA standard are analyzed in the paper from many as2
pects, such as the characteristics of 2 GHz frequency band,MS’s transmission power, a cell capacity on up link /
downlink and so on. TD2SCDMA system is difficult to support different radio access data rates, such as vehicular
environment: 144 kbit/ s, pedestrian environment: 384 kbit/ s, indoor office environment: 2. 048 Mbit/ s, which
are required by 3G standards
Platform: |
Size: 226304 |
Author: lhorse |
Hits:
Description: 实现了将64K低速NRZ码复接成2.048M高速HDB3码及其解复接过程,同时还用同步状态机剔除假同步和假失步的状态 -Achieved the 64K low-speed NRZ code 2.048M into high-speed multiplexing and demultiplexing HDB3 code then the process also removed using false synchronous state machine synchronization and false out-of-step state
Platform: |
Size: 3148800 |
Author: 陈涛 |
Hits:
Description: 给定一个频率为33MHz的时钟,试利用该时钟得到一个基本均匀的2.048MHz时钟-Given a frequency of 33MHz clock, try to use the clock to get a basic uniform of the 2.048MHz clock
Platform: |
Size: 27648 |
Author: 林涛 |
Hits:
Description: N×64K数控分频模块,可将2.048M时钟分频为一个NX64k的时钟,在E1复用设备上应用。
-N × 64K NC frequency module can be 2.048M NX64k clock frequency for a clock, the E1 multiplexing equipment apply.
Platform: |
Size: 1024 |
Author: hq |
Hits:
Description: 1.本程序演示的是用简单遗传算法随机一个种群,然后根据所给的交叉率,变异率,世代数计算最大适应度所在的代数
2.演示程序以用户和计算机的对话方式执行,即在计算机终端上显示“提示信息”之后,由用户在键盘上输入演示程序中规定的命令;相应的输入数据和运算结果显示在其后。
3.测试数据
输入初始变量后用y=100*(x1*x1-x2)*(x1*x2-x2)+(1-x1)*(1-x1)其中-2.048<=x1,x2<=2.048作适应度函数求最大适应度即为函数的最大值
-1. This program demonstrates a simple genetic algorithm is a random population, then according to the crossover rate and mutation rate, fitness for calculating the maximum number of generations in which algebra 2. Demo program to computer users and the implementation of dialogue, that is displayed on a computer terminal " message" after the keyboard input by the user specified in the order demo program the corresponding input data and results in a subsequent operation. 3. Test data input with the initial variables y = 100* (x1* x1-x2)* (x1* x2-x2)+ (1-x1)* (1-x1) where-2.048 < = x1, x2 < = 2.048 ask for the maximum fitness function is the function of the maximum fitness
Platform: |
Size: 10562560 |
Author: 季琳 |
Hits:
Description: MFC实现RSA算法加密,有四个强度256 512 1024 2048,绝对可以用-The MFC implementation of the RSA encryption algorithm, there are four intensity 25,651,210,242,048 can surely be
Platform: |
Size: 9695232 |
Author: 陆鸣 |
Hits:
Description: 新手入门的简单病毒程序,请谨慎安装使用,造成后果,概不负责-Simple virus program, Getting Started with caution to install and use, consequences, and shall not be responsible for
Platform: |
Size: 14336 |
Author: 郭方骞 |
Hits:
Description: Rosenbrock函数的全局最大值,使用遗传算法计算。f(x1,x2) = 100 (x12-x2)2 + (1-x1)2;
-2.048 ≤ xi ≤ 2.048 (xi=1,2)。
该函数有两个局部极大点,分别是:f(2.048, -2048)=3897.7342和f(-2.048,-2.0048)=3905.9262其中后者为全局最大点。
-Rosenbrock function global maximum, calculated using a genetic algorithm. f (x1, x2) = 100 (x12-x2) 2+ (1-x1) 2 -2.048 ≤ xi ≤ 2.048 (xi = 1,2). This function has two local maximum points are: f (2.048,-2048) = 3897.7342 and f (-2.048,-2.0048) = 3905.9262 latter of which is the global maximum point.
Platform: |
Size: 51200 |
Author: Youyou |
Hits:
Description: The Rules of Automatic Semicolon Insertion.
Platform: |
Size: 2048 |
Author: lunnailon |
Hits:
Description: This “core” is actually two cores – an HDB3/HDB2/B3ZS Encoder that converts NRZ
data into P and N pulses according to ITU-T G.703, and a HDB3/HDB2/B3ZS Decoder
that converts P and N pulses into NRZ data according to ITU-T G.703.
Note: HDB2 and B3ZS are different names for the same encoding.
HDB3 is typically used to encode data at 2.048 (E1), 8.448 (E2) and 34.368Mb/s (E3)
B3ZS is typically used to encode data at 44.736Mb/s (T3)
Platform: |
Size: 9216 |
Author: fronders |
Hits: