-
C++ programming design including data struct
C++ programming design including data struct
- 2022-03-04 06:58:37下载
- 积分:1
-
一个学习标准模版的好例子!大学时候老师给的!供大家参考!...
一个学习标准模版的好例子!大学时候老师给的!供大家参考!-a study standard template good example! University teachers to time! For your reference!
- 2022-11-09 00:40:04下载
- 积分:1
-
The simple two
The simple two-dimensional CAD manufacture, also has some functions not to realize the board.-The simple two-dimensional CAD manufactu re. also has some functions not to realize the board .
- 2022-04-01 00:43:40下载
- 积分:1
-
fortran90编写的关于天线的小程序,实现了近远场变换及方向图的计算等...
fortran90编写的关于天线的小程序,实现了近远场变换及方向图的计算等-fortran90 write a small program on the antenna to achieve the near-far field transform and the calculation of the direction of Figure
- 2022-05-16 22:29:25下载
- 积分:1
-
cdma implementaton
在这里我实现了cdma和它的各种ber性能技术……在这里我上传了所有的代码。besssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssstststststststststststststststststststststststststststststststststststststststststststststststststststststststststststststststststststststststststststststststststststststs。
- 2022-04-01 08:52:27下载
- 积分:1
-
移动OA原型,包括个人信息,代办事项,会议管理,会议室管理,员工管理,个人文件夹,个人信息等基本操作。...
移动OA原型,包括个人信息,代办事项,会议管理,会议室管理,员工管理,个人文件夹,个人信息等基本操作。-Prototype mobile OA, including personal information, agency matters, the meeting management, conference room management, staff management, personal folders, personal information, such as basic operation.
- 2022-03-22 19:11:27下载
- 积分:1
-
Small computer code using C++ not tested should not be a problem
计算机小代码 使用的是C++ 没有试验过 应该没有问题-Small computer code using C++ not tested should not be a problem
- 2022-06-12 17:41:43下载
- 积分:1
-
简单网络应用教程
Tutorial for simple web application
- 2022-02-10 16:09:19下载
- 积分:1
-
猴子选大王,用c++编写的。输入猴子的数目,然后可以选出其中的猴王。...
猴子选大王,用c++编写的。输入猴子的数目,然后可以选出其中的猴王。-Elected king of the monkeys with c++ Prepared. Enter the number of monkeys, which can then be elected King.
- 2022-01-25 14:09:06下载
- 积分:1
-
图像处理中SSE的应用
SSE – Streaming SIMD Extension,是Intel从PIII开始加入的一种x86扩展指令集。在SSE以前,x86的浮点运算都是以栈式FPU完成的,有一定x86汇编经验的人应该不会对那些复杂的fld、fst指令陌生吧。而SSE一方面让浮点运算可以像整数运算的模式、如 add eax , ebx 那样通过直接访问寄存器完成,绕开了讨厌的栈,另一方面引入了SIMD这个概念。SIMD – Single
Instruction Multiply Data,顾名思义,它可以同时让一条指令在多个数据上执行,这种
- 2022-02-09 16:46:15下载
- 积分:1