-
dm365_gpio_drv_yr
dm365gpio口驱动,编译成功,可以轮流输出高低电平.需要手动mknod,加载驱动后在命令行或在shell脚本里加入mknod /dev/dm365_gpio c 199 0(dm365gpio driver)
- 2014-09-21 23:04:54下载
- 积分:1
-
aviFileWrapper_src
一個以c#.NET之媒體播放器碼源,可撥AVI之媒體檔,很實用!(A c#. NET on the media player code source of media that can be allocated to AVI files, very useful!)
- 2009-03-18 14:10:18下载
- 积分:1
-
Copy-of-ecg
pic c code for lcd,adc.
- 2013-12-27 17:15:06下载
- 积分:1
-
CuraEngine-master
3D打印源码,引擎源码,包括头文件和库文件(3D print source code)
- 2020-11-05 15:29:50下载
- 积分:1
-
MouStudio_ContourTrace_Fill
针对散乱点数据,构建出三角网,并追踪出等值线,随后进行填充算法实现。附件中包含有实现源代码工程(VS2008)、编程调试文档笔记、试验数据等。(For scattered point data, construct a triangle mesh, and track the contour, followed by filling algorithm. Implementation annex contains the source code project (VS2008), programming and debugging, documentation notes, test data.)
- 2010-09-10 21:20:44下载
- 积分:1
-
79952340
一种OFDMA低复杂度的比例资源分配策略仿真程序,C语言编程的()
- 2018-04-20 15:50:02下载
- 积分:1
-
f2d9aabf7d2b8963480e2ad1328033b9
基于ucon的示波器,使用LPC2138芯片,比较完整。(UCON based oscilloscope, using LPC2138 chips, more complete.)
- 2016-07-01 01:15:09下载
- 积分:1
-
castle
*what is this? a small castle adventure room(ran-file) viewer
*controls? w for next room, s for previous room q or ESC for exit
v toggles between view and walk mode use w , a , s , d in walk mode
*i can t see the hole room? resize your window (25-30 needed)
*what is castleD.exe? the debug build
*build system? visualc 6(sp5), winxp(sp1)
*how to build? load the castle.dsw in your visualc6 (or above) and press F9(run) or F5(debug)
*other questions? no? - thx
Source code features:
*no design
*no oop
*no portability
*globals
*no nameing convention
*defines
*bad names
*a good "do not" example
- 2013-04-15 21:47:07下载
- 积分:1
-
YCArray
说明: /**
* 动态数组的模板类
* 1.支持字符索引
* 2.方便的添加删除修改任意一项
* 最后更新 2004-8-9 yzh
**1.优化了字符索引的运作方式,使用数组存储
**2.重写了底层数据的存储,将连续性的存储方式改为了非连续,
*** 从而很好有效地支持了“引用”,并且让数据的删除增加变的更为快速
* 用法如:
* YCArray<int,int> test
* test.Add("Number2",4)
* test.Add("Number1",2)
* printf("%d %d",test["Number1"],test["Number2"])
* 显示:
* 2 4
*******
*******
History:
2004-11-19
修改了析构函数,解决了索引没有释放的bug
**/(/*** dynamic array template class* 1. Support characters Index* 2. Add convenience to delete arbitrary* a final update 2004-8-9 yzh** 1. Character Index optimized mode of operation, the use of storage arrays** 2 . a rewrite of the underlying data storage, storage continuity conversion of non-continuous, and thus good*** effective support to the "quote", and let the data changed to delete the more rapid* usage such as :* YCArraylt; int, intgt; test* test. Add ( "Number2", 4)* test.Add ( "Number1", 2)* printf ( "% d% d", test [ "Number1"] test [ "Number2"])* Display :** 2 4************* History : 2004-11-19 revised the destructors, the index did not address the release of bug** /)
- 2005-09-06 13:03:51下载
- 积分:1
-
regEnv
如果已知很多环境变量,每次换机器都是相同配置,环境变量配置窗口操作觉得麻烦,可以考虑这个直接注册。 只需要在reg.txt中按行写入:环境变量名=环境变量值(If many environment variables are known, each machine change is the same configuration, environment variables configuration window operation is troublesome, you can consider this direct registration. Just write in reg. TXT by line: environment variable name = environment variable value)
- 2019-02-26 14:31:12下载
- 积分:1