联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 其他(518) 
按平台查找All C/C++(518) 

[其他] he'cheng'ji'lu

一维地震合成记录,最小相位子波通过褶积合成地震记录
One-dimensional synthetic record (2021-04-28, C/C++, 1KB, 下载0次)

http://www.pudn.com/Download/item/id/1619585130357117.html

[其他] 55533

能够生成一维高斯粗糙面,为粗糙面电磁散射的工作做前提准备
Generation of one-dimensional Gaussian rough surface (2021-01-25, C/C++, 2603KB, 下载0次)

http://www.pudn.com/Download/item/id/1611569588600856.html

[其他] EKF

使用ekf融合陀螺仪和加速度计数据,yaw角需要用磁力计单独校正
Fusion of gyroscope and accelerometer data using EKF (2021-01-08, C/C++, 2KB, 下载5次)

http://www.pudn.com/Download/item/id/1610087859497273.html

[其他] 4-wire

基于3轴加速度计ADXL345的全功能计步器设计
Design of full function pedometer based on 3-axis accelerometer adxl345 (2020-12-09, C/C++, 65KB, 下载1次)

http://www.pudn.com/Download/item/id/1607501579742598.html

[其他] ADX345

aDXL345驱动,ADI三轴加速度计,适用于入门级产品,价格便宜
ADXL345 drive, ADI triaxial accelerometer, suitable for entry level products, cheap price (2020-06-29, C/C++, 3646KB, 下载1次)

http://www.pudn.com/Download/item/id/1593414132772365.html

[其他] bunny

大名鼎鼎的斯坦福兔子的数据(三维顶点和三角面片索引) 只是数据,不包含程序
Data on the famous Stanford rabbit (index of 3d vertices and triangulars) Just data, not programs (2020-05-14, C/C++, 1896KB, 下载2次)

http://www.pudn.com/Download/item/id/1589453309954537.html

[其他] 24C02数据读取到数码管显示

程序名称: 将24C02里的数据读出来并加1计数,数码管显示出来 说明:使用本程序你必须把 SE3设置为2-3短接 SE4设置为2-3短接 每次关闭电源再开启或按复位健后,数值自动加一
24C02 read write control procedure (2019-11-11, C/C++, 2KB, 下载0次)

http://www.pudn.com/Download/item/id/1573454949267628.html

[其他] 1

如何高效的计算整数和运算把加改为其他运算符号就可以计算其他类型运算
Calculating the sum of integers (2019-11-01, C/C++, 184KB, 下载0次)

http://www.pudn.com/Download/item/id/1572581063277740.html

[其他] 人工势场法(3维alpha)

人工势场三维仿真图,程序可以运行。。。。。。。。
Artificial potential field three-dimensional simulation diagram , the program can run. (2019-08-15, C/C++, 3KB, 下载52次)

http://www.pudn.com/Download/item/id/1565834155932743.html

[其他] weggen

用单片机的GPIO 软件模拟 维根协议的通信
Simulating Wigan Protocol Communication with GPIO Software of Single Chip Microcomputer (2019-08-05, C/C++, 2KB, 下载1次)

http://www.pudn.com/Download/item/id/1564996263555206.html

[其他] 罗盘加速度计

BM1422 KX224 驱动代码,实现方位角姿态解算
BM1422 KX224 Driver code (2019-07-17, C/C++, 293KB, 下载7次)

http://www.pudn.com/Download/item/id/1563354652661973.html

[其他] Xshell6

Xshell安装包免费的安装包,如果需要请加我
Xshell installation package (2019-06-14, C/C++, 17285KB, 下载7次)

http://www.pudn.com/Download/item/id/1560490390835492.html

[其他] bignum

大整数的加、减、乘法。没有除法。支持负数。还写了大整数的乘方。
Addition, subtraction and multiplication of large integers (2019-02-20, C/C++, 14KB, 下载0次)

http://www.pudn.com/Download/item/id/1550651351597404.html

[其他] 正交处理

实现模型区域内网格的划分,并利用拉普拉斯方程实现正交化。
The division of mesh in the model area is realized and orthogonalization is realized by Laplasse equation. (2018-07-11, C/C++, 1KB, 下载5次)

http://www.pudn.com/Download/item/id/1531274311697715.html

[其他] TestAESCipher

aes加解密算法的实现,完整的源代码,不同的部分代码
Implementation of AES encryption and decryption algorithm (2018-07-05, C/C++, 255KB, 下载1次)

http://www.pudn.com/Download/item/id/1530800530129453.html

[其他] wvd

基于MATLAB编程语言针对图像信号等一维或者二维数据进行处理
Image signal processing (2018-04-15, C/C++, 57KB, 下载2次)

http://www.pudn.com/Download/item/id/1523780142478182.html

[其他] C_complex

复数的常用计算,包括加、减、乘、除、共轭、幅度、相位
complex Add,subtract,multiply and divide,etc (2018-02-09, C/C++, 1KB, 下载3次)

http://www.pudn.com/Download/item/id/1518143237915522.html

[其他] RSA加解密的设计与实现--程序+报告

制作一个RSA的加解工具的过程: 1、随机搜索大素数,随机生成公钥和私钥; 2、用公钥对任意长度的明文加密; 3、用私钥对密文解密; 4、界面简洁、交互操作性强。 5、(可选)实现对汉字的加解密,把加密结果存放在文本文档
The design process of making a RSA encryption tool: 1. The large prime number is searched randomly and the public key and the private key are randomly generated. 2, use public key to encrypt any length of plaintext. 3. Decrypt the ciphertext with the private key; 4. The interface is concise and the interoperability is strong. 5. (optional) to decrypt and decrypt the Chinese character, and store the encrypted results in the text document (2018-01-20, C/C++, 94KB, 下载5次)

http://www.pudn.com/Download/item/id/1516430695948029.html

[其他] 630

433MRF遥控接收加解码详细说明和源代码参考
433MRF remote receive and decode detailed description and source code reference (2017-11-24, C/C++, 2KB, 下载3次)

http://www.pudn.com/Download/item/id/1511525293966906.html

[其他] HW6.c

在c 环境中编辑2维array的例子,运用for loop
2 dimensional array edition,using for loop (2012-01-17, C/C++, 1KB, 下载2次)

http://www.pudn.com/Download/item/id/1757857.html
总计:518