-
DDS
文利用直接数字频率合成器(DDS)与CPLD技术和单片机控制技术,研制和
设计了高分辨率、高稳定度的函数信号发生(Wen using direct digital frequency synthesizer (DDS) and CPLD technology and single-chip microcomputer control technology, development and
Design of high resolution, high stability function of the signal
)
- 2013-08-27 14:20:22下载
- 积分:1
-
The_introduction_of_utilization_for_header_files_i
该文件是一个PDF文档,介绍了C语言头文件使用中普通人都会犯的一些错误,并以实际的例子辅以说明,非常实用!(The file is a PDF document that describes the use of C language header files are ordinary people committed some errors, and supplemented with practical examples that, very useful!)
- 2010-12-20 15:31:11下载
- 积分:1
-
uCOS-EB55
μC/OS-II在AT91M55800A上的移植代码,包括标准C和ARM汇编语言,集成开发环境ADS,仿真器FFT-ICE,评估板为ATMEL公司的EB55.( C/OS-II in the transplant AT91M55800A code, including the standard C and the ARM assembly language, integrated development environment ADS, simulator FFT- ICE, the board of the company ATMEL EB55.)
- 2005-01-08 11:30:14下载
- 积分:1
-
风力摆控制系统程序(stm32版)
全国电子设计大赛,风力摆源代码,可以自己调着玩(National Electronic Design Contest, wind pendulum source code)
- 2017-10-24 19:25:13下载
- 积分:1
-
风剖面及湍动能和耗散率
说明: 主要用于Fluent 中风剖面、湍流剖面以及耗散率剖面的开发,应用的是日本的规范。(It is mainly used for the development of fluent stroke profile, turbulence profile and dissipation rate profile, and it is applied to the specifications of Japan.)
- 2020-12-15 18:29:13下载
- 积分:1
-
C# 判断是否为数值
C# 判断是否为数值,具体来说就是判断学生年龄是否为数值,private List GetStudent()
{
string P_Str_ConnectionStr = string.Format(//创建数据库连接字符串
@"server=WIN-GI7E47AND9RLS;database=db_TomeTwo;uid=sa;pwd=");
string P_Str_SqlStr = string.Format(//创建SQL查询字符串
"SELECT 学生姓名,ISNUMERIC(年龄) FROM tb_Student");
SqlDataAdapter P_SqlDataAdapter = new SqlDataAdapter(//创建数据适配器
P_Str_SqlStr, P_Str_ConnectionStr);
DataTable P_dt = new DataTable();//创建数据表
P_SqlDataAdapter.Fill(P_dt);//填充数据表
List P_str = new List();//创建数据集合
foreach (DataRow item in P_dt.Rows)
{
P_str.Add(new Instance() { 姓名=item[0].ToString(),//添加数据项
年龄 = item[1].ToString() ==
"1" ? "数值" : "非数值" });
}
return P_str;//数据集合
}
- 2022-03-19 05:06:24下载
- 积分:1
-
qqn
说明: 输入n为偶数时,调用函数求1/2+?+...+1/n,当输入n为奇数时,调用函数
1/1+1/3+...+1/n(importation n even when the function call for 1/2 ... 1/n, when n is odd imported, the function call 1/1 1/3 ... 1/n)
- 2006-05-04 16:53:48下载
- 积分:1
-
ARMMAP
ARM芯片的地址重映射 ARM芯片的地址重映射(ARM chips ARM chips address re-mapping the address re-mapping)
- 2009-01-14 14:20:25下载
- 积分:1
-
Wolf
相信大家见过了star的上线和大灰狼的插件版
Wolf结合了star 的上线,大灰狼的插件功能,比原来的更强大,上线更稳定!!!!
为了庆祝咖啡上了百度第一页,现在开源了这套源码!!!也给新手朋友练练手,小狼已经处理过了,免杀好做!!!
同时也给有需要的可以2次开发
(I believe we have seen the star on the line and the big bad wolf of plug-in version
Wolf combines on-line star, the wolf s plug-in functionality, more powerful than the original, more stable on the line! ! ! !
To celebrate coffee on the first page of Baidu, now open source set of source! ! ! But also to the novice friends to practice your hand, coyotes have been handled, free to kill better to do! ! !
But also to those in need can be twice Development)
- 2014-10-26 06:31:34下载
- 积分:1
-
horse light ture
说明: 基于msp430F149单片机的跑马灯程序代码(Msp430F149 singlechip's running horse lamp)
- 2018-05-11 16:10:30下载
- 积分:1