-
NNavBarra
一个navigation vieew的xcode手机程序可直接使用。
(A navigation vieew the xcode phone program can be used directly.)
- 2012-07-29 20:39:40下载
- 积分:1
-
STC-ADXL345-IIC
单片机与加速度仪ADXL345的IIC通信程序(MCU and accelerometer ADXL345 IIC communication procedures)
- 2015-06-16 13:12:19下载
- 积分:1
-
学生选课系统
采用C#联合数据库 界面友好 包括老师 学生等登陆界面 功能包括学生查看自己选课信息,向老师提问,老师管理学生的选课信息,提交成绩,发邮件给学生,并以excel表格形式导出课上学生
- 2023-06-24 06:20:03下载
- 积分:1
-
C#中调用VC++的DLL
[DllImport("diaCallBackDll.dll")] public static extern void show(); [DllImport("diaCallBackDll.dll", CallingConvention = CallingConvention.StdCall)] public static extern int add_CallBack_test(int a, int b, cb_func f); public static void cb_funcc(int re) { Console.WriteLine("result=[{0}]", re); return; } static void Main(string[] args) { //show(); int i = add_CallBack_test(7, 2, cb_funcc); Console.Read(); }
- 2015-01-05下载
- 积分:1
-
ghost-fluid-method
虚拟流体法是目前两相流计算研究的核心算法。文献包括其重要的三方面思想的标志文献。ghost fluid method is the core of current algorithms in two-phase flow calculation research. The literature includes the three important ways of thought symbol of literature.(ghost fluid method)
- 2020-07-14 20:58:51下载
- 积分:1
-
1ndy V1.0
一个很好的远控,很强大,啊啊啊啊啊啊啊啊(A good remote control)
- 2020-12-15 15:29:14下载
- 积分:1
-
Visual C# WPF 实现文字左右流动(滚动)效果
Visual C# WPF技术实现文字内容从左向右流动、从右向左流动,其实就是文字滚动,稍加了一些特殊处理,下面来看看代码真的好简单:
private void button1_Click(object sender, RoutedEventArgs e)
{//内容从左向右流动
this.MyFlowDocument.FlowDirection = FlowDirection.LeftToRight;
}
private void button2_Click(object sender, RoutedEventArgs e)
{//内容从右向左流动
this.MyFlowDocument.FlowDirection = FlowDirection.RightToLeft;
}
- 2022-02-04 14:45:10下载
- 积分:1
-
MVB通信架构和流程图
MVB架构流程图。MVB开发用,大连海天资料(MVB development, Dalian Haitian data)
- 2018-09-17 21:39:23下载
- 积分:1
-
C++ 局域网屏幕监控(提高篇-实例525).zip
C++ 局域网屏幕监控(提高篇-实例525).zip
- 2019-10-02下载
- 积分:1
-
dos
基于C语言的dos 攻击。主要讲述了套接字的创建方式(TCP syn flooding )
- 2009-05-04 10:15:13下载
- 积分:1