登录
首页 » C# » Sequence and counter

Sequence and counter

于 2022-10-10 发布 文件大小:1.71 MB
0 40
下载积分: 2 下载次数: 1

代码说明:

序列化与反序列化- Sequence and counter- sequence

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

发表评论

0 个回复

  • CandPiont
    C和指针,强烈推鉴学C的人看一看,保证不会让你失望.(C and indicators, strongly pushed Stephen C. study to look at the people, guarantee you will not be disappointed.)
    2020-06-26 04:20:02下载
    积分:1
  • Euler_DG_Quadrilateral_2D
    自己写了一个二维Euler方程的间断有限元程序 上次发了一个三角形单元的程序 因为不是曲边单元 所以在圆柱后面容易形成涡 现在把程序改为曲边四边形单元了 没有涡出现 单元是8节点四边形单元 节点编号顺序是 1 5 2 6 3 7 4 8 也就是四个角点依次 是1 2 3 4 然后是边的中点编号 5 6 7 8. 时间推进采用 Runge-Kutta 方法 数值通量采用全局Lax-Friedrichs通量 仍然不能捕捉激波 因为没有做重构或者加人工粘性 等这个做出来了 再发一次。 程序没有进行优化 比如说内存的消耗没有优化 比如直边单元的边界积分仍然采 用了曲边的积分方法 增加了计算量 比如面积分、线积分都是采用的是Gauss- Legendre-Lobatto积分 积分精度会比一般的Gauss-Legendre积分精度低一阶 等 等问题。 二维的 纯属交流性质 就没有考虑这些问题 ^_^ 如果物面全部是直边 那么只要改变一个参数N 就可以获得不同的计算精度 且具 有谱精度 因为单元的节点是Gauss-Legendre-Lobatto积分点。 其实就是谱元法 (物面是曲边的情况我不清楚是不是也可以通过提高基函数的阶数 也就是增加N 来提高计算精度)(Wrote a two-dimensional Euler equations with discontinuous finite element program Last made ​ ​ a triangular element of the program, not curved edge unit is so easy to form a vortex in the cylinder behind the Program to curved edge quadrilateral element vortices appear Unit is the order of 8-node quadrilateral element node number is 15,263,748 which is the four corners of the points in turn Is 1234 and then the side of the midpoint of the number 5678. Time promote the use of Runge-Kutta method Numerical flux of the overall situation of Lax-Friedrichs, flux Still can not capture the shock wave did not do the reconstruction or artificial viscosity do it Zaifayici. The program is not optimized for example, memory consumption is not optimized such as straight-edge boundary integral of the unit is still mining Integral method to increase the amount of computation such as surface integral with a curved edge, the line integral using the Gauss- The Legendr)
    2021-01-29 12:58:40下载
    积分:1
  • jquery guaguaka
    jquery guaguaka
    2013-05-23下载
    积分:1
  • 是一个Csharp开发的游戏,带有服务器端源码,客户端源码,有助于csharp初学者学习...
    是一个Csharp开发的游戏,带有服务器端源码,客户端源码,有助于csharp初学者学习-Csharp is a development of the game, with a server-side source, the client source code will help beginners learn csharp
    2022-02-02 18:36:59下载
    积分:1
  • Console_OBD_090805_v4_OK
    OBD-II source code for TL718 簡易OBD訊號控制(OBD-II source code for TL718)
    2010-11-09 09:31:33下载
    积分:1
  • RC-522+S50+038+12864刷卡程序
    一、功能简介: 1.有读卡信息(卡类型、类号、余额),初始化卡,充值和扣款功能。 2.多级菜单操作,菜单有反白高度显示。 3.全遥控操作,通过遥控键盘控制读、写卡,并可输入读、写数值。 4.自动设定数据范围,超范围自动提示。 5.可应用于公交卡刷卡和饭卡刷卡等类似应用。
    2023-03-22 13:00:04下载
    积分:1
  • 基本的粒子群优化算(c语言实现),
    代码注释详细,一共只有三个函数,结构清晰。可读性强,直接修改适应度函数就可以求解不同的优化问题。
    2022-07-27 23:28:24下载
    积分:1
  • 24cxxx
    本程序是24C128的51单片机读写程序。 测试芯片:at89s52 晶振:12MHz有keil、proteus文件和24c128的英文文档和详细注释(This procedure is 24C128 microcontroller to read and write program 51. Test chip: at89s52 crystal: 12MHz with keil, proteus file and 24c128 documents and detailed notes in English)
    2010-09-02 15:44:51下载
    积分:1
  • 667-exe
    darkeden 6.67 ver exe file!!
    2014-01-15 15:20:52下载
    积分:1
  • 步进电机
    说明:  编制MCS-51程序使步进电机按照规定的转速和方向进行旋转,并将已转动的步数显示在数码管上。   步进电机的转速分为两档,当按下S1开关时,加速旋转,速度从10转/分加速到60转/分。当松开开关时,减速旋转,速度恢复为10转/分。当按下S2开关时,按照逆时针旋转;当松开时,按照顺时针旋转。   本程序要求使用定时器中断来实现,不准使用程序延时的方式。(The MCS-51 program is programmed to rotate the stepper motor according to the specified speed and direction, and the number of steps that have been rotated is displayed on the digital tube. Stepper motor speed is divided into two gears. When the S1 switch is pressed, the speed is accelerated from 10 rpm to 60 rpm. When the switch is loosened, the speed will be reduced to 10 rpm. When pressing the S2 switch, rotate counterclockwise; when loosening, rotate clockwise. This procedure requires the use of timer interrupt to achieve, do not use the way of program delay.)
    2020-06-16 09:40:02下载
    积分:1
  • 696522资源总数
  • 104027会员总数
  • 45今日下载