登录
首页 » C# » vs 5.0C#. net source code development. Database.

vs 5.0C#. net source code development. Database.

于 2022-11-08 发布 文件大小:1.90 MB
0 141
下载积分: 2 下载次数: 1

代码说明:

vs 5.0C# .net 开发源代码。有数据库。-vs 5.0C#. net source code development. Database.

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

发表评论

0 个回复

  • 1553dules
    说明:  分层模型的1553B总线通用软件模块的设计1553B bus, hierarchical model design of generic software modules(1553B bus, hierarchical model design of generic software modules)
    2011-04-05 09:56:01下载
    积分:1
  • k_eps
    A UDF of k epsilon model which can be used for modified turbulence modelling calculations with ansys fluent
    2015-03-21 11:38:08下载
    积分:1
  • example4_3
    例3:分析占空比为ta的矩形脉冲频谱 T=1 时间窗大小 ta=0.5 占空比 N=256 t=linspace(-T,T,N) ts=2*T/N fs=1/ts (x=zeros(1,N) x(N/2-round(N/2*ta):N/2+round(N/2*ta))=ones(1,2*round(N/2*ta)+1) y=fft(x,N) figure plot(t,x) title([ 时域信号图 占空比为 ,num2str(ta)]) axis([-T T-0.2 1.2]) xlabel( t /s ) figure subplot(211) f=linspace(-fs/2,fs/2,N) plot(f,abs(fftshift(y))/N) title([ 矩形脉冲双边谱 脉冲时间t=[- ,num2str(ta*T), , ,num2str(ta*T), ] ]) xlabel( f /Hz ) )
    2010-05-25 20:59:59下载
    积分:1
  • 数据结构
    说明:  上海交通大学数据结构几年的试卷以及相应的答案(papers of shanghaijiaotong university)
    2019-04-03 22:44:21下载
    积分:1
  • Servo
    LIBRARY FOR SERVO FOR ARDUINO
    2015-02-06 17:38:38下载
    积分:1
  • Uart_receive
    STM32F4系列串口接收函数,,程序已测试通过。(void USART1_IRQHandler(void) //串口1中断服务程序 { u8 Res #ifdef OS_TICKS_PER_SEC //如果时钟节拍数定义了,说明要使用ucosII了. OSIntEnter() #endif if(USART_GetITStatus(USART1, USART_IT_RXNE) != RESET) //接收中断(接收到的数据必须是0x0d 0x0a结尾) { Res =USART_ReceiveData(USART1) //(USART1->DR) //读取接收到的数据 if((USART_RX_STA&0x8000)==0)//接收未完成 { if(USART_RX_STA&0x4000)//接收到了0x0d { if(Res!=0x0a) USART_RX_STA=0 //接收错误,重新开始 else USART_RX_STA|=0x8000 //接收完成了 } else //还没收到0X0D { if(Res==0x0d)USART_RX_STA|=0x4000 else { USART_RX_BUF[USART_RX_STA&0X3FFF]=Res USART_RX_STA++ if(USART_RX_STA>(USART_REC_LEN-1))USART_RX_STA=0 //接收数据错误,重新开始接收 } } } } #ifdef OS_TICKS_PER_SEC //如果时钟节拍数定义了,说明要使用ucosII了. OSIntExit() #endif } )
    2016-01-21 17:04:30下载
    积分:1
  • 675846
    email发送页面,精选ios学习编程源码,很好的参考资料。(Email sends the page, select the IOS learning programming source code, a good reference.)
    2013-12-10 10:11:53下载
    积分:1
  • PCL_supervoxelclustering_label
    实现超体素分割,并将体素质心保存,以及分割后各点对应的标签全部实现保存(Supervoxel segmentation is realized, and the core of body quality is saved, as well as the corresponding labels of each point after segmentation are all saved.)
    2020-11-04 15:59:52下载
    积分:1
  • 二维码解码
    使用C++编写的二维码识别程序,有界面,操作简单,而且输出二维码可进行保存操作。
    2022-07-07 04:35:34下载
    积分:1
  • 201019143958120804
    matlab 算法 (matlab algorithm)
    2010-05-13 09:43:54下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载