登录

最新会员 最新下载

成为了本站VIP会员

01月05日 00:38

成为了本站VIP会员

2024-12-25 15:38

成为了本站VIP会员

2024-12-25 12:28

成为了本站VIP会员

2024-12-25 12:10

成为了本站VIP会员

2024-12-24 23:54

成为了本站VIP会员

2024-12-24 23:29
已选条件
  1. 编程语言:C++
  2. 代码类别:其他
  3. 发布时间:一年内
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. 简单计算器

  一个交互式的计算器。 1. 用顺序表来完成任意同维度向量的计算,包括加法、减法、夹角余弦值等。 2. 使用顺序表、链表来完成任意一元多项式的计算,包括加法、减法、乘法、导数(包括任意阶)等。 4. 四则运算表达式求值。 5. 含单变量的表达式求值。 6. 定义并运行简单函数。 7. 保留函数定义历史,并可以运行历史函数。 8. 函数的调用。 9. 操作数的各种字面常量的处理。 10. 支持矩阵的运算。(An interactive calculator. 1. Complete the calculation of any vector of the same dimension with the sequence table, including addition, subtraction, angle cosine value and so on. 2. Use order list and chain list to complete the calculation of any one-variable polynomial, including addition, subtraction, multiplication, derivative (including any order), etc. 4. Four Operational Expressions. 5. Evaluation of expressions with univariates. 6. Define and run simple functions. 7. Retain function definition history and run history function. 8. Call of function. 9. Processing of literal constants of operands. 10. Supporting matrix operations.)

0
下载
162
浏览
2020-10-21发布

2. 简单计算器

说明:  一个交互式的计算器。 1. 用顺序表来完成任意同维度向量的计算,包括加法、减法、夹角余弦值等。 2. 使用顺序表、链表来完成任意一元多项式的计算,包括加法、减法、乘法、导数(包括任意阶)等。 4. 四则运算表达式求值。 5. 含单变量的表达式求值。 6. 定义并运行简单函数。 7. 保留函数定义历史,并可以运行历史函数。 8. 函数的调用。 9. 操作数的各种字面常量的处理。 10. 支持矩阵的运算。(An interactive calculator. 1. Complete the calculation of any vector of the same dimension with the sequence table, including addition, subtraction, angle cosine value and so on. 2. Use order list and chain list to complete the calculation of any one-variable polynomial, including addition, subtraction, multiplication, derivative (including any order), etc. 4. Four Operational Expressions. 5. Evaluation of expressions with univariates. 6. Define and run simple functions. 7. Retain function definition history and run history function. 8. Call of function. 9. Processing of literal constants of operands. 10. Supporting matrix operations.)

11
下载
157
浏览
2020-10-21发布

3. C++试题无敌题库

  大一c++练习题库,题库中有所需的填空题,选择题,改错题,以及程序设计题,可供大一学子参考(Freshman c++ exercises database, questions in the library filled questions, multiple choice, error correction, and programming problems, for freshmen reference.)

4
下载
82
浏览
2020-10-21发布

4. clearbid

说明:  本项目运行于Linux,是根据交易空间和发电负荷双方的报价,计算交易市场集中出清的程序。数据库使用国产达梦6数据库,数据库接口使用libdcisg_dm.so。(This project runs on Linux. Based on trade space and Generation/Load bids, it clears the trade market and calculates the Generation/Load accepted bids. It use the DM6 database and the DB interface uses libdcisg_dm.so)

0
下载
181
浏览
2020-10-21发布

5. OpenFlight-master

  主要用于飞行器仿真,提供源码框架,可进行二次开发。(An open source flight simulation and software infrastructure)

1
下载
128
浏览
2020-10-21发布

6. OpenFlight-master

说明:  主要用于飞行器仿真,提供源码框架,可进行二次开发。(An open source flight simulation and software infrastructure)

1
下载
103
浏览
2020-10-21发布

7. bcmdhd.1.201.59.6.cn

  bcmdhd驱动 ,适用于安卓平台,Linux下编译会出现问题,支持安卓4.0 5.0,其他版本请尝试使用(BCMDHD driver, suitable for android platform, Linux under the compiler will be a problem, support android 4.0 5.0, other versions please try to use)

1
下载
103
浏览
2020-10-21发布

8. bcmdhd.1.201.59.6.cn

说明:  bcmdhd驱动 ,适用于安卓平台,Linux下编译会出现问题,支持安卓4.0 5.0,其他版本请尝试使用(BCMDHD driver, suitable for android platform, Linux under the compiler will be a problem, support android 4.0 5.0, other versions please try to use)

2
下载
116
浏览
2020-10-21发布

9. ds1302

说明:  在esp32上使用ds1302时钟模块,此程序主要使用正点原子stm32程序移植得到(Using DS1302 on esp32)

0
下载
105
浏览
2020-10-20发布

10. ILI9342

  ILI9342驱动芯片320*240彩屏驱动,EFM32 EBI驱动方式(ILI9342 driver chip 320* 240 color display driver, EFM32 EBI Drive)

96
下载
148
浏览
2020-10-20发布

11. ILI9342

  ILI9342驱动芯片320*240彩屏驱动,EFM32 EBI驱动方式(ILI9342 driver chip 320* 240 color display driver, EFM32 EBI Drive)

96
下载
154
浏览
2020-10-20发布

12. Single frequency 0.8MHz

  这是一个超声在金属中传播的仿真案例,通过COMSOL仿真软件实现的。(This is a simulation of the propagation of ultrasound in metals,realized by COMSOL simulation software.)

18
下载
137
浏览
2020-10-20发布

13. viterbi

  自己编写的viterbi译码算法,为课堂作业。比较简单易懂。(I have written viterbi decoding algorithm for classroom operation. Relatively simple to understand.)

92
下载
127
浏览
2020-10-20发布

14. MyCode

  基于上海钜泉科技的单相计量芯片HT7017的参考例程(Reference routine of single-phase measurement chip HT7017 based on Shanghai Juquan Technology)

21
下载
91
浏览
2020-10-20发布

15. MyCode

说明:  基于上海钜泉科技的单相计量芯片HT7017的参考例程(Reference routine of single-phase measurement chip HT7017 based on Shanghai Juquan Technology)

46
下载
114
浏览
2020-10-20发布

16. che200m

说明:  CHE200程序源码,变频器程序源码。学习用。。。。(Che200 program source code, converter program source code. Learn to use....)

3
下载
147
浏览
2020-10-19发布

17. UWB-Project

说明:  UWB-Project,官方资料及编程文件(UWB-Project,BPHero_UWB_Location_SourceCode_V1.1_16MHz_V1.3)

1
下载
125
浏览
2020-10-19发布

18. 第6讲

说明:  永磁同步电机,模型基于仿真教育,程序书写以及具体历程,(Motor model, program simulation implementation, Simulink simulation based on S-function module, MATLAB simulation environment)

1
下载
91
浏览
2020-10-19发布

19. 16qam

说明:  一个16QAM数字调制电路,包括时钟生成电路,m伪随机序列生成电路,串并转换电路,电平映射电路、载波信号发生电路、ASK幅度调制电路及加法器(A 16QAM digital modulation circuit, including clock generation circuit, m pseudo-random sequence generation circuit, serial parallel conversion circuit, level mapping circuit, carrier signal generation circuit, ask amplitude modulation circuit and adder.)

3
下载
112
浏览
2020-10-19发布

20. 2d3d黑屏优化

说明:  2d3d黑屏优化,支持打部分2的3d的,hookDX9,只要你游戏的dx版本和此对应就OK,dx版本太多不对应的自己改(2D 3D black screen optimization, support play part 2 3D, hook DX9, as long as your game DX version and this corresponding OK, DX version too many do not correspond to their own change)

0
下载
88
浏览
2020-10-19发布