-
9_2
VC中容器和游标的使用,一个简单的例子。。(VC cursor in the containers and the use of a simple example. .)
- 2009-05-31 23:35:52下载
- 积分:1
-
sunuse
说明: OpenGL中模拟地球绕太阳公转及自转的例子,比较简单。(OpenGL simulated Earth around the sun and the rotation of the conversion of public example, relatively simple.)
- 2005-10-22 15:25:02下载
- 积分:1
-
zstack
关于使用CC2530开发ZIGBEE无线通信的源码,我修改后的DS18B20温度采集代码
- 2022-08-26 09:02:53下载
- 积分:1
-
jiaotongdiaodu
交通调度系统,实现城市交通路口的模拟仿真(Traffic control system, urban traffic junction simulation)
- 2007-11-27 09:31:30下载
- 积分:1
-
STM32_CAN
stm32的can总线应用例程,程序已通过调试(STM32 can bus application routines, programs through debugging)
- 2020-11-27 11:19:30下载
- 积分:1
-
MFC中加在gif图片的控件
MFC制作UI界面时,需要加在gif文件。现在上传一个gif控件,操作简单,效果理想。希望大家能用得到。
- 2022-06-15 20:27:02下载
- 积分:1
-
WindowsApplication_Example
VSharp学习软件源代码WindowsApplication_Example示例程序(VSharp learning software WindowsApplication_Example sample application source code)
- 2007-10-08 11:07:11下载
- 积分:1
-
hooke-jeeves
优化算法中直接搜索法,Hooke-Jeeves算法(Direct search optimization method, Hooke-Jeeves Algorithm)
- 2009-11-06 11:03:07下载
- 积分:1
-
科学计算器
通过用数列的方式实现大数据的运算,可以进行很多有效位的运算,这种局限不限于证书,小数也同样适用,对于c语言的初学者是一份不错的资源。
- 2023-01-11 15:00: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