-
东软嵌入式高级C培训
东软嵌入式高级C培训(2007)),看了就知道了,很多提高程序效率的方法,和调试的技巧都很经典实用。(Neusoft Senior C Embedded Training (2007)), looking to know, a lot of ways to improve process efficiency, and debugging skills are very classic and practical.)
- 2020-06-26 02:40:02下载
- 积分:1
-
abc
高斯消元法求矩阵的源代码,输入3个数可以进行线性拟合,质量非常高。(Gauss elimination method for the matrix of the source code, input the number 3 can be linear fit, the quality is very high.)
- 2011-09-19 17:26:48下载
- 积分:1
-
UDF_RigidBody
UDF For rigid body motion
- 2018-03-24 20:44:15下载
- 积分:1
-
Dialog-Background
基于VC++ 6.0对话框程序上,为对话框加上背景图片。(6.0 dialog box procedure based on the VC++ As dialog box with the background image.)
- 2013-04-25 15:55:24下载
- 积分:1
-
asp.net 博客网站源码(含数据库)入门级源码
asp.net 博客网站源码(含数据库)入门级源码
- 2018-10-03下载
- 积分:1
-
matlab运动检测
matlab行人检测的视频处理,运动检测,hog和SVM代码
- 2022-08-16 10:25:19下载
- 积分:1
-
lesson-12
孙鑫VC++教学课程lesson12:const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点。 (Sun Xin VC++ tutorial lesson12: const char* char* const distinction. C language support for file read and write, the FILE pointer difference between text files and binary files. Way to read and write files with text and Note to the binary mode read and write files. The C++ support, ofstream and ifstream usage of file read and write. Win32 SDK file read and write support for the use of the CreateFile function, WriteFile function, ReadFile function the MFC file reading and writing support use CFile class and CFileDialog file filter settings. win.ini file and read and write registry and related knowledge points.)
- 2013-04-02 10:13:49下载
- 积分:1
-
倒计时报警
说明: 60s倒计时报警,报警声为警笛声,可自行修改几秒时自动报警(60s countdown alarm, alarm sound is siren sound, self-modifying several seconds when automatic alarm)
- 2019-03-16 20:34:55下载
- 积分:1
-
chat聊天室
c#实现在线视频聊天室功能。。。请同学们用于学习c#实现在线视频聊天室功能。。。请同学们用于学习c#实现在线视频聊天室功能。。。请同学们用于学习c#实现在线视频聊天室功能。。。请同学们用于学习c#实现在线视频聊天室功能。。。请同学们用于学习
- 2022-05-27 14:23:41下载
- 积分:1
-
51继电器使用
51单片机继电器简单使用# include
# define uchar unsigned char
# define uint unsigned int
sbit k1=P3^4;
sbit k2=P3^5;
sbit jdq=P2^1;
sbit l1=P1^0;
void delayms(uint x) //延时
{
uint i,j;
for(i=x;i>0;i--)
for(j=110;j>0;j--);
}
void main ()
{
jdq=0;
while(1)
{
if(k1==0)
{
delayms(10);
if(k1==0)
{
&nbs
- 2022-12-25 10:25:03下载
- 积分:1