登录
首页 » 算法 » C经典代码大全

C经典代码大全

于 2022-04-01 发布 文件大小:24.32 kB
0 82
下载积分: 2 下载次数: 1

代码说明:

一些C编程语言经典编程题目,希望对大家有用。#include int main(void) { unsigned int i = 0x12345678; char*pc =(char*)&i; printf("0x%x ", *pc); double *pd = (double*)&i; printf("%f ", *pd); printf("sizeof pc = %d sizeof pd = %d ", sizeof(pc), sizeof(pd)); return 0; }

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 分析数学表达式 运 以及作图用的,主要是可以支持大部分的自然书写...
    分析数学表达式 运算 以及作图用的,主要是可以支持大部分的自然书写-Analysis of mathematical expression used for computing and mapping, mainly to support most of the natural to write
    2022-03-10 07:26:56下载
    积分:1
  • 实现阶乘,1000以内的数字都可以实现
    实现阶乘算法,1000以内的数字都可以实现-factorial algorithm to achieve, within the 1000 figure can be achieved ..................................
    2022-03-22 10:33:38下载
    积分:1
  • 做一个好的网格程序,是一个封装ParaMesh FORTRAN 90程序设计…
    做网格的好程序,PARAMESH is a package of Fortran 90 subroutines designed to provide an application developer with an easy route to extend an existing serial code which uses a logically cartesian structured mesh into a parallel code with adaptive mesh refinement(AMR). -Do a good grid procedures, PARAMESH is a package of Fortran 90 subroutines designed to provide an application developer with an easy route to extend an existing serial code which uses a logically cartesian structured mesh into a parallel code with adaptive mesh refinement (AMR).
    2022-01-26 14:07:51下载
    积分:1
  • ! 平面杆系结构静力分析程序 ! 先处理源程序 ! ! 主要功能和特点: ! 可调数组 ! 输入单元结点编号和结点位移编码; ! 先处理形成总体刚度阵和结构...
    ! 平面杆系结构静力分析程序 ! 先处理法源程序 ! ! 主要功能和特点: ! 可调数组 ! 输入单元结点编号和结点位移编码; ! 先处理法形成总体刚度阵和结构综合结点荷载 ! 存储总刚上三角元素; ! GAUSS消元法解线性代数方程组; ! 计算结点位移和单元杆端力-! Plane truss structure static analysis program! First treatment source!! Main functions and characteristics:! Adjustable array! Input module node number and node displacement coding ! First approach to form and structure of the overall stiffness matrix Consolidated Statement point load! storage total just on the triangular element ! GAUSS elimination method solving linear algebraic equations ! computing node displacement and force unit rod end
    2022-12-24 13:40:03下载
    积分:1
  • 语音编解码G711源码
    G.711使用64Kbps的带宽,可将14bits转换成8bits。目前G.711有两个编码方式:一种是u-law又称mu-law,主要运用于北美和日本;另一种是a-law,主要运用于欧洲和世界其他地区。其中,a-law编码方式是为方便计算机处理而特别设计的。2008年3月国际电信联盟正式发布了最新的宽带语音编译码标准G.711.1。该代码是G711编解码软件,可以编译为动态库直接使用
    2022-06-13 18:37:22下载
    积分:1
  • 小波去噪
    小波去噪的一个程序,我网上下的,里面是对小波思想的一个应用,利用小波变换对图像进行去噪处理
    2022-03-20 03:42:10下载
    积分:1
  • Have to obey N (0,1) distribution Subroutine (fortran)
    产生服从N(0,1)分布的子程序(fortran)-Have to obey N (0,1) distribution Subroutine (fortran)
    2023-02-01 20:20:04下载
    积分:1
  • RFID读写软件
    完成了RFID 上位机读写,VC 2010 完成了RFID 上位机读写,VC 2010 完成了RFID 上位机读写,VC 2010 完成了RFID 上位机读写,VC 2010 完成了RFID 上位机读写,VC 2010 完成了RFID 上位机读写,VC 2010        
    2022-01-26 01:24:58下载
    积分:1
  • 常用的数学统计,希望大家喜欢 Calculate the approximation of the standard normal distributi...
    常用的数学统计算法,希望大家喜欢 Calculate the approximation of the standard normal distribution -commonly used mathematical statistical algorithm, hope you like Calculate the approximation of the stan DST normal distribution
    2022-05-08 07:44:15下载
    积分:1
  • 绘图测试工具
    应用背景本程序是一款绘图算法的测试小工具,通过读取xml固定格式的数据文件,绘制图形,同时通过该工具可以对已绘制的图形进行放大、缩小、平移、段序号显示、线段方向显示等辅助检查的操作。关键技术使用了.Net4.5以上的版本,绘图接口调用了GDI+的绘图接口。同时针对固定的XML文件格式编写对应的翻译器。
    2023-03-15 16:40:03下载
    积分:1
  • 696518资源总数
  • 104388会员总数
  • 18今日下载