-
helloworld-BT
输出Hello, World
混乱C语言的源代码(加密源代码,嘿嘿)
仅供朋友们“消遣作乐”,能够看懂是为什么固然不错。看不懂也不必太过认真,如果你要觉得有意思的话,顶顶贴。如果你觉得没什么意思的话,一笑了之。仅供娱乐而已,不必太过认真。(The output Hello, World chaotic C language source code (encrypted source code, Hei hei) only friends " entertainment creating music" , able to read it all very well why. There is no need to read too seriously, if you want to find interesting, then, Dingding paste. If you think there is any meaning, then laugh. Only for entertainment only, do not be too careful.)
- 2009-12-12 23:04:50下载
- 积分:1
-
FuzzyAGV
用C charp编写的图像滤镜效果,包括源代码。(Image filter effects)
- 2014-01-03 09:05:00下载
- 积分:1
-
示波器TEST.12
说明: STM32F1示波器基于STM32F1的一个简单的示波器,最大支持3.3v的电压,P1口作为输入。(Stm32f1 oscilloscopeA simple oscilloscope based on STM32F, with a maximum voltage of 3.3V and a P1 port as input.)
- 2020-07-30 21:48:24下载
- 积分:1
-
AD9851
AD9851中文资料,为pdf格式,资料比较详细,希望对需要者有所帮助。(AD9851 Chinese data)
- 2013-10-26 14:11:10下载
- 积分:1
-
SHufftlefrog
混合蛙跳算法c源代码,采用c++实现的混合蛙跳算法的程序,有详细的注释和说明(Mixed leapfrog algorithm c source code, mixed leapfrog algorithm to achieve c++ program, detailed notes and descriptions)
- 2012-11-20 11:05:43下载
- 积分:1
-
winceVs
wince下虚拟串口程序,可以扩张多个串口,供应用程序调用(windows ce virtul serial.)
- 2009-12-18 11:00:27下载
- 积分:1
-
NSC
NSC program calculates BER of NSC
- 2014-01-23 22:06:16下载
- 积分:1
-
win64 环境下kinectv2 SDK 开发的脸部识别
c++ kinectv2 vs2015 opencv3.1 win64 环境下kinectv2 SDK 开发的深度图像调用,代码简单易懂。
- 2022-08-18 18:55:04下载
- 积分:1
-
C#操作数据库显示Customers数据表第3-7条记录
显示Customers数据表第3-7条记录,C#操作数据库显示Customers数据表第3-7条记录,其实做出来例子,才知道,很简单啊,不过需要把数据库先连接好,看如下代码:
private void button1_Click(object sender, EventArgs e)
{//显示Customers数据表第3-7条记录
SqlConnection MyConnection=new SqlConnection();
MyConnection.ConnectionString = @"Data Source =.SQLEXPRESS;Initial Catalog=Northwind;Integrated Security=True";
MyConnection.Open();
SqlCommand MyCommand =new SqlCommand("Select * From Customers ORDER BY CustomerID", MyConnection);
DataSet MySet = new DataSet();
SqlDataAdapter MyAdapter = new SqlDataAdapter(MyCommand);
MyAdapter.Fill(MySet, 2, 5, "Customers");
this.dataGridView1.DataSource=MySet.Tables["Customers"];
}
- 2022-03-03 23:39:45下载
- 积分:1
-
SSD1963-640480
PIC单片机下驱动SSD1963控制器,控制800*480,自己研究的,多多指教(PIC microcontroller to drive SSD1963 controller, the control 800* 480, their own research, exhibitions)
- 2010-11-20 16:50:04下载
- 积分:1