搜索资源列表
CfgdExplorer
- 实现了类似于windows资源管理器窗口的程序,其中可以遍历一个文件夹下所有的文件和子文件夹,并可在右侧宣示其相关信息-achieve similar to the windows of the window of resource management procedures that can traverse a folder of documents and all subfolders, and may assert its right information
debug_xio
- /* 不能写成这种形式,否则iar优化时报错*/ //#define ASSERT_NBANK(func) ASSERT((long)(func) >> 16 != 0) //#define ASSERT_NONBANK(func) ASSERT((long)(func) >> 16 == 0) -/ * not written this way, Otherwise Advocacy optimizing the error * / / / # define
main_xio
- /* 不能写成这种形式,否则iar优化时报错*/ //#define ASSERT_NBANK(func) ASSERT((long)(func) >> 16 != 0) //#define ASSERT_NONBANK(func) ASSERT((long)(func) >> 16 == 0) -/ * not written this way, Otherwise Advocacy optimizing the error * / / / # define
sub_callback_xiao
- /* 不能写成这种形式,否则iar优化时报错*/ //#define ASSERT_NBANK(func) ASSERT((long)(func) >> 16 != 0) //#define ASSERT_NONBANK(func) ASSERT((long)(func) >> 16 == 0) -/ * not written this way, Otherwise Advocacy optimizing the error * / / / # define
sub_display_xio
- /* 不能写成这种形式,否则iar优化时报错*/ //#define ASSERT_NBANK(func) ASSERT((long)(func) >> 16 != 0) //#define ASSERT_NONBANK(func) ASSERT((long)(func) >> 16 == 0) -/ * not written this way, Otherwise Advocacy optimizing the error * / / / # define
C++_debug
- 介绍了四种VC中常用的debug方法。分别为调试标记、运行期间调试标记、把变量和表达式转换成字符串及assert()。-introduced four VC common debug methods. Commissioning of marking, labeling operation during debugging, variables and expressions into strings and assert ().
fifo
- To write data to the FIFO, present the data to be written and assert the write enable. At the next rising edge of the clock, the data will be written. For every rising edge of the clock that the write enable is asserted, a piece of data is written in
DDK
- DDK常用函数列表 Support Function and Data Structure Reference ASSERT ASSERTMSG CM_FULL_RESOURCE_DEscr iptOR CM_PARTIAL_RESOURCE_DEscr iptOR
PADS(powerpcb)assert
- 主要实现中间来放大视图的功能,用惯了PROTEL 99SE增加软件到PADS不太习惯,所以写了个小增强软件,PADS右键功能没有屏蔽,只做了中间键向上滑动放大,向下滑动缩小,用中键按下上下拖放大的效果感觉不好。编程工具c++ builder 6.0-The main achievement of the middle to zoom in view of the function, used to increase software to PROTEL 99SE not in the habit
64-Bit_Starter
- 1) 64 Bit detouring code 2) 64 Bit compatible injector (other injectors may work, but I know for sure this one does) 3) Some debugging macros, ASSERT, VERIFY, and TRACE. 4) Example of their usage (hooking D3D10CreateDeviceAndSwapChain)
1.RAR
- 如果要在程序菜单中加快捷方式,可以在应用程序文件夹里把项目的可执行文件 生成一个快捷方式,再剪切到-Experience has shown that writing assert ions while programming is one of the quickest and most effective ways to detect and correct bugs
2
- 如果要在程序菜单中加快捷方式,可以在应用程序文件夹里把项目的可执行文件 生成一个快捷方式,再剪切到 用户的程序菜单 栏里同时可以把名称改成你要的名称-Experience has shown that writing assert ions while programming is one of the quickest and most effective ways to detect and correct bugs
rfc5016.txt
- Abstract DomainKeys Identified Mail (DKIM) provides a cryptographic mechanism for domains to assert responsibility for the messages they handle. A related mechanism will allow an administrator to publish various statements about their DKIM si
CString-int-string-char
- str ()的简单实现 strstr(s1,s2)是一个经常用的函数,他的作用就是在字符串s1中寻找字符串s2如果找到了就返回指针,否则返回NULL。- static const char* _strstr(const char* s1, const char* s2) { assert(s2 && s1) const char* p=s1,*r=s2 while(*p!= \0 ) { while(
assert
- CC++异常处理小练习,自己写 的程序,能通过运行,可以下载-failed to translate
DebugDemo
- vc 使用断言宏检测程序的运行状态\DebugDemo的程序源码,很不错的demo-vc assert macro tests using the operational status of \ DebugDemo the program source code, very good demo
DebugDemo
- vc——使用断言宏检测程序的运行状态\DebugDemo的程序源码,值得一看!-vc- use assert macro testing process running \ DebugDemo the program source code, worth a visit!
PermissionApp2
- c# FileIOPermission文件请求例子,permission.Deny() 迫使对某个权限的后续请求都失败,拒绝该权限,CodeAccessPermission.RevertDeny() 移除当前框架的所有Deny,permission.Assert() 允许代码访问调用者得不到的资源,可以加入写audit file的操作,移除当前框架所有的Assert-archivo c# FileIOPermission solicita ejemplo, permission.Deny ()
test1102
- 与或运算与assert测试的小实例,vs2003实现-Or computing and assert test with a small example, vs2003 to achieve ... ... ... ... ... ... ... ... ... ... ... ...